Drivers NVIDIA 1.0-7664

    * Added OpenGL 2.0 Support.
    * Added initial support for Xinerama + OpenGL; see APPENDIX V in the text README.
    * Added support for the EXT_framebuffer_object OpenGL extension.
    * Added NV-CONTROL support for manipulating DDC/CI settings; see the AllowDDCCI X config option in the text README.
    * Added support for GPU clock manipulation; see the "Coolbits" X config option documented in Appendix D.
    * Added support for NVIDIA Quadro G-Sync.
    * Added support for GeForce 6200 AGP.
    * Improved DPMS behavior on flatpanels.
    * Removed support for legacy GPUs; please see "Chapter 1. Selecting and Downloading the NVIDIA Packages for Your System" in the README for details.
    * Install NVIDIA OpenGL headers by default.


Os adjunto los ebuild que he creado para Gentoo.

Editado: No rulaban los ebuilds XD
Je, justo el día después de comprarme la 6600GT, nvidia da soporte para overclock desde sus drivers. Perfecto :).
Adjunto unos ebuilds que funcionan que he hecho. Son muy cutres asi que puede que a algunos no os vaya :P

Adjuntos

Added support for GPU clock manipulation; see the "Coolbits" X config option documented in Appendix D.

X-D

Cada vez que salen unos drivers nuevos me acuerdo de por que me compre una
Nvidia [Ooooo]
Se lo curran. De hecho acaban de sacar drivers hasta para Solaris 10. Desde luego son la única alternativa real si quieres tener 3D con drivers competentes fuera de Windows y Macos X.

salu2
Uoooo
Gracias por el aviso :)

Salu2
Una cosilla: para que aparezca el apartado de Clock Frequencies es necesario usar el último nvidia-settings. La versión 7174 no funciona. Yo he probado el que viene en el propio paquete del driver y va perfecto.

Incluye un botón Auto Detect que te busca las frecuencias óptimas. A mí me ha dado 612/1127 [Alaa!] (es 500/900). Pero dado que la acabo de comprar me conformaré por ahora con 560/1000 :P.
Narf escribió:Una cosilla: para que aparezca el apartado de Clock Frequencies es necesario usar el último nvidia-settings. La versión 7174 no funciona. Yo he probado el que viene en el propio paquete del driver y va perfecto.

Incluye un botón Auto Detect que te busca las frecuencias óptimas. A mí me ha dado 612/1127 [Alaa!] (es 500/900). Pero dado que la acabo de comprar me conformaré por ahora con 560/1000 :P.


¿Que tengo que hacer o poner en el Xorg.conf para que me salga la tabla esa de frecuencias?, mi grafica es una Gforce FX 5600XT

Gracias.

€-e
Tienes que activar la opción "Coolbits":
Section "Device"
    [...]
    Option      "Coolbits"              "1"
    [...]
EndSection

Con eso y el nvidia-settings 7664 es suficiente.
Narf escribió:Tienes que activar la opción "Coolbits":
Section "Device"
    [...]
    Option      "Coolbits"              "1"
    [...]
EndSection

Con eso y el nvidia-settings 7664 es suficiente.


Es extraño, lo tengo puesto y no sale nada:

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable / (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "/usr/X11R6/lib/modules/extensions/libglx.so"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "L1715S "
HorizSync 30-83
VertRefresh 56-75

# Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "NVIDIA Corp."
BoardName "NVIDIA GeForce FX (generic)"
Driver "nvidia"
Option "DPMS"
Option "IgnoreEDID" "1"
Option "RandRRotation" "on"
Option "NvAGP" "3"
Option "Coolbits" "1"

EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Virtual 1280 1024
EndSubsection

Subsection "Display"
Depth 15
Virtual 1280 1024
EndSubsection

Subsection "Display"
Depth 16
Virtual 1280 1024
EndSubsection

Subsection "Display"
Depth 24
Virtual 1280 1024
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection


¿Que hago mal?.

Gracias.

€-e
Mmm... sí que es extraño, sí. El readme no menciona nada de que sólo sea para las geforce 6. ¿Usas el nvidia-settings que está incluido en el paquete del driver? Utiliza la opción -x para simplemente descomprimir el paquete (no instalarlo) y ejecuta NVIDIA-Linux-x86_64-1.0-7664-pkg2/usr/bin/nvidia-settings (bueno, si no estás bajo x86-64 será NVIDIA-Linux-x86-1.0-7664-pkg1/usr/bin/nvidia-settings, o algo parecido).
Narf escribió:Mmm... sí que es extraño, sí. El readme no menciona nada de que sólo sea para las geforce 6. ¿Usas el nvidia-settings que está incluido en el paquete del driver? Utiliza la opción -x para simplemente descomprimir el paquete (no instalarlo) y ejecuta NVIDIA-Linux-x86_64-1.0-7664-pkg2/usr/bin/nvidia-settings (bueno, si no estás bajo x86-64 será NVIDIA-Linux-x86-1.0-7664-pkg1/usr/bin/nvidia-settings, o algo parecido).


Jurl, no, negativo, solo me sale esto: Imagen

¿Sera por el randrr?.

Gracias.

Saludos.

€-e
Yo tengo una fx5700 y con poner esto en la seccion Device ya me sale:

Option "Coolbits" "1"

A si que no es solo para la serie 6 ;)

Suerte y salu2
BRoLy_KReT escribió:Yo tengo una fx5700 y con poner esto en la seccion Device ya me sale:

Option "Coolbits" "1"

A si que no es solo para la serie 6 ;)

Suerte y salu2


Aunque sea de Debian, pega aqui tu xorg.conf a ver...

Gracias.

€-e
Epsilon-e escribió:
Aunque sea de Debian, pega aqui tu xorg.conf a ver...

Gracias.

�-e


ok, aunque en mi caso es el XF86Config-4 (en /etc/X11/)

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
# Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbVariant" "p105"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Tarjeta de vídeo genérica"
Driver "nvidia"
Option "Coolbits" "1"
EndSection


Section "Monitor"
Identifier "900B"
HorizSync 30-98
VertRefresh 50-160
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Tarjeta de vídeo genérica"
Monitor "900B"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection


Como ves lo tengo todo con nombres genericos jeje

Suerte y salu2 ;)
Negativo, y ya me estoy mosquiando. ein? ein?

A investigar tocan.

Gracias de todas formas.

Saludos.

€-e
Bueno pues yo creo tener un problema mucho mas simple, no me instala. no tengo mucha experiencia en linux por no decir ninguna y me e instalado la fedora core 3 pero la resolucion no me deja subir de 800*600 y me dije puede ser del monitor o de los drivers y me tirre a por los drivers ke aunke no fuera esoo, el rendimiento grafico lo notaria y ya me pegaria con el monitor despues. Bueno pues me bajo el NVIDIA-Linux-x86-1.0-7664-pkg1.run y hago sh NVIDIA-Linux-x86-1.0-7664-pkg1.run y todo bien, pero empieza el instalador y me da unn error de x11 que creo pero no estoy seguro ya que ahoar no me acuerdo muy bien que dice que estan ejecutandose o algo las x ¿alguna idea o de lo que hago mal o lo que puede estar pasando? . aver si soluciono esto y sigo preguntando pq me gustaria saber tambien porke no ve mis disco duro con windows y donde conseguir drvers para mi canon i450 el mundo linux es un pelin complicado [boing]
ya que ahoar no me acuerdo muy bien que dice que estan ejecutandose o algo las x ¿alguna idea o de lo que hago mal o lo que puede estar pasando?


