All pastes #855885 Raw Edit

Xorg.conf w/o LX7

public text v1 · immutable
#855885 ·published 2008-01-15 11:05 UTC
rendered paste body
Section "ServerLayout"
	Identifier     "Layout"
	Screen      0  "Screen LCD Office" 0 0
	InputDevice    "USB Maus" "SendCoreEvents"
#	InputDevice    "Logitech LX7" "CorePointer"
	InputDevice    "Dell USB Multimedia Tastatur" "CoreKeyboard"
	InputDevice    "Dell Notebook Tastatur" "SendCoreEvents"
EndSection

Section "InputDevice"
	Identifier  "Dell USB Multimedia Tastatur"
	Driver      "kbd"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "dellusbmm"
	Option	    "XkbLayout" "ch"
	#Option	    "XkbVariant" "de_nodeadkeys"
	Option	    "XkbOptions" "eurosign:e,nbsp:level3,compose:caps"
EndSection

Section "InputDevice"
	Identifier  "Dell Notebook Tastatur"
	Driver      "kbd"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "latitude"
	Option	    "XkbLayout" "ch"
	#Option	    "XkbVariant" "de_nodeadkeys"
	Option	    "XkbOptions" "eurosign:e,nbsp:level3,compose:caps"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/Speedo"
	FontPath     "/usr/share/fonts/CID"
	FontPath     "/usr/share/fonts/util"
	FontPath     "/usr/share/fonts/local"
	FontPath     "/usr/share/fonts/Speedo"
	FontPath     "/usr/share/fonts/truetype"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/cyrillic"
	FontPath     "/usr/share/fonts/freefont"
	FontPath     "/usr/share/fonts/sharefont"
	FontPath     "/usr/share/fonts/default/Type1"
	FontPath     "/usr/share/fonts/ttf/decoratives"
	FontPath     "/usr/share/fonts/ttf/western"
	FontPath     "/usr/share/fonts/corefonts"
	FontPath     "/usr/share/fonts/cyrillic"
	FontPath     "/usr/share/fonts/freefonts"
	FontPath     "/usr/share/fonts/terminus"
	FontPath     "/usr/share/fonts/ttf-bitstream-vera"
	FontPath     "/usr/share/fonts/ttf-gentium"
	FontPath     "/usr/share/fonts/unifont"
	FontPath     "/usr/share/fonts/urw-fonts"
	FontPath     "/usr/share/fonts/urwvn-fonts"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "type1"
EndSection

Section "ServerFlags"
	Option	    "Xinerama" "0"
EndSection

#Section "InputDevice"
#	Identifier  "Logitech LX7"
#	Driver      "mouse"
#	Option	    "Device" "/dev/psaux"
#	Option	    "Protocol" "ExplorerPS/2"
#	Option	    "ZAxisMapping" "4 5 6 7"
#EndSection

Section "InputDevice"
	Identifier  "USB Maus"
	Driver      "mouse"
	Option	    "Protocol" "Auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "LCD Office"
	VendorName   "Dell"
	ModelName    "DELL 1907FPV"
	HorizSync    30.0 - 81.0
	VertRefresh  56.0 - 76.0
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "nVidia Quadro NVS 110M / GeForce Go 7300"
	Driver      "nvidia"
	VendorName  "NVIDIA Corporation"
	BoardName   "Quadro NVS 110M"
	Option      "AddARGBGLXVisuals" "true"
	Option      "UseEvents"         "false"
	Option      "RenderAccel"       "true"
EndSection

Section "Device"
	Identifier	"nVidia nv Driver"
	Driver		"nv"
EndSection

Section "Extensions"
	Option      "Composite"   "enable"
EndSection

Section "Screen"
	Identifier "Screen LCD Office"
	Device     "nVidia Quadro NVS 110M / GeForce Go 7300"
	Monitor    "LCD Office"
	DefaultDepth     16
	Option	    "metamodes" "DFP-1: nvidia-auto-select +0+0"
	SubSection "Display"
		Depth     16
		Modes    "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection