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" FontPath "/usr/X11R6/lib/X11/fonts/Type1" 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/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/local/sgi" FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera" FontPath "/usr/X11R6/lib/X11/fonts/webfonts" FontPath "/usr/X11R6/lib/X11/fonts/URW" #FontPath "/usr/local/share/ghostscript/fonts" #FontPath "/usr/X11R6/lib/X11/fonts/freefont" # hindi, sanskrit #FontPath "/usr/X11R6/lib/X11/fonts/devnagri" #FontPath "/usr/X11R6/lib/X11/fonts/devnagri-type1" #FontPath "/usr/X11R6/lib/X11/fonts/devnagri-ttf" EndSection Section "ServerFlags" Option "Pixmap" "32" EndSection Section "Module" Load "xie" Load "pex5" Load "record" Load "extmod" Load "dbe" # freebsd: needs agp device in kernel & drm-kmod port installed # see also: http://people.freebsd.org/~anholt/dri/ Load "dri" Load "glx" Load "GLcore" # "bitmap" is loaded automatically # "xtt" loading xtt w/ freetype is no good # Load "speedo" Load "type1" Load "freetype" EndSection Section "DRI" Mode 0666 EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "Protocol" "standard" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Emulate3Buttons" Option "Emulate3Timeout" "130" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" # hsync & vsync are useless for a lcd monitor; but XFree86 insists # HorizSync 20-200 VertRefresh 20-200 ModeLine "1024x768" 75 1024 1048 1184 1328 768 771 777 806 # W mm x H mm DisplaySize 305 230 # dmps doesn't work on dell inspiron 5000e Option "DPMS" "off" EndSection Section "Device" # # Option "NoAccel" # Option "SWcursor" # Option "HWcursor" # Option "Dac6Bit" # Option "Dac8Bit" # Option "ForcePCIMode" # Option "CCEPIOMode" # Option "CCENoSecurity" # Option "CCEusecTimeout" Option "AGPMode" # Option "AGPSize" # Option "RingSize" # Option "VBListSize" # Option "VBSize" # Option "UseCCEfor2D" # Option "PanelWidth" # Option "PanelHeight" # Option "UseFBDev" # Identifier "Card0" Driver "r128" VendorName "ATI" #BoardName "Rage 128 Mobility LF" BusID "PCI:1:0:0" VideoRam 8192 #Display "FP" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" # depth 24: dodgerblue4 couldn't be allocated - feb 16 2001 # depth 32 : not supported by r128 driver - jul 1 2001 DefaultFbBpp 24 SubSection "Display" Depth 32 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection EndSection