View Full Version : NVIDIA 96.43.13 and FC12
phoenixpb
2009-07-11, 12:14 PM CDT
kernel.i586 2.6.31-0.64.rc2.git5.fc12 @koji-i386 installed
i have installed NVIDIA-Linux-x86-96.43.13-pkg1.run (seems oki during installation no errors)
when i run nvidia-settings i have these errors :
ERROR: NV-CONTROL extension not found on this Display.
ERROR: Unable to determine number of NVIDIA GPUs on ':0.0'.
ERROR: Unable to determine number of NVIDIA Frame Lock Devices on ':0.0'.
ERROR: Unable to determine number of NVIDIA VCSCs on ':0.0'.
fusion doesn't work
any idea ??
thanks
leigh123linux
2009-07-11, 12:28 PM CDT
Did you edit for Xorg 1.6.99 ?
http://forums.fedoraforum.org/showpost.php?p=1230436&postcount=1
.
phoenixpb
2009-07-11, 12:40 PM CDT
just applied the patch for ABI and same thing :(
thanks anyway for your fast answer
phoenixpb
2009-07-11, 12:45 PM CDT
this is my xorg.conf :)
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules/drivers"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
Option "AIGLX" "on"
# Needed for "nvidia" driver on new Xorg
Option "IgnoreABI" "true"
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"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "ca_enhanced"
Option "XkbModel" "pc105"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "NEC"
HorizSync 31.0 - 60.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "NVIDIA Corporation"
BoardName "GeForce4 MX 440 with AGP8X"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "CRT-0: 1024x768_75 +0+0"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
leigh123linux
2009-07-11, 01:13 PM CDT
Is there a reason why your xorg.conf is set to vesa ?
Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "NVIDIA Corporation"
BoardName "GeForce4 MX 440 with AGP8X"
EndSection
try
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce4 MX 440 with AGP8X"
EndSection
Is this rawhide install a F11 upgrade?
# Xorg configuration created by livna-config-display
If so did you remove all the rpmfusion driver rpm's including livna-config-display
rpm -e livna-config-display
phoenixpb
2009-07-15, 10:13 AM CDT
nvidia-settings works now but i have no window decorator (windows are placed in upper left corner .... cant maximise or minimise)
fusion-icon hangs and makes the system back to login screen
any idea ?
thanks guys :)
leigh123linux
2009-07-15, 10:49 AM CDT
Post
cat /var/log/Xorg.0.log |grep EE
cat /var/log/Xorg.0.log |grep WW
phoenixpb
2009-07-15, 05:46 PM CDT
Post
cat /var/log/Xorg.0.log |grep EE
cat /var/log/Xorg.0.log |grep WW
(EE) Failed to load module "type1" (module does not exist, 0)
(EE) Failed to load module "freetype" (module does not exist, 0)
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0): log file that the GLX module has been loaded in your X
(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
(EE) NVIDIA(0): you continue to encounter problems, Please try
(EE) NVIDIA(0): reinstalling the NVIDIA driver.
cat /var/log/Xorg.0.log | grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Keyboard0
(WW) Disabling Mouse0
(WW) Warning, couldn't open module type1
(WW) Warning, couldn't open module freetype
(WW) NVIDIA: This server has an unsupported input driver ABI version (have 7.0, need < 5.0). The driver will continue to load, but may behave strangely.
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
phoenixpb
2009-07-16, 10:39 AM CDT
after update today i have :
[root@localhost Documents]# cat /var/log/Xorg.0.log | grep EE
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to load module "type1" (module does not exist, 0)
(EE) Failed to load module "freetype" (module does not exist, 0)
[root@localhost Documents]# cat /var/log/Xorg.0.log | grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Keyboard0
(WW) Disabling Mouse0
(WW) Warning, couldn't open module type1
(WW) Warning, couldn't open module freetype
(WW) NVIDIA: This server has an unsupported input driver ABI version (have 7.0, need < 5.0). The driver will continue to load, but may behave strangely.
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
nvidia-settings works now (problem with glx seems to be resolved)
windows are now normal it's just compiz which doesn't work
[Phoenix@localhost Documents]$ fusion-icon
* Detected Session: kde
* Searching for installed applications...
Traceback (most recent call last):
File "/usr/bin/fusion-icon", line 57, in <module>
from FusionIcon.interface import choose_interface
File "/usr/lib/python2.6/site-packages/FusionIcon/interface.py", line 22, in <module>
from util import env
File "/usr/lib/python2.6/site-packages/FusionIcon/util.py", line 421, in <module>
decorators = CompizDecorators(_installed)
File "/usr/lib/python2.6/site-packages/FusionIcon/util.py", line 228, in __init__
self.command = context.Plugins['decoration'].Display['command']
KeyError: 'decoration'
thanks guys :)
leigh123linux
2009-07-16, 10:52 AM CDT
Post
rpm -qa |grep compiz
and replace any 0.7.8 version with 0.8.3 versions from my repo ( i.e libcompizconfig , compizconfig-python & compizconfig-backend-kconfig ) , they are compatible with 0.8.2 ;)
phoenixpb
2009-07-16, 06:29 PM CDT
Post
rpm -qa |grep compiz
and replace any 0.7.8 version with 0.8.3 versions from my repo ( i.e libcompizconfig , compizconfig-python & compizconfig-backend-kconfig ) , they are compatible with 0.8.2 ;)
[root@localhost Phoenix]# rpm -qa |grep compiz
libcompizconfig-0.8.3-1.fc11.i586
compizconfig-python-0.8.3-1.fc11.i586
compiz-bcop-0.8.3-1.fc11.noarch
compizconfig-backend-kconfig-0.8.3-1.fc11.i586
humm any idea ? ;)
leigh123linux
2009-07-17, 01:47 AM CDT
Try installing compiz
su
yum install ccsm emerald-themes fusion-icon-qt emerald compiz-fusion compiz-bcop compiz compiz-fusion-extras compiz-kde compiz-manager
phoenixpb
2009-07-17, 12:49 PM CDT
Try installing compiz
su
yum install ccsm emerald-themes fusion-icon-qt emerald compiz-fusion compiz-bcop compiz compiz-fusion-extras compiz-kde compiz-manager
oki it has updated 7 packages
now i have :
[Phoenix@localhost ~]$ fusion-icon
* Detected Session: kde
* Searching for installed applications...
* NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
* Using the GTK Interface
* Starting Compiz
... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
compiz (core) - Error: Plugin 'core' has ABI version '20090207', expected ABI version '20080828'.
compiz (ccp) - Error: InitObject failed
compiz (core) - Error: Couldn't activate plugin 'ccp'
compiz (core) - Error: Plugin 'core' has ABI version '20090207', expected ABI version '20080828'.
compiz (ccp) - Error: InitObject failed
compiz (core) - Error: Couldn't activate plugin 'ccp'
any ideay ? ;)
leigh123linux
2009-07-17, 01:19 PM CDT
Post
rpm -qa |grep compiz
phoenixpb
2009-07-17, 03:40 PM CDT
Post
rpm -qa |grep compiz
[root@localhost Phoenix]# rpm -qa |grep compiz
compiz-kde-0.8.2-6.fc12.i586
compiz-fusion-extras-0.8.2-1.fc12.i586
compizconfig-python-0.7.8-3.fc11.i586
compiz-manager-0.6.0-9.fc11.noarch
compiz-fusion-0.8.2-3.fc12.i586
compizconfig-backend-kconfig-0.7.8-2.fc11.i586
compiz-0.8.2-6.fc12.i586
compiz-bcop-0.8.2-1.fc12.noarch
libcompizconfig-0.7.8-3.fc11.i586
humm do i have to update compizconfig-python ?
leigh123linux
2009-07-17, 03:56 PM CDT
[root@localhost Phoenix]# rpm -qa |grep compiz
compiz-kde-0.8.2-6.fc12.i586
compiz-fusion-extras-0.8.2-1.fc12.i586
compizconfig-python-0.7.8-3.fc11.i586
compiz-manager-0.6.0-9.fc11.noarch
compiz-fusion-0.8.2-3.fc12.i586
compizconfig-backend-kconfig-0.7.8-2.fc11.i586
compiz-0.8.2-6.fc12.i586
compiz-bcop-0.8.2-1.fc12.noarch
libcompizconfig-0.7.8-3.fc11.i586
humm do i have to update compizconfig-python ?
It should look like this ( i.e no 0.7.8 packages)
[root@localhost leigh]# rpm -qa |grep compiz
compizconfig-backend-gconf-0.8.3-1.fc11.x86_64
compiz-gnome-0.8.2-3.fc12.x86_64
compiz-bcop-0.8.2-1.fc12.noarch
compiz-fusion-0.8.2-1.fc12.x86_64
compizconfig-python-0.8.3-1.fc11.x86_64
compiz-0.8.2-3.fc12.x86_64
compiz-fusion-gnome-0.8.2-1.fc12.x86_64
compizconfig-backend-kconfig-0.8.3-1.fc11.x86_64
compiz-fusion-extras-0.8.2-1.fc12.x86_64
compiz-kde-0.8.2-3.fc12.x86_64
libcompizconfig-0.8.3-1.fc11.x86_64
compiz-fusion-extras-gnome-0.8.2-1.fc12.x86_64
compiz-manager-0.6.0-9.fc11.noarch
phoenixpb
2009-07-17, 11:18 PM CDT
where can i make the update ?
thanks :)
leigh123linux
2009-07-18, 02:26 AM CDT
I had enough , just use my repo
su
yum erase *compiz*
Then follow post #1
http://forums.fedoraforum.org/showpost.php?p=894799&postcount=1
phoenixpb
2009-07-19, 10:39 AM CDT
rpm -qa | grep compiz
compiz-bcop-0.8.3-1.fc11.noarch
compizconfig-backend-gconf-0.8.3-1.fc11.i586
compiz-plugins-extra-0.8.3-1.fc11.i586
compizconfig-backend-kconfig-0.8.3-1.fc11.i586
libcompizconfig-0.8.3-1.fc11.i586
compiz-0.8.3-3.fc11.i586
compizconfig-python-0.8.3-1.fc11.i586
compiz-manager-0.6.0-10.fc11.noarch
compiz-fusion-release-1-7.noarch
compiz-kde-0.8.3-3.fc11.i586
compiz-plugins-unsupported-0.8.3-1.fc11.i586
compiz-gnome-0.8.3-3.fc11.i586
compiz-plugins-main-0.8.3-2.fc11.i586
humm there is a lot of progress nvidia-settings works
desktop effects works
but when i launch fusion-icon system hangs and go back to login screen
i don't know if this help but some apps does same thing like openoffice.org
any idea ? :rolleyes:
leigh123linux
2009-07-19, 11:07 AM CDT
rpm -qa | grep compiz
compiz-bcop-0.8.3-1.fc11.noarch
compizconfig-backend-gconf-0.8.3-1.fc11.i586
compiz-plugins-extra-0.8.3-1.fc11.i586
compizconfig-backend-kconfig-0.8.3-1.fc11.i586
libcompizconfig-0.8.3-1.fc11.i586
compiz-0.8.3-3.fc11.i586
compizconfig-python-0.8.3-1.fc11.i586
compiz-manager-0.6.0-10.fc11.noarch
compiz-fusion-release-1-7.noarch
compiz-kde-0.8.3-3.fc11.i586
compiz-plugins-unsupported-0.8.3-1.fc11.i586
compiz-gnome-0.8.3-3.fc11.i586
compiz-plugins-main-0.8.3-2.fc11.i586
humm there is a lot of progress nvidia-settings works
desktop effects works
but when i launch fusion-icon system hangs and go back to login screen
i don't know if this help but some apps does same thing like openoffice.org
any idea ? :rolleyes:
You can't expect X to be completely stable as the nvidia driver doesn't support the Xorg server ABI .
Kvirc crashes my system back to the login screen as well.
We will need to wait for nvidia .
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.