# XFree86 configuration file for XFree86 version 3.3.6
# This file is for IBM Thinkpad 760LD laptops with the 
# Trident Cyber 9320 video card.

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath	"/usr/X11R6/lib/X11/fonts/local"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath    "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"

   Protocol    "Standard"
   XkbKeycodes     "xfree86"
   XkbModel        "pc101"
   XkbLayout       "us"
EndSection

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/mouse"
    Emulate3Buttons
    Emulate3Timeout 40
EndSection

Section "Monitor"
    Identifier  "Primary Monitor"
    VendorName  "IBM"
    ModelName   "10.4 TFT"
    HorizSync   25.18-35
    VertRefresh 50-65

Modeline "640x400"     25.18 640 672 768 800 480 499 501 525 
Modeline "640x480"     25.18 640 668 764 800 480 495 497 525
ModeLine "640x480"     25.18 640 676 722 800 480 503 505 525
Modeline "640x480"     25.18 640 680 776 800 480 507 509 525
Modeline "640x480"     25.18 640 660 756 800 480 487 489 525
Modeline "640x480"     25.18 640 656 752 800 480 483 485 525
EndSection

Section "Device"
    Identifier  "Primary Card"
    VendorName  "Trident"
    BoardName   "Cyber9320"
    Option	"linear"
    VideoRam    1024
EndSection

Section "Screen"
    Driver      "SVGA"
    Device      "Primary Card"
    Monitor     "Primary Monitor"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "640x480"
        ViewPort    0 0
# Uncomment next line for virtual 800x600 use
#	Virtual	    800 600		
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Driver      "VGA16"
    Device      "Primary Card"
    Monitor     "Primary Monitor"
    Subsection "Display"
	Depth       8
        Modes       "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Back to Config File Repository