
Search the Knowledge Base: |
Search the Knowledge Base: |
To edit the Xorg configuration file manually, open /etc/X11/xorg.conf and make sure that the 1024x768 mode is included in the Screen section as shown below.
------------------------------------------
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
------------------------------------------