Es por que tienes que cerrar las X.
En una consola como root escribe
init 3
Y ejecuta la instalación en modo consola.
bueno cuando te refieres en modo consola, es que no puedo tener entorno grafico no? es que en otras distribuciones al darle a terminar sales y luego puedes elegir iniciar consola, kde genome etc, pero aqui o la he cagado en la intalacion o no se puede ya que tengo un modo consola a prueba de fallos de se ejecuta sobre las x no se si me explico. O poniendo init 3 ya no abria problema?
Se refiere a una consola como el antiguo DOS. Presiona CTRL+F1 para ir a una consola de texto.

Linux tiene varias 'terminales', normalmente de F1 hasta F4 son consolas de texto, y luego F5 o F7 (dependiendo de la distro) suelen ser las terminales graficas

Salu2

PD: Se me olvidava, para volver activar las X lo puedes hacer con un "init 5"
- CNTRL+ALT+F1

- init 3

- sh NVIDIA-Linux-x86-1.0-7664-pkg1.run

- Editas el archivo /etc/X11/xorg.conf y comentas las siguentes lineas: (añade # al principio)

Load "dri"
Load "GLcore"

- Añades la siguente:

Load "glx"

- Modificas la entrada "Driver" en la seccion "Device"

Driver "nv" a Driver "nvidia"

- Guardas y sales

- modprobe nvidia

- Veras como aparece algo parecido a esto:

NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-7664

- init 5

- Reinicias
¿Basta con poner modprobe Nvidia?
Por que creo que para que se carge el modulo cada vez que arranques
hay que añadir la lina
nvidia
en el fichero
/etc/modprobe.preload
solo con poner modprobe funciona. no hace falta añadir mas (por lo menos en Fedora)

antes en el /etc/modprobe.conf se añadia sola esta linea:

alias char-major-195* nvidia

esa linea se supone ke es para que carge el modulo automaticamente.

ya no me acuerdo si la instalacion la ponia sola. pos si no esta.. pos se añade y listo

(Estoy hablando de FedoraCore3, no se en otras distros como es)
Pues el caso es que empece a usarlo sino recuerdo mal en MDK 10.1.
En las anteriores no hacia falta (o a lo mejor es cosa del driver)

Es que sino, haces modprobe arrancas las X de pm y
al reiniciar ¡sorpresa!

De todos modos tampoco sobra [sonrisa]
Debo de ser un chico problematico porke no hay manera, aver hago todo eso pero no me deja, me dice que no hay nada precompilado o algo asi, ke si kiero ir al sitio de nvidia pra descargarlo le digo ke si pero me dice je no hay nada ke lo va a kompilar el, y luego dice ke no puede aki os dejo el log, ah ahora uso knoppix porke pense ek era problema de fedora pero no y ahora tardo un anyo en abrir el kde pero n o pienso huir mas kon otra distribucion avver si averiguo ke es y si ace falta rekompilo el kernel! XD

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Thu Jun 9 17:55:32 2005

option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
no precompiled interface: false
no ncurses color : false
query latest driver ver : false
OpenGL header files : true
no questions : false
silent : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
force tls : (not specified)
force compat32 tls : (not specified)
X install prefix : /usr/X11R6
OpenGL install prefix : /usr
compat32 install prefix : (not specified)
installer install prefix: /usr
utility install prefix : /usr
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)

Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
this means that the installer will need to compile a kernel interface for
your kernel.
-> Kernel source path: '/lib/modules/2.6.11/source'
-> Performing CC test with CC="cc".
-> Performing rivafb check.
-> Cleaning kernel module build directory.
executing: 'cd ./usr/src/nv; make clean'...
rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv.o nv-vm.o os-
agp.o os-interface.o os-registry.o nvidia.mod.o
rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
rm -f -rf .tmp_versions
-> Building kernel module:
executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.11/source S
YSOUT=/lib/modules/2.6.11/build'...

