On Jan 15, 2008 4:33 PM, Ralph Angenendt <ra+centos at br-online.de> wrote: > dny wrote: > > RgbPath "/usr/X11R7/lib/X11/rgb" > > Haven't found that one in CentOS, you should be able to drop it. > > > FontPath "/usr/X11R7/lib/X11/fonts/misc/" > > FontPath "/usr/X11R7/lib/X11/fonts/Type1/" > > FontPath "/usr/X11R7/lib/X11/fonts/TTF/" > > Fonts are in /usr/share/X11/fonts on CentOS, but CentOS uses a > font server, so drop those lines and add: > > FontPath "unix/:7100" > > Cheers, > > Ralph > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > > still not working. here's the error log: http://pastie.caboo.se/139483 and, below is the xorg.conf that works on Centos 5.1 at 800x600. Vincent, i tried that 915resolution apps. seems nothing change. xorg.conf from centos 5.1 # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "Monitor" ### Comment all HorizSync and VertSync values to use DDC: Identifier "Monitor0" ModelName "Monitor 1280x1024" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 31.5 - 79.0 VertRefresh 50.0 - 90.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "i810" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "800x600" "640x480" EndSubSection EndSection