PDA

View Full Version : [SOLVED] 2 Screens and only black screen


gwydion.dot
June 4th, 2007, 02:01 PM
Hi


I have a little problem with compiz/compcomm. When I set up my second screen, and start compiz/compcomm, I have got only a blackscreen.
Is there no support atm or is it a bug? I have a nvidia card with 2 DVI-Outs.


Each search is separated view.


Any solutions?

gwydion.dot
June 4th, 2007, 02:31 PM
Ups, here the xorg.conf!

[code:56941]
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Thu Apr 5 02:11:16 PDT 2007

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
RgbPath "/usr/lib/X11/rgb"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"
# generated from data in "/etc/conf.d/gpm"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "HIQ L90D+ DVI"
HorizSync 31.0 - 67.0
VertRefresh 59.0 - 61.0
Option "DPMS"
EndSection

Section "Monitor"
# HorizSync source: builtin, VertRefresh source: builtin
Identifier "Monitor1"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GT"
BusID "PCI:3:0:0"
Screen 0
Option "AddARGBGLXVisuals" "true"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GT"
BusID "PCI:3:0:0"
Screen 1
Option "AddARGBGLXVisuals" "true"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: 1280x1024_60 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "enable"
EndSection

[/code:56941]

adamk
June 4th, 2007, 06:43 PM
If I recall correctly, this functionality (managing two separate displays with beryl) never made it into any stable beryl version, just in the development code. I don't even know how well it worked when it was available in beryl, but I'm going to go out on a limb and say it has not made it into compiz.

However, it should work just fine if you switch to twinview. Since it's one display, you won't be able to spin the cubes independently, but compiz should at least work for you on both monitors this way (it works here).

Adam

gwydion.dot
June 4th, 2007, 11:11 PM
Hi


Ok, thanks. Is there a other way to have a second screen? I only need it to watch movies on a beamer. No need for compiz or so, only need a xserver.

adamk
June 5th, 2007, 12:51 AM
Why not just use twinview?

Adam

gwydion.dot
June 6th, 2007, 01:53 PM
The beamer is not running all the time, and when I run twinview, some parts are on the beamer. That is not so pretty...

gwydion.dot
June 10th, 2007, 12:48 PM
I found a solution, how works very well!

Add this arguments to compiz.

[code:ce238]
--display :0.0 --only-current-screen
[/code:ce238]

Found solution here -> http://forum.compiz.org/viewtopic.php?p=9006#9006

adamk
June 10th, 2007, 01:05 PM
Out of curiousity, are you then able to run beryl on the other screen, or do you have to run another window manager on it?

gwydion.dot
June 10th, 2007, 02:24 PM
Out of curiousity, are you then able to run beryl on the other screen, or do you have to run another window manager on it?

Hi

No, on the second screen is no windows manager. But I only use the screen for watching movies, and thats no problem so. ;-)

Jupiter
June 10th, 2007, 05:54 PM
[quote="gwydion.dot":3b91e]I found a solution, how works very well!

Add this arguments to compiz.

[code:3b91e]
--display=:0.0 --only-current-screen
[/code:3b91e]

Found solution here -> http://forum.compiz.org/viewtopic.php?p=9006#9006[/quote:3b91e]
Excellent solution to this issue. Please remember to prefix the thread with [SOLVED], so
others will find it easier to find a solution to this issue.

Thanks
Jupiter