Section "DRI" # Mode 0666 EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "tcp/localhost:7100" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" # FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" # ModulePath "/usr/XF86-DRI/lib/modules" EndSection Section "Module" Load "dbe" Load "extmod" Load "glx" # Load "dri" # You can load other modules as well of course EndSection Section "ServerFlags" Option "blank time" "5" Option "standby time" "7" Option "suspend time" "10" Option "off time" "15" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "AutoRepeat" "500 5" # Option "XkbDisable" Option "XkbOptions" "ctrl:nocaps" Option "XkbRules" "xfree86" Option "XkbModel" "macintosh" # Option "XkbLayout" "us" # Option "XkbVariant" "" # Option "XkbOptions" "" EndSection Section "InputDevice" Identifier "Keyboard2" Driver "keyboard" Option "AutoRepeat" "500 5" # Option "XkbDisable" Option "XkbOptions" "ctrl:nocaps" Option "XkbRules" "xfree86" Option "XkbModel" "pc" # Option "XkbLayout" "us" # Option "XkbVariant" "" # Option "XkbOptions" "" EndSection # ADB mouse Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "BusMouse" Option "Device" "/dev/mouse" EndSection # USB mouse Section "InputDevice" Identifier "Mouse2" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/mouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection #TrackBall Section "InputDevice" Identifier "Mouse3" Driver "mouse" # Option "Protocol" "ThinkingMouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/mouse" Option "Buttons" "3" EndSection Section "Monitor" Identifier "PowerBook Display" HorizSync 30-64 # multisync VertRefresh 50-100 # multisync Option "dpms" "on" Mode "1024x768" # D: 78.740 MHz, H: 60.015 kHz, V: 75.019 Hz DotClock 78.741 HTimings 1024 1058 1154 1312 VTimings 768 769 772 800 Flags "+HSync" "+VSync" EndMode EndSection Section "Monitor" Identifier "Viewsonic21" VendorName "Viewsonic" ModelName "Unknown" HorizSync 31.5-64.3 VertRefresh 50-90 Mode "1024x768" DotClock 85.00 HTimings 1024 1076 1196 1356 VTimings 768 780 783 823 Flags "+HSync" "+VSync" EndMode Mode "1280x1024" DotClock 110.00 HTimings 1280 1368 1552 1720 VTimings 1024 1025 1028 1078 Flags "+HSync" "+VSync" EndMode # Modeline "1200x900" 100.00 1200 1259 1418 1554 900 901 911 940 # Modeline "1152x864" 92.00 1152 1208 1368 1506 864 865 875 911 # Modeline "800x600" 60.75 800 852 916 1060 600 604 609 637 -hsync -vsync # Modeline "640x480" 36.00 640 680 736 860 480 481 484 513 -hsync -vsync EndSection Section "Device" Identifier "Rage128 Mobility" Driver "r128" BusID "PCI:0:16:0" # Option "CRTOnly" # Option "Display" "CRT" # Remove this option if there is AGP GART support Option "ForcePCIMode" # Enable flat panel (especially for Pismos) # Option "ProgramFPRegs" "No" # Option "EnableFP" # Option "PanelX" "1024" # Option "PanelY" "768" Option "XAANoDashedBresenhamLine" # fbdev doesn't look good in 16 bit currently Option "UseFBDev" EndSection Section "Device" Identifier "Rage128 External" Driver "r128" BusID "PCI:0:16:0" # Option "Display" "CRT" Option "CRTOnly" # Remove this option if there is AGP GART support Option "ForcePCIMode" # Enable flat panel (especially for Pismos) # Option "ProgramFPRegs" "No" # Option "EnableFP" # Option "PanelX" "1024" # Option "PanelY" "768" Option "XAANoDashedBresenhamLine" # fbdev doesn't look good in 16 bit currently # Option "UseFBDev" EndSection Section "Screen" Identifier "Screen 1" Device "Rage128 Mobility" Monitor "PowerBook Display" DefaultDepth 24 # Only depth 16 and 24 (fbbpp 32) are supported for DRI SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Fbbpp 32 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "External Screen" Device "Rage128 External" Monitor "Viewsonic21" DefaultDepth 16 SubSection "Display" Depth 8 Modes "1024x768" "1280x1024" "800x600" "640x480" EndSubSection # Only depth 16 and 24 (fbbpp 32) are supported for DRI SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Fbbpp 32 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Laptop Only" Screen "External Screen" # Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Mouse2" "SendCoreEvents" # InputDevice "Mouse3" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection # Section "ServerLayout" # Identifier "External Monitor" # Screen "External Screen" # InputDevice "Mouse1" "CorePointer" # InputDevice "Mouse2" "SendCoreEvents" # InputDevice "Keyboard2" "CoreKeyboard" # EndSection