Sound and Vision - Problems with my computer speakers and video drivers

2014-09-13 Thread Paul Anzel
Hello everyone,

https://www.youtube.com/watch?v=GYEOlxcirX0

I'm having two technical issues trying to get Debian (Jessie) set up
running on my Lenovo T430 laptop, and I wanted to ask if someone would
be able to help me out with either.

1. I'd like to upgrade my video drivers (for playing some games on
Steam). I've got an NVIDIA GF108M (NVS 5400M) and tried to run
# aptitude install lib-gl1-nvidia-glx:i386
(Having previously set up i386 architecture)
And, after restarting my computer, my OS would not load. I ended up
reformatting and reinstalling everything. Needless to say (but said
anyway), I'm a little gun-shy about trying that again. Is there a better
way to try and update my video drivers?

2. As part of the whole reformat and reinstall, my computer is no longer
playing anything on its embedded speakers. The headphone jack works just
fine, it's just the embedded speakers. This was also a problem when I
installed (from CD) to Wheezy.

Looking at documentation online, there seems to be a lot of reference to
ALSA, but AFAIK that seems to have been depreciated for Jessie (and the
alsa_base.conf file is not present in /etc/modprobe.d/). Does anyone
have any recommendations?

Thank you for your help,
Paul


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5414645b.6020...@caltech.edu



Re: Sound and Vision - Problems with my computer speakers and video drivers

2014-09-13 Thread Doug


On 09/13/2014 11:35 AM, Paul Anzel wrote:

Hello everyone,

https://www.youtube.com/watch?v=GYEOlxcirX0

I'm having two technical issues trying to get Debian (Jessie) set up
running on my Lenovo T430 laptop, and I wanted to ask if someone would
be able to help me out with either.

1. I'd like to upgrade my video drivers (for playing some games on
Steam). I've got an NVIDIA GF108M (NVS 5400M) and tried to run
# aptitude install lib-gl1-nvidia-glx:i386
(Having previously set up i386 architecture)
And, after restarting my computer, my OS would not load. I ended up
reformatting and reinstalling everything. Needless to say (but said
anyway), I'm a little gun-shy about trying that again. Is there a better
way to try and update my video drivers?

2. As part of the whole reformat and reinstall, my computer is no longer
playing anything on its embedded speakers. The headphone jack works just
fine, it's just the embedded speakers. This was also a problem when I
installed (from CD) to Wheezy.

Looking at documentation online, there seems to be a lot of reference to
ALSA, but AFAIK that seems to have been depreciated for Jessie (and the
alsa_base.conf file is not present in /etc/modprobe.d/). Does anyone
have any recommendations?

Thank you for your help,
Paul



You didn't get into the computer speakers, but I recommend one of
two solutions for computer speakers: the best is to find some good
hi-fi speakers--ones made for record/cd playing in a living room--
and an amplifier or receiver, and push your computer sound thru that.
The next best thing, but quite a ways down the list, is a Logitech
setup. The Logitech system consists of a sub-woofer that you put
under your table or desk, and two satellite speakers that can sit
on the computer table or hang on the wall. This system sounds
quite good, altho IO found that the bass is exagerated it you pur
the sub-woofer up against the  wall. I wound up putting an octave-
band equalizer between the computer and the Logitech system.
Those little amplified speakers that sell for almost nothing are pure
junk. If you have any, throw them out!

BTW: Yard sales/garage sales always seem to have hi-fi amps
and receivers for practically nothing, but it's tough to find decent
hi-fi speakers. If you do find speaker cabinets, take off the front
grille and see that the surround on the main speaker is not torn up.
If it is, don't buy it!

Personally, I'm not a fan of bookshelf speakers. I like to see a
cabinet about 14 wide by 12 deep by 2 feet high, or thereabouts.

--doug



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/5414afa2.80...@optonline.net



Multiple Video Drivers

2014-09-12 Thread David Baron
Had my old 32-bit configuration lilo boot-selectable between Nouveau and Nvidia 
drivers using nomodeset command. An init script detected presence or absence 
of nomodeset, and exchanged xorg.conf files, was set to be run before any Xorg.

My new 64bit has the defaulted Nouveau which is just fine for most things. Will 
not run flightgear. Nvidia's driver, even the legacy version, will run it.

The new installation is running systemd (without a hitch by the way). Also, 
there is no such animal as xorg.conf, either in /etc/X11 or /usr/share/X11.

So how would I, after dkms the Nvidia legacy driver, set up as I had before. 
(I do not simply default to Nvidia because (long-long-standing bug) it messes 
up the consoles rendering them unusable (KDE Konsole windows not effected).


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/176320985.SiINYWdXtR@dovidhalevi



Re: Multiple Video Drivers

2014-09-12 Thread Darac Marjal
On Fri, Sep 12, 2014 at 01:50:06PM +0300, David Baron wrote:
 Had my old 32-bit configuration lilo boot-selectable between Nouveau and 
 Nvidia 
 drivers using nomodeset command. An init script detected presence or absence 
 of nomodeset, and exchanged xorg.conf files, was set to be run before any 
 Xorg.
 
 My new 64bit has the defaulted Nouveau which is just fine for most things. 
 Will 
 not run flightgear. Nvidia's driver, even the legacy version, will run it.
 
 The new installation is running systemd (without a hitch by the way). Also, 
 there is no such animal as xorg.conf, either in /etc/X11 or /usr/share/X11.
 
 So how would I, after dkms the Nvidia legacy driver, set up as I had before. 
 (I do not simply default to Nvidia because (long-long-standing bug) it messes 
 up the consoles rendering them unusable (KDE Konsole windows not effected).

xorg.conf is now an optional file. If it doesn't exist, the x server
will auto-detect everything it needs (udev, xinput and so on make this
easier). There is a caveat to this, though; when an Nvidia card is
detected, the nouveau driver will be the preferred auto-detect driver
(even if you have the nvidia driver installed).

Now, xorg.conf is optional, not obsolete, so you can still have an
xorg.conf file and it can be as big or as small as fits your needs. You
can re-use the xorg.conf files from your 32-bit install and they should
Just Work™. Alternatively, if you want to let Xorg continue to
auto-detect everything, but *just* override its idea of which driver to
use, your xorg.conf can be as minimal as:

  Section Device
Identifier My Nvidia Card
Driver nvidia
VendorName NVIDIA Corporation
#Option NoLogo true
#Option ...
  EndSection


 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/176320985.SiINYWdXtR@dovidhalevi
 


signature.asc
Description: Digital signature


Re: jessie and new asus with i7 and gtx850m video drivers

2014-09-02 Thread Devrin Talen
Hi jessie user,

Is it an option to try out the current stable release (Debian wheezy)
and see if you're at least able to function with that?  Or have you
tried that already?  It's not unheard of for stability to take a step
backwards for a while on the testing and unstable branches for a while
until the bugs get fixed.

-- 
Devrin Talen dc...@cornell.edu


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/8761h5zd6x@cornell.edu



Re: AMD/ATI video drivers in Squeeze

2012-10-18 Thread Ralf Mardorf
32-bit PAE kernels only enable access to more RAM than 3.75GB, while
64-bit kernels can use a 64-bit bus for all the IO work. So since you
seemingly are not comfortable with the FLOSS driver's 3D acceleration,
it might be, that for your needs, 64-bit will be faster.

The driver not only need to fit to your graphics, but also to the
version of X. If you download a driver from ATI you need to take care
that it fit to the used version of X.


If you get a black screen, warnings and errors could be found in the log
file /var/log/Xorg.0.log .

Would you use 2.6 kernel headers, to build modules for a 3.5 kernel?
Some stuff is compiled inside the kernel, other stuff can be loaded if
needed, but those modules are quasi part of the kernel, they're
in /lib/modules/KERNEL_VERSION .
It's possible to set up Linux in a way, that it will build modules
automatically after a kernel upgrade.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1350613703.1112.129.camel@localhost.localdomain



Re: Dell XPS L502x intel-nvidia video drivers

2011-11-08 Thread PS
¡Hola buen día!

Me resultó infructuoso el habilitar debian squeeze en la XPS L502x,
esto debido a que efectivamente hay que actualizar medio Debian,
incluyendo Kernel 3.1.x y dependencias, Xorg, etc. para hacerlo
funcionar, lo que me deja un sistema altamente combinado.

En este caso opté por debian sid en su variante aptosid, la cual me da
un buen rendimeinto y al no ser un servidor sino una laptop me parece
suficiente, lo he probado por algunos días y su velocidad me
sorprende.

Gracias por su aporte y que brille la luz dentro de ustedes.

Saludos

Pablo


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAAUK4sDQfcBCCBdPR5QUrGL=ocgqonddnsoexeopqvdtx1l...@mail.gmail.com



Re: Dell XPS L502x intel-nvidia video drivers

2011-11-05 Thread Camaleón
El Fri, 04 Nov 2011 09:25:55 -0600, PS escribió:

 Acabo de adquirir un equipo Dell XPS L502x con tarjetas de video dual
 intel y nvida (gt540m). El problema radica en la configuración de los
 drivers de video bajo Debian squeeze.

Huy, mala cosa. 

Yo empezaría buscando información sobre la configuración de hardware que 
tienes, por ejemplo:

http://e0d.com/blog/dell-xps-15-l502xrunning-linux-lubuntu-11-04-with-nvidia-optimus-support
https://wiki.edubuntu.org/HardwareSupport/Machines/Laptops/Dell/XPS/15
https://help.ubuntu.com/community/HybridGraphics

(...)

 00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge
 Integrated Graphics Controller (rev 09) 

(...)

 01:00.0 VGA compatible controller: nVidia Corporation Device 0df4 (rev
 a1)

Busca más datos sobre switcheroo, quizá puedas hacer algo con eso :-?

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.11.05.10.19...@gmail.com



Re: Dell XPS L502x intel-nvidia video drivers

2011-11-05 Thread PS
Hola

El día 5 de noviembre de 2011 04:19, Camaleón noela...@gmail.com escribió:
 El Fri, 04 Nov 2011 09:25:55 -0600, PS escribió:

 Acabo de adquirir un equipo Dell XPS L502x con tarjetas de video dual
 intel y nvida (gt540m). El problema radica en la configuración de los
 drivers de video bajo Debian squeeze.

 Huy, mala cosa.

Ni tan mala es una máquina excelente en rendimiento y prestaciones,
solo hay que hacer funcionar el video, actualmente estoy probando con
aptosid desde una unidad USB y me detecta la intel de muy buena
forma, tengo que hacerla funcionar en squeeze que me encanta.
Probablemente actualizando xorg y el kernel al 3.1.0


 Yo empezaría buscando información sobre la configuración de hardware que
 tienes, por ejemplo:

 http://e0d.com/blog/dell-xps-15-l502xrunning-linux-lubuntu-11-04-with-nvidia-optimus-support
 https://wiki.edubuntu.org/HardwareSupport/Machines/Laptops/Dell/XPS/15
 https://help.ubuntu.com/community/HybridGraphics

Gracias por el dato, hablan del proyecto bumblebee el cual intenté
probar pero es para plataforma x32 solamente.

Más si me ayudas a configurar la tarjeta de video para utilizar la
nvidia en el bus descrito te lo agradeceré mucho, de todas formas
agradezco la ayuda prestada hasta el momento, buscaré acerca del
switcheroo

Saludos


 (...)

 00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge
 Integrated Graphics Controller (rev 09)

 (...)

 01:00.0 VGA compatible controller: nVidia Corporation Device 0df4 (rev
 a1)

 Busca más datos sobre switcheroo, quizá puedas hacer algo con eso :-?

 Saludos,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/pan.2011.11.05.10.19...@gmail.com




--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAAUK4sDMA+6zbbZbnB=mxq4xy_o4+xebmvdpgtzxtnc-f+y...@mail.gmail.com



Re: Dell XPS L502x intel-nvidia video drivers

2011-11-05 Thread Carlos Albornoz
2011/11/5 PS kali...@gmail.com:
 Hola

 El día 5 de noviembre de 2011 04:19, Camaleón noela...@gmail.com escribió:
 El Fri, 04 Nov 2011 09:25:55 -0600, PS escribió:

 Acabo de adquirir un equipo Dell XPS L502x con tarjetas de video dual
 intel y nvida (gt540m). El problema radica en la configuración de los
 drivers de video bajo Debian squeeze.

 Huy, mala cosa.

 Ni tan mala es una máquina excelente en rendimiento y prestaciones,
 solo hay que hacer funcionar el video, actualmente estoy probando con
 aptosid desde una unidad USB y me detecta la intel de muy buena
 forma, tengo que hacerla funcionar en squeeze que me encanta.
 Probablemente actualizando xorg y el kernel al 3.1.0


 Yo empezaría buscando información sobre la configuración de hardware que
 tienes, por ejemplo:

 http://e0d.com/blog/dell-xps-15-l502xrunning-linux-lubuntu-11-04-with-nvidia-optimus-support
 https://wiki.edubuntu.org/HardwareSupport/Machines/Laptops/Dell/XPS/15
 https://help.ubuntu.com/community/HybridGraphics

 Gracias por el dato, hablan del proyecto bumblebee el cual intenté
 probar pero es para plataforma x32 solamente.

 Más si me ayudas a configurar la tarjeta de video para utilizar la
 nvidia en el bus descrito te lo agradeceré mucho, de todas formas
 agradezco la ayuda prestada hasta el momento, buscaré acerca del
 switcheroo

 Saludos


 (...)

 00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge
 Integrated Graphics Controller (rev 09)

 (...)

 01:00.0 VGA compatible controller: nVidia Corporation Device 0df4 (rev
 a1)

 Busca más datos sobre switcheroo, quizá puedas hacer algo con eso :-?

 Saludos,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/pan.2011.11.05.10.19...@gmail.com




 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: 
 http://lists.debian.org/caauk4sdma+6zbbzbnbmxq4xy_o4+xebmvdpgtzxtnc-f+y...@mail.gmail.com



Para que tengas en consideración, hay problemas con la versión de
xserver-xorg y el driver nvidia propietario, de hecho pregunte hace
unos dias atras por eso [1].

Saludos

[1] http://lists.debian.org/debian-user-spanish/2011/11/msg00041.html

-- 
Carlos Albornoz C.
Linux User #360502
Fono: 97864420


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAJzi�_xy+ifo_etj5pefymm+yx6slkc9bdoomhbkhx7yw...@mail.gmail.com



Re: Dell XPS L502x intel-nvidia video drivers

2011-11-05 Thread Camaleón
El Sat, 05 Nov 2011 11:11:58 -0600, PS escribió:

 Hola
 
 El día 5 de noviembre de 2011 04:19, Camaleón noela...@gmail.com
 escribió:
 El Fri, 04 Nov 2011 09:25:55 -0600, PS escribió:

 Acabo de adquirir un equipo Dell XPS L502x con tarjetas de video dual
 intel y nvida (gt540m). El problema radica en la configuración de los
 drivers de video bajo Debian squeeze.

 Huy, mala cosa.
 
 Ni tan mala es una máquina excelente en rendimiento y prestaciones, solo
 hay que hacer funcionar el video, actualmente estoy probando con
 aptosid desde una unidad USB y me detecta la intel de muy buena forma,
 tengo que hacerla funcionar en squeeze que me encanta. Probablemente
 actualizando xorg y el kernel al 3.1.0

No, si el problema no es el hardware en sí mismo, es que es demasiado 
nuevo para squeeze, nada más. Me parece que Sandy Bridge necesita un 
kernel 3.x para configurarlo (entiendo que la parte de Intel) y nvidia ha 
dicho que de momento no tiene intención de proporcionar drivers para este 
engendro del Optimus por eso te decía que la combinación de squeeze
+optimus era mala cosa.

 Yo empezaría buscando información sobre la configuración de hardware
 que tienes, por ejemplo:

 http://e0d.com/blog/dell-xps-15-l502xrunning-linux-lubuntu-11-04-with-nvidia-optimus-support
 https://wiki.edubuntu.org/HardwareSupport/Machines/Laptops/Dell/XPS/15
 https://help.ubuntu.com/community/HybridGraphics
 
 Gracias por el dato, hablan del proyecto bumblebee el cual intenté
 probar pero es para plataforma x32 solamente.

Y del switcheroo.
 
 Más si me ayudas a configurar la tarjeta de video para utilizar la
 nvidia en el bus descrito te lo agradeceré mucho, de todas formas
 agradezco la ayuda prestada hasta el momento, buscaré acerca del
 switcheroo

Lo primero que haría sería ver qué requisitos necesitas para poder 
configurar alguna de las tarjetas, seguramente la Intel sea la más
fácil de configurar porque los drivers son libres.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.11.05.18.24...@gmail.com



Re: Dell XPS L502x intel-nvidia video drivers

2011-11-05 Thread PS
El día 5 de noviembre de 2011 11:57, Carlos Albornoz
caralborn...@gmail.com escribió:
 2011/11/5 PS kali...@gmail.com:
 Hola

 El día 5 de noviembre de 2011 04:19, Camaleón noela...@gmail.com escribió:
 El Fri, 04 Nov 2011 09:25:55 -0600, PS escribió:

 Acabo de adquirir un equipo Dell XPS L502x con tarjetas de video dual
 intel y nvida (gt540m). El problema radica en la configuración de los
 drivers de video bajo Debian squeeze.

 Huy, mala cosa.

 Ni tan mala es una máquina excelente en rendimiento y prestaciones,
 solo hay que hacer funcionar el video, actualmente estoy probando con
 aptosid desde una unidad USB y me detecta la intel de muy buena
 forma, tengo que hacerla funcionar en squeeze que me encanta.
 Probablemente actualizando xorg y el kernel al 3.1.0


 Yo empezaría buscando información sobre la configuración de hardware que
 tienes, por ejemplo:

 http://e0d.com/blog/dell-xps-15-l502xrunning-linux-lubuntu-11-04-with-nvidia-optimus-support
 https://wiki.edubuntu.org/HardwareSupport/Machines/Laptops/Dell/XPS/15
 https://help.ubuntu.com/community/HybridGraphics

 Gracias por el dato, hablan del proyecto bumblebee el cual intenté
 probar pero es para plataforma x32 solamente.

 Más si me ayudas a configurar la tarjeta de video para utilizar la
 nvidia en el bus descrito te lo agradeceré mucho, de todas formas
 agradezco la ayuda prestada hasta el momento, buscaré acerca del
 switcheroo

 Saludos


 (...)

 00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge
 Integrated Graphics Controller (rev 09)

 (...)

 01:00.0 VGA compatible controller: nVidia Corporation Device 0df4 (rev
 a1)

 Busca más datos sobre switcheroo, quizá puedas hacer algo con eso :-?

 Saludos,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact 
 listmas...@lists.debian.org
 Archive: http://lists.debian.org/pan.2011.11.05.10.19...@gmail.com




 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: 
 http://lists.debian.org/caauk4sdma+6zbbzbnbmxq4xy_o4+xebmvdpgtzxtnc-f+y...@mail.gmail.com



 Para que tengas en consideración, hay problemas con la versión de
 xserver-xorg y el driver nvidia propietario, de hecho pregunte hace
 unos dias atras por eso [1].

Gracias por el dato, intentaré actualizando el xorg con el driver de
nvida, buen día



 Saludos

 [1] http://lists.debian.org/debian-user-spanish/2011/11/msg00041.html

 --
 Carlos Albornoz C.
 Linux User #360502
 Fono: 97864420



--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caauk4sdxapalvs17qyiwnkrb4qxmo6ui5lqsnghsvp8qadc...@mail.gmail.com



Re: Dell XPS L502x intel-nvidia video drivers

2011-11-05 Thread PS
Gracias, por el dato

El día 5 de noviembre de 2011 12:24, Camaleón noela...@gmail.com escribió:
 El Sat, 05 Nov 2011 11:11:58 -0600, PS escribió:

 Hola

 El día 5 de noviembre de 2011 04:19, Camaleón noela...@gmail.com
 escribió:
 El Fri, 04 Nov 2011 09:25:55 -0600, PS escribió:

 Acabo de adquirir un equipo Dell XPS L502x con tarjetas de video dual
 intel y nvida (gt540m). El problema radica en la configuración de los
 drivers de video bajo Debian squeeze.

 Huy, mala cosa.

 Ni tan mala es una máquina excelente en rendimiento y prestaciones, solo
 hay que hacer funcionar el video, actualmente estoy probando con
 aptosid desde una unidad USB y me detecta la intel de muy buena forma,
 tengo que hacerla funcionar en squeeze que me encanta. Probablemente
 actualizando xorg y el kernel al 3.1.0

 No, si el problema no es el hardware en sí mismo, es que es demasiado
 nuevo para squeeze, nada más. Me parece que Sandy Bridge necesita un
 kernel 3.x para configurarlo (entiendo que la parte de Intel) y nvidia ha
 dicho que de momento no tiene intención de proporcionar drivers para este
 engendro del Optimus por eso te decía que la combinación de squeeze
 +optimus era mala cosa.

 Yo empezaría buscando información sobre la configuración de hardware
 que tienes, por ejemplo:

 http://e0d.com/blog/dell-xps-15-l502xrunning-linux-lubuntu-11-04-with-nvidia-optimus-support
 https://wiki.edubuntu.org/HardwareSupport/Machines/Laptops/Dell/XPS/15
 https://help.ubuntu.com/community/HybridGraphics

 Gracias por el dato, hablan del proyecto bumblebee el cual intenté
 probar pero es para plataforma x32 solamente.

 Y del switcheroo.

 Más si me ayudas a configurar la tarjeta de video para utilizar la
 nvidia en el bus descrito te lo agradeceré mucho, de todas formas
 agradezco la ayuda prestada hasta el momento, buscaré acerca del
 switcheroo

 Lo primero que haría sería ver qué requisitos necesitas para poder
 configurar alguna de las tarjetas, seguramente la Intel sea la más
 fácil de configurar porque los drivers son libres.

 Saludos,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/pan.2011.11.05.18.24...@gmail.com




--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caauk4sd4nn8+ouovsec+hqednap_d2he1e3gvslr_-1dat5...@mail.gmail.com



Dell XPS L502x intel-nvidia video drivers

2011-11-04 Thread PS
Hola a todos los de la lista, les deseo un buen día y acudo a ustedes
nuevamente para ver si me pueden dar una idea.

Acabo de adquirir un equipo Dell XPS L502x con tarjetas de video dual
intel y nvida (gt540m). El problema radica en la configuración de los
drivers de video bajo Debian squeeze.

Necesito que me funcione cualquier tarjeta de video, por el momento
puedo vivir sin la nvidia, mas leyendo, indican que la intel, no está
aún soportada por Linux, por eso estoy trabajando con el driver VESA
que es muy lento. Bajé el driver de Nvidia, configuré para utilizarla,
más primeramente no arrancó, indicó un problema con el adaptador
primario, después de modificar con BusID el archivo xorg.conf para que
lograra cargar el driver de nvidia, esto lo hizo más no me muestra
video ni error alguno, solo un cursor sin parpadear en la terminal,
sigo teniendo FB en las terminales 1 a la 6.

anexo el archivo xorg.conf para ver si me pueden dar un poco de luz en
el camino, realmente quisiera activar uno de los controladores,
actualicé el kernel al 2.6.39 desde backports para que funcione el
manejo de las teclas de función del teclado, con el 2.6.32 la máquina
se notaba inestable, se ralentizaba en ocasiones.

Agradezco de antemano su gran apoyo.

Pablo

--xorg.conf---
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 285.05.09
(buildmeis...@swio-display-x86-rhel47-02.nvidia.com)  Fri Sep 23
17:55:57 PDT 2011

Section ServerLayout
Identifier Layout0
Screen  0  Screen0
InputDeviceKeyboard0 CoreKeyboard
InputDeviceMouse0 CorePointer
EndSection

Section Files
EndSection

Section InputDevice
# generated from default
Identifier Mouse0
Driver mouse
Option Protocol auto
Option Device /dev/psaux
Option Emulate3Buttons no
Option ZAxisMapping 4 5
EndSection

Section InputDevice
# generated from default
Identifier Keyboard0
Driver kbd
EndSection

Section Monitor
Identifier Monitor0
VendorName Unknown
ModelName  Unknown
HorizSync   28.0 - 33.0
VertRefresh 43.0 - 72.0
Option DPMS
EndSection

Section Device
Identifier Device0
Driver nvidia
VendorName NVIDIA Corporation
BusID  PCI:01:0:0
EndSection

Section Screen
Identifier Screen0
Device Device0
MonitorMonitor0
DefaultDepth24
SubSection Display
Depth   24
EndSubSection
EndSection

--salida desde
lspci-
00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Sandy Bridge PCI Express Root
Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge
Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation Cougar Point HECI
Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced
Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition
Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root
Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root
Port 2 (rev b5)
00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root
Port 4 (rev b5)
00:1c.4 PCI bridge: Intel Corporation Cougar Point PCI Express Root
Port 5 (rev b5)
00:1c.5 PCI bridge: Intel Corporation Cougar Point PCI Express Root
Port 6 (rev b5)
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced
Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation Cougar Point LPC Controller (rev
05)
00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA
AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev
05)
01:00.0 VGA compatible controller: nVidia Corporation Device 0df4 (rev
a1)
03:00.0 Network controller: Intel Corporation Device 008a (rev 34)
04:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host
Controller (rev 04)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAAUK4sA1AQ=ftomiiel4oou_h7nbfe3yd_8ry3t0kmztzjg...@mail.gmail.com



Re: How do fixes/improvements to video drivers get rolled out in Squeeze?

2011-05-25 Thread Brian
Mark mamarcac at gmail.com writes:
 
 Hi,The Intel 855GM chipset performance has unfortunately taken a step or two
 backwards from Lenny to Squeeze based on my experience and what I've read in
 the bug reports and various forums.  Specifically, on-line video streaming
 becomes choppy after 3-4 minutes on the same websites that Lenny had no
 trouble with.  That being said, how does performance get improved within a
 given stable release?  Can I hope for an update to help improve it at some
 point within the life of Squeeze?Thank you.

Discussed at:

http://lists.debian.org/debian-devel/2011/02/msg4.html

and

http://lists.debian.org/debian-devel/2011/01/msg00865.html


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110525090455.GA32300@desktop



Re: How do fixes/improvements to video drivers get rolled out in Squeeze?

2011-05-24 Thread Boyd Stephen Smith Jr.
In banlktimrdgvgp0iw1ljizak+0zoq0f3...@mail.gmail.com, Mark wrote:
That being said, how does performance get improved within a
given stable release?  Can I hope for an update to help improve it at some
point within the life of Squeeze?

From http://release.debian.org/:
Suite update policy
stable
Fast response for security updates.  Minor updates include 
security 
and other important fixes only.  Major updates are sourced from testing, and 
are infrequent, but large.

Major updates is something like Lenny - Squeeze.  Minor Update is something 
like 6.0.0 - 6.0.1 a.k.a. a point release where the codename does not 
change.

It's not clear (to me) that important in the above corresponds directly to 
bug severities, but one of those severities is called important so FYI: 
http://www.debian.org/Bugs/Developer#severities.

Also, here's more detail about what is considered an RC bug for Squeeze: 
http://release.debian.org/squeeze/rc_policy.txt
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net   ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


signature.asc
Description: This is a digitally signed message part.


Re: How do fixes/improvements to video drivers get rolled out in Squeeze?

2011-05-24 Thread Camaleón
On Mon, 23 May 2011 22:56:30 -0700, Mark wrote:

 The Intel 855GM chipset performance has unfortunately taken a step or
 two backwards from Lenny to Squeeze based on my experience and what I've
 read in the bug reports and various forums.  Specifically, on-line video
 streaming becomes choppy after 3-4 minutes on the same websites that
 Lenny had no trouble with.  That being said, how does performance get
 improved within a given stable release?  Can I hope for an update to
 help improve it at some point within the life of Squeeze?

The stable branch (now Squeeze) once released is not targeted to get many 
improvements but bug fixes so don't expect a bunch of updates to correct 
non critical errors.

Anyway, you can take a look at the changelog to get a better idea of the 
patches that have been already applied, if any: 

http://packages.debian.org/changelogs/pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.13.0-6/changelog

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.05.24.10.25...@gmail.com



How do fixes/improvements to video drivers get rolled out in Squeeze?

2011-05-23 Thread Mark
Hi,

The Intel 855GM chipset performance has unfortunately taken a step or two
backwards from Lenny to Squeeze based on my experience and what I've read in
the bug reports and various forums.  Specifically, on-line video streaming
becomes choppy after 3-4 minutes on the same websites that Lenny had no
trouble with.  That being said, how does performance get improved within a
given stable release?  Can I hope for an update to help improve it at some
point within the life of Squeeze?

Thank you.


Help me understand these dependencies (xorg/video drivers)

2010-09-21 Thread Matteo Riva
Debian testing installation. An aptitude dist-upgrade today results in:

The following packages have unmet dependencies:
  fglrx-driver: Conflicts: nvidia-glx but 195.36.24-4 is to be installed.
  xserver-xorg-core: Breaks: xserver-xorg-video-2 which is a virtual package.
 Breaks: xserver-xorg-video-cyrix (= 1:1.1.0-8)
but 1:1.1.0-8 is to be installed.
 Breaks: xserver-xorg-video-nsc (= 1:2.8.3-4) but
1:2.8.3-4 is to be installed.
  fglrx-glx: Conflicts: nvidia-glx but 195.36.24-4 is to be installed.
  nvidia-glx: Conflicts: fglrx-glx but 1:10-7-1 is to be installed.

but I can't understand why it's installing fglrx-driver or nvidia-glx

An aptitude why on those packages shows:

$ aptitude why fglrx-driver
i   gnomeDependsgdm3 | gdm-themes
p   gdm3 Recommends xserver-xorg
p A xserver-xorg Dependsxserver-xorg-video-all | xserver-xorg-video-6
p   fglrx-driver Provides   xserver-xorg-video-6

aptitude why nvidia-glx
i   gnomeDependsgdm3 | gdm-themes
p   gdm3 Recommends xserver-xorg
p A xserver-xorg Dependsxserver-xorg-video-all | xserver-xorg-video-6
p   nvidia-glx   Provides   xserver-xorg-video-6

so it seems they are installed since they provide 'xserver-xorg-video-6'
BUT I already have 'xserver-xorg-video-radeonhd' which provides the
same package, so why does aptitude want to install the proprietary
display drivers?

Also, can I safely remove every xserver-xorg-video-* except the one I'm
using?

Thanks.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktinu2ojkd93vyq3_fape54zblmmyqg31_n2nj...@mail.gmail.com



Re: Help me understand these dependencies (xorg/video drivers)

2010-09-21 Thread Angus Hedger
On Tue, 21 Sep 2010 09:36:50 +0200
Matteo Riva mura...@gmail.com wrote:

anippy
 The following packages have unmet dependencies:
   fglrx-driver: Conflicts: nvidia-glx but 195.36.24-4 is to be
 installed. xserver-xorg-core: Breaks: xserver-xorg-video-2 which is a
 virtual package. Breaks: xserver-xorg-video-cyrix (= 1:1.1.0-8)
 but 1:1.1.0-8 is to be installed.
  Breaks: xserver-xorg-video-nsc (= 1:2.8.3-4) but
 1:2.8.3-4 is to be installed.
   fglrx-glx: Conflicts: nvidia-glx but 195.36.24-4 is to be installed.
   nvidia-glx: Conflicts: fglrx-glx but 1:10-7-1 is to be installed.
 
 but I can't understand why it's installing fglrx-driver or nvidia-glx
 
 An aptitude why on those packages shows:
 
 $ aptitude why fglrx-driver
 i   gnomeDependsgdm3 | gdm-themes
 p   gdm3 Recommends xserver-xorg
 p A xserver-xorg Dependsxserver-xorg-video-all |
 xserver-xorg-video-6 p   fglrx-driver Provides   xserver-xorg-video-6
 
 aptitude why nvidia-glx
 i   gnomeDependsgdm3 | gdm-themes
 p   gdm3 Recommends xserver-xorg
 p A xserver-xorg Dependsxserver-xorg-video-all |
 xserver-xorg-video-6 p   nvidia-glx   Provides   xserver-xorg-video-6
 
 so it seems they are installed since they provide
 'xserver-xorg-video-6' BUT I already have
 'xserver-xorg-video-radeonhd' which provides the same package, so why
 does aptitude want to install the proprietary display drivers?

Not sure, try opening aptitude in and cancelling all pending actions.

sudo aptitude then press e or click actions  cancel pending actions.
 
 Also, can I safely remove every xserver-xorg-video-* except the one
 I'm using?

Yup
 
 Thanks.

Good luck.

--
Regards,

Angus Hedger

Debian GNU/Linux User   PGP Public Key 0xEE6A4B97


signature.asc
Description: PGP signature


Re: Help me understand these dependencies (xorg/video drivers)

2010-09-21 Thread Matteo Riva
On Tue, Sep 21, 2010 at 10:39 AM, Angus Hedger demide...@gmail.com wrote:
 On Tue, 21 Sep 2010 09:36:50 +0200
 Matteo Riva mura...@gmail.com wrote:

 anippy
 The following packages have unmet dependencies:
   fglrx-driver: Conflicts: nvidia-glx but 195.36.24-4 is to be
 installed. xserver-xorg-core: Breaks: xserver-xorg-video-2 which is a
 virtual package. Breaks: xserver-xorg-video-cyrix (= 1:1.1.0-8)
 but 1:1.1.0-8 is to be installed.
                      Breaks: xserver-xorg-video-nsc (= 1:2.8.3-4) but
 1:2.8.3-4 is to be installed.
   fglrx-glx: Conflicts: nvidia-glx but 195.36.24-4 is to be installed.
   nvidia-glx: Conflicts: fglrx-glx but 1:10-7-1 is to be installed.

 but I can't understand why it's installing fglrx-driver or nvidia-glx

 An aptitude why on those packages shows:

 $ aptitude why fglrx-driver
 i   gnome        Depends    gdm3 | gdm-themes
 p   gdm3         Recommends xserver-xorg
 p A xserver-xorg Depends    xserver-xorg-video-all |
 xserver-xorg-video-6 p   fglrx-driver Provides   xserver-xorg-video-6

 aptitude why nvidia-glx
 i   gnome        Depends    gdm3 | gdm-themes
 p   gdm3         Recommends xserver-xorg
 p A xserver-xorg Depends    xserver-xorg-video-all |
 xserver-xorg-video-6 p   nvidia-glx   Provides   xserver-xorg-video-6

 so it seems they are installed since they provide
 'xserver-xorg-video-6' BUT I already have
 'xserver-xorg-video-radeonhd' which provides the same package, so why
 does aptitude want to install the proprietary display drivers?

 Not sure, try opening aptitude in and cancelling all pending actions.

 sudo aptitude then press e or click actions  cancel pending actions.

Apparently there are no pending actions, I still can't understand why
those packages are being installed.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktinyuknn=es8bgbygxqp9fb5e+u=cjdsfhsdc...@mail.gmail.com



Re: Help me understand these dependencies (xorg/video drivers)

2010-09-21 Thread Angus Hedger
On Tue, 21 Sep 2010 11:19:30 +0200
Matteo Riva mura...@gmail.com wrote:
snipp
  The following packages have unmet dependencies:
    fglrx-driver: Conflicts: nvidia-glx but 195.36.24-4 is to be
  installed. xserver-xorg-core: Breaks: xserver-xorg-video-2 which
  is a virtual package. Breaks: xserver-xorg-video-cyrix (=
  1:1.1.0-8) but 1:1.1.0-8 is to be installed.
                       Breaks: xserver-xorg-video-nsc (= 1:2.8.3-4)
  but 1:2.8.3-4 is to be installed.
    fglrx-glx: Conflicts: nvidia-glx but 195.36.24-4 is to be
  installed. nvidia-glx: Conflicts: fglrx-glx but 1:10-7-1 is to be
  installed.

Seems the last update broke some of the drivers, I would remove
xserver-xorg-video-nsc, xserver-xorg-video-nsc, xserver-xorg-video-all,
and reinstall xserver-xorg-video-radeonhd or xserver-xorg-video-ati
(the newer driver that has replaced the ageing radeonhd one).

Also try updating the aptitude cache, maybe its got confused.

snippy
  An aptitude why on those packages shows:
 
  $ aptitude why fglrx-driver
  i   gnome        Depends    gdm3 | gdm-themes
  p   gdm3         Recommends xserver-xorg
  p A xserver-xorg Depends    xserver-xorg-video-all |
  xserver-xorg-video-6 p   fglrx-driver Provides
  xserver-xorg-video-6
 
  aptitude why nvidia-glx
  i   gnome        Depends    gdm3 | gdm-themes
  p   gdm3         Recommends xserver-xorg
  p A xserver-xorg Depends    xserver-xorg-video-all |
  xserver-xorg-video-6 p   nvidia-glx   Provides
  xserver-xorg-video-6
 
  so it seems they are installed since they provide
  'xserver-xorg-video-6' BUT I already have
  'xserver-xorg-video-radeonhd' which provides the same package, so
  why does aptitude want to install the proprietary display drivers?
 
  Not sure, try opening aptitude in and cancelling all pending
  actions.
 
  sudo aptitude then press e or click actions  cancel pending
  actions.
 
 Apparently there are no pending actions, I still can't understand why
 those packages are being installed.

Did the solver give you any other options?

--
Regards,

Angus Hedger

Debian GNU/Linux User   PGP Public Key 0xEE6A4B97


signature.asc
Description: PGP signature


Re: Help me understand these dependencies (xorg/video drivers)

2010-09-21 Thread Matteo Riva
On Tue, Sep 21, 2010 at 11:58 AM, Angus Hedger demide...@gmail.com wrote:

 Seems the last update broke some of the drivers, I would remove
 xserver-xorg-video-nsc, xserver-xorg-video-nsc, xserver-xorg-video-all,
 and reinstall xserver-xorg-video-radeonhd or xserver-xorg-video-ati
 (the newer driver that has replaced the ageing radeonhd one).

Ah yes, removing xserver-xorg-video-all solved it, thanks.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimlmpj=6o9vbmidmiw04d4o_3lbigyghqwye...@mail.gmail.com



Re: Help me understand these dependencies (xorg/video drivers)

2010-09-21 Thread Angus Hedger
On Tue, 21 Sep 2010 12:14:20 +0200
Matteo Riva mura...@gmail.com wrote:
snippy
 Ah yes, removing xserver-xorg-video-all solved it, thanks.

Glad to hear it, I have always found xorg to have the most, sensitive
dependencies ;)

--
Regards,

Angus Hedger

Debian GNU/Linux User   PGP Public Key 0xEE6A4B97


signature.asc
Description: PGP signature


Re: Installing Video Drivers Manually

2010-04-03 Thread Hugo Vanwoerkom

Ron Johnson wrote:

On 2010-03-30 10:10, Jordan Metzmeier wrote:
On Tue, Mar 30, 2010 at 11:07 AM, Carlos Mennens 
carlosw...@gmail.com wrote:

For Debian users is there a suggested and correct method for
installing nVidia drivers on their desktop systems? I was told by
other distributions I should only use their respected package manager
to use the nvidia drivers listed in their repository and avoid using
the binary I downloaded from nVidia's site because this would cause
problems. Do you have any suggestions about downloading the installer
direct from nVidia and installing it manually rather than using
'Apt-Get'?

Thanks for any info!




The nvidia installer from upstream will give you issues. In debian we
use module-assistant to install things such as this. You can find a
detailed guide specific to nvidia drivers here:
http://wiki.debian.org/NvidiaGraphicsDrivers



Hmph.

I've been installing upstream for *years* with absolutely no problems.  
Nowadays, I even install a split driver on my 32-bit distro with 
64-bit kernel.


Note that I run Sid and compile my own kernel *from Debian sources*.

