LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 06-05-2010, 12:29 PM   #1
airswit
Member
 
Registered: Dec 2005
Distribution: Fedora 4
Posts: 89

Rep: Reputation: 15
F13 + open Nvidia driver + compiz display issue


Hi all,

I have just upgraded to Fedora 13, and am trying to use the experimental Nvidia driver to enable Compiz desktop effects. The driver appears to be working correctly, but when I enable desktop effects, my text/icons/option menus are inverted (mirrored on both x and y axis's). Can anyone help me solve this issue? am i going to have to go to the proprietary Nvidia graphics driver?

Thanks!
Attached Thumbnails
Click image for larger version

Name:	Screenshot.jpg
Views:	34
Size:	105.1 KB
ID:	3770  
 
Old 06-06-2010, 08:58 AM   #2
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
In a terminal window, try
Code:
xrandr -o inverted
If that leaves your screen unchanged, then try
Code:
xrandr -o normal
 
Old 06-07-2010, 11:21 PM   #3
airswit
Member
 
Registered: Dec 2005
Distribution: Fedora 4
Posts: 89

Original Poster
Rep: Reputation: 15
xrandr -o normal had no effect. xrandr -o inverted caused my display to rotate 180degrees (so the screen was just mirrored about the y axis. also, the mouse now moves in the opposite direction (makes sense, since i believe the command simply tells the screen it's upside down, i guess.
any other thoughts/suggestions?

thanks
 
Old 06-08-2010, 07:51 AM   #4
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
I'm not on my Rawhide/Compiz system at the moment, but it uses the experimental drivers from F13, and displays normally. Is there a desktop image orientation setting you can tweak using ccsm?
 
Old 06-08-2010, 11:51 AM   #5
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Can you show us your /var/log/Xorg.0.log file?

Adam
 
Old 06-10-2010, 12:08 PM   #6
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Quote:
Originally Posted by adamk75 View Post
Can you show us your /var/log/Xorg.0.log file?

Adam
Code:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath     "catalogue:/etc/X11/fontpath.d"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "dri2"
	Load  "dbe"
	Load  "glx"
	Load  "extmod"
	Load  "record"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"

	#UseModes     "Modes0" #monitor0usemodes
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	DisplaySize  432	270
	HorizSync    30.0 - 86.0
	VertRefresh  56.0 - 76.0
	ModeLine     "1440x900" 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
	ModeLine     "1680x1050a" 125.1 1680 1776 1952 2224 1050 1051 1054 1082 -hsync +vsync
	ModeLine     "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
	Option	    "PreferredMode" "1680x1050"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "EXAPixmaps"         	# [<bool>]
	Identifier  "Card0"
	Driver      "nouveau"
	VendorName  "nVidia Corporation"
	BoardName   "Unknown Board"
	BusID       "PCI:2:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1680x1050" "1680x1050a" "1440x900" "1280x1024"
	EndSubSection
EndSection

Section "Extensions"
	Option	    "Composite" "Enable"
	Option	    "Compositing" "Enable"
EndSection
 
Old 06-10-2010, 12:19 PM   #7
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
I was asking the OP for his /var/log/Xorg.0.log file. I was not asking you for your /etc/X11/xorg.conf file :-)

Adam
 
Old 06-11-2010, 08:26 PM   #8
airswit
Member
 
Registered: Dec 2005
Distribution: Fedora 4
Posts: 89

Original Poster
Rep: Reputation: 15
sorry for the delayed response, busy at work. i've attached the log file (did not enable compiz/emerald)

Thanks!
Attached Files
File Type: log Xorg.0.log (92.4 KB, 10 views)
 
Old 06-12-2010, 07:11 AM   #9
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Well your log file looks fine. I've seen that kind of problem reported with compiz in the past by intel users who somehow managed to get the nvidia GLX module loaded, so I thought that might be the case here, but, in your case, the glx module is the correct Xorg one. I highly recommend opening up a bug report with fedora.

Adam
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiz do not auto-start after Nvidia new driver upgrade maiden2 Ubuntu 1 12-01-2009 12:21 PM
Nvidia driver for NVIDIA NVS 295: display blinking black LitthaD Linux - Software 3 11-07-2009 06:26 PM
NVIDIA Video Card Lacks Driver? Compiz Not Going. Novatian Linux - Hardware 1 10-08-2009 11:26 AM
F10 nVidia Driver installation and Enabling Compiz peeths003 Fedora 0 12-02-2008 05:34 AM
Fedora 8: Compiz not starting with nvidia driver Speed_Demon_X Linux - Desktop 7 06-11-2008 03:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 05:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration