Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 23
I need to re-create the xorg.conf file. I tried to configure the ATI Radeon driver and now my laptop won't even boot into Linux. I read in a previous forum ...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Location
    Liverpool
    Posts
    31

    Re-create xorg.conf

    I need to re-create the xorg.conf file.

    I tried to configure the ATI Radeon driver and now my laptop won't even boot into Linux.

    I read in a previous forum that I could run:

    system--config--display --reconfig

    to create a new standard xorg.conf file but when I try that command from directory /etc/X11 which is where the xorg.conf file is located it says "not found".

    Can anyone tell me which directory I should be in to run the above?

    Thanks for your help

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    You need root permissions to create/edit the xorg.conf file. You can gain those with the sudo command, or su.

    You can try deleting the xorg.conf file altogether and your machine might boot without it. Most of the xorg stuff is detected automatically now. Once you've booted, you can create an xorg.conf file to suit your needs.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    The usual way in Debian/Ubuntu is
    Code:
    sudo dpkg-reconfigure -phigh xserver-xorg

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    system-config-display is a Fedora/Redhat command by the way.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Another thing you can do.........boot your favorite LiveCD and copy the xorg.conf from there to your hard drive. Of course you might need to tweak it a bit.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  6. #6
    Just Joined!
    Join Date
    May 2008
    Location
    Liverpool
    Posts
    31
    Thanks for your responses guys.

    reed9 - yep, I ran the command you gave and created a new file but it still won't boot into Linux.

    ozar - I renamed the file created above and it still won't boot into Linux.

    Any other ideas? I'm close to deleting this partition altogether!!!

  7. #7
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Quote Originally Posted by cartesian View Post
    Any other ideas? I'm close to deleting this partition altogether!!!
    Try my way? Post number 5?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  8. #8
    Linux User
    Join Date
    Jun 2007
    Posts
    458
    Quote Originally Posted by MikeTbob View Post
    Try my way? Post number 5?
    Tweaking will only create more headaches. Wasn't he tweaking his x.org the last time?
    "When you have nothing to say, say nothing."

  9. #9
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    Quote Originally Posted by reed9 View Post
    The usual way in Debian/Ubuntu is
    Code:
    sudo dpkg-reconfigure -phigh xserver-xorg
    In Ubuntu that doesn't do the graphics any more. Which to me is a brain dead decision! At least it made no changes to the graphics when I was having "issues"

    Anyway you could boot from a live CD edit your xorg.conf file and look for a line that has something like Driver "ATI" on it. Change it to Driver "Vesa" and see if that lets you boot. It's usually a fairly safe option although you might not get the full resolution and features.

    If not reboot with the live CD and post your xorg.conf here

    If you don't mind me asking, how did you install your ATi drivers? The recommended way is through System -> Administration -> Hardware Drivers.
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  10. #10
    Just Joined!
    Join Date
    May 2008
    Location
    Liverpool
    Posts
    31
    Elija - I downloaded The ATI driver installation package from the ATI website and ran it from the command line.

    I will run a live cd later and post the xorg.conf.

    Thanks for replying

    usamamuneeb - yes I wish I had just left it alone!!

    Thanks

Page 1 of 3 1 2 3 LastLast

Posting Permissions

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