On 2005-03-14 16:31 +0100, Mike wrote:
> I agree on the 'solidity' issue, however I would like to have xinerama
> working. As per my previous post, xinerama is definitely in use - or I'm
> missing something completely ! I do get two completely independent
> screens, with as many workspaces as I want on each, the status bar
> only shows up on the primary screen, etc, so it seems to be mostly
> working. Any info I could post to solve the dragging problem ?
If you start dragging a window, can you move the tab to another screen,
or does it get locked to the current? If it gets locked, the screens
are reported as separate.
What's the output of xdpyinfo? How many screens does it list?
As for your xorg.conf, my XF86Config also lists two separate cards
to use without Xinerama (proprietary nvidia driver)
Section "Device"
Identifier "nvidia0"
Driver "nvidia"
BusID "PCI:3:0:0"
Screen 0
EndSection
Section "Device"
Identifier "nvidia1"
Driver "nvidia"
BusID "PCI:3:0:0"
Screen 1
EndSection
etc.
The Xinerama setup, OTOH, lists only one device and screen with "metamodes"
(hmm.. another reason why I switched to not using xinerama could be that
only 16bpp is/was available with it.)
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
Option "NoLogo" "1"
Option "TwinView" "1"
Option "TwinViewOrientation" "RightOf"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1280x1024, 800x600+1280+0; 800x600, 800x600+1280+0"
Option "TVStandard" "PAL-G"
Option "ConnectedMonitor" "CRT, TV"
Option "TVOutFormat" "Composite"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480" "320x240"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480" "320x240"
EndSubSection
EndSection
--
Tuomo