[Bug 391461] Re: Compiz broken on Karmic with NVIDIA driver and CPU without PAT support

2009-10-10 Thread Diggs808
Just a side note...I just ran updates today (first time since
Wednesday...its now Saturday), and I had to re-run the patching
procedure.  Not a big deal.  Is there some way to make script for this?
My scripts tend to break things really bad and I would rather not do
THAT to everyone else.  What needs to happen is this (taken from #52):
Keep in mind...This ONLY works if you have successfully applied the
patch PREVIOUSLY:

(1. ) add the following two lines to the bottom of
/usr/src/nvidia-185.18.36/dkms.conf:

PATCH[1]="pat.patch"
PATCH_MATCH[1]="2.6.31"

(2. ) After that, you have to recompile the kernel module nvidia and
reboot afterwards:

$ sudo dkms remove -m nvidia -v 185.18.36 --all
$ sudo dkms add -m nvidia -v 185.18.36
$ sudo dkms build -m nvidia -v 185.18.36

-- 
Compiz broken on Karmic with NVIDIA driver and CPU without PAT support
https://bugs.launchpad.net/bugs/391461
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 391461] Re: Compiz broken on Karmic with NVIDIA driver and CPU without PAT support

2009-10-06 Thread Diggs808
The above patch worked for me as well.  I now have Compiz running.

-- 
Compiz broken on Karmic with NVIDIA driver and CPU without PAT support
https://bugs.launchpad.net/bugs/391461
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 391461] Re: Compiz Slow on Karmic w/ NVIDIA and 2.6.30 Kernel

2009-09-29 Thread Diggs808
lspci -v:
01:00.0 VGA compatible controller: nVidia Corporation G72M [Quadro NVS 
110M/GeForce Go 7300] (rev a1)
Subsystem: Dell Device 01cc
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at ed00 (32-bit, non-prefetchable) [size=16M]
Memory at d000 (64-bit, prefetchable) [size=256M]
Memory at ee00 (64-bit, non-prefetchable) [size=16M]
[virtual] Expansion ROM at ef00 [disabled] [size=128K]
Capabilities: 
Kernel driver in use: nvidia
Kernel modules: nvidia, nvidiafb


grep flags /proc/cpuinfo:

flags   : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon 
bts pni monitor vmx est tm2 xtpr pdcm
flags   : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon 
bts pni monitor vmx est tm2 xtpr pdcm

-- 
Compiz Slow on Karmic w/ NVIDIA and 2.6.30 Kernel
https://bugs.launchpad.net/bugs/391461
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 391461] Re: Compiz Slow on Karmic w/ NVIDIA and 2.6.30 Kernel

2009-09-17 Thread Diggs808
I can confirm, this is also broken on Alpha 6.

My output when I run Compiz --replace in the terminal:

di...@phoenix:~$ compiz --replace
Checking for Xgl: not present. 
xset q doesn't reveal the location of the log file. Using fallback 
/var/log/Xorg.0.log 
Detected PCI ID for VGA: 
Checking for texture_from_pixmap: present. 
Checking for non power of two support: present. 
Checking for Composite extension: present. 
Checking screen 1Comparing resolution (1280x800) to maximum 3D texture size 
(4096): Passed.
Checking for Software Rasterizer: Not present. 
Checking for nVidia: present. 
Checking for FBConfig: present. 
Checking for Xgl: not present. 
Starting gtk-window-decorator
/usr/bin/compiz.real (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 
image format
di...@phoenix:~$ 

NVIDIA Restricted Drivers: 185.18.36
Kernel: 2.6.31-10-generic

Please let me know what I can add or try to get this bug squashed

** Attachment added: "Alpha6.jpg"
   http://launchpadlibrarian.net/31997097/Alpha6.jpg

-- 
Compiz Slow on Karmic w/ NVIDIA and 2.6.30 Kernel
https://bugs.launchpad.net/bugs/391461
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 430230] Re: libglx.so has undefined symbol. Causes glx module failure

2009-09-17 Thread Diggs808
Bryce...Thanks for looking into this.  I found a solution, unfortunately
it seemed that an upgrade killed my system so I never got to try
itoh well

It seems that the problem was that I installed a beta driver from
nvidia's site.  The problem was that some packages were not properly
removed when I reverted back to the "Stable" driver.

-- 
libglx.so has undefined symbol. Causes glx module failure
https://bugs.launchpad.net/bugs/430230
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 430230] [NEW] libglx.so has undefined symbol. Causes glx module failure

2009-09-15 Thread Diggs808
Public bug reported:

Binary package hint: xorg

