[PLUG] How to configure xorg.conf

Manas Alekar maalekar at gmail.com
Sun Jul 26 14:55:55 IST 2009


> I could not figure out what I can change to get the same desired
> effect on Kubuntu. Please see the xorg.conf files below. I will
> appreciate it if someone can help me out here and tell me how I can
> configure xorg.conf so that I can use 1024x768.
>

>From your pastebin files, here is what you need.

--- cut ---

   1.
   2. Section "Monitor"
   3.  HorizSync    31-60
   4.  Identifier   "Monitor[0]"
   5.  ModelName    "1024X768 at 60HZ"
   6.  Option       "DPMS"
   7.  Option       "PreferredMode" "1024x768"
   8.  VendorName   "--> LCD"
   9.  VertRefresh  30-60
   10.  UseModes     "Modes[0]"
   11. EndSection
   12.
   13.
   14. Section "Modes"
   15.  Identifier   "Modes[0]"
   16.  Modeline      "1024x768" 65.0 1024 1048 1184 1344 768 771 777
806-hsync -vsync
   17.  Modeline      "1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
   18.  Modeline      "1024x768" 55.00 1024 1072 1104 1184 768 771 775
790+HSync -Vsync
   19. EndSection

--- /cut ---

Hope that helps.

Manas



More information about the Plug-mail mailing list