[ltp] XF86Config for 380ED

Eric linux-thinkpad@www.bm-soft.com
Mon, 14 Jan 2002 18:47:35 -0500


Here's my XFree86 4.1.0 XF86Config (Slackware 8.0):

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  "dbe"
Load  "dri"
Load  "extmod"
Load  "glx"
Load  "pex5"
Load  "type1"
Load  "freetype"
Load  "record"
Load  "xie"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option      "Protocol" "MouseSystems"
Option      "Emulate3Buttons" "true"
Option      "Device" "/dev/gpmdata"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
HorizSync    28-60
VertRefresh  50-90
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option     "NoLinear"                  # [<bool>]
#Option     "NoAccel"                   # [<bool>]
#Option     "SWcursor"                  # [<bool>]
#Option     "noMMIO"                    # [<bool>]
Option     "internDisp"  "true"         # [<bool>]
Option     "externDisp"  "true"         # [<bool>]
#Option     "LcdCenter"                 # [<bool>]
#Option     "ShadowFB"                  # [<bool>]
#Option     "NoStretch"                 # [<bool>]
#Option     "pciBurst"                  # [<bool>]
#Option     "Rotate"                    # [<str>]
#Option     "progLcdModeRegs"           # [<bool>]
#Option     "progLcdModeStretch"        # [<bool>]
#Option     "overrideValidateMode"      # [<bool>]
Identifier  "Card0"
Driver      "neomagic"
VendorName  "Neomagic"
BoardName   "NM2093"
BusID       "PCI:0:3:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth     1
EndSubSection
SubSection "Display"
Depth     4
EndSubSection
SubSection "Display"
Depth     8
EndSubSection
SubSection "Display"
Depth     15
EndSubSection
SubSection "Display"
Depth     16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth     24
EndSubSection
EndSection

(I'm using gpm in the console with -R so /dev/gpmdata is my mouse device)
I didn't spend too much time tweaking it, just kinda whipped it together
Any (more-)X-savvy people watching have any ideas or tips/tricks that can
enhance the X setup a little?

-- 
Spirilis

GnuPG Public Key available from certserver.pgp.com
Key ID 92E1516E
GPG Fingerprint: BA2A E8C0 D4BA 604A 997D  F809 D609 C9AC 92E1 516E

----- The Linux ThinkPad mailing list -----
The linux-thinkpad mailing list home page is at:
http://www.bm-soft.com/~bm/tp_mailing.html