 |
 |
 |
 |
| Fedora 13 Development Branch Discussions on the Development Branch that will lead to Fedora 13 (This Forum will eventually be Archived). |

20th May 2010, 12:55 PM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 117

|
|
|
3D acceleration not working with Nvidia binary drivers
Has anyone got 3D working on Fedora 13 with the Nvidia binary driver? I have a clean install of F13, the Nvidia binary drivers installed from the fusion repositories. The card is an GeForce 9500 GT, the display is 1920x1200.
My grub line has rdblacklist=nouveau
My xorg.conf is
# Xorg configuration created by livna-config-display
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
|

20th May 2010, 01:10 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: 3D acceleration not working with Nvidia binary drivers
Quote:
Originally Posted by bjrosen
Has anyone got 3D working on Fedora 13 with the Nvidia binary driver? I have a clean install of F13, the Nvidia binary drivers installed from the fusion repositories. The card is an GeForce 9500 GT, the display is 1920x1200.
My grub line has rdblacklist=nouveau
My xorg.conf is
# Xorg configuration created by livna-config-display
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
|
Yes ........
|

20th May 2010, 01:17 PM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 117

|
|
|
Re: 3D acceleration not working with Nvidia binary drivers
Would you mind posting your xorg.conf file so that I can compare it to mine?
|

20th May 2010, 01:29 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: 3D acceleration not working with Nvidia binary drivers
Quote:
Originally Posted by bjrosen
Would you mind posting your xorg.conf file so that I can compare it to mine?
|
Code:
[leigh@localhost ~]$ cat /etc/X11/xorg.conf
# Xorg configuration created by livna-config-display
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "Coolbits" "1"
Option "DPI" "96x96"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
[leigh@localhost ~]$
Code:
[leigh@localhost ~]$ rpm -qa |grep -e nvid -e kernel |sort
abrt-addon-kerneloops-1.1.0-1.fc13.x86_64
akmod-nvidia-195.36.24-1.fc13.5.x86_64
kernel-2.6.33.3-79.fc13.x86_64
kernel-2.6.33.3-85.fc13.x86_64
kernel-2.6.33.4-95.fc13.x86_64
kernel-devel-2.6.33.3-79.fc13.x86_64
kernel-devel-2.6.33.3-85.fc13.x86_64
kernel-devel-2.6.33.4-95.fc13.x86_64
kernel-headers-2.6.33.4-95.fc13.x86_64
kmod-nvidia-2.6.33.3-79.fc13.x86_64-195.36.24-1.fc13.3.x86_64
kmod-nvidia-2.6.33.3-85.fc13.x86_64-195.36.24-1.fc13.5.x86_64
kmod-nvidia-2.6.33.4-95.fc13.x86_64-195.36.24-1.fc13.6.x86_64
nvidia-settings-1.0-4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.i686
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
[leigh@localhost ~]$ uname -r
2.6.33.4-95.fc13.x86_64
[leigh@localhost ~]$
|

20th May 2010, 01:43 PM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 117

|
|
|
Re: 3D acceleration not working with Nvidia binary drivers
That's curious, I don't see any significant differences in your xorg.conf file, you specify the DPI and the Coolbits option but that shouldn't make any difference, and you have the same RPMs installed. Are there any other steps that you took to get 3D working?
Here is my module list,
abrt-addon-kerneloops-1.1.0-1.fc13.x86_64
akmod-nvidia-195.36.24-1.fc13.5.x86_64
kernel-2.6.33.3-85.fc13.x86_64
kernel-2.6.33.4-95.fc13.x86_64
kernel-devel-2.6.33.3-85.fc13.x86_64
kernel-devel-2.6.33.4-95.fc13.x86_64
kernel-headers-2.6.33.4-95.fc13.x86_64
kmod-nvidia-195.36.24-1.fc13.6.x86_64
kmod-nvidia-2.6.33.3-85.fc13.x86_64-195.36.24-1.fc13.5.x86_64
kmod-nvidia-2.6.33.4-95.fc13.x86_64-195.36.24-1.fc13.6.x86_64
nvidia-settings-1.0-4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
|