The only caveat is that every time mesa gets updated, I must go into 
/usr/lib/xorg/modules/extensions/ and rename libglx.so then symlink 
libglx.so.NNN.MM to libglx.so.


Final note: I boot straight to the console, Like God Intended, so it's 
much simpler for me to muck around.




I always install from upstream and just installed 
NVIDIA-Linux-x86-195.36.15-pkg1.run from 
ftp://download.nvidia.com/XFree86/Linux-x86/195.36.15/


I didn't have to do the symlink that Ron mentions, but maybe mesa didn't 
get updated.


BTW God does not Intend you to boot straight into the console, He 
Intends you to have multiseat systems.


Hugo









--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/hp7tnh$ju...@dough.gmane.org



Re: Installing Video Drivers Manually

2010-04-03 Thread Ron Johnson

On 2010-04-03 12:26, Hugo Vanwoerkom wrote:
[snip]


I didn't have to do the symlink that Ron mentions, but maybe mesa didn't 
get updated.


It will, though, it WILL.

BTW God does not Intend you to boot straight into the console, He 
Intends you to have multiseat systems.




Die infidel scum!

--
History does not long entrust the care of freedom to the weak
or the timid.  Dwight Eisenhower


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4bb77f84.7020...@cox.net



Installing Video Drivers Manually

2010-03-30 Thread Carlos Mennens
For Debian users is there a suggested and correct method for
installing nVidia drivers on their desktop systems? I was told by
other distributions I should only use their respected package manager
to use the nvidia drivers listed in their repository and avoid using
the binary I downloaded from nVidia's site because this would cause
problems. Do you have any suggestions about downloading the installer
direct from nVidia and installing it manually rather than using
'Apt-Get'?

Thanks for any info!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/d80f793f1003300807q4afe05f7k464909cb71bdc...@mail.gmail.com



Re: Installing Video Drivers Manually

2010-03-30 Thread Jordan Metzmeier
On Tue, Mar 30, 2010 at 11:07 AM, Carlos Mennens carlosw...@gmail.com wrote:
 For Debian users is there a suggested and correct method for
 installing nVidia drivers on their desktop systems? I was told by
 other distributions I should only use their respected package manager
 to use the nvidia drivers listed in their repository and avoid using
 the binary I downloaded from nVidia's site because this would cause
 problems. Do you have any suggestions about downloading the installer
 direct from nVidia and installing it manually rather than using
 'Apt-Get'?

 Thanks for any info!



The nvidia installer from upstream will give you issues. In debian we
use module-assistant to install things such as this. You can find a
detailed guide specific to nvidia drivers here:
http://wiki.debian.org/NvidiaGraphicsDrivers

-- 
Jordan Metzmeier


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/50e5edd51003300810u443f1e1ei48b43da872861...@mail.gmail.com



Re: Installing Video Drivers Manually

2010-03-30 Thread Ron Johnson

On 2010-03-30 10:10, Jordan Metzmeier wrote:

On Tue, Mar 30, 2010 at 11:07 AM, Carlos Mennens carlosw...@gmail.com wrote:

For Debian users is there a suggested and correct method for
installing nVidia drivers on their desktop systems? I was told by
other distributions I should only use their respected package manager
to use the nvidia drivers listed in their repository and avoid using
the binary I downloaded from nVidia's site because this would cause
problems. Do you have any suggestions about downloading the installer
direct from nVidia and installing it manually rather than using
'Apt-Get'?

Thanks for any info!




The nvidia installer from upstream will give you issues. In debian we
use module-assistant to install things such as this. You can find a
detailed guide specific to nvidia drivers here:
http://wiki.debian.org/NvidiaGraphicsDrivers



Hmph.

I've been installing upstream for *years* with absolutely no 
problems.  Nowadays, I even install a split driver on my 32-bit 
distro with 64-bit kernel.


Note that I run Sid and compile my own kernel *from Debian sources*.

The only caveat is that every time mesa gets updated, I must go into 
/usr/lib/xorg/modules/extensions/ and rename libglx.so then symlink 
libglx.so.NNN.MM to libglx.so.


Final note: I boot straight to the console, Like God Intended, so 
it's much simpler for me to muck around.


--
History does not long entrust the care of freedom to the weak
or the timid.  Dwight Eisenhower


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4bb23776.6060...@cox.net