NVIDIA: calling KBUILD...
make CC=cc KBUILD_OUTPUT=/lib/modules/2.6.11/build KBUILD_VERBOSE=1 -C /lib/
modules/2.6.11/source SUBDIRS=/tmp/selfgz5041/NVIDIA-Linux-x86-1.0-7664-pkg1
/usr/src/nv modules
make -C /lib/modules/2.6.11/build \
KBUILD_SRC=/usr/src/linux-2.6.11 KBUILD_VERBOSE=1 \
KBUILD_CHECK= KBUILD_EXTMOD="/tmp/selfgz5041/NVIDIA-Linux-x86-1.0-7664-pkg1/
usr/src/nv" \
-f /usr/src/linux-2.6.11/Makefile modules
/bin/sh: /usr/src/linux-2.6.11/scripts/gcc-version.sh: No such file or direc
tory
mkdir -p /tmp/selfgz5041/NVIDIA-Linux-x86-1.0-7664-pkg1/usr/src/nv/.tmp_vers
ions
make -f /usr/src/linux-2.6.11/scripts/Makefile.build obj=/tmp/selfgz5041/NVI
DIA-Linux-x86-1.0-7664-pkg1/usr/src/nv
make[4]: /usr/src/linux-2.6.11/scripts/Makefile.build: No such file or direc
tory
make[4]: *** No rule to make target `/usr/src/linux-2.6.11/scripts/Makefile.
build'. Stop.
make[3]: *** [_module_/tmp/selfgz5041/NVIDIA-Linux-x86-1.0-7664-pkg1/usr/src
/nv] Error 2
make[2]: *** [modules] Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [module] Error 2
-> Error.
ERROR: Unable to build the NVIDIA kernel module.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at http://www.nvidia.com.
Tienes que instalar el codigo fuente del kernel que estas usando.
y komo instalo el codigo fuente del driver?
ke version de kernel tienes...
el 2.6.11.10 pero veo que causo demasiados problemas si hay que hacer algo compliacdo con el kernel o muchas cosas dejarlo porque puedo tirarme preguntando años me quedo como estoy y ya esta
son cosas sencillas, como instalar paquetes

bajas los ultimos kernels Estables de FedoraCore3

http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/i386/kernel-2.6.11-1.27_FC3.i586.rpm (Pentium)
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/i386/kernel-2.6.11-1.27_FC3.i686.rpm (AMD)


Buscas los modulos de kernel para BTTV (si lo necesitaras), Lirc (si lo necesitaras), Video4Linux (complemento del BTTV), ALSA (necesario) aqui: http://atrpms.net/dist/fc3/

los modulos para ver las particiones de XP los encontraras en: Linux-ntfs.sourceforge.net

los modulos y el kernel se instalan con RPM-ihv. y si lo tienes, tambien puedes hacerlo via Apt-Get

instalas los paquetes y reinicias. en el menu del grub seleccionas que arranque con el nuevo kernel y listo. ejecutas ahora la instalacion de los drivers de nvidia. y con eso deberia funcionar.

espero ke sirva de ayuda

un saludo

EDITADO
Gracias os amntende informados y siento ser tan koñazo
no das el coñazo ^^

debo comentarte ke, no hace falta las sources (el SRC.RPM).

lo que busca en las pages de nvidia la instalacion, es un modulo PREcompilado. y normal ke no lo encuentre :P.

solo con el kernel ke te he puesto y los modulos, ya deberia funcionar. porke lo acabo de instalar hace 30Seg :P.

Edito el post anterior
Hola me presento soy el tipo mas torpe mas inutil en este lñado del otro lado y sigo sin poder instalar los drivers. No me baje el kernel ni nada, pase el up2date y lo hizo el solo y lo instalao , luego init 3 salgo a konsola, despues de eso hago lo de sh nvidia .... y me dice lo siempre pero me lo compila bien y me dice que ya esta instalado salgo con vi edito el xorg.conf pongo # delante de de dri de glcore no pq no lo tengo y glx ya lo tengo modifico lo de nv guardo pongo lo de modprobe, init 5 y me da un error ek no puede cagar el entorno grafico por no se ke historias, aver si veis ke hago mal
ikiu escribió: aver si veis ke hago mal

Lo de las historias esas, arréglalo y ya te cargará las X, garantizado.
segun he visto en el log e la instalacion ke pusistes mas arriba... las sources del Kernel las ha buscado en otro sitio....

mi log escribió:..........
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
this means that the installer will need to compile a kernel interface for
your kernel.
-> Kernel source path: '/lib/modules/2.6.11-1.27_FC3/build'
-> Performing CC test with CC="cc".
-> Performing rivafb check.
.............


mira si tienes de tu kernel, un paquete que se llame kernel-devel (rpm -q kernel-devel). creo ke ese es el paquete ke te falta

lo se porke al instalar el FC4 me daba el mismo error que atí. instale dicho paquete (el que corresponda con tu kernel) yfunciono)
Muchas gracias voy a probar estoy actualizando a core 4 con yum ahora mismo asi que cuando acabe sigo probando cada vez me voy enterando de mas kosas pero sigo muy pez asi que ya contare que tal
¿Alguien ha notado alguna mejora en la velocidad?

La verdad es que estos controladores funcionan muy bien, incluso cuando cambié la tarjeta gráfica (una Nvidia por otra Nvidia) no tuve que hacer nada, mientras que en windows... uff... para qué contar :)
Bueno pues creo ya lo he conseguido alguien me puede decir como saber si lo he hecho correctamente? porque no tengo el panel de control de nvidia ni nada pro el estilo
Pal panel de nvidia: nvidia-settings

Pa la prueba open-gl : glxinfo y glxgears

1 Salu2
pues la prueba no me funciona pero el panel de control si que sale, eso es que lo e instalado mal?
GLXINFO y debe aparecer "Direct Rendering: YES"
me dice que no pero luego me da mucha informacion y antes de iniciar las x me sale el logo de nvidia yo creo que si esta bien instalado que opinais vosotros?

name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: NVIDIA Corporation
server glx version string: 1.3
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_ARB_multisample
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGI_make_current_read,
GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce4 Ti 4200/AGP/SSE/3DNOW!
OpenGL version string: 1.2 (1.5.3 NVIDIA 76.64)
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
GL_ARB_texture_border_clamp, GL_ARB_texture_cube_map,
GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
GL_EXT_blend_color, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,
GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_point_parameters,
GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
GL_EXT_shared_texture_palette, GL_EXT_stencil_wrap, GL_EXT_texture3D,
GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod,
GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
GL_EXT_vertex_array, GL_IBM_rasterpos_clip,
GL_IBM_texture_mirrored_repeat, GL_NV_blend_square,
GL_NV_copy_depth_to_color, GL_NV_depth_clamp, GL_NV_fog_distance,
GL_NV_light_max_exponent, GL_NV_multisample_filter_hint,
GL_NV_texgen_reflection, GL_NV_texture_env_combine4,
GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
GL_SUN_multi_draw_arrays, GL_SUN_slice_accum
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x21 16 tc 0 16 0 r y . 5 6 5 0 4 16 0 16 16 16 16 0 0 None
0x22 16 dc 0 16 0 r y . 5 6 5 0 4 16 0 16 16 16 16 0 0 None
0x23 16 tc 0 16 0 r . . 5 6 5 0 4 16 0 16 16 16 16 0 0 None
0x24 16 tc 0 16 0 r y . 5 6 5 0 4 24 0 16 16 16 16 0 0 None
0x25 16 tc 0 16 0 r . . 5 6 5 0 4 24 0 16 16 16 16 0 0 None
0x26 16 tc 0 16 0 r y . 5 6 5 0 4 24 8 16 16 16 16 0 0 None
0x27 16 tc 0 16 0 r . . 5 6 5 0 4 24 8 16 16 16 16 0 0 None
0x28 16 tc 0 16 0 r y . 5 6 5 0 4 0 0 16 16 16 16 0 0 None
0x29 16 tc 0 16 0 r . . 5 6 5 0 4 0 0 16 16 16 16 0 0 None
0x2a 16 tc 0 16 0 r y . 5 6 5 0 4 16 0 16 16 16 16 2 1 Ncon
0x2b 16 tc 0 16 0 r y . 5 6 5 0 4 16 0 16 16 16 16 4 1 Ncon
0x2c 16 tc 0 16 0 r . . 5 6 5 0 4 16 0 16 16 16 16 2 1 Ncon
0x2d 16 tc 0 16 0 r . . 5 6 5 0 4 16 0 16 16 16 16 4 1 Ncon
0x2e 16 tc 0 16 0 r y . 5 6 5 0 4 24 0 16 16 16 16 2 1 Ncon
0x2f 16 tc 0 16 0 r y . 5 6 5 0 4 24 0 16 16 16 16 4 1 Ncon
0x30 16 tc 0 16 0 r . . 5 6 5 0 4 24 0 16 16 16 16 2 1 Ncon
0x31 16 tc 0 16 0 r . . 5 6 5 0 4 24 0 16 16 16 16 4 1 Ncon
0x32 16 tc 0 16 0 r y . 5 6 5 0 4 24 8 16 16 16 16 2 1 Ncon
0x33 16 tc 0 16 0 r y . 5 6 5 0 4 24 8 16 16 16 16 4 1 Ncon
0x34 16 tc 0 16 0 r . . 5 6 5 0 4 24 8 16 16 16 16 2 1 Ncon
0x35 16 tc 0 16 0 r . . 5 6 5 0 4 24 8 16 16 16 16 4 1 Ncon
0x36 16 dc 0 16 0 r . . 5 6 5 0 4 16 0 16 16 16 16 0 0 None
0x37 16 dc 0 16 0 r y . 5 6 5 0 4 24 0 16 16 16 16 0 0 None
0x38 16 dc 0 16 0 r . . 5 6 5 0 4 24 0 16 16 16 16 0 0 None
0x39 16 dc 0 16 0 r y . 5 6 5 0 4 24 8 16 16 16 16 0 0 None
0x3a 16 dc 0 16 0 r . . 5 6 5 0 4 24 8 16 16 16 16 0 0 None
0x3b 16 dc 0 16 0 r y . 5 6 5 0 4 0 0 16 16 16 16 0 0 None
0x3c 16 dc 0 16 0 r . . 5 6 5 0 4 0 0 16 16 16 16 0 0 None
0x3d 16 dc 0 16 0 r y . 5 6 5 0 4 16 0 16 16 16 16 2 1 Ncon
0x3e 16 dc 0 16 0 r y . 5 6 5 0 4 16 0 16 16 16 16 4 1 Ncon
0x3f 16 dc 0 16 0 r . . 5 6 5 0 4 16 0 16 16 16 16 2 1 Ncon
0x40 16 dc 0 16 0 r . . 5 6 5 0 4 16 0 16 16 16 16 4 1 Ncon
0x41 16 dc 0 16 0 r y . 5 6 5 0 4 24 0 16 16 16 16 2 1 Ncon
0x42 16 dc 0 16 0 r y . 5 6 5 0 4 24 0 16 16 16 16 4 1 Ncon
0x43 16 dc 0 16 0 r . . 5 6 5 0 4 24 0 16 16 16 16 2 1 Ncon
0x44 16 dc 0 16 0 r . . 5 6 5 0 4 24 0 16 16 16 16 4 1 Ncon
0x45 16 dc 0 16 0 r y . 5 6 5 0 4 24 8 16 16 16 16 2 1 Ncon
0x46 16 dc 0 16 0 r y . 5 6 5 0 4 24 8 16 16 16 16 4 1 Ncon
0x47 16 dc 0 16 0 r . . 5 6 5 0 4 24 8 16 16 16 16 2 1 Ncon
0x48 16 dc 0 16 0 r . . 5 6 5 0 4 24 8 16 16 16 16 4 1 Ncon
ami me pasa ESACTAMENTE lo mismo

name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: NVIDIA Corporation
server glx version string: 1.3
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_ARB_multisample, GLX_NV_float_buffer
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGI_make_current_read,
GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce FX 5600/AGP/SSE/3DNOW!
OpenGL version string: 1.2 (2.0.0 NVIDIA 76.64)
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
GL_ARB_texture_border_clamp, GL_ARB_texture_cube_map,
GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_minmax,
GL_EXT_blend_subtract, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_paletted_texture,
GL_EXT_point_parameters, GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
GL_EXT_shared_texture_palette, GL_EXT_stencil_wrap, GL_EXT_texture3D,
GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod,
GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
GL_EXT_vertex_array, GL_IBM_rasterpos_clip,
GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
GL_NV_blend_square, GL_NV_copy_depth_to_color, GL_NV_depth_clamp,
GL_NV_fog_distance, GL_NV_light_max_exponent,
GL_NV_multisample_filter_hint, GL_NV_texgen_reflection,
GL_NV_texture_env_combine4, GL_NV_texture_rectangle,
GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
GL_SGIX_shadow, GL_SUN_multi_draw_arrays, GL_SUN_slice_accum
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x21 24 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x22 24 dc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x23 24 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x24 24 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x25 24 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x26 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x27 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x28 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x29 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x2a 24 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x2b 24 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x2c 24 tc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x2d 24 tc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x2e 24 tc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x2f 24 tc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x30 24 tc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x31 24 tc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x32 24 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
0x33 24 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
0x34 24 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
0x35 24 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
0x36 24 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
0x37 24 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
0x38 24 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
0x39 24 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
0x3a 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x3b 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x3c 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x3d 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x3e 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x3f 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x40 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x41 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x42 24 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x43 24 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x44 24 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x45 24 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon
0x46 24 tc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x47 24 tc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x48 24 tc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x49 24 tc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon
0x4a 24 dc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x4b 24 dc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x4c 24 dc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x4d 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x4e 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x4f 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x50 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x51 24 dc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x52 24 dc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x53 24 dc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x54 24 dc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x55 24 dc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x56 24 dc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x57 24 dc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x58 24 dc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x59 24 dc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
0x5a 24 dc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
0x5b 24 dc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
0x5c 24 dc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
0x5d 24 dc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 2 1 Ncon
0x5e 24 dc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 2 1 Ncon
0x5f 24 dc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 4 1 Ncon
0x60 24 dc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 4 1 Ncon
0x61 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x62 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x63 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x64 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x65 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 2 1 Ncon
0x66 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x67 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x68 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
0x69 24 dc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x6a 24 dc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x6b 24 dc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x6c 24 dc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon
0x6d 24 dc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 2 1 Ncon
0x6e 24 dc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 2 1 Ncon
0x6f 24 dc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 4 1 Ncon
0x70 24 dc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 4 1 Ncon

creo ke debe ser un fallo del glxinfo o de los propios drivers... kien sabe.

yo creo ke está bien instalado. enorawena ikiu ^^
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce4 Ti 4200/AGP/SSE/3DNOW!
OpenGL version string: 1.2 (1.5.3 NVIDIA 76.64)


OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce FX 5600/AGP/SSE/3DNOW!
OpenGL version string: 1.2 (2.0.0 NVIDIA 76.64)


Creo que lo de direct rendering no es imprescindible
Segun lo que yo veo ya teneis la aceleración activada
[angelito]

Ahora a probarlo con alguna aplicación
(por lo menos que sea el Tuxracer por que el glxgears
no es que sea gran cosa)
Pues solo me queda decir muchas gracias!
45 respuestas