| Fedora This forum is for the discussion of the Fedora Project. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-05-2010, 12:29 PM
|
#1
|
|
Member
Registered: Dec 2005
Distribution: Fedora 4
Posts: 89
Rep:
|
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!
|
|
|
|
06-06-2010, 08:58 AM
|
#2
|
|
Senior Member
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu
Posts: 1,065
|
In a terminal window, try
If that leaves your screen unchanged, then try
|
|
|
|
06-07-2010, 11:21 PM
|
#3
|
|
Member
Registered: Dec 2005
Distribution: Fedora 4
Posts: 89
Original Poster
Rep:
|
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
|
|
|
|
06-08-2010, 07:51 AM
|
#4
|
|
Senior Member
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu
Posts: 1,065
|
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?
|
|
|
|
06-08-2010, 11:51 AM
|
#5
|
|
Senior Member
Registered: May 2006
Posts: 3,032
|
Can you show us your /var/log/Xorg.0.log file?
Adam
|
|
|
|
06-10-2010, 12:08 PM
|
#6
|
|
Senior Member
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu
Posts: 1,065
|
Quote:
Originally Posted by adamk75
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
|
|
|
|
06-10-2010, 12:19 PM
|
#7
|
|
Senior Member
Registered: May 2006
Posts: 3,032
|
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
|
|
|
|
06-11-2010, 08:26 PM
|
#8
|
|
Member
Registered: Dec 2005
Distribution: Fedora 4
Posts: 89
Original Poster
Rep:
|
sorry for the delayed response, busy at work. i've attached the log file (did not enable compiz/emerald)
Thanks!
|
|
|
|
06-12-2010, 07:11 AM
|
#9
|
|
Senior Member
Registered: May 2006
Posts: 3,032
|
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
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
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
|
|
|
All times are GMT -5. The time now is 01:31 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|