Re: Installing Video Drivers Manually

2010-03-30 Thread Carlos Mennens
On Tue, Mar 30, 2010 at 11:10 AM, Jordan Metzmeier titan8...@gmail.com wrote:
 The nvidia installer from upstream will give you issues. In debian we
 use module-assistant to install things such as this. You can find a
 detailed guide specific to nvidia drivers here:
 http://wiki.debian.org/NvidiaGraphicsDrivers

I guess I am not familar with upstream. Is that the same as Squeeze /
Sid? I basically am just wondering if it's safe to manually install
the drivers myself from nVidia's site.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/d80f793f1003301226v2e0ed3fdj1b65857a8dbba...@mail.gmail.com



Re: Installing Video Drivers Manually

2010-03-30 Thread Lisi
On Tuesday 30 March 2010 20:26:15 Carlos Mennens wrote:
 On Tue, Mar 30, 2010 at 11:10 AM, Jordan Metzmeier titan8...@gmail.com 
wrote:
  The nvidia installer from upstream will give you issues.
  [snip] 

 I guess I am not familar with upstream. Is that the same as Squeeze /
 Sid? I basically am just wondering if it's safe to manually install 
 

 the drivers myself from nVidia's site. 

This is basically what Jordan means by upstream in this context - the 
drivers supplied by nVidia.  Note that Jordan's advice is contradicted by 
Ron.  You pays your money and you takes your choice. ;-)

HTH
Lisi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003302036.47897.lisi.re...@gmail.com



Re: Installing Video Drivers Manually

2010-03-30 Thread Carlos Mennens
On Tue, Mar 30, 2010 at 3:36 PM, Lisi lisi.re...@gmail.com wrote:
 This is basically what Jordan means by upstream in this context - the
 drivers supplied by nVidia.  Note that Jordan's advice is contradicted by
 Ron.  You pays your money and you takes your choice. ;-)

OK so I guess it's just personal preference it seems...


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/d80f793f1003301252i6cfb329al91fe203a84fa...@mail.gmail.com



Re: Installing Video Drivers Manually

2010-03-30 Thread Jordan Metzmeier
On Tue, Mar 30, 2010 at 3:52 PM, Carlos Mennens carlosw...@gmail.com wrote:
 On Tue, Mar 30, 2010 at 3:36 PM, Lisi lisi.re...@gmail.com wrote:
 This is basically what Jordan means by upstream in this context - the
 drivers supplied by nVidia.  Note that Jordan's advice is contradicted by
 Ron.  You pays your money and you takes your choice. ;-)

 OK so I guess it's just personal preference it seems...


You don't have to use dpkg/apt to install packages. You can compile
from source manually.
You don't have to configure your interfaces using
/etc/network/interfaces. You can write your own init scripts for
starting interfaces.
You don't have to use update-alternatives to change system
alternatives, you can manually remove and create new symlinks, or even
copy the executables.

Don't interpret the above as advice. I am trying to point out that you
do not have to something using Debianisms, but it is generally a good
idea to do so.

The wiki article I linked to in the first page gives a short
comparison of the debian way vs. the nvidia way. There is also a
matter of support. I can not speak for the list, but on IRC the Nvidia
installer is not supported. In general, if you follow documentation
from an official Debian source (such as the wiki or reference manual),
you will find more people willing and able to support it.

-- 
Jordan Metzmeier


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/50e5edd51003301329u4f4da5a6sabacbdb5dc7c9...@mail.gmail.com



Re: Installing Video Drivers Manually

2010-03-30 Thread Ron Johnson

On 2010-03-30 15:29, Jordan Metzmeier wrote:
[snip]


The wiki article I linked to in the first page gives a short
comparison of the debian way vs. the nvidia way. There is also a
matter of support. I can not speak for the list, but on IRC the Nvidia
installer is not supported. In general, if you follow documentation
from an official Debian source (such as the wiki or reference manual),
you will find more people willing and able to support it.



Look for support at nvnews.net.

--
History does not long entrust the care of freedom to the weak
or the timid.  Dwight Eisenhower


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4bb26754.2010...@cox.net



Re: Installing Video Drivers Manually

2010-03-30 Thread Andreas Weber
Jordan Metzmeier wrote:
 The nvidia installer from upstream will give you issues.

Actually I can't confirm that, using the Nvidia installer for quite a
long time now. My experience is more like 'a walk in the park' to
install it. Very easy, even if rollbacks are needed, eg. at the moment
when 195.x doesn't work too well with testing. Simply reinstalled 190.x
and that was it. What issues? I'm using it on unstable and testing
without any problems.

 In debian we
 use module-assistant to install things such as this.

I used to do it that way, too. But if you need fixes for stuff (eg. KDE
problems), the upstream driver releases are what come out first. It
really depends.

HTH, ändu



signature.asc
Description: OpenPGP digital signature


Re: Avoiding install of ALL X video drivers

2009-04-19 Thread Nuno Magalhães
 You can uninstall xserver-xorg-video-all and all unused drivers as long
 as you keep at least one package that provides xserver-xorg-video-2.
 The same holds for xserver-xorg-input-all and the individual input
 drivers.

i'd rather not install in the first place, which is what i'm trying
now. On a new system, without X yet, i tried:

# apt-get install xserver-xorg-video-radeon xserver-xorg-input-mouse
xserver-xorg-input-kbd

It installs a total of 86 packages (129MB), mostly libs,
xserver-common, -xorg-core, fonts... If i try:

# apt-get install xserver-xorg

It'll go up to 117 packages (137MB), with ALL the i/o drivers as
well... Not a big difference, but they're mostly useless packages and
if you have an old pc with a small disk... ;)

Having lspci installed, couldn't xerver-xorg install dummy packages,
then run a script to find out which drivers it needs, and then install
only those?

Thanks for the tips.
Nuno
-- 
()  ascii ribbon campaign - against html e-mail
/\  ascii-rubanda kampajno - kontraŭ html-a retpoŝto


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Avoiding install of ALL X video drivers

2009-04-04 Thread Nuno Magalhães
Greets,

When installing X (basically apt-get install xserver-xorg or, what i
usd just now, apt-get install xfce4) in depends on ALL the input and
output drivers it can find. I only have one graphics card and the
keyboard+mouse are probably provided by one input driver.

Are there any ways to circumvert this? If i find out just exactly
which drivers i need, and then install X, will it 'see' that and not
install drivers?


Nuno Magalhães
LU#484677


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Avoiding install of ALL X video drivers

2009-04-04 Thread Florian Kulzer
On Sat, Apr 04, 2009 at 12:40:40 +0100, Nuno Magalhães wrote:
 Greets,
 
 When installing X (basically apt-get install xserver-xorg or, what i
 usd just now, apt-get install xfce4) in depends on ALL the input and
 output drivers it can find. I only have one graphics card and the
 keyboard+mouse are probably provided by one input driver.
 
 Are there any ways to circumvert this? If i find out just exactly
 which drivers i need, and then install X, will it 'see' that and not
 install drivers?

$ aptitude why xfce4 xserver-xorg-video-all
p   xfce4Recommends xorg
i   xorg Dependsxserver-xorg
i   xserver-xorg Dependsxserver-xorg-video-all | xserver-xorg-video-2

You can uninstall xserver-xorg-video-all and all unused drivers as long
as you keep at least one package that provides xserver-xorg-video-2.
The same holds for xserver-xorg-input-all and the individual input
drivers.

If you install the correct video-* and input-* packages before you
install xfce4 then apt-get should not pull in the *-all packages because
the alternative dependency on *-2 is already satisfied. (However, I did
not test this with apt-get; I can only confirm that aptitude handles
this case correctly.)

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Install xorg video drivers

2008-10-08 Thread T o n g
Hi,

What's the meta package that install most xorg video drivers?

I tried xorg but no video drivers are installed. 
Thanks

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Install xorg video drivers

2008-10-08 Thread Dale
try 'xserver-xorg-video-all'

2008/10/9 T o n g [EMAIL PROTECTED]:
 Hi,

 What's the meta package that install most xorg video drivers?

 I tried xorg but no video drivers are installed.
 Thanks

 --
 Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





-- 
[WWW] http://southernvaleslug.org/
[IRC] #southern-vales.lug on irc.freenode.net
The significant problems we face cannot be solved at the same level of
 thinking we were at when we created them
 Albert Einstein


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Install xorg video drivers

2008-10-08 Thread T o n g
On Thu, 09 Oct 2008 13:30:45 +1030, Dale wrote:

 try 'xserver-xorg-video-all'

$ aptitude install xserver-xorg-video-all
No candidate version found for xserver-xorg-video-all

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Install xorg video drivers

2008-10-08 Thread T o n g
On Thu, 09 Oct 2008 03:40:05 +, T o n g wrote:

 try 'xserver-xorg-video-all'
 
 $ aptitude install xserver-xorg-video-all No candidate version found for
 xserver-xorg-video-all

sorry, my aptitude was not properly setup. Thanks for the reply. It works 
well. 


-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Install xorg video drivers

2008-10-08 Thread linuksos
you can also go selectively if you do not want to install all of them, try:
apt-cache search xserver video


On Thu, Oct 9, 2008 at 2:56 PM, T o n g [EMAIL PROTECTED] wrote:
 On Thu, 09 Oct 2008 03:40:05 +, T o n g wrote:

 try 'xserver-xorg-video-all'

 $ aptitude install xserver-xorg-video-all No candidate version found for
 xserver-xorg-video-all

 sorry, my aptitude was not properly setup. Thanks for the reply. It works
 well.


 --
 Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





-- 
lubo
http://www.linuxconfig.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing xorg without all those video drivers

2007-08-07 Thread Robert S
I'd like to install xorg, but only with the video drivers that I need.  I'm 
doing a net install.


I do it by trial and error, but usually I start from the things I know I 
need for sure.


xserver-xorg-video-intel (replace with your driver)
xserver-xorg-vesa (just for backup)
xserver-xorg-input-kbd
xserver-xorg-input-mouse

Spice with some xfonts:

