Re: [osol-discuss] [desktop] NVIDIA driver install

2010-03-09 Thread Jens Richter
Hello rugrat

Mea culpa. I missed the 10th commandment. Anyway, it's works great now. 
Thank's again.
Jens
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] [desktop] NVIDIA driver install

2010-03-09 Thread John Martin

On 03/ 9/10 10:23 AM, Jens Richter wrote:

j...@opensolaris:~$ pfexec pkg -R /mnt uninstall NVDAgraphics
Creating Plan
pkg: 'NVDAgraphics' matches no installed packages

   


My previous message mentioned the package name change.
The command for b133 and higher is:

  $ pfexec pkg -R /mnt uninstall -r driver/graphics/nvidia


___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] [desktop] NVIDIA driver install [solved]

2010-03-09 Thread Jens Richter
Thank you so much! It works great now. Before (glxgears): 78 FPS, now: 1500 
FPS, even faster than on my Linux partitions! Great job. Now I've to sort out 
why firefox takes ages to start...30secs or so. 

Best Regards,
Jens
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] [desktop] NVIDIA driver install

2010-03-09 Thread Casper . Dik

>Thank you! Hum...
>j...@opensolaris:~$ pfexec beadm list
>BEActive Mountpoint Space   Policy Created  
>---- -- -   -- ---  
>opensolaris   -  -  20.48M  static 2010-03-05 14:00 
>opensolaris-1 -  -  13.75M  static 2010-03-05 16:11 
>opensolaris-2 -  -  313.49M static 2010-03-05 18:37 
>opensolaris-3 NR /  6.36G   static 2010-03-09 13:22 
>j...@opensolaris:~$ pfexec beadm create opensolaris-3-nvidia
>j...@opensolaris:~$ pfexec beadm mount opensolaris-3-nvidia /mnt
>j...@opensolaris:~$ pfexec pkg -R /mnt uninstall NVDAgraphics
>Creating Plan
>pkg: 'NVDAgraphics' matches no installed packages
>
>j...@opensolaris:~$ pfexec pkg -R /mnt uninstall NVDAgraphicsr
>Creating Plan
>pkg: 'NVDAgraphicsr' matches no installed packages
>
>j...@opensolaris:~$ pfexec /bin/sh NVIDIA-Solaris-x86-173.14.25.run 
>--extract-only
>j...@opensolaris:~$ cd NVIDIA-Solaris-x86-173.14.25
>j...@opensolaris:~/NVIDIA-Solaris-x86-173.14.25$ pfexec pkgadd -R /mnt -d 
>NVDAgraphics NVDAgraphic
sr
>pkgadd: ERROR: no packages were found in 
>
>
>Where is my fault...?


You need to specify the directory (current directory)

pfexec pkgadd -R /mnt -d . NVDAgraphics NVDAgraphic
 ^ - missing argument

Casper

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] [desktop] NVIDIA driver install

2010-03-09 Thread John Martin

On 03/ 9/10 04:13 AM, Jens Richter wrote:

os b133
Hello
I'm a bit in a catch22 situation. For my card - FX 5700LE - I need the 
173.14.25 driver. I downloaded the driver from NVIDIA.
# sh.run givs me the error, that the NVDAgraphics package can't be 
uninstalled. Okay,
# pfexec pkg uninstall NVDAgraphics tells me that the package isn't installed. 
So it seems I have to uninstall the package nvidia. Right, when I try that, the 
error message is, that the package can't be uninstalled and I should try it in 
a different boot env. Fair enough, so I left X and switched to init 1. Same 
problem here. Hum. How to solve the prob?
Thank's in advance
jens57
   

Starting with b133, the IPS package name changed.  See comment #10 of:

  http://defect.opensolaris.org/bz/show_bug.cgi?id=12196

Use the instructions in comments #5 and #6 with the new IPS
package name to uninstall the bundled driver and install the
legacy driver.

I have IPS packages of the R173 and R96 legacy drivers but it
turns out there are complications hosting these driver in a way
where the bundled and two legacy driver exclude each other so
that only one driver can be installed at a time.  We are still
trying to come up with a solution.


___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] [desktop] NVIDIA driver install

2010-03-09 Thread Jens Richter
Thank you! Hum...
j...@opensolaris:~$ pfexec beadm list
BEActive Mountpoint Space   Policy Created  
---- -- -   -- ---  
opensolaris   -  -  20.48M  static 2010-03-05 14:00 
opensolaris-1 -  -  13.75M  static 2010-03-05 16:11 
opensolaris-2 -  -  313.49M static 2010-03-05 18:37 
opensolaris-3 NR /  6.36G   static 2010-03-09 13:22 
j...@opensolaris:~$ pfexec beadm create opensolaris-3-nvidia
j...@opensolaris:~$ pfexec beadm mount opensolaris-3-nvidia /mnt
j...@opensolaris:~$ pfexec pkg -R /mnt uninstall NVDAgraphics
Creating Plan
pkg: 'NVDAgraphics' matches no installed packages

j...@opensolaris:~$ pfexec pkg -R /mnt uninstall NVDAgraphicsr
Creating Plan
pkg: 'NVDAgraphicsr' matches no installed packages

j...@opensolaris:~$ pfexec /bin/sh NVIDIA-Solaris-x86-173.14.25.run 
--extract-only
j...@opensolaris:~$ cd NVIDIA-Solaris-x86-173.14.25
j...@opensolaris:~/NVIDIA-Solaris-x86-173.14.25$ pfexec pkgadd -R /mnt -d 
NVDAgraphics NVDAgraphicsr
pkgadd: ERROR: no packages were found in 


Where is my fault...?
Thank's again!
jens57
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] [desktop] NVIDIA driver install

2010-03-09 Thread Jens Richter
os b133
Hello
I'm a bit in a catch22 situation. For my card - FX 5700LE - I need the 
173.14.25 driver. I downloaded the driver from NVIDIA. 
# sh .run givs me the error, that the NVDAgraphics package can't be 
uninstalled. Okay,
# pfexec pkg uninstall NVDAgraphics tells me that the package isn't installed. 
So it seems I have to uninstall the package nvidia. Right, when I try that, the 
error message is, that the package can't be uninstalled and I should try it in 
a different boot env. Fair enough, so I left X and switched to init 1. Same 
problem here. Hum. How to solve the prob?
Thank's in advance
jens57
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org