# XF86Config-4 example for merged framebuffer mode 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 "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "bitmap" Load "freetype" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "de" 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 "Generic Monitor" VendorName "Monitor Vendor" ModelName "Monitor Model" # VertRefresh & HorizSync: # These values are used for CRT1 only VertRefresh 60-75 HorizSync 30-90 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 "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" alias "DVI-D" (if LCD panel present), # "VGA" alias "DVI-A" (don't use this unless your machine has a # secondary VGA connector or a DVI-I connector. # The VGA connector on your laptop is CRT1!), # "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. # "SVIDEO" to force the TV output type to be S-VIDEO (SiS bridges only) # "COMPOSITE" like SVIDEO, but using COMPOSITE output. # We use a 1024x768 LCD panel in this example Option "ForceCRT2Type" "LCD" # Option "ForceCRT1" # This option can be used to force CRT1 to be switched on (TRUE) or # off (FALSE). It is only used if a video bridge is detected. # If you don't set this option, the driver will automatically detect # if CRT1 is connected or not and use it accordingly. Automatic # detection, however, requires CRT1 to be connected to the computer # at boot time. Older monitors might not be detected at all, so you # will have to set this option to "TRUE" if you want to use such a # monitor on a machine with a video bridge. # Normally, you don't need to set this option. #Option "ForceCRT1" "TRUE" # Option MaxXFbMem # The virtual screen (see screen section) needs quite much RAM, so # we don't go with the defaults here Option "MaxXFBMem" "24000" # Now for the real thing: Enable MergedFB mode Option "MergedFB" "true" Option "CRT2Position" "LeftOf" Option "MetaModes" "1024x768-1024x768 800x600-1024x768 1024x768-800x600 1024x768 800x600" Option "CRT2HSync" "31-60" Option "CRT2VRefresh "50-75" EndSection # ---------------------------------------------------------- # Screen section # ---------------------------------------------------------- # This section defines the available resulutions and depths. Section "Screen" Identifier "Screen1" Device "SiS 630" Monitor "Generic Monitor" DefaultDepth 16 SubSection "Display" Depth 16 Virtual 2048 768 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Virtual 2048 768 Modes "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