Dell Inspiron 8200 laptop information

XF86Config-4


# XFree86 4.2.0 configuration

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

Section "ServerLayout"
    Identifier  "nv2"
    Screen      "TwinView Screen"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
EndSection

#Section "ServerFlags"
#    Option "Xinerama" "True"
#EndSection

Section "Files"
	FontPath "/usr/X11R6/lib/X11/fonts/misc"
	FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
      # These are specified in /usr/X11R6/lib/X11/XftConfig   FontPath "/usr/X11R6/lib/X11/fonts/truetype"
      # These are specified in /usr/X11R6/lib/X11/XftConfig   FontPath "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath "/usr/X11R6/lib/X11/fonts/misc"
	FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
	Fontpath "/usr/X11R6/lib/X11/fonts/Speedo"
EndSection

# Module loading section

Section "Module"
	Load  "dbe"		# Double-buffering
	# Commented out GLcore and dri since we have NVidia drivers
	#	Load  "GLcore"		# OpenGL support
	#	Load  "dri"		# Direct rendering infrastructure
	Load  "glx"		# OpenGL X protocol interface
	Load  "extmod"		# Misc. required extensions
	Load  "v4l"		# Video4Linux
	# Load  "record"	# X event recorder
	Load  "freetype"	# TrueType font handler
	Load  "speedo"		# speedo font handler
	Load  "type1"		# Adobe Type 1 font handler
EndSection

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

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Device" "/dev/mouse"
	Option      "Protocol" "PS/2"
	Option      "Emulate3Buttons" "on"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier "Dell 1600X Laptop Display Panel"
	VendorName "DELL"
	ModelName  "1600X"
	HorizSync 31.5-90.0
	VertRefresh 59.0-85.0
	# DPMS Power Management System
	Option "dpms"
	DisplaySize 305 230
EndSection

Section "Monitor"
	Identifier "Dell 2026T-HS Monitor"
	VendorName "DELL"
	ModelName  "2026T-HS"
	HorizSync 30-96
	VertRefresh 48-160
	DisplaySize 387 292
	# DPMS Power Management System
	Option "dpms"
EndSection

Section "Device"
	Identifier "NVIDIA GeForce 2 (generic)"
	Driver "nvidia"
	BoardName "Unknown"
	Option "NoLogo" "True"
	Option "CursorShadow" "True"
EndSection

Section "Device"
	Identifier "NVIDIA GeForce 2 (TwinView)"
	Driver "nvidia"
	BoardName "Unknown"
	Option "NoLogo" "True"
	Option "CursorShadow" "True"
	Option "TwinView"
	Option "TwinViewOrientation"	"LeftOf"
	Option "MetaModes"	"1600x1200,1600x1200"
	Option "SecondMonitorHorizSync"	"30-96"
	Option "SecondMonitorVertRefresh"	"48-160"
	#Option "ConnectedMonitor"	"CRT, DFP"
EndSection

Section "Device"
	Identifier "Linux Frame Buffer"
	Driver "fbdev"
	BoardName "Unknown"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "NVIDIA GeForce 2 (generic)"
	Monitor "Dell 1600X Laptop Display Panel"
	DefaultDepth 16
	Subsection "Display"
		Depth 24
		Modes "1600x1200" "800x600"
	EndSubSection
	Subsection "Display"
		Depth 16
		Modes "1600x1200" "800x600"
	EndSubSection
	Subsection "Display"
		Depth 8
		Modes "1600x1200" "800x600"
	EndSubSection
EndSection

Section "Screen"
        Identifier "TwinView Screen"
        Device "NVIDIA GeForce 2 (TwinView)"
	Monitor "Dell 1600X Laptop Display Panel"
        DefaultDepth 16
        Subsection "Display"
                Depth 24
                Modes "1600x1200" "800x600"
        EndSubSection
        Subsection "Display"
                Depth 16
                Modes "1600x1200" "800x600"
        EndSubSection
        Subsection "Display"
                Depth 8
                Modes "1600x1200" "800x600"
        EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection