UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
(I'm pretty much a newbie at Linux, am learning fast, but still picking up some fundamentals)
I'm running Ubuntu 8.04.1 64-bit server with KDE gui
I had to reboot the server and for some reason it came back up with the screen resolution running at 800x600, instead of the original 1680x1050 (or whatever it was).
So I went into the display gui and reconfigured the settings back to how I thought they were, but now when the server boots it seems to fail when starting the graphics and just falls back to the command line.
I have a sneaky feeling I set the refresh rate too high for what the screen is capable of, so it fails and falls back to the command line.
But whatever the reason, I need to get into a config file somewhere and amend some settings, so at least the graphics fire up and I can then work out the correct settings.
So, from the command line, what do I need to look at and amend so I stand some chance of getting a gui back up ?
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,305
Rep:
it's probably /etc/X11/xorg.conf
there may be a backup file there /etc/X11/xorg.conf.bak
you can use nano or pico if either is installed, to edit the file.
# cd /etc/X11
# ls -l
# nano xorg.conf
remember that there may be a backup there, that may be overwritten when you save a new copy.
you can
# cp xorg.conf xorg.conf.newextracopy
# cp xorg.conf.bak xorg.conf.bak.bak
for extra copies for safety
I tried sudo dpkg-reconfigure xserver-xorg as the quick fix to get my graphics back. But will play with xorg.cong in due course to see what it can do for me.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.