xfonts-100dpi
xfonts-75dpi (probably don't need those as I run X with 100 dpi)
xfonts-base
xfonts-terminus (my favorite :)

Don't forget to turn off recommends first (at least temporary).


I managed to do this with some difficulty, but your choice of packages 
is basically right.  I used aptitude, as suggested by Doug (see previous 
posting), and switched recommends off.


Aptitude is one of the great things about Etch.

The difficult part was installing the proprietary ATI drivers for my ATI 
X1950 GT card.  The debian kernel driver does not support this and I 
needed to download the latest driver from ATI and turn it into a .deb. 
It involved installing quite a few development packages.


All works fine now.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Installing xorg without all those video drivers

2007-08-06 Thread Robert S
I'd like to install xorg, but only with the video drivers that I need.  I'm 
doing a net install.

A query on the Debian IRC yielded painfully, without using the meta package 
that pulls them in.

Maybe there's a HOWTO somewhere out there that somebody can direct me to. 




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing xorg without all those video drivers

2007-08-06 Thread Douglas Allan Tutty
On Mon, Aug 06, 2007 at 07:39:05PM +1000, Robert S wrote:
 I'd like to install xorg, but only with the video drivers that I need.
 I'm doing a net install.

Here's how I do it:

First, I use aptitude interactively.  If you haven't used aptitude
before, then that's a separate project to do first.  Aptitude gives you
a curses interface similar to but more powerful than dselect.  Aptitude
keeps track of which packages were installed by you and which were
installed to meet dependencies.  So far, similiar to apt-get.  However,
when you remove a package that you installed, aptitude will remove
anything that then doesn't have anything depending on it that was marked
as automatic.

Then, I go to the xorg meta-package.  I scroll down to the things it
depends on and I select them manually, and I dig down into the
dependancies and adjust things.  For example, somewhere there a package
will depend on _either_ an -all package or a device-specific package.
Left on its own, it will pull in the -all whereas I can mark the device
spcific package for manual and deselect the -all.

It sounds more complicated than it is.  I'm comfortable with aptitude so
its not.

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing xorg without all those video drivers

2007-08-06 Thread Robert S

Then, I go to the xorg meta-package.  I scroll down to the things it
depends on and I select them manually, and I dig down into the
dependancies and adjust things.  For example, somewhere there a package
will depend on _either_ an -all package or a device-specific package.
Left on its own, it will pull in the -all whereas I can mark the device
spcific package for manual and deselect the -all.



Thanks.  I'll give it a go tomorrow and will report back on progress.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Installing xorg without all those video drivers

2007-08-06 Thread Andrei Popescu
On Mon, Aug 06, 2007 at 07:39:05PM +1000, Robert S wrote:
 I'd like to install xorg, but only with the video drivers that I need.  I'm 
 doing a net install.
 
 A query on the Debian IRC yielded painfully, without using the meta package 
 that pulls them in.
 
 Maybe there's a HOWTO somewhere out there that somebody can direct me to. 

I do it by trial and error, but usually I start from the things I know I 
need for sure.

xserver-xorg-video-intel (replace with your driver)
xserver-xorg-vesa (just for backup)
xserver-xorg-input-kbd
xserver-xorg-input-mouse

Spice with some xfonts:

xfonts-100dpi
xfonts-75dpi (probably don't need those as I run X with 100 dpi)
xfonts-base
xfonts-terminus (my favorite :)

All other xorg packages I can spot are marked auto-installed so they 
were pulled in as dependencies.

Don't forget to turn off recommends first (at least temporary).

If I didn't forget anything you should have a running xorg, otherwise 
post the error message :)

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: nVidia Video Drivers Need Reinstalled After Reboot

2004-12-21 Thread Pau Capdevila
I recently discovered that [EMAIL PROTECTED] is even better than mailing
lists. Give it a try.


On Mon, 20 Dec 2004 20:21:33 -0800, Scarletdown
[EMAIL PROTECTED] wrote:
 Kamaraju Kusumanchi wrote:
 
 That problem has been solved.  As per someone else's suggestion in this
 thread,  a simple modprobe nvidia installed the drivers without having
 to run the nVidia installer.  After that, I added nvidia to
 /etc/modules, and now the drivers load automatically.
 
 So that is one task down, a buttload more to go.  Next on the list is
 getting the TV Tuner working properly, and then getting the on-board
 3Com NIC working so I can access the rest of my network here at home.
 
 
 
 
 thanks for sharing the solution. I have the same problem and enabling
 the nvidia module in modconf menu solves it. Excellent indeed!
 
 
 
 I'm pleased to be able to contribute to the community in someway at
 least.  :D
 
 One of the most frustrating things with Google or other searches is
 finding many posts describing the same problem, but all of the posts
 going unanswered.  So that is why I am trying to get into the habit of
 posting my solutions here when a problem gets resolved.  That way, the
 next time someone is having a similar problem, they _should_ be able to
 find the answer with a Google search.
 
 Oh, and getting the second on-board NIC working was real simple too.
 All I had to do was add it manually to /etc/network/interfaces, then
 issue the command networking restart.
 
 Since I couldn't quite remember the format for a static entry, I cheated
 a bit and booted up one of my project systems, an old 48MB P-Pro 200
 running Damn Small Linux (it is eventually going to be sold as a low-end
 Linux workstation once I finish a few tweaks).  A simple cat
 /etc/network/interfaces showed me all the info I needed to plug in
 here.  Now to get Samba installed.
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



nVidia Video Drivers Need Reinstalled After Reboot

2004-12-20 Thread Scarletdown
I just recently did a fresh install of Debian (Sarge - Net Install and 
dist-upgraded to Sid) with Kernel 2.6.9-1-K7.  After a bit of hair 
pulling, I managed to get the latest nVidia GeForce drivers installed.  
However, every time I reboot I have to reinstall the drivers, and then 
manually run gdm.  Any ideas how to fix this?

Here is the entire text of the XF86 log file, followed by my 
XF86Config-4 file.

XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-10 20041215174925 
[EMAIL PROTECTED])
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.26 i686 [ELF]
Build Date: 15 December 2004

This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way.  Bugs should be reported to the Debian Bug Tracking System; see
URL: http://www.debian.org/Bugs/Reporting .
We strongly encourage the use of the reportbug package and command
to ensure that bug reports contain as much useful information as
possible.
Before filing a bug report, you may want to consult the Debian X FAQ:
  XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
 plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz
