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

21st January 2010, 12:01 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
New Xorg server ABI
They have bumped the Xorg server version to 1.7.99
http://koji.fedoraproject.org/koji/b...buildID=152218
This means that people using the nvidia driver will need to add this to xorg.conf
Code:
Section "ServerFlags"
Option "IgnoreABI" "true"
EndSection
|

23rd January 2010, 11:27 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 104

|
|
Hi leigh123linux,
I noticed the ABI problem after today's updates. I have put that option in my xorg.conf,but that doesn't seem to have an effect.I still have to issue
Code:
startx -- -ignoreABI
from init 3
I'll attach my xorg.conf to this reply.
Regards,
STEVE555
|

23rd January 2010, 12:25 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
Originally Posted by STEVE555
Hi leigh123linux,
I noticed the ABI problem after today's updates. I have put that option in my xorg.conf,but that doesn't seem to have an effect.I still have to issue
Code:
startx -- -ignoreABI
from init 3
I'll attach my xorg.conf to this reply.
Regards,
STEVE555
|
Update nouveau, you shouldn't need to add Option "IgnoreABI" "true" to xorg.conf
http://koji.fedoraproject.org/koji/b...buildID=152224
|

23rd January 2010, 12:59 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 104

|
|
|
Hi leigh123linux,
I solved my problem,I use the xf86-video-nouveau drivers from git.All I had to do was a re-compile and I've set Option "IgnoreABI" to "false" in my xorg.conf. and I get the new User Account Dialogue (it keeps sending me to the Gnome Desktop,but that is another story).
I would like to thank you very much for your help.
Regards,
STEVE555
|

23rd January 2010, 01:51 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
Originally Posted by STEVE555
Hi leigh123linux,
I solved my problem,I use the xf86-video-nouveau drivers from git.All I had to do was a re-compile and I've set Option "IgnoreABI" to "false" in my xorg.conf. and I get the new User Account Dialogue (it keeps sending me to the Gnome Desktop,but that is another story).
I would like to thank you very much for your help.
Regards,
STEVE555
|
The new nouveau driver works fine here.
Code:
[leigh@localhost ~]$ rpm -qa |grep -e nouveau -e Xorg |sort
xorg-x11-drv-nouveau-0.0.15-15.20091217gitbb19478.fc13.x86_64
xorg-x11-server-Xorg-1.7.99.3-1.20100120.fc13.x86_64
[leigh@localhost ~]$ uname -r
2.6.33-0.20.rc5.git0.fc13.x86_64
[leigh@localhost ~]$ cat /etc/X11/xorg.conf
cat: /etc/X11/xorg.conf: No such file or directory
[leigh@localhost ~]$ glxinfo |grep direct
direct rendering: Yes
[leigh@localhost ~]$ lsmod |grep nouveau
nouveau 331898 2
ttm 51499 1 nouveau
drm_kms_helper 24776 1 nouveau
drm 174496 4 nouveau,ttm,drm_kms_helper
i2c_algo_bit 5037 1 nouveau
i2c_core 25736 5 i2c_nforce2,nouveau,drm_kms_helper,drm,i2c_algo_bit
[leigh@localhost ~]$
|
| 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: 09:56 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|