How to change resolution in ubuntu
- by Daziplqa
I am trying to change resolution in ubuntu 10.04 ( as I am used to do in ealier versions) but It didn't works for me!
my /etc/X11/xorg.conf contains the following:
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 32
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection
I want to change the resolution to be 1024x768 !!
please help