I have just installed an Ubuntu 8.04 Hardy Heron and I noticed that I cannot modify the resolution of my screen since there is only one resolution available and its just so large that some parts of some of the application window I cannot be seen or accessed.
If you happen to be in the same problem with me right now, this is how to solve it:
- Press Control-Alt-F1 to login into a text-mode terminal
- Stop the GNOME Display Manager(gdm):
# sudo /etc/init.d/gdm stop
- Reconfigure your screen resolution:
# sudo dpkg-reconfigure -phigh xserver-xorg
- Start the GNOME Display Manager back again:
# sudo /etc/init.d/gdm start
- Then go back to your X-Window by pressing Control-Alt-F7
And thats it! Hope this helps.
No comments:
Post a Comment