# XF4 config for piglet Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/X11R6/lib/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) 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/" FontPath "unix/:-1" # ModulePath can be used to set a search path for the X server modules. # The default path is shown here. # ModulePath "/usr/X11R6/lib/modules" EndSection Section "Module" Load "GLcore" Load "dbe" # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "glx" Load "pex5" Load "record" Load "xie" Load "type1" Load "speedo" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbDisable" # Option "XkbModel" "macintosh" # Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "busmouse" Option "Device" "/dev/adbmouse" EndSection Section "Monitor" Identifier "Philips17B" VendorName "Philips" ModelName "17B" HorizSync 30-66 VertRefresh 50-160 Gamma 1.5 1.5 1.5 EndSection Section "Monitor" Identifier "Dell_P990" VendorName "Dell" ModelName "P990" HorizSync 30-96 VertRefresh 48-120 Gamma 1.5 1.5 1.5 EndSection Section "Device" ### Available Driver options are:- #If you don't want to use the shadow framebuffer (try if it's faster with or without) Option "ShadowFB" "Off" Identifier "fbdev" Driver "fbdev" # You _have_ to specify the correct PCI bus ID of your graphics chip! # Look at /proc/pci to find out (or try XFree86 -probeonly) # Not true for me; works best without PCI ID ;-) # Apple control: # BusID "PCI:1:11:0" EndSection Section "Screen" Identifier "Screen0" Device "fbdev" Monitor "Dell_P990" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1152x870" EndSubSection SubSection "Display" Depth 15 Modes "1152x870" EndSubSection SubSection "Display" Depth 16 Modes "1152x870" EndSubSection SubSection "Display" Depth 24 Modes "1152x870" EndSubSection EndSection