Re: [Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2009-02-18 Thread Jason
*** This bug is a duplicate of bug 251832 ***
https://bugs.launchpad.net/bugs/251832

On Wed, 2009-02-18 at 23:30 +, Karl Larsen wrote:
> *** This bug is a duplicate of bug 251832 ***
> https://bugs.launchpad.net/bugs/251832
> 
> Jason wrote:
> > *** This bug is a duplicate of bug 251832 ***
> > https://bugs.launchpad.net/bugs/251832
> > 
> > The bug this is a duplicate of, seems very vague, but this bug actually
> > demonstrated exactly what I'm experiencing:
> > 
> > sudo /etc/init.d/dkms_autoinstaller start
> >  * Running DKMS auto installation service for kernel 2.6.27-12-generic  
> >  *  kqemu (1.3.0~pre11)...  
> >  [ FAIL] 
> >  *  nvidia (177.82)...   [ 
> > FAIL ] 
> >  *  vboxdrv (2.0.4)...   
> > [FAIL ] 
> >  *  virtualbox-ose-guest (2.0.4)...  [ 
> > FAIL ] 
> > 
> > I upgraded my kernel from 2.6.27-11-generic to 2.6.27.11-generic. When I
> > attempted to build the kernel module manually with dkms, this is what
> > happened:
> > 
> > dkms build -m nvidia -v 177.82 -k 2.6.27-12-generic
> > 
> > Error! Your kernel source for kernel 2.6.27-12-generic cannot be found at
> > /lib/modules/2.6.27-12-generic/build or 
> > /lib/modules/2.6.27-12-generic/source.
> > You can use the --kernelsourcedir option to tell DKMS where it's located.
> > 
> > Looking at /lib/modules/2.6.27-12-generic/source gave me this:
> > 
> > ls /lib/modules/2.6.27-12-generic/
> > initrd  modules.dep  modules.ofmap modules.usbmap
> > kernel  modules.ieee1394map  modules.pcimapupdates
> > modules.alias   modules.inputmap modules.seriomap  volatile
> > modules.ccwmap  modules.isapnpmapmodules.symbols
> > 
> > Question: is there a directory that exists that has the source so I can
> > build this manually? I used a solution from a forum the last time this
> > happened, only I don't exactly remember the solution. I'm sorry if I'm
> > wrong about this being a duplicate!
> > 
> > Jason
> > 
>   Jason I'm not a good kernel guy. But I think your home made kernel IS 
> the problem.
> 
> Karl
> 
> 
> -- 
> 
>   Karl F. Larsen, AKA K5DI
>   Linux User
>   #450462   http://counter.li.org.
> PGP 4208 4D6E 595F 22B9 FF1C  ECB6 4A3C 2C54 FE23 53A7
> 

Karl,
That's very possible. I did find the solution though:
http://www.linux-archive.org/ubuntu-kernel-team/143927-bens-2-6-27-failed-install-intrepid-nvidia.html
Alberto Milone's solution, that is installing the linux-headers, fixed
my problem. For some reason, the linux-headers are not being installed
when I install kernel updates. Not sure why.

Thanks!
Jason

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2009-02-18 Thread Karl Larsen
*** This bug is a duplicate of bug 251832 ***
https://bugs.launchpad.net/bugs/251832

Jason wrote:
> *** This bug is a duplicate of bug 251832 ***
> https://bugs.launchpad.net/bugs/251832
> 
> The bug this is a duplicate of, seems very vague, but this bug actually
> demonstrated exactly what I'm experiencing:
> 
> sudo /etc/init.d/dkms_autoinstaller start
>  * Running DKMS auto installation service for kernel 2.6.27-12-generic
>*  kqemu (1.3.0~pre11)...   [ 
> FAIL] 
>  *  nvidia (177.82)...   [ 
> FAIL ] 
>  *  vboxdrv (2.0.4)...   
> [FAIL ] 
>  *  virtualbox-ose-guest (2.0.4)...  [ 
> FAIL ] 
> 
> I upgraded my kernel from 2.6.27-11-generic to 2.6.27.11-generic. When I
> attempted to build the kernel module manually with dkms, this is what
> happened:
> 
> dkms build -m nvidia -v 177.82 -k 2.6.27-12-generic
> 
> Error! Your kernel source for kernel 2.6.27-12-generic cannot be found at
> /lib/modules/2.6.27-12-generic/build or /lib/modules/2.6.27-12-generic/source.
> You can use the --kernelsourcedir option to tell DKMS where it's located.
> 
> Looking at /lib/modules/2.6.27-12-generic/source gave me this:
> 
> ls /lib/modules/2.6.27-12-generic/
> initrd  modules.dep  modules.ofmap modules.usbmap
> kernel  modules.ieee1394map  modules.pcimapupdates
> modules.alias   modules.inputmap modules.seriomap  volatile
> modules.ccwmap  modules.isapnpmapmodules.symbols
> 
> Question: is there a directory that exists that has the source so I can
> build this manually? I used a solution from a forum the last time this
> happened, only I don't exactly remember the solution. I'm sorry if I'm
> wrong about this being a duplicate!
> 
> Jason
> 
Jason I'm not a good kernel guy. But I think your home made kernel IS 
the problem.

Karl


-- 

Karl F. Larsen, AKA K5DI
Linux User
#450462   http://counter.li.org.
PGP 4208 4D6E 595F 22B9 FF1C  ECB6 4A3C 2C54 FE23 53A7

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2009-02-18 Thread Jason
*** This bug is a duplicate of bug 251832 ***
https://bugs.launchpad.net/bugs/251832

The bug this is a duplicate of, seems very vague, but this bug actually
demonstrated exactly what I'm experiencing:

sudo /etc/init.d/dkms_autoinstaller start
 * Running DKMS auto installation service for kernel 2.6.27-12-generic  
 *  kqemu (1.3.0~pre11)...   [ 
FAIL] 
 *  nvidia (177.82)...   [ FAIL 
] 
 *  vboxdrv (2.0.4)...   [FAIL 
] 
 *  virtualbox-ose-guest (2.0.4)...  [ FAIL 
] 

I upgraded my kernel from 2.6.27-11-generic to 2.6.27.11-generic. When I
attempted to build the kernel module manually with dkms, this is what
happened:

dkms build -m nvidia -v 177.82 -k 2.6.27-12-generic

Error! Your kernel source for kernel 2.6.27-12-generic cannot be found at
/lib/modules/2.6.27-12-generic/build or /lib/modules/2.6.27-12-generic/source.
You can use the --kernelsourcedir option to tell DKMS where it's located.

Looking at /lib/modules/2.6.27-12-generic/source gave me this:

ls /lib/modules/2.6.27-12-generic/
initrd  modules.dep  modules.ofmap modules.usbmap
kernel  modules.ieee1394map  modules.pcimapupdates
modules.alias   modules.inputmap modules.seriomap  volatile
modules.ccwmap  modules.isapnpmapmodules.symbols

Question: is there a directory that exists that has the source so I can
build this manually? I used a solution from a forum the last time this
happened, only I don't exactly remember the solution. I'm sorry if I'm
wrong about this being a duplicate!

Jason

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2009-02-11 Thread Eddie Kovsky
*** This bug is a duplicate of bug 251832 ***
https://bugs.launchpad.net/bugs/251832

** This bug has been marked a duplicate of bug 251832
   Hardware Drivers error for nvidia in hardy (2.6.24.19)

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2009-01-22 Thread Tony
I had the same problem with dkms being unable to build my nvidia driver.
I found that the problem for me was the kernel-headers package.

I am running 2.6.25-2-386.  When I installed the linux-
headers-2.6.25-2-386 package it created the proper /usr/src/linux-
headers-2.6.25-2-386 directory tree.  That directory has number of
symlinks, for example:

drivers -> ../linux-headers-2.6.25-2/drivers

However, my OS did not have a /usr/src/linux-headers-2.6.25-2.  Instead
I have a /usr/src/linux-ports-headers-2.6.25-2.

Thus every reference in /usr/src/linux-headers-2.6.25-2-386 was pointing
to nowhere.

I resolved this manually by creating a symlink /usr/src/linux-
headers-2.6.25-2 -> /usr/src/linux-ports-headers-2.6.25-2 and this fixed
my problem.  DKMS will now properly build the nvidia (and who knows what
other) driver and I am back up and running.

I don't know if this is an ubuntu issue or a package maintainer issue or
a kernel issue.  My manual fix is probably not the right thing to do,
but I had to get back up and working. YMMV

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-11-19 Thread kosmoz
Couldn't wait.. I've reinstalled my server from scratch and it all went
smoothly. It actually worked way better than the 8.04 CD that wouldn't
detect my keyboard, would crash if my network cable was connected and
would not properly configure my graphic card and end up on a black
screen.

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-11-18 Thread kosmoz
If that helps, here is the link to the automatically generated bug report:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/299460

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-11-18 Thread kosmoz
I have all the same problems as described by Nicolae Istratii but with an 
nvidia Geforce 6800.
I've tried to remove and reinstall linux-headers-2.6.27-8-generic as suggested 
by Alberto Milone. BTW, thanks Alberto for EnvyNG.. that's what enabled me to 
get my display working in the first place. I knew I shouldn't have tried to 
upgrade to 8.10!!

Setting up linux-headers-2.6.27-8-generic (2.6.27-8.17) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms
 * Running DKMS auto installation service for kernel 2.6.27-8-generic   
 *  nvidia (169.12)...  
nvidia (169.12): Installing module.
.(bad exit status: 10)
  Build failed.  Installation skipped.
 [fail]
run-parts: executing /etc/kernel/header_postinst.d/nvidia-common
/etc/kernel/header_postinst.d/nvidia-common: line 2: 
/usr/share/debconf/confmodule: No such file or directory
run-parts: /etc/kernel/header_postinst.d/nvidia-common exited with return code 1
Failed to process /etc/kernel/header_postinst.d at 
/var/lib/dpkg/info/linux-headers-2.6.27-8-generic.postinst line 110.
dpkg: error processing linux-headers-2.6.27-8-generic (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 linux-headers-2.6.27-8-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Alberto Milone
maybe you could try removing linux-headers-2.6.27-6-generic and
reinstalling it.

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Nicolae Istratii
I agree, let's hope I'm the only one with this kind of problem. Anyway,
I'm satisfied with "nv" and mesa for opengl acceleration.

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Alberto Milone
Nicolae: there's no evidence that the user who wrote those comments have
the same problem. The fact that a "driver doesn't work" (which is by
itself a very vague description) can depend on a number of things.

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Nicolae Istratii
It happened to at least 5 people above.
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/252160/comments/11
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/252160/comments/15
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/252160/comments/16
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/252160/comments/18
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/+bug/252160/comments/19

I suggest we contact some kernel people, since the problem seems to be
kernel related.

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Mario Limonciello
That's really odd, so if you've got all the right headers installed,
this shouldn't be happening, or at least if it is happening, it should
be happening to everyone using NVIDIA drivers.

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Nicolae Istratii
Here it is, but I posted the same log 2 days ago by Alberto's request.

** Attachment added: "make.log"
   http://launchpadlibrarian.net/18410730/make.log

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Mario Limonciello
Nicolae:

OK, we're getting closer.  So we know DKMS itself is not the issue at hand.
It's starting up, just fails to compile.

Look in /var/lib/dkms/nvidia for a log in the build directory.  Post that
log and hopefully this should stand out.

On Fri, Oct 10, 2008 at 11:48, Nicolae Istratii <[EMAIL PROTECTED]>
wrote:

> $ sudo /etc/init.d/dkms_autoinstaller start
> [sudo] password for tallman:
>  * Running DKMS auto installation service for kernel 2.6.27-6-generic
>  *  nvidia (177.80)...
>  [fail]
>
>
> ** Attachment added: "init_listing"
>   http://launchpadlibrarian.net/18408760/init_listing
>
> --
> Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
> https://bugs.launchpad.net/bugs/252160
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Mario Limonciello
[EMAIL PROTECTED]

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Nicolae Istratii
$ sudo /etc/init.d/dkms_autoinstaller start
[sudo] password for tallman: 
 * Running DKMS auto installation service for kernel 2.6.27-6-generic   
 *  nvidia (177.80)...  
[fail] 


** Attachment added: "init_listing"
   http://launchpadlibrarian.net/18408760/init_listing

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Mario Limonciello
Nicolae:

Can you attach the output of this then:

ls -alhR /etc/rc*.d

Also, try to do this:

sudo /etc/init.d/dkms_autoinstaller start

On Fri, Oct 10, 2008 at 11:17, Nicolae Istratii <[EMAIL PROTECTED]>
wrote:

> Just did a reboot, as you requested.
> I don't have usplash installed so I saw a clear red failed to autorebuild
> the nvidia module.
> I looked into dmesg, syslog, messages and other log files but didn't notice
> anything about DKMS.
> Anyway,
> [EMAIL PROTECTED]:/var/log$ lsmod | grep nvidia
> [EMAIL PROTECTED]:/var/log$ modprobe nvidia
> FATAL: Module nvidia not found.
>
> --
> Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
> https://bugs.launchpad.net/bugs/252160
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Mario Limonciello
[EMAIL PROTECTED]

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Nicolae Istratii
Just did a reboot, as you requested.
I don't have usplash installed so I saw a clear red failed to autorebuild the 
nvidia module.
I looked into dmesg, syslog, messages and other log files but didn't notice 
anything about DKMS.
Anyway,
[EMAIL PROTECTED]:/var/log$ lsmod | grep nvidia
[EMAIL PROTECTED]:/var/log$ modprobe nvidia
FATAL: Module nvidia not found.

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Mario Limonciello
With that version of DKMS, the autorebuilding service should have happened
on reboot.  Can you try again to reboot now and see if it does?


On Fri, Oct 10, 2008 at 09:31, Nicolae Istratii <[EMAIL PROTECTED]> wrote:

> I upgraded to new dkms version yesterday and I get the same errors
> today.
>
> ls -alhR /var/lib/dkms
> http://paste.ubuntu.com/56006/
>
> ** Attachment added: "dpkg.log"
>   http://launchpadlibrarian.net/18399457/dpkg.log
>
> --
> Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
> https://bugs.launchpad.net/bugs/252160
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Mario Limonciello
[EMAIL PROTECTED]

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Nicolae Istratii
I upgraded to new dkms version yesterday and I get the same errors
today.

ls -alhR /var/lib/dkms
http://paste.ubuntu.com/56006/ 

** Attachment added: "dpkg.log"
   http://launchpadlibrarian.net/18399457/dpkg.log

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Mario Limonciello
Hi Alberto:

There was a bug preventing DKMS from rebuilding if it didn't run in the post
inst scripts.  I uploaded a new DKMS yesterday that should have fixed it.
Can the bug poster please post /var/log/dpkg.log and ls -alhR /var/lib/dkms?

On Fri, Oct 10, 2008 at 07:58, Alberto Milone
<[EMAIL PROTECTED]>wrote:

> Mario, any ideas on this? Could it depend on DKMS?
>
> --
> Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
> https://bugs.launchpad.net/bugs/252160
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Mario Limonciello
[EMAIL PROTECTED]

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Alberto Milone
Mario, any ideas on this? Could it depend on DKMS?

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Nicolae Istratii
$ cat /usr/src/linux-headers-2.6.27-6-generic/include/linux/version.h
#define LINUX_VERSION_CODE 132635
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

$ ls -l /usr/src/linux-headers-2.6.27-6-generic/include/linux/version.h
-rw-r--r-- 1 root root 97 2008-10-07 08:44 
/usr/src/linux-headers-2.6.27-6-generic/include/linux/version.h

$ cat /usr/include/linux/version.h
#define LINUX_VERSION_CODE 132635
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

$ ls -l /usr/include/linux/version.h
-rw-r--r-- 1 root root 97 2008-10-07 09:11 /usr/include/linux/version.h

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Alberto Milone
Does this command work?
cat /usr/src/linux-headers-2.6.27-6-generic/include/linux/version.h

(differently from what you've done so far I have added "-generic" to the
name of the directory)

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Nicolae Istratii
Strange, isn't it?

** Attachment added: "headers_listing"
   http://launchpadlibrarian.net/18392467/headers_listing

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Alberto Milone
can you attach the output of these commands?
ls /lib/modules/2.6.27-6-generic
ls /usr/src/linux-headers-2.6.27-6-generic

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-10 Thread Nicolae Istratii
Before experimenting with the installer from NVIDIA's website I removed
the nvidia packages. Anyway, it didn't work.

Here are the errors I got from the commands you supplied above.


** Attachment added: "errors.log"
   http://launchpadlibrarian.net/18391373/logs

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-09 Thread Alberto Milone
Please do not use the installer from NVIDIA's website as it will break
the nvidia packages in Ubuntu.

Type:
sudo dkms add -m nvidia -v 177.80 -k $(uname -r)
sudo dkms build -m nvidia -v 177.80 -k $(uname -r)
sudo dkms install -m nvidia -v 177.80 -k $(uname -r)

Post all the errors you get (try all these commands).

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-09 Thread Nicolae Istratii
$ sudo aptitude search linux-headers | grep generic
p   linux-headers-2.6.27-5-generic  - Linux kernel headers for version 2.6.27 on
i A linux-headers-2.6.27-6-generic  - Linux kernel headers for version 2.6.27 on
i   linux-headers-generic   - Generic Linux kernel headers 


The headers were installed all of the time.
Today I experimented more with the official drivers. I used 
--kernel-source-path option. Seems like the problem is that it can't find the 
version.h (or it is empty) in the kernel sources. I attached the 
nvidia-installer.log

PS
I asked on the russian ubuntu mailing list. Nobody has any similar problems 
with nvidia drivers in 8.10, but they have installed 8.10 from scratch.

** Attachment added: "nvidia-installer.log"
   http://launchpadlibrarian.net/18375116/nvidia-installer.log

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-09 Thread Alberto Milone
1) attach the output of this command:
sudo aptitude search linux-headers

2) type:
sudo apt-get install linux-headers-generic

