Hi, I've recently updated to the new version, I had the old config for dual-head, and it was breaking the X server. I've followed what is in this bug report and it worked as expected except for some things...
1) I couldn't make the X server work with two different screens (I mean :0.0 and :0.1), I only get a xinerama-like support, which is not what I want (I like to have 2 x more desktops of the same size and not having 2 x bigger the same number of desktops). 2) It seems that this also disabled gl support, I used to have direct rendering, but I don't have it anymore. I'm attaching my config file, but I really don't think there's also really specific, in fact, it seems to be ignoring my declaration of two screens. daniel
# /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" FontPath "/usr/share/fonts/X11/misc/:unscaled" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/encodings" FontPath "/usr/share/fonts/type1/gsfonts/" FontPath "/usr/share/fonts/truetype/openoffice/" FontPath "/usr/share/fonts/truetype/thai/" FontPath "/usr/share/fonts/truetype/ttf-dejavu/" FontPath "/usr/share/fonts/truetype/xfonts-kapl/" # FontPath "/usr/share/fonts/X11/Type1" # FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" # FontPath "unix:7100" EndSection Section "Module" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "pt" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "On" Option "LeftEdge" "85" Option "RightEdge" "1010" Option "TopEdge" "85" Option "BottomEdge" "730" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.10" Option "MaxSpeed" "0.60" Option "AccelFactor" "0.2" Option "SHMConfig" "true" Option "UseShm" "true" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "Device" Identifier "i810" Driver "i810" BusID "PCI:0:2:0" Option "VBERestore" "yes" Option "MonitorLayout" "CRT,LFP" Option "DevicePresence" "true" VideoRam 128000 Option "DPI" "96x96" Screen 0 EndSection Section "Monitor" Identifier "LCD do Laptop" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor PT" Option "DPMS" EndSection Section "Screen" Identifier "TelaLaptop" Device "i810" Monitor "LCD do Laptop" DefaultDepth 24 SubSection "Display" Depth 1 Virtual 2560 1024 EndSubSection SubSection "Display" Depth 4 Virtual 2560 1024 EndSubSection SubSection "Display" Depth 8 Virtual 2560 1024 EndSubSection SubSection "Display" Depth 15 Virtual 2560 1024 EndSubSection SubSection "Display" Depth 16 Virtual 2560 1024 EndSubSection SubSection "Display" Depth 24 Virtual 2560 1024 EndSubSection EndSection Section "Screen" Identifier "TelaExterna" Device "i810" Monitor "Monitor PT" DefaultDepth 24 SubSection "Display" Depth 1 Virtual 2560 1024 EndSubSection SubSection "Display" Depth 4 Virtual 2560 1024 EndSubSection SubSection "Display" Depth 8 Virtual 2560 1024 EndSubSection SubSection "Display" Depth 15 Virtual 2560 1024 EndSubSection SubSection "Display" Depth 16 Virtual 2560 1024 EndSubSection SubSection "Display" Depth 24 Virtual 2560 1024 EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen 0 "TelaLaptop" 0 0 Screen 1 "TelaExterna" LeftOf "TelaLaptop" #Option "Xinerama" "true" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "Synaptics Touchpad" EndSection Section "ServerLayout" Identifier "Fallback Layout" Screen "TelaLaptop" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "Synaptics Touchpad" EndSection Section "ServerFlags" Option "DefaultServerLayout" "Default Layout" Option "DontZap" "true" # Option "DefaultServerLayout" "Fallback Layout" EndSection Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" EndSection