# Here are the display-relevant sections of my XF86Config file. Be aware # that an improperly configured X server can damage your display hardware! # I am not responsible for such damage; use this information at your own # risk. # ****************************************************************************** # Monitor section # ****************************************************************************** Section "Monitor" Identifier "lcd" VendorName "hp" ModelName "omnibook 2000cs" HorizSync 30-64 # LCD panel has fixed vertical refresh of 60 Hz; my 15" monitor can take # 50-100 Hz VertRefresh 50-70 # 640x480 @ 60 Hz, 31.5 kHz hsync Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 800x600 @ 60 Hz, 37.8 kHz hsync Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync # 1024x768 @ 60 Hz, 48.4 kHz hsync Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync # Modes which work on my 15" monitor but not on the LCD # 640x480 @ 72 Hz, 36.5 kHz hsync # Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 # 1024x768 @ 70 Hz, 56.5 kHz hsync # Modeline "1024x768" 75 1024 1060 1196 1304 768 775 781 818 -hsync -vsync EndSection # ****************************************************************************** # Graphics device section # ****************************************************************************** # Any number of graphics device sections may be present Section "Device" Identifier "Generic SVGA" VendorName "hp" BoardName "omnibook 2000cs" Chipset "ct65554" VideoRam 2048 Option "no_stretch" Textclockfreq 28.322 Option "lcd_center" Option "suspend_hack" EndSection # ****************************************************************************** # Screen sections # ****************************************************************************** Section "Screen" Driver "svga" Device "Generic SVGA" Monitor "lcd" Subsection "Display" Depth 16 Modes "800x600" "640x480" # Use this modes line if you want the XGA resolution. It will force the # virtual screen to be 1024x768, even if only the 800x600 LCD is available. # Modes "1024x768" "800x600" "640x480" EndSubsection EndSection