20th May 2010, 02:01 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: 3D acceleration not working with Nvidia binary drivers
Quote:
Originally Posted by bjrosen
That's curious, I don't see any significant differences in your xorg.conf file, you specify the DPI and the Coolbits option but that shouldn't make any difference, and you have the same RPMs installed. Are there any other steps that you took to get 3D working?
Here is my module list,
abrt-addon-kerneloops-1.1.0-1.fc13.x86_64
akmod-nvidia-195.36.24-1.fc13.5.x86_64
kernel-2.6.33.3-85.fc13.x86_64
kernel-2.6.33.4-95.fc13.x86_64
kernel-devel-2.6.33.3-85.fc13.x86_64
kernel-devel-2.6.33.4-95.fc13.x86_64
kernel-headers-2.6.33.4-95.fc13.x86_64
kmod-nvidia-195.36.24-1.fc13.6.x86_64
kmod-nvidia-2.6.33.3-85.fc13.x86_64-195.36.24-1.fc13.5.x86_64
kmod-nvidia-2.6.33.4-95.fc13.x86_64-195.36.24-1.fc13.6.x86_64
nvidia-settings-1.0-4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
|
No ( I just added rdblacklist=nouveau to grub.conf )
Have you tried adding iommu=soft to grub.conf ? ( only useful for intel chipsets )
http://forums.fedoraforum.org/showth...240860&page=14
|

20th May 2010, 02:10 PM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 117

|
|
|
Re: 3D acceleration not working with Nvidia binary drivers
Curiouser and curiouser, we have the same configuration. Just to be clear if you try to turn on desktop effects you don't get a message about no 3D acceleration.
My xorg.0.log file isn't showing any problems so my suspicion is that the problem lies with compviz not with the Nvidia driver.
|

20th May 2010, 02:16 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: 3D acceleration not working with Nvidia binary drivers
Quote:
Originally Posted by bjrosen
Curiouser and curiouser, we have the same configuration. Just to be clear if you try to turn on desktop effects you don't get a message about no 3D acceleration.
My xorg.0.log file isn't showing any problems so my suspicion is that the problem lies with compviz not with the Nvidia driver.
|
Compiz works fine here. (I seen reports that the desktop-effects package sometimes mis-detects 3D)
Run
Code:
compiz --replace --sm-disable --ignore-desktop-hints ccp --loose-binding
|

20th May 2010, 02:27 PM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 117

|
|
|
Re: 3D acceleration not working with Nvidia binary drivers
compiz --replace --sm-disable --ignore-desktop-hints ccp --loose-binding
compiz (core) - Fatal: Root visual is not a GL visual
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
|

20th May 2010, 02:37 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: 3D acceleration not working with Nvidia binary drivers
Post
and
Code:
cat /var/log/Xorg.0.log |grep -e EE -e WW
|

20th May 2010, 04:57 PM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 117

|
|
|
Re: 3D acceleration not working with Nvidia binary drivers
glxinfo
name of display: :0.0
Error: couldn't find RGB GLX visual or fbconfig
---------- Post added at 06:56 AM CDT ---------- Previous post was at 06:55 AM CDT ----------
cat /var/log/Xorg.0.log |grep -e EE -e WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1811.985] (II) Loading extension MIT-SCREEN-SAVER
[ 1813.179] (EE) No input driver/identifier specified (ignoring)
[ 1813.206] (EE) No input driver/identifier specified (ignoring)
---------- Post added at 07:57 AM CDT ---------- Previous post was at 06:56 AM CDT ----------
My laptop with F12 behaves identically tot he desktop with F13.
01:00.0 VGA compatible controller: nVidia Corporation GeForce 9200M GS (rev a1)
# Xorg configuration created by livna-config-display
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
abrt-addon-kerneloops-1.0.9-2.fc12.x86_64
kernel-2.6.32.12-115.fc12.x86_64
kernel-devel-2.6.32.12-115.fc12.x86_64
kernel-firmware-2.6.32.12-115.fc12.noarch
kernel-headers-2.6.32.12-115.fc12.x86_64
kmod-nvidia-195.36.24-1.fc12.2.x86_64
kmod-nvidia-2.6.32.12-115.fc12.x86_64-195.36.24-1.fc12.2.x86_64
nvidia-settings-1.0-4.fc12.x86_64
nvidia-xconfig-1.0-2.fc12.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc12.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc12.x86_64
Error: couldn't find RGB GLX visual or fbconfig
name of display: :0.0
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
compiz (core) - Fatal: Root visual is not a GL visual
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear 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: 11:35 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|