Hello,
This seems like it would be a common problem but I havn't been able to
find a posted solution. I am attempting to set up a multiheaded machine(2
monitors).
I have had success in the sense that I can have the two monitors act as one
using xinerama. However, what I was realy aiming for was to have two
seperate desktops (a matter of having two seperate window managers?).
>From what I've read I should be able to have this work simply by typing
startx. Unfortunatly, this will simply result in the second monitor displaying
a grey background(I can move the mouse pointer onto this background). I think
my error would probably be in the server layout section of the XF86Config-4
file
so I have included parts of it here. I have an agp card which uses the nvidia
gforce2 mx
chipset and a pci card that uses the nvidia riva tnt2 chipset. I have the
nvidia drivers installed
and working. I can provide more information if
needed, but I think this is a simple mistake on my part, not some complex
hardware
issue.
Thanks,
Harout
Heres XF86Config-4 (partial)
Section "ServerLayout"
Identifier "Anaconda Configured"
Screen "Screen0"
Screen "Screen1" LeftOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Module"
#GLcore and dri not loaded as per instructions of nvidia
#Load "GLcore"
Load "dbe"
Load "extmod"
Load "fbdevhw"
#Load "dri"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31-60
VertRefresh 55-75
Option "dpms"
# -- 1400x1050 --
# 1400x1050 @ 60Hz, 65.8 kHz hsync
Modeline "1400x1050" 129 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 70Hz, 76.8 kHz hsync
Modeline "1400x1050" 151 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 75Hz, 82.3 kHz hsync
Modeline "1400x1050" 162 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 85Hz, 93.2 kHz hsync
Modeline "1400x1050" 184 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31-60
VertRefresh 55-75
Option "dpms"
# -- 1400x1050 --
# 1400x1050 @ 60Hz, 65.8 kHz hsync
Modeline "1400x1050" 129 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 70Hz, 76.8 kHz hsync
Modeline "1400x1050" 151 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 75Hz, 82.3 kHz hsync
Modeline "1400x1050" 162 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 85Hz, 93.2 kHz hsync
Modeline "1400x1050" 184 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
EndSection
Section "Device"
# no known options
Identifier "gForce2"
Driver "nvidia"
VendorName "gForce2"
BoardName "gForce2"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "pci card"
Driver "nvidia"
VendorName "vendor"
BoardName "board name"
BusID "PCI:0:11:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "gForce2"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "1024x768"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "pci card"
Monitor "Monitor1"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubsection
EndSection
Section "DRI"
Mode 0666
EndSection
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie