Here is my problem :
I want to do a dual head on a 15" and a 17" monitor with separate workspaces.
Neither Twinview nor Xinerama will do, as they either clone or join the workspaces (as far as I have found), so I go for the good old Xinerama off version. But when I start Ubuntu, I end up with a black screen. If I Ctrl+Alt+F1, sudo /etc/init.d/gdm stop and then startx, I get the correct result, but it's quite a heavy way of launching, isn't it ? Does anyone encounter the same problem or have a solution ?
Here is my config (for the relevant parts) : Laptop, Alienware Area 51m7700, Monitor is a Belinea connected to a DVI port via a DVI/VGA adaptor, graphics card an nVidia GeForce 6800.
Here is my xorg.conf
/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/X11/fonts/misc" FontPath "/usr/share/X11/fonts/cyrillic" FontPath "/usr/share/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/CID" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" # paths to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" EndSection
Section "Module"
Load "GLcore"
Load "i2c" 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" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "latin9" EndSection
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection
Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection
Section "Device" Identifier "NVIDIA Corporation NV41 [GeForce Go 6800]" Driver "nvidia" BusID "PCI:1:0:0" Screen 0 EndSection
Section "Device" Identifier "nvidia1" Driver "nvidia" BusID "PCI:1:0:0" Screen 1 EndSection
Section "Modes" Identifier "16:10" ModeLine "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828 Modeline "1440x900" 95.8 1440 1472 1600 1728 900 904 908 924 -HSync -VSync Modeline "1024x768" 61.89 1024 1080 1184 1344 768 769 772 794 Modeline "800x600" 36.88 800 832 912 1024 600 601 604 621 Modeline "640x480" 23.06 640 656 720 800 480 481 484 497 Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 EndSection
Section "Monitor" Identifier "Ecran portable"
Option "DPMS"
DisplaySize 368 230 HorizSync 29-64 VertRefresh 0-60 UseModes "16:10" EndSection
Section "Monitor" Identifier "Moniteur externe" Option "DPMS" HorizSync 29-64 VertRefresh 0-60 EndSection
Section "Screen" Identifier "Ecran Principal" Device "NVIDIA Corporation NV41 [GeForce Go 6800]" Monitor "Ecran portable" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection
Section "Screen" Identifier "Ecran externe" Device "nvidia1" Monitor "Moniteur externe" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "600x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "600x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "600x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "600x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "600x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "600x480" EndSubSection EndSection
Section "ServerFlags" Option "Xinerama" "false" EndSection
Section "ServerLayout" Identifier "Default Layout" Screen 0 "Ecran Principal" 0 0 Screen 1 "Ecran externe" RightOf "Ecran Principal" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection
Section "DRI" Mode 0666 EndSection
Thanks in advance for your help.
P.S. : I googled and used search here before posting. If the answer is well known, don't flame me, just give me a link :rolleyes: