Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25th October 2006, 06:59 PM
leon85 Offline
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
__________________
HTTP://WWW.FC64.ORG - The Fedora Core 64BIT Guide
Reply With Quote
  #2  
Old 25th October 2006, 07:03 PM
hiberphoptik's Avatar
hiberphoptik Offline
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
Reply With Quote
  #3  
Old 25th October 2006, 07:15 PM
leon85 Offline
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?
__________________
HTTP://WWW.FC64.ORG - The Fedora Core 64BIT Guide
Reply With Quote
  #4  
Old 25th October 2006, 08:48 PM
hiberphoptik's Avatar
hiberphoptik Offline
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
Reply With Quote
  #5  
Old 26th October 2006, 02:28 PM
leon85 Offline
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!
__________________
HTTP://WWW.FC64.ORG - The Fedora Core 64BIT Guide
Reply With Quote
  #6  
Old 26th October 2006, 03:38 PM
hiberphoptik's Avatar
hiberphoptik Offline
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
Reply With Quote
  #7  
Old 5th December 2006, 04:10 PM
monteslu Offline
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.
Reply With Quote
  #8  
Old 5th December 2006, 06:31 PM
leon85 Offline
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
__________________
HTTP://WWW.FC64.ORG - The Fedora Core 64BIT Guide
Reply With Quote
Reply

Tags
aiglx, confused, dualscreen, fc6, problem

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
KDE 4.2 Dualscreen panel problems sup Using Fedora 4 18th February 2009 05:16 PM
DualScreen, Menus take a while to come up on screen 1 lynxus Using Fedora 0 18th December 2008 09:25 AM
A locale problem confused me. hantsy Using Fedora 2 13th November 2008 04:17 AM
AIGLX problem hermouche Using Fedora 0 10th November 2006 05:45 AM
creating custom linux distro:confused: :confused: :confused: noobiedora Using Fedora 2 27th February 2005 03:25 PM


Current GMT-time: 00:20 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat