Section "ServerFlags" Option "DefaultServerLayout" "Zwykly" Option "BlankTime" "3" Option "StandbyTime" "4" Option "SuspendTime" "6" Option "OffTime" "8" EndSection Section "DRI" Group 0 Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" EndSection Section "Module" Load "extmod" Load "dri" Load "record" Load "xtrap" Load "dbe" Load "glx" Load "freetype" Load "type1" Load "i2c" Load "ddc" EndSection # Keyboard na evdev wywala calego X-a /krzaki/ #Section "InputDevice" # Identifier "Keyboard-evdev" # Driver "evdev" # Option "Phys" "isa0060/serio0/input0" #Option "Name" "AT Translated Set 2 keyboard" # Option "XkbModel" "pc105" # Option "XkbLayout" "pl" #EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "pl" EndSection Section "InputDevice" Identifier "Touchpad" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" # Przy wlaczeniu w /etc/conf.d/usb X11_USBMICE_HACK # Touchpad musi byc jako mysz. Sterownik evdev jest beznadziejny. # Ustawia touchpadowi pozycjonowanie "absolute", a przy wymuszeniu # "relative" jest strasznie nieostry i niedokladny. DUPA. #Driver "evdev" # Wybranie po nazwie: #Option "Name" "SynPS/2 Synaptics TouchPad" # Wybranie po bitach (patrz /usr/include/linux/input.h): #Option "evBits" "+1 ~2-3" # Touchpad ma 0x0b=1011 #Option "keyBits" "~272-287" #Option "absBits" "~0-2" #Option "Pass" "1" EndSection # USB-Mouse: # Not needed in X.Org 7.3, sam wykryje i zaladuje evdev #Section "InputDevice" # Identifier "Mouse1" # Dzieki wybraniu sterownika "evdev" nigdy tu nie wskoczy touchpad # (nie pasuja mu evBits i relBits). # Driver "evdev" # Option "evBits" "+1-2" # Option "keyBits" "~272-287" # Option "relBits" "~0-2 ~6 ~8" # Option "Pass" "3" #EndSection # ########################################################## # Video devices # Zwykly Section "Device" Identifier "Intel i915" Driver "intel" # >2.0.0 #Driver "i810" # 1.7 VendorName "Intel Corporation" BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller" BusID "PCI:0:2:0" Option "DRI" "true" #Option "VBERestore" "true" # OBSOLETE in >2.0.0 # Dla i810 >2.0.0: #Option "AccelMethod" "EXA" # Default "XAA" #Option "Legacy3D" "false" # Intel textured video #Option "Legacy3D" "true" # non-textured driver #Option "PageFlip" "true" # Better 3D, worse 2D/3D #Option "TripleBuffer" "true" # Better 3D, worse 2D/3D EndSection # ########################################################## # Monitors Section "Monitor" Identifier "LCD" Option "DPMS" Option "Monitor-LVDS" "Local Flat Panel" EndSection Section "Monitor" Identifier "External VGA" Option "DPMS" Option "Monitor-VGA" "External VGA" EndSection Section "Monitor" Identifier "External TV" HorizSync 30-50 #VertRefresh 60 #Option "TargetRefresh" "60" Option "Monitor-RV" "External TV" EndSection # ########################################################## # Screens Section "Screen" Identifier "LCD" Device "Intel i915" Monitor "LCD" DefaultDepth 24 SubSection "Display" Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" Depth 24 EndSubSection EndSection # ########################################################## # Layouts Section "ServerLayout" Identifier "Zwykly" Screen 0 "LCD" 0 0 InputDevice "Touchpad" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" # not needed in X.Org 7.3 #InputDevice "Mouse1" "SendCoreEvents" # not needed in X.Org 7.3 Option "AIGLX" "true" Option "BlankTime" "3" Option "StandbyTime" "4" Option "SuspendTime" "6" Option "OffTime" "8" EndSection