sudo apt-get install --reinstall nvidia-177-kernel-source

and see if it solves the problem

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-08 Thread Nicolae Istratii
Same thing.

** Attachment added: "reinstall and make log"
   http://launchpadlibrarian.net/18346210/reinstall_and_make.log

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-08 Thread Alberto Milone
type:
sudo apt-get install --reinstall nvidia-177-kernel-source

and attach your new /var/lib/dkms/nvidia/177.80/build/make.log

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-08 Thread Nicolae Istratii
It is the same as output.

** Attachment added: "make.log"
   http://launchpadlibrarian.net/18342294/make.log

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-08 Thread Alberto Milone
Nicolae: can you attach your /var/lib/dkms/nvidia/177.80/build/make.log
?

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-08 Thread Nicolae Istratii
Upgraded from ubuntu 8.04.1 to 8.10 beta. My video card is nvidia GF6150.
Nvidia driver doesn't work anymore. Tried installing via Restricted Driver 
Manager a few times, manually installing through apt-get/aptitude and through 
envyng, also tried the today's final release (177.80) of the driver supplied by 
nvidia from their official website.  Nvidia module doesn't compile.

I even tried to compile it manually and still no luck.
http://paste.ubuntu.com/55353/
Main reason seams to be *** Unable to determine the target kernel version. ***

