My Ubuntu display resolution is 800x600. I want to change it to 1024x768.
Someone told me to edit xorg.conf to achieve this, but I can't save the file.
How can I edit the file ?
|
| ||||
|
feedback
|
|
You need to use sudo in order to edit xorg.conf. In a terminal you can run | |||||||||
feedback
|
|
I had this problem and I was told xorg.conf is no longer in use.I followed guidance from ubuntu forums and solved the limited resolution in ubuntu 9.10. using xrandr.You may see the following. http://ubuntuforums.org/showthread.php?p=8595940 | |||
|
feedback
|
|
normally you should be able to change the display-resolution by doint this: Menu System; settings; display and check the resolution-dropdownbox most time when this fails, you don't have the right graphic-card driver in your system | |||||||||||
feedback
|
|
You can completely reconfigure X by doing this: first change to console by gressing Ctrl/Strg + Alt + F1 and login there. execute "sudo /etc/init.d/gdm stop" (or kdm for KDE) then "sudo dpkg-reconfigure xserver-xorg" then enter this to start your gnome or kde desktop again: "sudo /etc/init.d/gdm start" (or kdm for KDE) | |||||
feedback
|