Le 17/03/2012 11:48, Armin K. a écrit :
> http://www.linuxfromscratch.org/~krejzi/xf86-video-nouveau-0.0.16+git20120306.tar.xz
>
> md5sum: b3d85c79ae059832741828c6b38072b2
>
> I would like from anyone of you to put it somewhere else since I was
> planing to add it in next Xorg revision.
I never sent the report about my attempts to build X for Nvidia cards
with only free drivers.
I once said that everything worked, but it was in fact using software
rasterization.
Since then, I succeeded building X, with libdrm 2.4.31, MesaLib 8.0.1
(using --with-gallium-drivers=nouveau) and the git version of the
nouveau driver. The glxgears test returns ~1200 FPS. This is roughly 3
times less than with the Nvidia
drivers. OTOH, it is 3 times more than with sofware rasterization...
The card is a GeForce GT220 (NV50).
If you are to update Xorg, may I suggest that you add a few words about
configuring for non QWERTY keyboards?
Actually, you only need to add a line in
/usr/share/X11/xorg.conf.d/10-evdev.conf, in the InputClass for the
Keyboard:
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
# This line added for French Keyboards. The codes for other keyboards
and other options can be taken
# from `man setxkbmap'
Option "XkbLayout" "fr"
EndSection
Also there is a typo in MesaLib "Command explanations":
the switch `--with-gallium-driver=' should be `--with-gallium-drivers='
Regards
Pierre
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page