Re: Three monitors
- From: "Rajko M." <kakomo123@xxxxxxxxxxxx>
- Date: Sun, 30 Dec 2007 15:36:59 -0600
Peter Stolz wrote:
With my new xorg.conf
(see earlier posting) it works after: ctrl-alt-backspace.
The ctrl-alt-backspace ie. xorg restart sounds like something that
regular startup scripts are running appear late.
Can you check to what card is connected the monitor that works right
after boot.
Two monitors work after boot:
Videocard0, GeForce 7600 GS, Screen 1, Monitor1 and Videocard2, Geforce FX
5200 Screen 0, Monitor2
This sounds like a mess. Let me sort that out:
Videocard0 7600 Screen1 Monitor1
Videocard? Screen? Monitor0 missing
Videocard2 5200 Screen0 Monitor2
[..]You can also check /var/log/Xorg.0.log before xorg restart.
Than restart xorg. That will generate new /var/log/Xorg.0.log . Compare
both files.
Here the difference:
After boot: <
After restart (ctrl-alt-backspace): >
[...](--) NVIDIA(1): Maxdata (RogenTech) B1980S1 (DFP-0)496c502,516
< (EE) NVIDIA(1): Unable to find available Display Devices for screen 1.
This confirms above.
[...]
Now, what to do?
Reading again xorg.conf from 10.2 and 10.3, I can say it is a somewhat strange,
at least.
Try the one below, and if it works, test screen numbers and connect
monitors to be Screen 0, 1 and 2, from left to right.
Watch metamodes lines, they can be wrapped.
The proposal is very similar as 10.3 xorg.conf, but it is missing section
Modes and metamodes in screen sections are sorted out.
There is also something that might be a problem.
I guess that FX 5200 has 2 outputs. Mine has 2 VGA, though newer have VGA + DVI.
If your card is like mine, it can happen that after boot monitor connected to
that card has no picture. Try another output. Just disconnect cable and connect
to another output. Do that carefully. It is hard to make short, but it is
possible if one put to much pressure on connector.
--------------8<----------------------------------
Section "ServerLayout"
Identifier "Layout[all]"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
EndSection
Section "Files"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/latin2/misc:unscaled"
FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
FontPath "/usr/share/fonts/latin2/Type1"
FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
FontPath "/usr/share/fonts/baekmuk:unscaled"
FontPath "/usr/share/fonts/japanese:unscaled"
FontPath "/usr/share/fonts/kwintv"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/ucs/misc:unscaled"
FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/misc:unscaled"
FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/Type1"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "v4l"
Load "dbe"
Load "glx"
Load "type1"
Load "freetype"
Load "extmod"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard[0]"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "de"
Option "XkbModel" "a4techKB21"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse[1]"
Driver "mouse"
Option "Buttons" "9"
Option "Device" "/dev/input/mice"
Option "Name" "ImExPS/2 Logitech Wheel Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Maxdata (RogenTech) B1980S1"
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 75.0
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Maxdata (RogenTech) Belinea1930S1"
HorizSync 30.0 - 83.0
VertRefresh 50.0 - 76.0
EndSection
Section "Monitor"
Identifier "Monitor2"
VendorName "Unknown"
ModelName "Maxdata (RogenTech) Belinea1930S1"
HorizSync 30.0 - 83.0
VertRefresh 50.0 - 76.0
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GS"
BusID "PCI:3:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GS"
BusID "PCI:3:0:0"
Screen 1
EndSection
Section "Device"
Identifier "Videocard2"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX 5200"
BusID "PCI:1:10:0"
Screen 2
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT: 1280x1024_75 +0+0; CRT: 1152x864 +0+0; CRT: 1024x768 +0+0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT: 1280x1024_75 +0+0; CRT: 1152x864 +0+0; CRT: 1024x768 +0+0"
EndSection
Section "Screen"
Identifier "Screen2"
Device "Videocard2"
Monitor "Monitor2"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT: 1280x1024_75 +0+0; CRT: 1152x864 +0+0; CRT: 1024x768 +0+0"
EndSection
--------------8<----------------------------------
--
Regards, Rajko.
See http://en.opensuse.org/Portal
.
- Follow-Ups:
- Re: Three monitors
- From: Rajko M.
- Re: Three monitors
- References:
- Three monitors
- From: Peter Stolz
- Re: Three monitors
- From: houghi
- Re: Three monitors
- From: Peter Stolz
- Re: Three monitors
- From: Rajko M.
- Re: Three monitors
- From: Peter Stolz
- Re: Three monitors
- From: Rajko M.
- Re: Three monitors
- From: Peter Stolz
- Three monitors
- Prev by Date: Re: Problem with windows printer server
- Next by Date: Re: htaccess file
- Previous by thread: Re: Three monitors
- Next by thread: Re: Three monitors
- Index(es):