All pastes #1918613 Raw Edit

xorg.conf for fit-pc2 + ubuntu 1

public text v1 · immutable
#1918613 ·published 2010-08-17 03:21 UTC
rendered paste body
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "glx"
	Load  "record"
	Load  "extmod"
	Load  "xtrap"
	Load  "dbe"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    30-81
	VertRefresh  56-61
	Modeline "1920x1080"  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync
	Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
	Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
	Modeline "640x480"   25.18  640 656 752 800  480 490 492 525 -hsync -vsync
	Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
	Modeline "1280x800"   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync
	Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
	Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
	Modeline "1440x900"   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync
	Modeline "1680x1050"  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync
	Modeline "1600x1200"  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
EndSection

Section "Device"
        Option      "NoDDC"                     "On"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ExaMem"             	# <i>
        #Option     "ExaScratch"         	# <i>
        Option      "IgnoreACPI"         	"true"
        Option      "NoPanel"            	"true"
        #Option     "LidTimer"           	# [<bool>]
        #Option     "NoFitting"          	# [<bool>]
        #Option     "DownScale"          	# [<bool>]
	Identifier  "Card0"
	Driver      "psb"
	VendorName  "Intel Corporation"
	BoardName   "System Controller Hub (SCH Poulsbo) Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
		Modes     "1920x1080" "800x600" "800x600" "640x480" "1024x768" "1280x800" "1280x960" "1280x1024" "1440x900" "1680x1050" "1600x1200"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
		Modes     "1920x1080" "800x600" "800x600" "640x480" "1024x768" "1280x800" "1280x960" "1280x1024" "1440x900" "1680x1050" "1600x1200"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes     "1920x1080" "800x600" "800x600" "640x480" "1024x768" "1280x800" "1280x960" "1280x1024" "1440x900" "1680x1050" "1600x1200"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
		Modes     "1920x1080" "800x600" "800x600" "640x480" "1024x768" "1280x800" "1280x960" "1280x1024" "1440x900" "1680x1050" "1600x1200"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes     "1920x1080" "800x600" "800x600" "640x480" "1024x768" "1280x800" "1280x960" "1280x1024" "1440x900" "1680x1050" "1600x1200"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1920x1080" "800x600" "800x600" "640x480" "1024x768" "1280x800" "1280x960" "1280x1024" "1440x900" "1680x1050" "1600x1200"
	EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection