# v1.1 Fix minor bugs # v1.2 Cambio PC scheda video intel riprogrammato xorg :P # File '/etc/X11/Xorg.conf' #Versione xorg-server in uso: x11-base/xorg-server-1.8.1.902 Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Screen" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "ServerFlags" Option "DontZap" "false" Option "AutoAddDevices" "off" EndSection Section "Module" Load "dbe" # Double buffer Extension Load "dri" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "dbe" Load "record" Load "dri2" Load "extmod" Load "glx" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "CoreKeyboard" Option "AutoRepeat" "500 40" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor" Option "DPMS" "true" Option "TargetRefresh" "60" Option "PreferredMode" "1366x768" EndSection Section "Device" Identifier "Intel" VendorName "Intel" Driver "intel" VideoRam 524288 Option "RenderAccel" "true" Option "AccelMethod" "UXA" Option "MigrationHeuristic" "greedy" Option "ExaNoComposite" "false" Option "AllowGLXWithComposite" "true" Option "DRI" "true" EndSection Section "Screen" Identifier "Screen" Device "Intel" Monitor "Monitor" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1366x768" EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" EndSection Section "DRI" Group "video" Mode 0660 EndSection