** Attachment added: "dkms error"
   http://launchpadlibrarian.net/18327846/envyng.log

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-07 Thread love bill
Hi, 
I had install Ubuntu 8.04 64bits with NVIDIA 6100 cards.
Everythings worked fine.

After upgrading to Ubuntu 8.10 alpha (and now to the latest beta version), I 
have the same problem as described above. Now there is now way to make this 
card recognised.
I just has once the luck to get a higher resolution than 800*600, but after 
trying to install again Nvidia driver I'm back to 800*600..

That would be so nice if it worked again :)

Thanks for your great work.

Love Bill

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-10-04 Thread ButterflyOfFire
I Upgraded yesterday from Ubuntu 8.04 to 8.10 Beta then the Nvidia
Driver dont works fine.

When I restard my PC after the installation finished, the display seems
to be larger then the surface of the screen. But the screen still black
but when I type my username and password, I can log in the system (alway
the Screen still Black)

The only solution I found is to reduce the resolution by reconfiguring the 
xserver.
So :
CRTL+F1 then login.
sudo dpkg-reconfigure xserver-xorg
sudo dpkg-reconfigure xserver-xorg -phigh (wont work for me)

And finaly I sacrificed Compiz and the effects since the driver is not loaded.
My Graphic Card is Nvidia GeForce 6100

I know that in all the beta versions of Ubuntu, I've the same problem ... but 
it is solved in the final :)
Please accept my oppoligize for my crappy english

Friendly,
ButterlyOfFire

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-09-24 Thread pstucke
I had the very same problem.  It turns out that each time the kernel was
upgraded on my machine, I chose to keep the current file rather than
using the package maintainer's version.  After manually editing
/boot/grub/menu.lst to include the most-recent kernel, I rebooted and
voila - the problem was fixed using the kernel 2.6.27-4-generic.

On a side note, prior to updating the grub list, I received the
following error in xorg.conf (file is abbreviated) each time I ran  sudo
nvidia-xconfig:

Section "Module"
Load"type1"
EndSection

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-09-04 Thread simonjames
I am having the exact same problem. I have a nvidia Geforce 7300 LE
card.

If I enable the nvidia driver (instead of nv), when I logoff  I get a
window saying "could not detect monitor or graphic card, server will run
in low graphics mode" (something like that) with
configure/shutdown/continue buttons. I tried to configure my monitor and
card with all the correct settings but it stays in low graphics mode.

I get the same error every time I boot until I removed the xorg.conf
file or change nvidia to nv. But by doing so, the driver returns to nv
and I still can't run 3D (compiz) applications.

Thanks

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-09-04 Thread Brian Murray
** Tags added: valid-xorg-conf

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-08-04 Thread Alberto Milone
Peter the log says that you're using the "nv" driver.

Set the driver to "nvidia" in the Device section of your xorg.conf, restart the 
Xserver and then attach the following files:
1) /var/log/Xorg.0.log
2) /var/log/Xorg.0.log.old

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-31 Thread Timo Aaltonen
** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
Sourcepackagename: xorg => nvidia-graphics-drivers-173

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-28 Thread Peter
[EMAIL PROTECTED]:~$ glxinfo
name of display: :0.0
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual or fbconfig

Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
3 GLXFBConfigs:
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
--
Segmentation fault
[EMAIL PROTECTED]:~$ 


** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/16366234/Xorg.0.log

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-28 Thread Alberto Milone
please post:
1) your /var/log/Xorg.0.log
2) the output of this command:
glxinfo

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-28 Thread Peter
Seemed to install but still no Nvidia.  See screenshot.

** Attachment added: "Screenshot.png"
   http://launchpadlibrarian.net/16364620/Screenshot.png

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-28 Thread Alberto Milone
type:
sudo apt-get install nvidia-glx-173

and restart your computer.

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-27 Thread Peter
Asus Geforce 6200 128MB DVI-D 1 X Vga Tv-out AGP

Cheers

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-27 Thread Alberto Milone
What's the model of your graphics card?

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-27 Thread Peter
I moved the xorg.conf as requested and restarted 'X'.

The is the new xorg.conf


** Attachment added: "xorg.conf"
   http://launchpadlibrarian.net/16347264/xorg.conf

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-26 Thread Connor Imes
If you move the xorg.conf file to something like xorg.conf.backup so that no 
xorg.conf file exists, then restart X, that is the same as not having an 
xorg.conf file.
 sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
then restart X.
You can also try reconfiguring X with
 sudo dpkg-reconfigure xserver-xorg -phigh
then restart X.

Generally you are supposed to uninstall restricted video drivers before
doing upgrades, though most people don't do this.

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-26 Thread Peter
xorg backup file enclosed.  Thanks

** Attachment added: "xorg.conf.1"
   http://launchpadlibrarian.net/16344220/xorg.conf.1

** Attachment removed: "xorg.conf.1"

   http://launchpadlibrarian.net/16344220/xorg.conf.1

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-26 Thread Peter
xorg backup file enclosed.  Thanks

** Attachment added: "xorg.conf.1"
   http://launchpadlibrarian.net/16344196/xorg.conf.1

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-26 Thread Peter
Hi, unfortunately before the reply I had already booted into recovery
mode and tried the fix xorg.  I now have a higher resultion but still no
Nvidia driver.  This is the latest xorg.conf, I will also enclose the
backup which I assume is the one prior to me running the recovery mode.

To run within any xorg.conf do I just move the file out of the
directory?

Thanks for making such a great Linux OS!

** Attachment added: "xorg.conf"
   http://launchpadlibrarian.net/16344190/xorg.conf

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-26 Thread Connor Imes
Marked as incomplete until requested information is provided.  Thank
you.

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252160] Re: Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working

2008-07-26 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please attach your X server configuration file
(/etc/X11/xorg.conf) and X server log file (/var/log/Xorg.0.log) to the
bug report as individual uncompressed file attachments using the
"Attachment:" box below. Could you please also try to run without any
/etc/X11/xorg.conf and let Xorg autodetect your display and video card?
Please also attach the /var/log/Xorg.0.log from this attempt. Thanks in
advance.

** Changed in: xorg (Ubuntu)
Sourcepackagename: None => xorg

-- 
Upgrade to Ubuntu 8.10 Alpha 3 stops Nvidia driver working
https://bugs.launchpad.net/bugs/252160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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