+ Reply to Thread
Results 1 to 2 of 2

Thread: How to generate xorg.conf in Debian

  1. #1
    joseph's Avatar
    joseph is offline Website Master Achievements:
    500 Experience Points1000 Experience Points5000 Experience Points10000 Experience PointsRecommendation Second Class
    joseph has disabled reputation
    Join Date
    2008-09-08
    Posts
    412

    Default How to generate xorg.conf in Debian

    The Steps is listed below. Generally there are 3 steps:

    Code:
    ctrl-alt-f1
    This command is used to exit the gui. Now login as root,and enter the following commands:

    Code:
    # /etc/init.d/gdm stop  (to stop gdm/kdm as required.)
    # X -configure
    # mv ~/xorg.conf.new /etc/X11/xorg.conf
    # /etc/init.d/gdm start
    Please note that the backup is important. Once the new config file is broken, you can recover from the former one.

    You should now be back in the gui,but you need to logout as root:

    Code:
    ctrl-alt-f1 again.
    ctrl-d
    ctrl-alt-f7
    Once you get to this point you should have a working xorg.conf file then.

  2. #2
    CnSpider is offline Registered User Achievements:
    31 days registered100 Experience Points500 Experience Points
    CnSpider ?????????
    Join Date
    2009-09-22
    Posts
    4

    Default

    Aha,I happened to face such issue these days, I'm using Dell Latitude E5400, the resolution is badly configured.
    Let me have a try first, thanks for your directions!

+ Reply to Thread

Similar Threads

  1. Mandriva: apache-conf
    By admon in forum Security updates (RSS)
    Replies: 0
    Last Post: 2009-11-16, 07:17 PM
  2. Replies: 0
    Last Post: 2009-08-01, 04:28 PM
  3. Replies: 0
    Last Post: 2009-06-02, 04:59 PM
  4. Replies: 0
    Last Post: 2009-06-02, 12:28 PM
  5. LXer: The X Window innovation: welcome to the new Xorg
    By edenCC in forum Technology News
    Replies: 0
    Last Post: 2009-05-13, 01:48 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts