Re: nvidia 9800 GT with nouveau on wheezy

2013-04-29 Thread Michael

> 'm-a a-i'

sorry, should be:  m-a  a-i nvidia


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130429154448.7c88e...@mirrors.kernel.org



Re: nvidia 9800 GT with nouveau on wheezy

2013-04-29 Thread Michael
Karl,

I can see nvidia-kernel-source in my debian unstable package list, though i 
have no 'src' line in sources.list. Probably because that package can not have 
a binary counterpart unless you used it :)

When i used this package (along nvidia-glx and module-assistant)  in the past, 
i just issued 'm-a a-i' (as root) on commandline; then, module-assistant asked 
to install the required kernel headers for the running kernel, then compiled 
the kernel specific driver, then installed it as debian package. [You might 
want to issue 'm-a nvidia clean' as first step.]

There was only one hazzle, it had to be repeated for any kernel upgrade. 
However that was not too frequent, and anyway, the procedure needs less than a 
minute.

I could run google earth with this driver, seamless, but this was on amd64 and 
the amd64 g.e. package got uninstallable there (and i assume it still is, 
though there is rumor some work under way) so i can't tell the actual status.


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130429154242.70a14...@mirrors.kernel.org



Re: nvidia 9800 GT with nouveau on wheezy

2013-04-26 Thread Karl Schmidt
Nvidia's refusal to be Linux friendly is well known and they leave messes behind - but back to my 
original question: does anyone use nouveau on later nvidia cards ?  How well does it work? ( I've 
read that it supports dual heading ) ..



I saw a few more kernel bugs for nouveau listed while I was debugging my wheezy upgrade.. My hunch 
is it is very close to being usable.


If not - I will look into moving to AMD if I can find cards that support dual-head 1920 x 1200 res 
for each output..





Karl Schmidt  EMail k...@xtronics.com
Transtronics, Inc.  WEB 
http://secure.transtronics.com
3209 West 9th Street Ph (785) 841-3089
Lawrence, KS 66049  FAX (785) 841-0434

Truth is mighty and will prevail.
There is nothing wrong with this,
except that it ain't so.
--Mark Twain




--
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/517aae0c.30...@xtronics.com



Re: nvidia 9800 GT with nouveau on wheezy

2013-04-26 Thread Lennart Sorensen
On Fri, Apr 26, 2013 at 04:08:58PM +0200, Giacomo Mulas wrote:
> On Wed, 24 Apr 2013, Hans-J. Ullrich wrote:
> 
> >Don't use the nvidia package from debian for googleearth. They do not work, 
> >as
> >the 32-bit-libs of nvidia have dependency problems. Obviously no one cared 
> >for
> >this at the moment.
> >
> >Just download the installer from the nvidia website and execute it - works
> >like a charm!
> 
> yes, sure. Then relax as it hoses your system... I had to fix countless
> workstations because someone had done exactly this. Then, sooner or later
> (typically: sooner) one or another software upgrade conflicts with the many
> files distributed by the nvidia installer throughout the system, without
> registering them with the packaging system and no regard with debian
> filesystem hierarchy guidelines. Cleaning up the resulting mess is
> quite a bit of work, when (not if) you will need to.

I have done many cleanups too.  I even documented nicely how to install
the debian packaged version for many years.

I think it is Windows's fault that people think downloading and running
random executables is a good idea (which also probably explains why
windows machines are so often broken).

of course when the upgrade eventually "breaks" it, people blame debian's
upgrade, not the mess they chose to create.

> I have an alternative suggestion: if you really need recent, up to date
> nvidia drivers, get the _source_ debian package from unstable. You
> can do this by adding a deb-src line pointing to unstable in your
> /etc/apt/sources.list, or a file containing it in /etc/apt/sources.list.d/
> (mind you: deb-src, not deb!).
> Then you just do: apt-get source nvidia-glx
> then you go into the newly created directory, read the
> debian/README.source file and follow the instructions to create a clean
> backport, resulting in proper deb packages that you can install.
> The additional utilities (e.g. nvidia-kernel-common etc.) and
> scripts can be installed from the http://backports.debian.org
> repository matching your
> installed distribution.
> A bit more work to do, but this will be a long-term solution, easy to
> maintain following upgrades, and it will not hose your system.
> 
> Just my 2¢...

I will double that too.

> Good luck, indeed!

Yeah anyone following the advice of using nvidia's isntaller will need it.

-- 
Len Sorensen


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130426160917.gi21...@csclub.uwaterloo.ca



Re: nvidia 9800 GT with nouveau on wheezy

2013-04-26 Thread Giacomo Mulas

On Wed, 24 Apr 2013, Hans-J. Ullrich wrote:


Don't use the nvidia package from debian for googleearth. They do not work, as
the 32-bit-libs of nvidia have dependency problems. Obviously no one cared for
this at the moment.

Just download the installer from the nvidia website and execute it - works
like a charm!


yes, sure. Then relax as it hoses your system... I had to fix countless
workstations because someone had done exactly this. Then, sooner or later
(typically: sooner) one or another software upgrade conflicts with the many
files distributed by the nvidia installer throughout the system, without
registering them with the packaging system and no regard with debian
filesystem hierarchy guidelines. Cleaning up the resulting mess is quite 
a bit of work, when (not if) you will need to.


I have an alternative suggestion: if you really need recent, up to date
nvidia drivers, get the _source_ debian package from unstable. 
You can do this by adding a deb-src line pointing to unstable in your

/etc/apt/sources.list, or a file containing it in /etc/apt/sources.list.d/
(mind you: deb-src, not deb!).
Then you just do: apt-get source nvidia-glx
then you go into the newly created directory, read the
debian/README.source file and follow the instructions to create a clean
backport, resulting in proper deb packages that you can install.
The additional utilities (e.g. nvidia-kernel-common etc.) and scripts can 
be installed from the http://backports.debian.org repository matching your

installed distribution.
A bit more work to do, but this will be a long-term solution, easy to
maintain following upgrades, and it will not hose your system.

Just my 2¢...

Good luck, indeed!

Giacomo

--
_

Giacomo Mulas 
_

OSSERVATORIO ASTRONOMICO DI CAGLIARI
Str. 54, Loc. Poggio dei Pini * 09012 Capoterra (CA)

Tel. (OAC): +39 070 71180 248 Fax : +39 070 71180 222
Tel. (UNICA): +39 070 675 4916
_

"When the storms are raging around you, stay right where you are"
 (Freddy Mercury)
_

Re: nvidia 9800 GT with nouveau on wheezy

2013-04-24 Thread Karl Schmidt

On 04/24/2013 12:00 AM, Hans-J. Ullrich wrote:

Don't use the nvidia package from debian for googleearth. They do not work, as
the 32-bit-libs of nvidia have dependency problems. Obviously no one cared for
this at the moment.

Just download the installer from the nvidia website and execute it - works
like a charm!

Not the issue - I want to transition to nouveau if it is workable - best to 
have a pure Debian system.

It looks as if the nouveau have confidence as there is this:

nvidia-installer-cleanup

Which removes the system corrupting mess the proprietary installs.

The debian way listed here is the best way to install the proprietary kernel 
modules.

http://wiki.debian.org/NvidiaGraphicsDrivers








Karl Schmidt  EMail k...@xtronics.com
Transtronics, Inc.  WEB 
http://secure.transtronics.com
3209 West 9th Street Ph (785) 841-3089
Lawrence, KS 66049  FAX (785) 841-0434

Truth is mighty and will prevail.
There is nothing wrong with this,
except that it ain't so.
--Mark Twain




--
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5177fda1.7070...@xtronics.com



Re: nvidia 9800 GT with nouveau on wheezy

2013-04-23 Thread Hans-J. Ullrich
Don't use the nvidia package from debian for googleearth. They do not work, as 
the 32-bit-libs of nvidia have dependency problems. Obviously no one cared for 
this at the moment.

Just download the installer from the nvidia website and execute it - works 
like a charm!

Good luck!

Hans 


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201304240700.15052.hans.ullr...@loop.de