[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-20 Thread Sitsofe Wheeler
searayman:
Not bad but I have some more suggestions...

Your card is a geforce 2mx and is best off using the nvidia-glx driver
(it has various bug fixes and you won't even have to use Xgl to get
those 3D effects - what a deal!). If you have been following the edgy
betas for more than two weeks then I suspect what happened was that you
were upgraded to the nvidia-glx-new by accident then downgraded but some
residual configuration was left over.

The
ls -al /lib/linux-restricted-modules/
you did indicates that your computer is  a bit confused and thinks it should be 
using both the nvidia-glx-new and nvidia-glx-legacy drivers. Can you once again 
add the output of
ls -al /lib/linux-restricted-modules/
and then do the following:
sudo rm /lib/linux-restricted-modules/.nvidia*
(once again the warning about running random commands from strangers 
(especially when using sudo) applies : )
Could you then use restricted-manager to disable then enable binary driver 
support. This should in theory put you on the nvidia-glx drivers.

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-20 Thread Sitsofe Wheeler
dank277:
Good grief - that's a disaster waiting to happen! Please can you file a new bug 
report on that issue against restricted-manager? These 3rd party tools have the 
power to make life extremely difficult on upgrades...

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-19 Thread Sitsofe Wheeler
searayman:
The metacity issue is probably a different problem again. If you want to 
investigate that I would recommend spinning off another bug.

As it happens the best driver for your card is not the legacy driver but rather 
nvidia-glx . This driver represents the 96xx series. I would be extremely 
interested to know if using restricted-manager to set up your card makes this 
issue go away. I would also be extremely interested in seeing the output of
ls -al /lib/linux-restricted-modules/
BEFORE you reconfigure things using restricted-manager.

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-19 Thread searayman
[EMAIL PROTECTED]:~$ ls -al /lib/linux-restricted-modules/
total 44
drwxr-xr-x  8 root root 4096 2007-04-18 18:18 .
drwxr-xr-x 20 root root 8192 2007-04-14 17:47 ..
drwxr-xr-x 21 root root 4096 2006-08-05 19:22 2.6.15-26-386
drwxr-xr-x 21 root root 4096 2006-11-23 12:32 2.6.15-27-386
drwxr-xr-x 18 root root 4096 2006-11-23 13:08 2.6.17-10-386
drwxr-xr-x 18 root root 4096 2007-02-10 14:50 2.6.17-11-386
drwxr-xr-x 19 root root 4096 2007-04-15 17:10 2.6.20-15-386
drwxr-xr-x 17 root root 4096 2007-04-15 14:52 2.6.20-15-generic
-rw-r--r--  1 root root   58 2007-04-18 18:18 .nvidia_legacy_installed
-rw-r--r--  1 root root   58 2007-04-15 14:42 .nvidia_new_installed
[EMAIL PROTECTED]:~$ 


and how do i set up the card using the restricted manager thingy?

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-19 Thread Sitsofe Wheeler
searayman:
Go to System - Administration - Restricted Drivers Manager

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-19 Thread dank277
OK, for me this fix worked:

You need to check the file /etc/default/linux-restricted-modules-common
(with the text editor of your choice, opened with a sudo -- sudo gedit
/etc/default/linux-restricted-modules-common)  and make sure the line

DISABLED_MODULES=nv is NOT there.

If it is. you need to change it to DISABLED_MODULES=.

If you reboot, everythin should be ok. (It was for me)

This is a artifact from edgy if you installed the nvidia proprietary
drivers manually (i.e. either used the NVIDIA file that compiles the
driver and set settings by hand, or used the Envy script).  It seems
in Feisty that the copying of the drivers from /lib/restricted-
modules/'uname -r' to the volatile folder (where xorg looks for the
driver files)  by the /sbin/lrm-manager script is prevented if the nv
is set.  (The nvidia_new driver is being copied due to bug #105756).  In
edgy, however, it was necessary to have this set when you installed the
nvidia drivers manually.  SInce these actions were done outside of the
repositories, it would not be up to the dev's to account for this.  I
wonder if this is not one cause of a lot of problems that seem to be
happening with nvidia and upgrades from Edgy to Feisty not working who
installed the NVIDIA drivers for Compiz/Beryl in Edgy.

Hope this solves your problem,  searayman.

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-19 Thread searayman
ok this at first i didnt see do anythign i did what u said then went
back into the xorg and changed device to nvidia instead of vesa then
restarted and bam didnt work again...but then i went back and switched
it to vesa and came into the gui and saw that the restricted drivers
thingy came up, and it wa sliek u have a new driver u can install and i
coudl pick the nvidia one. So the thing u told me above made this
recognize i had nvidia card, and i coudl install nvidia driver. so i did
this and restarted and it didnt work again btu i got a different error
about soem kernal things not matchign up, whic i will attach to this
post...

** Attachment added: xorg
   http://librarian.launchpad.net/7357487/Xorg.0.log.old

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-19 Thread searayman
trying some htings, i just did this:

[EMAIL PROTECTED]:~$  sudo apt-get --purge remove 
linux-restricted-modules-$(uname -r)
Password:
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  dia-libs libmysqlclient15-dev democracyplayer-data dia-gnome
  libdbus-glib-1-dev dia-common libboost-python1.33.1
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  linux-386* linux-restricted-modules-2.6.20-15-386*
  linux-restricted-modules-386*
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
Need to get 0B of archives.
After unpacking 43.1MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 164377 files and directories currently installed.)
Removing linux-386 ...
Removing linux-restricted-modules-386 ...
Removing linux-restricted-modules-2.6.20-15-386 ...
Purging configuration files for linux-restricted-modules-2.6.20-15-386 ...
[EMAIL PROTECTED]:~$ 


then:


[EMAIL PROTECTED]:~$ sudo apt-get install linux-generic
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  dia-libs libmysqlclient15-dev democracyplayer-data dia-gnome
  libdbus-glib-1-dev dia-common libboost-python1.33.1
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  linux-generic
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 24.4kB of archives.
After unpacking 53.2kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com feisty/restricted linux-generic 2.6.20.15.14 
[24.4kB]
Fetched 24.4kB in 12s (1961B/s) 
Selecting previously deselected package linux-generic.
(Reading database ... 164147 files and directories currently installed.)
Unpacking linux-generic (from .../linux-generic_2.6.20.15.14_i386.deb) ...
Setting up linux-generic (2.6.20.15.14) ...
[EMAIL PROTECTED]:~$ 


now i am chaging my driver in xorg to nvidia instead of vesa and will
beback to report the outcome in a bit.

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-19 Thread searayman
ok the above didnt fix anythign but when i looked at the error in the
bog black terminal i got somehtign like this:

api mismatch: nvidia kernal is 1.0-7184 but this x module has version
1.0-9631

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-19 Thread searayman
ok so after all this i tried switching back to nvidia-glx-legacy and now
it works!!! but now i got to set up xgl to use compiz with this and
thats another story...so at the moment i think this is solved.

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-18 Thread searayman
ok so i tried the above, and well i am still here so thats a good thing.
So i installed those things then installed the nvidia-glx-legacy again.
Then i opened my xorg and changed vesa back to nvidia and saved then
restarted the computer, i cliked escape while grub was loading so i
could pick the generic kernal and it didnt fix anything.

in some error file i read something about not beign able to load nvidia
kernal also here is another problem i am havign with fesity, maybe
its connected to this one. When i logg in metacity doesnt start
automatically right away, liek a minute or 2 after i log in metacity
comes up...

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-18 Thread searayman
adding my xorg thing while i tried nvidia thingy. I think this is
the one with the error about nvidia kernal not loading...

** Attachment added: xorg log...
   http://librarian.launchpad.net/7344527/Xorg.0.log.old

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-18 Thread dank277
I am having the same problem, and may be able to add some more info.  I
have the same card as searayman has and need to use the 96xx NVIDIA
driver. The xserver crash message that appears on-screen after a  boot
says that is cannot find the driver in the
/lib/modules/2.6.20-15-generic/volatile folder. This does not show up in
the xorg logs, just the fact that the Indeed, in the CLI an ls of the
directory shows only the the nvidia_new driver:

-rw-r--r-- 1 root root  339295 2007-04-18 14:31 ath_hal.ko
-rw-r--r-- 1 root root 1481543 2007-04-18 14:31 fcdsl2.ko
-rw-r--r-- 1 root root 1534105 2007-04-18 14:31 fcdsl.ko
-rw-r--r-- 1 root root 1481233 2007-04-18 14:31 fcdslsl.ko
-rw-r--r-- 1 root root 1553362 2007-04-18 14:31 fcdslslusb.ko
-rw-r--r-- 1 root root 1554496 2007-04-18 14:31 fcdslusb2.ko
-rw-r--r-- 1 root root 1553345 2007-04-18 14:31 fcdslusba.ko
-rw-r--r-- 1 root root 1369411 2007-04-18 14:31 fcdslusb.ko
-rw-r--r-- 1 root root 1099727 2007-04-18 14:31 fcpci.ko
-rw-r--r-- 1 root root 1187314 2007-04-18 14:31 fcusb.ko
-rw-r--r-- 1 root root  942396 2007-04-18 14:31 fglrx.ko
-rw-r--r-- 1 root root 1234290 2007-04-18 14:31 fxusb.ko
-rw-r--r-- 1 root root 8136963 2007-04-18 14:31 nvidia_new.ko

So, I reinstalled the restricted modules package with aptitude, and the
other 2 drivers appear in the folder:

total 33788
-rw-r--r-- 1 root root  339295 2007-04-18 18:37 ath_hal.ko
-rw-r--r-- 1 root root 1481543 2007-04-18 18:37 fcdsl2.ko
-rw-r--r-- 1 root root 1534105 2007-04-18 18:37 fcdsl.ko
-rw-r--r-- 1 root root 1481233 2007-04-18 18:37 fcdslsl.ko
-rw-r--r-- 1 root root 1553362 2007-04-18 18:37 fcdslslusb.ko
-rw-r--r-- 1 root root 1554496 2007-04-18 18:37 fcdslusb2.ko
-rw-r--r-- 1 root root 1553345 2007-04-18 18:37 fcdslusba.ko
-rw-r--r-- 1 root root 1369411 2007-04-18 18:37 fcdslusb.ko
-rw-r--r-- 1 root root 1099727 2007-04-18 18:37 fcpci.ko
-rw-r--r-- 1 root root 1187314 2007-04-18 18:37 fcusb.ko
-rw-r--r-- 1 root root  942396 2007-04-18 18:37 fglrx.ko
-rw-r--r-- 1 root root 1234290 2007-04-18 18:37 fxusb.ko
-rw-r--r-- 1 root root 6035322 2007-04-18 18:37 nvidia.ko
-rw-r--r-- 1 root root 4931506 2007-04-18 18:37 nvidia_legacy.ko
-rw-r--r-- 1 root root 8136963 2007-04-18 18:37 nvidia_new.ko

An  /etc/init.d/gdm restart brings up the GUI, with the NVIDIA splash
screen (so i know that the prop driver is the one working).  However,
when I reboot, the other 2 drivers (nvidia.ko and nvidia_legacy.ko)
disappear from this folder again, and I have to do this same procedure
to get into the GUI.

So, this folder is well named since it is volitale :) , but I cannot
find what is causing this.

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-18 Thread searayman
i can confirm the volitale error too i also receive that.

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-17 Thread Sitsofe Wheeler
Hmm another -386 kernel. This is starting to sound suspiciously similar
to Bug #107084 .

searayman:
Are you really running on hardware older than a pentium 3? If not you may want 
to try switching over to the -generic kernels (and 
linux-restricted-modules-generic )...

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-17 Thread searayman
how do i switch without loosing anythign on my computer?

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-17 Thread Sitsofe Wheeler
searayman:
Good question. I MAKE NO GUARANTEES THAT THE FOLLOWING WORKS. IF YOU FOLLOW 
THESE STEPS AND YOUR SYSTEM BREAKS OR YOU LOSE ANY DATA I ABSOLVE MYSELF OF 
RESPONSIBILITY!

You can try the following:
sudo apt-get install linux-image-generic
should pull in the latest generic kernel.
sudo apt-get install linux-restricted-modules-generic
should pull in the latest generic restricted modules.
Reboot and choose the generic kernel too boot from.

(as a rule you shouldn't blindly run commands given to you buy strangers
though : )

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-17 Thread searayman
can anyone confirm or give me a little assurance of the above
commands?

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-16 Thread Sitsofe Wheeler
searayman:
Can you attach
/var/log/Xorg.0.log
along with the output of
dmesg | grep -nv
and
dpkg -l nvidia-\* | grep ii
to this bug?

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-16 Thread Sitsofe Wheeler
Setting to needsinfo pending reply from searayman

** Changed in: linux-restricted-modules-2.6.20 (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-16 Thread Sitsofe Wheeler
Further, could you also attach the output of
uname -a
?

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-16 Thread Sitsofe Wheeler
Punting from Ubuntu - linux-restricted-modules-2.6.20

** Changed in: linux-restricted-modules-2.6.20 (Ubuntu)
Sourcepackagename: None = linux-restricted-modules-2.6.20

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-16 Thread searayman
right now i am up and running with the thing set to vesa not nvidia. For
all the uotputs you want can i do them now, or shoudl i change my driver
back to nvidia and do it from the big black terminal?

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-16 Thread Sitsofe Wheeler
The dmesg and dpkg don't require to you be using the nvidia binary. To
be useful /var/log/Xorg.0.log needs to be from one of the failing run
using nvidia.

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-16 Thread searayman
[EMAIL PROTECTED]:~$ dmesg | grep -nv
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
[EMAIL PROTECTED]:~$

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-16 Thread searayman
[EMAIL PROTECTED]:~$ dpkg -l nvidia-\* | grep ii
ii  nvidia-glx-legacy   1.0.7184+2.6.20.5-15.20 NVIDIA binary XFree86 
4.x/X.Org 'legacy' dri
ii  nvidia-kernel-common20051028+1ubuntu7   NVIDIA binary kernel 
module common files
[EMAIL PROTECTED]:~$

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-16 Thread Sitsofe Wheeler
searayman:
Ok try
dmesg | grep -i nv
uname -a

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106906] Re: nvidia drivers wont work after upgrade to feisty

2007-04-16 Thread searayman
[EMAIL PROTECTED]:~$ dmesg | grep -i nv
[EMAIL PROTECTED]:~$ uname -a
Linux mike-desktop 2.6.20-15-386 #2 Sun Apr 15 07:34:00 UTC 2007 i686 GNU/Linux
[EMAIL PROTECTED]:~$

-- 
nvidia drivers wont work after upgrade to feisty
https://bugs.launchpad.net/bugs/106906
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs