Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection Section "Module" Load "extmod" Load "xtrap" Load "dbe" Load "record" Load "dri" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 15-16 VertRefresh 50-51 Modeline "720x576_50i" 13.875 720 744 808 888 576 580 585 625 -hsync -vsync interlace Modeline "800x520_50i" 17.00 800 856 936 1088 520 548 553 625 -hsync -vsync interlace ModeLine "1440x576_50i" 27.75 1440 1488 1609 1769 576 580 585 625 -hsync -vsync interlace Option "PreferredMode" "1440x576_50i" # Xserver bug: # you must SET ignore==true if you want to use the internal LVDS display. # otherwise overlay is not drawn correctly on LVDS. # Option "Ignore" "true" EndSection Section "Monitor" Identifier "Monitor1" VendorName "some other Monitor Vendor" ModelName "some other Monitor Model" Modeline "800x480" 29.58 800 816 896 992 480 481 484 497 -hsync +vsync Option "PreferredMode" "800x480" # Xserver bug: # do NOT set ignore==true if you want to run VGA2SCART. # otherwise overlay is not drawn correctly on VGA and Xserver sometimes locks up. # Option "Ignore" "true" EndSection Section "Monitor" Identifier "Monitor2" VendorName "some other Monitor Vendor" ModelName "some other Monitor Model" Option "Ignore" "true" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "DRI" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "82945G/GZ Integrated Graphics Controller" Option "monitor-VGA" "Monitor0" Option "monitor-LVDS" "Monitor1" Option "monitor-TMDS-1" "Monitor2" # Option "ModeDebug" "True" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection