# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the # Debian X Configuration tool, using values from the debconf database. # # Edit this file with caution, and see the XF86Config manual page. # (Type "man XF86Config" at the shell prompt.) # Example file for SiS630 Section "Files" FontPath "unix/:7110" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" # FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "ServerFlags" # Option "AllowMouseOpenFail" # Option "noPM" Option "BlankTime" "99999" Option "StandbyTime" "99999" Option "SuspendTime" "99999" Option "OffTime" "99999" EndSection Section "Module" Load "ddc" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" Load "bitmap" Load "freetype" Load "speedo" Load "type1" Load "vbe" Load "int10" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "gb" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection # ---------------------------------------------------------- # MONITOR section # ---------------------------------------------------------- # This section contains data for monitor configuration. Section "Monitor" Identifier "Iiyama A702HT, VisionMaster Pro 410" VendorName "Ilyama" ModelName "A702HT" HorizSync 27.0-96.0 VertRefresh 50.0-160.0 Option "dpms" # Generally: DO NOT USE MODELINES! They will be ignored. # Modeslines are only needed for modes XFree doesn't provide # a default Modeline for (such as 1280x720 or 512x384); even # such Modelines are only required for keeping X from deleting # the mode from the list, their data will not be used. EndSection # ---------------------------------------------------------- # DEVICE section # ---------------------------------------------------------- # This section contains configuration data of the video card. Section "Device" Driver "sis" Identifier "SiS 630" VendorName "SiS" BoardName "630" Option "HWcursor" # Option "NoAccel" # Setting this option will disable 2D/3D accellerators (and Xv). #Option "NoAccel" # Option "ForceCRT2Type": # This option selects the CRT2 output device type and is only useful # on systems containing a video bridge (such as most laptops). # Available options are: # "TV" (if TV connector present), # "LCD" (if LCD panel present), # "VGA" (don't use this; it is unlikely that you need it because this # would require a SECOND VGA connector on your computer; the # connector on laptops is CRT1!) or # "NONE" (this will switch off CRT2). You might want to use "NONE" for # using higher resolutions than your LCD panel supports when # connected to an external VGA. If using "NONE", adjust the settings # in the monitor section above. Option "ForceCRT2Type" "NONE" # Option "MaxXFBMem": # This option limits the amount of memory X uses for its framebuffer. # Its purpose is to avoid a clash between X and DRI/DRM/sisfb as regards # memory management. # The SiS kernel framebuffer driver (sisfb) is responsible for memory # management for DRI. It will install a video memory heap at # - 12 MB (=12288 KB) if more than 16MB of video RAM available, # - 8 MB (=8192 KB) if between 8 an 16MB if video RAM available, # - 4 MB (=4096 KB) if less than 8 MB of video RAM available. # Other amounts can be specified with sisfb's "mem" parameter. # If this option is set, X only uses the specified amount of memory for # its screen and its off-screen buffers. # Limiting X to use only a small part of RAM therefore avoids that # the kernel framebuffer (and a DRI application using the sisfb's # memory pool) overwrites X's screen and off-screen memory. # When setting MaxXFBMem to "8192", memory will be used according # to the following figure: # 0-------8------16------24------32------40------48--------56-------64MB # XXXXXXXX # FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF # (X=memory used by X, F=memory used by sisfb and thus DRI) # If DRI is disabled and the framebuffer driver is not loaded, this option # can and should be left out. Option "MaxXFBMem" "12288" EndSection # ---------------------------------------------------------- # SCREEN section # ---------------------------------------------------------- # This section defines the available resulutions and depths. # If you disable CRT2 (by setting ForceCRT2Type to "NONE"), # you can use higher resolutions than the LCD panel supports. Section "Screen" Identifier "screen1" Device "SiS 630" Monitor "Iiyama A702HT, VisionMaster Pro 410" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "screen1" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "USB Mouse" EndSection Section "DRI" Mode 0666 EndSection # end of XF86Config