Section "ServerLayout" Identifier "SingleHead" Screen "Screen0" 0 0 InputDevice "mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "DualHead" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" 0 0 InputDevice "mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Clone" "off" EndSection Section "Files" FontPath "unix/:-1" EndSection Section "Module" # don't load dri/glx by default: breakable and not crucial # Load "glx" # Load "v4l" Load "dbe" # Load "dri" Load "extmod" Load "type1" Load "freetype" # SubSection "extmod" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "250 30" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru,ua" Option "XkbVariant" ",winkeys,winkeys" Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll" EndSection Section "InputDevice" Identifier "mouse0" Driver "mouse" Option "Device" "/dev/input/mice" EndSection Section "Monitor" # hardwire DPI near 92 for cashdesk # NB: eostapets@ tells it's currently broken in xorg, # one needs to pass a server argument #DisplaySize 283 212 Identifier "Monitor0" Option "DPMS" EndSection Section "Monitor" # these are obviously in wrong place according to xorg.conf(5) # but ServerLayout is a bit too common between screens # so we'll really xset it in ~user/.icewm/startup #Option "DPMS" "off" #Option "BlankTime" "32768" #Option "StandbyTime" "32768" #Option "SuspendTime" "32768" #Option "OffTime" "32768" # HorizSync 31.5 - 48 # VertRefresh 60.0 - 85.0 Identifier "Monitor1" EndSection Section "Device" # set default to vesa, x11updatedrv will take care at boot # NB: vga/vesa grab device in full, dualhead won't work Identifier "Device0" Driver "radeon" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "Device1" Driver "ati" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" # provide safer fallback mode too Depth 16 Modes "1024x768" "800x600" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection EndSection Section "DRI" Group "xgrp" Mode 0660 EndSection