# Ian Darwin's XFree86 Config for NeoMagic NM2070 on Dell Latitude LMP-133ST. # Something wrong with LCD display: at x>=~756 all pixels moved down ~2 pixels # AND the bottom ~2 scanlines contain garbage at all times. Sigh. 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/" FontPath "/usr/X11R6/lib/X11/fonts/freetype/" EndSection Section "Module" Load "GLcore" Load "dbe" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "wsmouse" Option "Device" "/dev/wsmouse" Option "Emulate3Buttons" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5 - 64.3 VertRefresh 50.0 - 90.0 #Modeline "800x600" 60.75 800 864 928 1088 600 616 621 657 -hsync -vsync #Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync EndSection Section "Device" Identifier "Card0" Driver "neomagic" VendorName "Neomagic" BoardName "NM2070" # This is the hardware connection on my Dell Latitude LMP-133ST. # (should agree with numbers in dmesg output PCI scan of the NM). BusID "PCI:0:2:0" # This is the chipset but if you enable this it won't work (buglet?) #ChipSet "NM2070" # NoAccell is required or the screen background is very badly messed up # as are a variety of very basic operations. Option "NoAccel" Option "PowerSaver" # sw_cursor must be turned on (at present) to avoid losing the cursor; at # ~636<=x<=~700 (it appears to warp about 32 pixels but doesn't logically). Option "sw_cursor" Option "intern_disp" # This is for demo use, but will drain the battery a bit on long flights:-) Option "extern_disp" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 8 SubSection "Display" Depth 1 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "800x600" "640x480" EndSubSection EndSection Section "DRI" EndSection