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 ...
- 09-04-2009 #1Just 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
- 09-04-2009 #2forum.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.
- 09-04-2009 #3
The usual way in Debian/Ubuntu is
Code:sudo dpkg-reconfigure -phigh xserver-xorg
- 09-04-2009 #4
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.
- 09-04-2009 #5
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.
- 09-04-2009 #6Just 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!!!
- 09-04-2009 #7I 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.
- 09-05-2009 #8Linux User
- Join Date
- Jun 2007
- Posts
- 458
- 09-05-2009 #9
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.
- 09-05-2009 #10Just 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


Reply With Quote
