Search A-Z index Help
University of Cambridge Home Physics Dept Home Mike Roses' Home Page TCM Group Home

Dell Inspiron 5150 XF86Config File Redhat Linux 9

We had a wee problem getting the screen to work nicely with X. 1400x1200 was the res that we wanted. Seems that if you increase the V and H scan numbers a fair bit it all works - checkout the "monitor" section.
The touchpad also seems to be quite happy with these settings.
Yes, you do need to get the graphics card driver from Nvidia.

The XF86Config file:


Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "glx"
	Load  "dbe"
	Load  "extmod"
	Load  "record"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbLayout" "gb"
EndSection

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    20.0 - 100.0
	VertRefresh  20.0 - 100.0
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"    	# 
        #Option     "PageFlip"           	# []
        #Option     "Dac8Bit"            	# []
        #Option     "NoLogo"             	# []
        #Option     "Overlay"            	# []
        #Option     "UBB"                	# []
        #Option     "Stereo"             	# 
        #Option     "WindowFlip"         	# []
        #Option     "SWcursor"           	# []
        #Option     "HWcursor"           	# []
        #Option     "VideoKey"           	# 
        #Option     "NvAGP"              	# 
        #Option     "IgnoreEDID"         	# []
        #Option     "NoDDC"              	# []
        #Option     "ConnectedMonitor"   	# 
        #Option     "ConnectedMonitors"  	# 
        #Option     "TVStandard"         	# 
        #Option     "TVOutFormat"        	# 
        #Option     "RenderAccel"        	# []
        #Option     "CursorShadow"       	# []
        #Option     "CursorShadowAlpha"  	# 
        #Option     "CursorShadowXOffset" 	# 
        #Option     "CursorShadowYOffset" 	# 
        #Option     "UseEdidFreqs"       	# []
        #Option     "FlatPanelProperties" 	# 
        #Option     "TwinView"           	# []
        #Option     "TwinViewOrientation" 	# 
        #Option     "SecondMonitorHorizSync" 	# 
        #Option     "SecondMonitorVertRefresh" 	# 
        #Option     "MetaModes"          	# 
        #Option     "UseInt10Module"     	# []
        #Option     "SwapReady"          	# []
        #Option     "NoTwinViewXineramaInfo" 	# []
        #Option     "NoRenderExtension"  	# []
        #Option     "UseClipIDs"         	# []
        #Option     "CIOverlay"          	# []
        #Option     "TransparentIndex"   	# 
        #Option     "OverlayDefaultVisual" 	# []
        #Option     "NvEmulate"          	# 
        #Option     "NoBandWidthTest"    	# []
        #Option     "CustomEDID-CRT-0"   	# 
        #Option     "CustomEDID-CRT-1"   	# 
        #Option     "CustomEDID-DFP-0"   	# 
        #Option     "CustomEDID-DFP-1"   	# 
        #Option     "CustomEDID-TV-0"    	# 
        #Option     "CustomEDID-TV-1"    	# 
        #Option     "TVOverScan"         	# 
        #Option     "IgnoreDisplayDevices" 	# 
        #Option     "MultisampleCompatibility" 	# []
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "Unknown Board"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Depth     1
		Modes    "1600x1200" "1240x1024"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1600x1200" "1240x1024"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1600x1200" "1240x1024"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1600x1200" "1240x1024"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1600x1200" "1240x1024"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1600x1200" "1240x1024"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes    "1600x1200" "1240x1024"
	EndSubSection
EndSection