Module Loader present
OS Kernel: Linux version 2.6.9-1-k7 ([EMAIL PROTECTED]) (gcc 
version 3.3.5 (Debian 1:3.3.5-2)) #1 Thu Nov 25 03:20:07 EST 2004 T
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Mon Dec 20 02:41:38 2004
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Keyboard0
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc104
(**) XKB: model: pc104
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device PS/2 Mouse
(WW) The directory /usr/X11R6/lib/X11/fonts/PEX does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/truetype/ttf-xfree86-nonfree does 
not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/truetype/java does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/truetype/freefont does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in 
/usr/share/fonts/truetype/openoffice.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/share/fonts/truetype/openoffice).
(WW) `fonts.dir' not found (or not valid) in 
/usr/share/fonts/truetype/ttf-bitstream-vera.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/share/fonts/truetype/ttf-bitstream-vera).
(WW) The directory /usr/share/fonts/ttf/western does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/ttf/decoratives does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in 
/usr/share/fonts/type1/gsfonts.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/share/fonts/type1/gsfonts).
(WW) The directory /usr/X11R6/lib/X11/fonts/defoma/CID does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/defoma/TrueType does not 
exist.
Entry deleted from font path.
(WW) The directory /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType 
does not exist.
Entry deleted from font path.
(WW) The directory /var/lib/defoma/x-ttcidfont-conf.d/dirs/CID does 
not exist.
Entry deleted from font path.
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/Type1
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(**) ModulePath set to /usr/X11R6/lib/modules
(**) Option AllowMouseOpenFail true
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type 

Re: nVidia Video Drivers Need Reinstalled After Reboot

2004-12-20 Thread Wim De Smet
Have you tried to just modprobe nvidia instead of rebooting everytime around?

greets,
Wim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: nVidia Video Drivers Need Reinstalled After Reboot

2004-12-20 Thread Darryl Clarke
On Mon, 20 Dec 2004 04:06:42 -0800, Scarletdown
[EMAIL PROTECTED] wrote:
 I just recently did a fresh install of Debian (Sarge - Net Install and
 dist-upgraded to Sid) with Kernel 2.6.9-1-K7.  After a bit of hair
 pulling, I managed to get the latest nVidia GeForce drivers installed.
 However, every time I reboot I have to reinstall the drivers, and then
 manually run gdm.  Any ideas how to fix this?

Everytime you reboot? That seems odd. The only time you should have to
install the nVidia (I'm assuming the non-free ones from nvidia's site)
is when you upgrade or change your kernel.

Typically my behaviour after a new kernel image is installed gdm will
fail because nvidia module fails to load. I rebuild the module(s),
modprobe it, restart gdm, and all is well. But not every reboot.

Since you are using unstable, I would suggest going to the devel lists
rather than the user list.

-- 
Darryl
[EMAIL PROTECTED]
http://smartssa.com / http://darrylclarke.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: nVidia Video Drivers Need Reinstalled After Reboot

2004-12-20 Thread Pau Capdevila
I just solved this issue removing the package nvidia-glx.
Firstly chek the nvidia kernel module loading in /etc/modules

cu


On Mon, 20 Dec 2004 09:59:55 -0500, Darryl Clarke [EMAIL PROTECTED] wrote:
 On Mon, 20 Dec 2004 04:06:42 -0800, Scarletdown
 [EMAIL PROTECTED] wrote:
  I just recently did a fresh install of Debian (Sarge - Net Install and
  dist-upgraded to Sid) with Kernel 2.6.9-1-K7.  After a bit of hair
  pulling, I managed to get the latest nVidia GeForce drivers installed.
  However, every time I reboot I have to reinstall the drivers, and then
  manually run gdm.  Any ideas how to fix this?
 
 Everytime you reboot? That seems odd. The only time you should have to
 install the nVidia (I'm assuming the non-free ones from nvidia's site)
 is when you upgrade or change your kernel.
 
 Typically my behaviour after a new kernel image is installed gdm will
 fail because nvidia module fails to load. I rebuild the module(s),
 modprobe it, restart gdm, and all is well. But not every reboot.
 
 Since you are using unstable, I would suggest going to the devel lists
 rather than the user list.
 
 --
 Darryl
 [EMAIL PROTECTED]
 http://smartssa.com / http://darrylclarke.com
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: nVidia Video Drivers Need Reinstalled After Reboot

2004-12-20 Thread Scarletdown
Pau Capdevila wrote:
I just solved this issue removing the package nvidia-glx.
Firstly chek the nvidia kernel module loading in /etc/modules
 

That problem has been solved.  As per someone else's suggestion in this 
thread,  a simple modprobe nvidia installed the drivers without having 
to run the nVidia installer.  After that, I added nvidia to 
/etc/modules, and now the drivers load automatically.

So that is one task down, a buttload more to go.  Next on the list is 
getting the TV Tuner working properly, and then getting the on-board 
3Com NIC working so I can access the rest of my network here at home.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: nVidia Video Drivers Need Reinstalled After Reboot

2004-12-20 Thread Kamaraju Kusumanchi
 That problem has been solved.  As per someone else's suggestion in this
 thread,  a simple modprobe nvidia installed the drivers without having
 to run the nVidia installer.  After that, I added nvidia to
 /etc/modules, and now the drivers load automatically.
 
 So that is one task down, a buttload more to go.  Next on the list is
 getting the TV Tuner working properly, and then getting the on-board
 3Com NIC working so I can access the rest of my network here at home.
 

thanks for sharing the solution. I have the same problem and enabling
the nvidia module in modconf menu solves it. Excellent indeed!

raju

-- 
Kamaraju S Kusumanchi
Cornell University
http://people.cornell.edu/pages/kk288/
http://groups.yahoo.com/group/flumech/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: nVidia Video Drivers Need Reinstalled After Reboot

2004-12-20 Thread Scarletdown
Kamaraju Kusumanchi wrote:
That problem has been solved.  As per someone else's suggestion in this
thread,  a simple modprobe nvidia installed the drivers without having
to run the nVidia installer.  After that, I added nvidia to
/etc/modules, and now the drivers load automatically.
So that is one task down, a buttload more to go.  Next on the list is
getting the TV Tuner working properly, and then getting the on-board
3Com NIC working so I can access the rest of my network here at home.
   

thanks for sharing the solution. I have the same problem and enabling
the nvidia module in modconf menu solves it. Excellent indeed!
 

I'm pleased to be able to contribute to the community in someway at 
least.  :D

One of the most frustrating things with Google or other searches is 
finding many posts describing the same problem, but all of the posts 
going unanswered.  So that is why I am trying to get into the habit of 
posting my solutions here when a problem gets resolved.  That way, the 
next time someone is having a similar problem, they _should_ be able to 
find the answer with a Google search.

Oh, and getting the second on-board NIC working was real simple too.  
All I had to do was add it manually to /etc/network/interfaces, then 
issue the command networking restart.

Since I couldn't quite remember the format for a static entry, I cheated 
a bit and booted up one of my project systems, an old 48MB P-Pro 200 
running Damn Small Linux (it is eventually going to be sold as a low-end 
Linux workstation once I finish a few tweaks).  A simple cat 
/etc/network/interfaces showed me all the info I needed to plug in 
here.  Now to get Samba installed.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



nvida video drivers

2004-04-20 Thread Christopher J. Noyes



I was just told that there is a new driver for NVidia Geoforce 
video cards. go to www.nvidia.com. it is 
supposedly hardware accelerated and has support for the 2.6 kernel.
Christopher J. Noyes


Re: nvida video drivers

2004-04-20 Thread CiAsA S'Nuey Boark
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday April 20 2004 09:40 pm, Christopher J. Noyes wrote:
 I was just told that there is a new driver for NVidia Geoforce video cards.
 go to www.nvidia.com. it is supposedly hardware accelerated and has support
 for the 2.6 kernel. Christopher J. Noyes

- From the Website:
- ---
Version: 1.0-5336
Operating System: Linux IA32
Release Date: January 26, 2004
- ---

Not exactly a new release.
- -- 
Each man is his own prisoner, in solitary confinement for life.

Jonathan Nelson [www.ciasaboark.org/~ciasa/]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAhgN4+Ry1Df/ckSYRAj/7AJ0SKWDN+auMGOtTe7N4AS6f3jGFVgCfUJhN
l8d6YR+L9rbrQXPmy7p0Ly8=
=I88A
-END PGP SIGNATURE-



Re: Next Challenge - nVidia Video Drivers

2003-12-22 Thread David S
Scarletdown wrote:

I just tried to install the GeForce video drivers downloaded from 
nVidia's site, in hopes that I would be able to make proper use of my 
video card (GeForce 5600 FX with 256MB RAM)

Here is what the log file showed after the drivers failed to install...

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Dec 21 22:32:09 2003
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 : false
no questions : false
silent : false
XFree86 install prefix : /usr/X11R6
OpenGL install prefix : /usr
Installer install prefix: /usr
kernel include path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp site : ftp://download.nvidia.com
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 include path: '/lib/modules/2.4.22-xfs/build/include'
- Cleaning kernel module build directory.
executing: 'cd ./usr/src/nv; make clean'...
rm -f nv.o os-agp.o os-interface.o os-registry.o nv-linux.o 
nv_compiler.h *
.d NVdriver nvidia.o
- Building kernel module:
executing: 'cd ./usr/src/nv; make nvidia.o 
SYSINCLUDE=/lib/modules/2.4.22-xf
s/build/include'...

You appear to be compiling the NVIDIA kernel module with
a compiler different from the one that was used to compile
the running kernel. This may be perfectly fine, but there
are cases where this can lead to unexpected behaviour and
system crashes.
If you know what you are doing and want to override this
check, you can do so by setting IGNORE_CC_MISMATCH.
In any other case, set the CC environment variable to the
name of the compiler that was used to compile the kernel.
#[1;31m*** Failed cc sanity check. Bailing out! ***
#[0mmake: *** [gcc-check] Error 1
- 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 www.nvidia.com.
Any suggestions on how to get this to work?


From what I remember when I first installed my Nvidia driver, I had the 
same problem.

My solution was to download an up to date Kernel, compile it, then run 
the nvidia ncurses install app.
I am using 2.4.22

Then the kernel  nvidia are bothe compiled with the same compiler

Good Luck
Dave


PS I could be wrong but I would not use 2.6 yet, I think it may cause 
probs as its a majour change.





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Next Challenge - nVidia Video Drivers

2003-12-22 Thread Dobai-Pataky Balint
On Mon, 2003-12-22 at 08:49, Scarletdown wrote:
 I just tried to install the GeForce video drivers downloaded from 
 nVidia's site, in hopes that I would be able to make proper use of my 
 video card (GeForce 5600 FX with 256MB RAM)
 
 Here is what the log file showed after the drivers failed to install...
 
 nvidia-installer log file '/var/log/nvidia-installer.log'
 creation time: Sun Dec 21 22:32:09 2003
 
 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 : false
 no questions: false
 silent  : false
 XFree86 install prefix  : /usr/X11R6
 OpenGL install prefix   : /usr
 Installer install prefix: /usr
 kernel include path : (not specified)
 kernel install path : (not specified)
 proc mount point: /proc
 ui  : (not specified)
 tmpdir  : /tmp
 ftp site: ftp://download.nvidia.com
 
   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 include path: '/lib/modules/2.4.22-xfs/build/include'
   - Cleaning kernel module build directory.
  executing: 'cd ./usr/src/nv; make clean'...
  rm -f nv.o os-agp.o os-interface.o os-registry.o  nv-linux.o 
 nv_compiler.h *
  .d NVdriver nvidia.o
   - Building kernel module:
  executing: 'cd ./usr/src/nv; make nvidia.o 
 SYSINCLUDE=/lib/modules/2.4.22-xf
  s/build/include'...
 
  You appear to be compiling the NVIDIA kernel module with
  a compiler different from the one that was used to compile
  the running kernel. This may be perfectly fine, but there
  are cases where this can lead to unexpected behaviour and
  system crashes.
 
  If you know what you are doing and want to override this
  check, you can do so by setting IGNORE_CC_MISMATCH.
 
  In any other case, set the CC environment variable to the
  name of the compiler that was used to compile the kernel.
 
  #[1;31m*** Failed cc sanity check. Bailing out! ***
  #[0mmake: *** [gcc-check] Error 1
   - 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 www.nvidia.com.
 
 Any suggestions on how to get this to work?
i had this exact problem with 2.4.22-1-686 kernel.
the problem is, that this kernel was built with gcc-3.3, so try to
install gcc-3.3, and runnvidia's installer after it.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Next Challenge - nVidia Video Drivers

2003-12-22 Thread Scarletdown
David S wrote:
Scarletdown wrote:

I just tried to install the GeForce video drivers downloaded from 
nVidia's site, in hopes that I would be able to make proper use of my 
video card (GeForce 5600 FX with 256MB RAM)

Here is what the log file showed after the drivers failed to install...

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Dec 21 22:32:09 2003
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 : false
no questions : false
silent : false
XFree86 install prefix : /usr/X11R6
OpenGL install prefix : /usr
Installer install prefix: /usr
kernel include path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp site : ftp://download.nvidia.com
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 include path: '/lib/modules/2.4.22-xfs/build/include'
- Cleaning kernel module build directory.
executing: 'cd ./usr/src/nv; make clean'...
rm -f nv.o os-agp.o os-interface.o os-registry.o nv-linux.o 
nv_compiler.h *
.d NVdriver nvidia.o
- Building kernel module:
executing: 'cd ./usr/src/nv; make nvidia.o 
SYSINCLUDE=/lib/modules/2.4.22-xf
s/build/include'...

You appear to be compiling the NVIDIA kernel module with
a compiler different from the one that was used to compile
the running kernel. This may be perfectly fine, but there
are cases where this can lead to unexpected behaviour and
system crashes.
If you know what you are doing and want to override this
check, you can do so by setting IGNORE_CC_MISMATCH.
In any other case, set the CC environment variable to the
name of the compiler that was used to compile the kernel.
#[1;31m*** Failed cc sanity check. Bailing out! ***
#[0mmake: *** [gcc-check] Error 1
- 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 www.nvidia.com.
Any suggestions on how to get this to work?


 From what I remember when I first installed my Nvidia driver, I had the 
same problem.

My solution was to download an up to date Kernel, compile it, then run 
the nvidia ncurses install app.
I am using 2.4.22

Well, I'm already using 2.4.22-xfs, which was installed from the Knoppix CD.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Next Challenge - nVidia Video Drivers

2003-12-22 Thread Scarletdown
I managed to manually compile the drivers.  Now, when I go to set up my 
video card, I am faced with a large list of nVidia cards to choose from. 
 Trouble is, none of them specifically say GeForce 5600 FX.  So the 
question to anyone here who also uses this card...

Which one do I select from the list?

Is this considered a GeForce-2, or a GeForce-3 (Rev. 1, 2, or 3), or what?

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Next Challenge - nVidia Video Drivers

2003-12-22 Thread Stephen Cormier
On December 22, 2003 04:50 am, Scarletdown wrote:
 David S wrote:
  Scarletdown wrote:
  I just tried to install the GeForce video drivers downloaded from
  nVidia's site, in hopes that I would be able to make proper use of
  my video card (GeForce 5600 FX with 256MB RAM)
 
  Here is what the log file showed after the drivers failed to
  install...
 
  nvidia-installer log file '/var/log/nvidia-installer.log'
  creation time: Sun Dec 21 22:32:09 2003
 
  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 : false
  no questions : false
  silent : false
  XFree86 install prefix : /usr/X11R6
  OpenGL install prefix : /usr
  Installer install prefix: /usr
  kernel include path : (not specified)
  kernel install path : (not specified)
  proc mount point : /proc
  ui : (not specified)
  tmpdir : /tmp
  ftp site : ftp://download.nvidia.com
 
  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 include path: '/lib/modules/2.4.22-xfs/build/include'
  - Cleaning kernel module build directory.
  executing: 'cd ./usr/src/nv; make clean'...
  rm -f nv.o os-agp.o os-interface.o os-registry.o nv-linux.o
  nv_compiler.h *
  .d NVdriver nvidia.o
  - Building kernel module:
  executing: 'cd ./usr/src/nv; make nvidia.o
  SYSINCLUDE=/lib/modules/2.4.22-xf
  s/build/include'...
 
  You appear to be compiling the NVIDIA kernel module with
  a compiler different from the one that was used to compile
  the running kernel. This may be perfectly fine, but there
  are cases where this can lead to unexpected behaviour and
  system crashes.
 
  If you know what you are doing and want to override this
  check, you can do so by setting IGNORE_CC_MISMATCH.
 
  In any other case, set the CC environment variable to the
  name of the compiler that was used to compile the kernel.
 
  #[1;31m*** Failed cc sanity check. Bailing out! ***
  #[0mmake: *** [gcc-check] Error 1
  - 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 www.nvidia.com.
 
  Any suggestions on how to get this to work?
 
   From what I remember when I first installed my Nvidia driver, I
  had the same problem.
 
  My solution was to download an up to date Kernel, compile it, then
  run the nvidia ncurses install app.
  I am using 2.4.22

 Well, I'm already using 2.4.22-xfs, which was installed from the
 Knoppix CD.

The Knoppix kernel is compiled with gcc-2.95-4 before you run the Nvidia 
installer use either export CC=/usr/bin/gcc-2.95 or export 
IGNORE_CC_MISMATCH=1 and it should compile.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Next Challenge - nVidia Video Drivers

2003-12-22 Thread Johann Koenig
On Monday December 22 at 01:38am
Scarletdown [EMAIL PROTECTED] wrote:

 I managed to manually compile the drivers.  Now, when I go to set up
 my video card, I am faced with a large list of nVidia cards to choose
 from. 

How did you end up like that? Nvidia's driver is what they call
'unified,' they built all their cards to use the same driver. That way
it's much simpler for them to maintain drivers. Therefor, I have no idea
what you're talking about.
-- 
-johann koenig
Now Playing: Gob - That's The Way : The World According To Gob
Today is Sweetmorn, the 64th day of The Aftermath in the YOLD 3169
My public pgp key: http://mental-graffiti.com/pgp/johannkoenig.pgp


pgp0.pgp
Description: PGP signature


Re: Next Challenge - nVidia Video Drivers

2003-12-22 Thread John Stevenson
Scarletdown wrote:

 I just tried to install the GeForce video drivers downloaded from 
nVidia's site, in hopes that I would be able to make proper use of my 
video card (GeForce 5600 FX with 256MB RAM)

snip

 - Building kernel module:
 executing: 'cd ./usr/src/nv; make nvidia.o 
SYSINCLUDE=/lib/modules/2.4.22-xf
 s/build/include'...

 You appear to be compiling the NVIDIA kernel module with
 a compiler different from the one that was used to compile
 the running kernel. This may be perfectly fine, but there
 are cases where this can lead to unexpected behaviour and
 system crashes.

snip
 Well, I'm already using 2.4.22-xfs, which was installed from the 
Knoppix CD.

The problem can be seen by using the following two commands:

cat /proc/version
gcc -v
If you have installed from Knoppix, you will see that the versions of 
gcc are different.  Unless you know how to change gcc to use version 
2.9.x instead of 3.2, then you should recompile a kernel.

I have the same set up as I installed debian using Knoppix.  I 
downloaded the kernel-source-2.4.22 package and used the 
/boot/config-2.4.22-xfs file as a base configuration for the new kernel 
(I removed a lot of unneccessary stuff before I compiled).
I created a new kernel deb using make-kpkg and installed it using dpkg.  
I rebooted and tried the NVidia install and it worked just fine.

If you have any problems with any of this, just ask.
Johnny.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Next Challenge - nVidia Video Drivers

2003-12-22 Thread John Stevenson

I managed to manually compile the drivers.  Now, when I go to set up 
my video card, I am faced with a large list of nVidia cards to choose 
from.  Trouble is, none of them specifically say GeForce 5600 FX.  So 
the question to anyone here who also uses this card...

Which one do I select from the list?

Is this considered a GeForce-2, or a GeForce-3 (Rev. 1, 2, or 3), or 
what?
I am not sure I am with you, it sounds like you are doing things the 
older way.  For XFree86 4.x you can use the command (ensure X is not 
running first):

dpkg-reconfigure xserver-xfree86

This will provide you with an ncurses menu to help you configure X.  You 
should select XFree86 as your xserver and nvidia as your driver.  You 
should not need to specify your exact card anywhere (unless you want to 
state it in the card description).

Make sure that glx is loaded (has a star against it) and GLCore and DRI 
is not loaded.

Most of the rest of the menu options are pretty straighforward... but 
ask if you are unsure.  If you save the config at the end then you 
should just be able to 'startx' and get playing UT2003

Johnny.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Next Challenge - nVidia Video Drivers

2003-12-22 Thread Raiz_mpx
 From: Scarletdown [EMAIL PROTECTED]
 Date: Today 03:38:30

 I managed to manually compile the drivers.  Now, when I go to set up 
my 
video card, I am faced with a large list of nVidia cards to choose 
from. 
Trouble is, none of them specifically say GeForce 5600 FX.  So the 
question to anyone here who also uses this card...
Which one do I select from the list?

Is this considered a GeForce-2, or a GeForce-3 (Rev. 1, 2, or 3), or 
what?

The Geforce 5600 FX is considered a Geforce FX, I guess you are making 
your XF86config-4 file, with Debconf?  If you use the Nvidia driver it 
will know what card you have, as long as you use the right driver.  
The identifer in XF86config-4 really doesn't care what name you use.
You could name it really anything, but the driver should be nvidia, and 
your BusID should be what is used on your motherboard.

This is taken from my device section of my XF86config-4 file.

Section Device
Identifier  Geforce fx 5600 ultra
Driver  nvidia
BusID   PCI:01:05:00
EndSection

You might be able to leave off the BusID section, but in my case it 
would not recognize my card and kept giving me no screen found errors.  

Also I am glad you got your nvidia driver to compile, I ended up editing 
the Makefile in /usr/nv and adding the lines IGNORE_CC_MISMATCH at the 
top of the Makefile then running the script nvidia install script 
again.  

happy holidays;

Rthoreau


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Next Challenge - nVidia Video Drivers

2003-12-21 Thread Scarletdown
I just tried to install the GeForce video drivers downloaded from 
nVidia's site, in hopes that I would be able to make proper use of my 
video card (GeForce 5600 FX with 256MB RAM)

Here is what the log file showed after the drivers failed to install...

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Dec 21 22:32:09 2003
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 : false
   no questions: false
   silent  : false
   XFree86 install prefix  : /usr/X11R6
   OpenGL install prefix   : /usr
   Installer install prefix: /usr
   kernel include path : (not specified)
   kernel install path : (not specified)
   proc mount point: /proc
   ui  : (not specified)
   tmpdir  : /tmp
   ftp site: ftp://download.nvidia.com
 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 include path: '/lib/modules/2.4.22-xfs/build/include'
 - Cleaning kernel module build directory.
executing: 'cd ./usr/src/nv; make clean'...
rm -f nv.o os-agp.o os-interface.o os-registry.o  nv-linux.o 
nv_compiler.h *
.d NVdriver nvidia.o
 - Building kernel module:
executing: 'cd ./usr/src/nv; make nvidia.o 
SYSINCLUDE=/lib/modules/2.4.22-xf
s/build/include'...

You appear to be compiling the NVIDIA kernel module with
a compiler different from the one that was used to compile
the running kernel. This may be perfectly fine, but there
are cases where this can lead to unexpected behaviour and
system crashes.
If you know what you are doing and want to override this
check, you can do so by setting IGNORE_CC_MISMATCH.
In any other case, set the CC environment variable to the
name of the compiler that was used to compile the kernel.
#[1;31m*** Failed cc sanity check. Bailing out! ***
#[0mmake: *** [gcc-check] Error 1
 - 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 www.nvidia.com.

Any suggestions on how to get this to work?

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Video Drivers

2001-05-08 Thread Jim Darrough

Hello.

I have and S3 Virge card (Diamond Stealth 2000) and would like to 
know how to install the proper XF86 server/driver. And where I can locate 
it with apt-get.


Thanks!


Jim Darrough, ARS KI7AY
[EMAIL PROTECTED]
http://www.ki7ay.com



Re: Video Drivers

2001-05-08 Thread Andrei Ivanov
 Hello.
 
  I have and S3 Virge card (Diamond Stealth 2000) and would like to 
 know how to install the proper XF86 server/driver. And where I can locate 
 it with apt-get.

It depends which X you have. in stable, you'll have to use either SVGA
server, or S3 (I'd use xserver-svga). In unstable, it's all xserver-common
with s3 driver, I think.
Or just run hte xf86config and it'll tell you which server you need, and
you can then apt-get it.
Andrei


--
First there was Explorer...
Then came Expedition.
This summer
Coming to a street near you..
Ford Exterminator.
--
Andrei Ivanov
http://arshes.dyndns.org
[EMAIL PROTECTED]
12402354
--



Re: Video Drivers

2001-05-08 Thread Karsten M. Self
on Mon, May 07, 2001 at 09:48:42PM -0700, Jim Darrough ([EMAIL PROTECTED]) 
wrote:
 Hello.
 
  I have and S3 Virge card (Diamond Stealth 2000) and would like to 
 know how to install the proper XF86 server/driver. And where I can locate 
 it with apt-get.

For XFree86v4, I believe there's just the one driver.

For v3, your options are either the SVGA or S3V drivers.  I've got an
older ViRGE VX S3 card on my desktop.  Though the XFree86 docs say I
should use the SVGA driver, I found some years ago that doing so would
lock my system hard on the second initiation of X.  That is, running two
simultaneous displays, or running one display, terminating it, then
starting another X session, would freeze the system.  Weird bug.  I'd
posted it to comp.os.linux.* many moons back.  Got a trickle of
responses from people over the years who'd seen same.

-- 
Karsten M. Self kmself@ix.netcom.comhttp://kmself.home.netcom.com/
 What part of Gestalt don't you understand?   There is no K5 cabal
  http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org


pgpkzywxg2bGF.pgp
Description: PGP signature


Re: Video Drivers

2001-05-08 Thread John Galt

X4 (woody+): xserver-XFree86
X3 (potato): xserver-S3V

It's in main, so no additional location is needed.  Just

apt-get install xserver-s3v


On Mon, 7 May 2001, Jim Darrough wrote:

Hello.

 I have and S3 Virge card (Diamond Stealth 2000) and would like to
know how to install the proper XF86 server/driver. And where I can locate
it with apt-get.

Thanks!


Jim Darrough, ARS KI7AY
[EMAIL PROTECTED]
http://www.ki7ay.com




-- 
FBI CIA NSA IRS ATF BATF DOD WACO RUBY RIDGE OKC OKLAHOMA CITY MILITIA
GUN HANDGUN MILGOV ASSAULT RIFLE TERRORISM BOMB DRUG HORIUCHI KORESH
DAVIDIAN KAHL POSSE COMITATUS RANDY WEAVER VICKIE WEAVER SPECIAL
FORCES LINDA THOMPSON SPECIAL OPERATIONS GROUP SOG SOF DELTA FORCE
CONSTITUTION BILL OF RIGHTS WHITEWATER POM PARK ON METER ARKANSIDE
IRAN CONTRAS OLIVER NORTH VINCE FOSTER PROMIS MOSSAD NASA MI5 ONI CID
AK47 M16 C4 MALCOLM X REVOLUTION CHEROKEE HILLARY BILL CLINTON GORE
GEORGE BUSH WACKENHUT TERRORIST TASK FORCE 160 SPECIAL OPS 12TH GROUP
5TH GROUP SF

You hear those, Echelon?  Any of the words should be enough to flag your
communication by Echelon--let's see how big their storage capacity REALLY
is...VBEG  Remember: EVERY day is Jam Echelon day!

Who is John Galt?  [EMAIL PROTECTED], of course!