Thursday, March 08, 2007

Resizing Xserver screen to a larger size in Ubuntu

1] Edit /etc/X11/xorg.conf

2] Look for the line

SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection

3] Add the "1024x768" phrase. Example

SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection


Thats my quick fix. :) Sorry never tried dpkg-reconfigure. :)

No comments: