 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

25th October 2006, 06:59 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 71

|
|
|
Dualscreen, AIGLX, FC6, Problem, HELP :confused:
Ive just installed Fedora Core 6 (final release) and i got my latest nvidia beta drivers installed from this guide
http://clunixchit.blogspot.com/2006/...ta-driver.html
im running KDE with dualscreens, primary monitor is 20.1" 1680x1050 and the secondary monitor is 17" 1280x1024, i got everything installed and working fine EXCEPT when i get to step to type in konsole desktop-effects, the desktop effect open for me but when i click on enable desktop effects i get this error
Code:
[root@localhost ~]# desktop-effects
compiz: No RandR extension
The program 'gnome-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 618 error_code 180 request_code 155 minor_code 8)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
any help would be appreciated
|

25th October 2006, 07:03 PM
|
 |
Registered User
|
|
Join Date: Apr 2004
Posts: 1,186

|
|
|
same thing here... im guessing there is no support for xinerama
works with single screen but not when i enable the other screens
|

25th October 2006, 07:15 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 71

|
|
|
i got it working with twinview but the only problem is that when you maximize a window, it maximises into both screens and not only in one screen !! (which is annoying sometimes) also if you launch a program that has a splash, the splash will show half on one screen and half on the other one!!, does anyone has a fix for that?
|

25th October 2006, 08:48 PM
|
 |
Registered User
|
|
Join Date: Apr 2004
Posts: 1,186

|
|
Quote:
|
Originally Posted by leon85
i got it working with twinview but the only problem is that when you maximize a window, it maximises into both screens and not only in one screen !! (which is annoying sometimes) also if you launch a program that has a splash, the splash will show half on one screen and half on the other one!!, does anyone has a fix for that?
|
that is normal for twinview, twinview will make both screens act as one, instead of acting as seperate screens as one desktop
|

5th December 2006, 04:10 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 6

|
|
Quote:
|
Originally Posted by leon85
i got it working with twinview but the only problem is that when you maximize a window, it maximises into both screens and not only in one screen !! (which is annoying sometimes) also if you launch a program that has a splash, the splash will show half on one screen and half on the other one!!, does anyone has a fix for that?
|
How did you get it working? I'm using twinview on two identical monitors and I'm still getting the RandR problem.
My X log is showing that RandR loaded without problems.
|

5th December 2006, 06:31 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 71

|
|
Quote:
|
Originally Posted by monteslu
How did you get it working? I'm using twinview on two identical monitors and I'm still getting the RandR problem.
My X log is showing that RandR loaded without problems.
|
when you use twinview, you need to disable xinerama, i have two monitors one 20.1" and one is 17", here is my xorg.conf
Code:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" RightOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "off"
EndSection
Section "Files"
EndSection
Section "Extensions"
Option "Composite"
EndSection
Section "Module"
Load "glx"
Load "extmod"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x1024"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
Option "TwinView" "true"
Option "ConnectedMonitor" "LCD, LCD"
Option "TwinViewOrientation" "LeftOf"
Option "MetaModes" "1680x1024,1680x1024"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "Videocard Vendor"
BoardName "nVidia Corporation GeForce 7900 GT"
BusID "PCI:1:0:0"
Option "AddARGBGLXVisuals" "True"
Option "TwinView" "true"
Option "ConnectedMonitor" "LCD, LCD"
Option "MetaModes" "1280x1024,1280x1024"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
P.S. beryl has a fix for dual monitor, when you maximize, it maximizes on only one screen
|

26th October 2006, 02:28 PM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 71

|
|
|
ok, i see, then so far there is no way to enable that with xinerama? i kinda like xinerama more than twinview!
|

26th October 2006, 03:38 PM
|
 |
Registered User
|
|
Join Date: Apr 2004
Posts: 1,186

|
|
Quote:
|
Originally Posted by leon85
ok, i see, then so far there is no way to enable that with xinerama? i kinda like xinerama more than twinview!
|
yeah, i have seen posts about patched versions of compiz for xinerama but i have yet to actually find or see with my own eyes
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 07:57 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|