PDA

View Full Version : Compiz w/ dual-head VGA+TV-Out


mitchell2345
December 8th, 2006, 10:11 PM
I have worked on getting compiz to work with a dual-head FC6 installation forever. After many changes and hours of work i believe its a video card or a compiz limitation.

Using a nVidia 6600GT w/128mb
VGA - 1024x1280
TV-OUT - Component 720P

I can get compiz to work with only the VGA on but not with the TV out too.

refer to this tread on fedoraforum.org for detailed chnages

http://forums.fedoraforum.org/showthread.php?t=140603

Am I correct? or am I doing something wrong?

Thanks,
Mitchell

mikedee
December 9th, 2006, 12:51 AM
Looking on your other post I see that at one point you had this error.

[root@mitchell2345 mitchell]# compiz --replace
compiz: SmcOpenConnection failed: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
Segmentation fault

You seem to be trying to run compiz as root which is wrong, compiz should be run as your normal user. If you still get the smc errors then you can try launching compiz with --sm-disable

Also you will need the --use-cow and --indirect-rendering options if you are using the nVidia beta driver and launching compiz directly.

mitchell2345
December 9th, 2006, 02:42 AM
same things using those options...

[mitchell@mitchell2345 ~]$ compiz
compiz: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
compiz: Screen 1 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
compiz: No managable screens found on display :0.0
[mitchell@mitchell2345 ~]$ compiz --sm-disable
compiz: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
compiz: Screen 1 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
compiz: No managable screens found on display :0.0
[mitchell@mitchell2345 ~]$ compiz --sm-disable --use-cow --indirect-rendering
compiz: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
compiz: Screen 1 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
compiz: No managable screens found on display :0.0
[mitchell@mitchell2345 ~]$ compiz --sm-disable --use-cow --indirect-rendering --replace
Segmentation fault
[mitchell@mitchell2345 ~]$ compiz --sm-disable --replace
Segmentation fault
[mitchell@mitchell2345 ~]$

mikedee
December 9th, 2006, 02:18 PM
The last 2 are interesting since it shouldnt segfault. They seem like the right command (although the sm-disabled might not be needed now you are running as your user)

It is a bug in compiz which should be reported, are you able to get a backtrace for it? (try running with --use-cow --indirect-rendering --replace)

mitchell2345
December 10th, 2006, 01:37 AM
same thing sef fault. How do i report a bug?

[mitchell@mitchell2345 ~]$ compiz --use-cow --indirect-rendering --replace
Segmentation fault
[mitchell@mitchell2345 ~]$



Mitchell

mikedee
December 10th, 2006, 02:54 AM
You should report it on the mailing list to see if anyone there can help you.

By the way, you should actually start with gconf at the end, but that shouldnt be causing the crashing.