# XF86Config file for NeoMagic2360 on IBM600X ThinkPad
# XFree86 Version 4.1.0.1
# Debian GNU Linux v. 3
# Kernel version 2.4
#
# Comments:
# Acceleration at 24-bit depth results in malformed fonts in dialog boxes and 
# buttons, though at 16-bit depth there's no problem.
#
# Modules section loads kitchen sink out of pure user ignorance. That is to say,
# I've no idea to what extent the combination of modules loaded improves or
# worsens the performance of the server.
#
# If anyone has suggestions for improving this file, please contact me at
# caseyhboettcher@yahoo.com
#
Section "Module"
	Load  "GLcore"
	Load  "dbe"
   SubSection "extmod"
      Option "omit xfree86-dga"
   EndSubsection
   Load  "dri"
	Load  "glx"
	#Load  "pex5"
	Load  "record"
	Load  "xie"
	Load  "type1"
	Load  "freetype"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath	    "/usr/lib/X11/fonts/misc"
	FontPath	    "/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	    "/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	    "/usr/lib/X11/fonts/Type1"
	FontPath	    "/usr/lib/X11/fonts/100dpi"
	FontPath	    "/usr/lib/X11/fonts/75dpi"
	FontPath	    "unix/:7110"
   FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
   FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	ModulePath   "/usr/X11R6/lib/modules"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "CoreKeyboard"
   Option      "AlwaysCore" "true"
   Option      "AutoRepeat" "500 30"
   Option      "XkbRules" "xfree86"
   Option      "XkbModel" "pc101"
   Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "PS/2"
	Option      "Device" "/dev/psaux"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Generic Laptop LCD 1024x768"
	ModelName    "Monitor Model"
	HorizSync    31.5-48.5
	VertRefresh  60-61
EndSection

Section "Device"
	### Available Driver options are:-
        #Option     "DPMS" "on"
        #Option      "XaaNoScanlineImageWriteRect" 
        #Option     "NoAccel"
        #Option     "SWcursor"
        #Option     "noMMIO"
        #Option     "internDisp"
        #Option     "externDisp"
        #Option     "LcdCenter"
        #Option     "NoStretch"
        Option      "ShadowFB"
        #Option     "pciBurst"
        #Option     "Rotate"
        #Option     "progLcdModeRegs"
        #Option     "progLcdModeStretch"
        #Option     "overrideValidateMode"
        #Option     "overrideValidateMode"
   Identifier  "Card0"
	Driver      "neomagic"
	VendorName  "Neomagic"
	BoardName   "NM2360"
	BusID       "PCI:1:0:0"
	VideoRam    4096
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	
  	SubSection "Display"
		Depth     16
	EndSubSection

   SubSection "Display"
		Depth     24
   EndSubSection

EndSection

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


Back to Config File Repository