This can be a big problem for anyone using NVIDIA Cards.  This bug
currently causes me to get a CLI Screen, and thats it.  :-(

Ubuntu Karmic 9.10

startx gives me the same output as my xorg.0.log

This is from /var/log/Xorg.0.log

(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
dlopen: /usr/lib/xorg/modules/extensions//libglx.so: undefined symbol: 
_nv28gl
(EE) Failed to load /usr/lib/xorg/modules/extensions//libglx.so
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (loader failed, 7)

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: glx libglx.so nvidia xorg

-- 
libglx.so has undefined symbol. Causes glx module failure
https://bugs.launchpad.net/bugs/430230
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 391461] Re: Compiz Slow on Karmic w/ NVIDIA and 2.6.30 Kernel

2009-09-15 Thread Diggs808
BUMP.

Can someone please take a look at this bug?  This will be a showstopper
for people with NVIDIA cards using Karmic!!

Currently, I can only get to a CLI Interface...

-- 
Compiz Slow on Karmic w/ NVIDIA and 2.6.30 Kernel
https://bugs.launchpad.net/bugs/391461
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 391461] Re: Compiz Slow on Karmic w/ NVIDIA and 2.6.30 Kernel

2009-09-10 Thread Diggs808
I can confirm this as well.  Just updated and rebooted.

Interesting tidbits from kern.log:

Sep 10 18:12:53 Phoenix kernel: [5.867229] nvidia: module license 'NVIDIA' 
taints kernel.
Sep 10 18:12:53 Phoenix kernel: [5.867235] Disabling lock debugging due to 
kernel taint
Sep 10 18:12:53 Phoenix kernel: [5.876511] dcdbas dcdbas: Dell Systems 
Management Base Driver (version 5.6.0-3.2)
Sep 10 18:12:53 Phoenix kernel: [5.877300] intel_rng: FWH not detected
Sep 10 18:12:53 Phoenix kernel: [6.126223] nvidia :01:00.0: PCI INT A 
-> GSI 16 (level, low) -> IRQ 16
Sep 10 18:12:53 Phoenix kernel: [6.126232] nvidia :01:00.0: setting 
latency timer to 64
Sep 10 18:12:53 Phoenix kernel: [6.126383] NVRM: loading NVIDIA UNIX x86 
Kernel Module  185.18.36  Fri Aug 14 17:18:04 PDT 2009
Sep 10 18:12:53 Phoenix kernel: [6.126456] NVRM: CPU does not support the 
PAT, falling back to MTRRs.

This is from /var/log/Xorg.0.log

(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
dlopen: /usr/lib/xorg/modules/extensions//libglx.so: undefined symbol: 
_nv28gl
(EE) Failed to load /usr/lib/xorg/modules/extensions//libglx.so
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (loader failed, 7)

I have also attached a copy of my nvidia bug report log

I am by no means an expert, but part of the problem seems to be that the
GLX Module is not being loaded.  I hope that this info helps resolve the
problem.

** Attachment added: "nvidia-bug-report.log"
   http://launchpadlibrarian.net/31627522/nvidia-bug-report.log

-- 
Compiz Slow on Karmic w/ NVIDIA and 2.6.30 Kernel
https://bugs.launchpad.net/bugs/391461
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 344228] Re: Deleting an image that's used as a desktop wallpaper removed it as a wallpaper without notice

2009-06-23 Thread Diggs808
Okay...I have an idea and maybe I should post it to Brainstorm, however
since this popped into my head while reading through this I thought I
would post it here.  Why not put a folder in the home folder
specifically labelled "My Wallpapers"  Then users would know to put a
copy of their wallpapers in this folder and it would always be available
as an option when one goes to change it.  There could be a code that put
a copy of any image right clicked and utilized as a wallpaper.  With it
being a default wallpaper folder, then users like me who collect
wallpapers will always have a default folder to drop them into.

-- 
Deleting an image that's used as a desktop wallpaper removed it as a wallpaper 
without notice
https://bugs.launchpad.net/bugs/344228
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 251252] Re: linux-backports-modules-2.6.24-21-generic causes kernel panic when unloading Intel Wireless driver

2008-10-07 Thread Diggs808
Is there a reason why the wireless LED blinks on traffic?  Personally, 
it drives me nuts since my LED is right below my screen.  Any way to 
give users an option to either have it say on steady or blink on traffic?

David

Øyvind Stegard wrote:
> I built the new backports-release myself, since the i386-build isn't
> available from Launchpad, yet.
>
> Observations after some quick testing:
> * Wireless LED works again (and blinks on traffic). 
> * No kernel panic when module iwl3945 is removed.
> * Wireless works fine in general.
>
> Ubuntu Hardy x86, Lenovo Thinkpad Z61m, Intel PRO wireless 3945 chipset.
>
> Thanks ! :)
>
>

-- 
linux-backports-modules-2.6.24-21-generic causes kernel panic when unloading 
Intel Wireless driver
https://bugs.launchpad.net/bugs/251252
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 251754] Re: kernel panic on suspend, hibernate

2008-07-28 Thread Diggs808
Same here:
latitude D820
Hardy 8.04.1 
i3945 Intel Wireless

-- 
kernel panic on suspend, hibernate
https://bugs.launchpad.net/bugs/251754
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