[Bug 1883336] Re: Dell Precision 7730, sig=0x906ea/20200609, System hangs when resuming from S3 if in battery mode

2020-07-04 Thread Mark Bidewell
** Also affects: fedora
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1883336

Title:
  Dell Precision 7730, sig=0x906ea/20200609, System hangs when resuming
  from S3 if in battery mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1883336/+subscriptions

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

[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-09 Thread Mark Bidewell
I got in contact with the e1000e driver maintainers.  After trying some
of there suggestions, it looks like a case of bad HW.  Thanks for your
help.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-07 Thread Mark Bidewell
I am including Karsten's response for the record here.  I sent him some
additional info (recorded above), but have not heard back.

Hi Mark,

Am 03.11.2012 03:05, schrieb Mark Bidewell:
 I have a DP35DP mainboard with the 82566DC-2 onboard NIC.  I installed
 Ubuntu 12.04 with Kernel 3.2.  At some point in that series, the NIC
 stopped being recognized (eth0 would show no such device) moving to
 earlier or later versions did not solve the issue.  I am trying to
 determine if this is just a HW failure or if the EEPROM bug from
 2.6.27 could have resurfaced.

Hmm, I do not think so, but it could be related.
The bug with 2.6.27 was not a single bug it was a combination of
different issues.

1. The BIOS area holding the e1000e firmware und PCI settings was not
write protected
2. A BUG in combination with a race condition in some kernel component
did caused writes to random memory location.
3. If the write did happen on the BIOS flash control area it did cause
an erase of the e1000e BIOS section, on the next reboot the card was not
longer detected by the system, because the PCI IDs of the device were
set to 0:0 .

This was fixed by several changes, so for example the e1000e driver now
does set bits which do write protect the firmware until next power
cycle. (And at least the race condition/random memory write BUG was
fixed as well.

So it would be from interest, if lspci -v still show the device, if
it is in the failure mode.

 The symptoms are different but what
 makes me suspicious that this could be an EEPROM issue is that if the
 BIOS Setup is accessed (even if no changes are made) the card will
 work flawlessly until the system is powered off for 5-10 minutes.

Hmm, I would suggest the check the RTC/NVRAM mainboard battery and
replace it (usually a 3V 2032 Lithium cell).


 Do you think this could be an EEPROM problem?


I cannot rule out that the EEProm was damaged. So far I remember
here were 2 copies of this area, so maybe one got corrupted and
if you go via BIOS setup the other area is used. Which area is in used
maybe is saved in the BIOS NV data, so if the battery is weak it could
be lost this data.

Best Regards

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-06 Thread Mark Bidewell
Unfortunately the modprobe fix turned out to be a mirage, and the card
stopped working after the computer had been shutdown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-06 Thread Mark Bidewell
Some more observations working on the Issue, when the NIC is working
lspci reports it has the bus master flag, MSI is enabled, and IRQ
typically 46.  When not working lspci reports no busmaster, MSI is
disabled, and IRQ is 20.  Syslog always reports e1000e looking at IRQ
46.  In the failure case, the card remains unclaimed and the mei driver
claims IRQ 46.

This raises two questions:
1)  Why do the settings change and are both valid?
2)  Why does e1000e always report IRQ 46 when lspci reports IRQ 20?

Any ideas on how to investigate further?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-05 Thread Mark Bidewell
Ran some more tests.  After noting the BIOS setup correlation, I
replaced the BIOS battery and reflashed the the BIOS.  This did not
appear to have any effect.

I just tried creating a modprobe conf file with alias eth0 e1000e.
After a reboot the NIC was back and functioning.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-03 Thread Mark Bidewell
I have gotten in contact with Karsten and sent him some data.  I took
lspci and syslog snapshots in both working and nonworking condition and
there are differences which may prove enlightening so I am including it
here.

** Attachment added: lspci in the nonworking state
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+attachment/3422730/+files/nonworking_lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-03 Thread Mark Bidewell
** Attachment added: lspci in the working state
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+attachment/3422731/+files/working_lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-03 Thread Mark Bidewell
** Attachment added: Syslog in the nonworking state
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+attachment/3422732/+files/nonworking_syslog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-03 Thread Mark Bidewell
** Attachment added: Syslog in the working state
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+attachment/3422733/+files/working_syslog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-02 Thread Mark Bidewell
I have attempted to reach out to Karsten.  Unfortunately @suse.de is not
longer valid.  I will update if/when I hear back.  What is clear is that
this problem is hardware related due to the fact that reverting to an
older/working kernel does not fix it.  What is unclear is if a kernel
bug created the issue or if it was a coincidence.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-02 Thread Mark Bidewell
Thanks, I will do that.  I was looking in launchpad to see if there were
any similar bugs. Number 1014490 mentions in the comments that the
SuperMicro Tech Support suggest a EEPROM flush.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-01 Thread Mark Bidewell
I have tried to reproduce this with Lucid which had worked correctly,
but that exhibited the same bug.  My only conclusion is that this is a
hardware failure.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-01 Thread Mark Bidewell
** Changed in: linux (Ubuntu)
   Status: Invalid = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-11-01 Thread Mark Bidewell
I did a little more research and there were cases in the past where
e1000e could cause a HW failure so I don't know if this is invalid or
not..  It appears that in the 2.6.27 series there were bugs in the
e1000e driver which could corrupt its EEPROM.  Could this bug have
resurfaced?  If I go into the BIOS Setup, eth0 will work until the
system is shutdown.

https://bugzilla.redhat.com/show_bug.cgi?id=459202

Any thoughts where to go from here?

** Bug watch added: Red Hat Bugzilla #459202
   https://bugzilla.redhat.com/show_bug.cgi?id=459202

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] [NEW] Intel NIC driver e1000e not claiming HW

2012-10-29 Thread Mark Bidewell
Public bug reported:

The intel e100e driver does not appear to be claming a intel 82566DC-2
NIC. It was working fine until sometime post 12.04.1. 12.10 also
exhibits this behavior. The RealTek Wireless I installed as a backup
works fine. I built the latest Intel driver but it exhibited the same
problems

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-17-generic 3.5.0-17.28
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cbidewell   1710 F pulseaudio
Date: Mon Oct 29 09:33:26 2012
HibernationDevice: RESUME=UUID=bd24c89a-e8d0-4552-851e-a550cb201fd6
InstallationDate: Installed on 2012-10-24 (4 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-17-generic 
root=/dev/mapper/cbdesktop-root ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-17-generic N/A
 linux-backports-modules-3.5.0-17-generic  N/A
 linux-firmware1.95
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/15/2009
dmi.bios.vendor: Intel Corp.
dmi.bios.version: DPP3510J.86A.0572.2009.0715.2346
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: DP35DP
dmi.board.vendor: Intel Corporation
dmi.board.version: AAD81073-209
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrDPP3510J.86A.0572.2009.0715.2346:bd07/15/2009:svn:pn:pvr:rvnIntelCorporation:rnDP35DP:rvrAAD81073-209:cvn:ct3:cvr:

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


** Tags: amd64 apport-bug quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: Intel NIC driver e1000e not claiming HW

2012-10-29 Thread Mark Bidewell
Adding additional logging from lshw

** Attachment added: NICBug.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+attachment/3417578/+files/NICBug.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1072722] Re: 8086:294c Intel NIC driver e1000e not claiming HW

2012-10-29 Thread Mark Bidewell
Unfortunately, I cannot pinpoint the exact kernel, I went back and tried
a 12.04.1 LiveCD and the bug was there so I could be mistaken when it
first exhibited.  It happened once a few weeks ago a reboot brought it
back, then this week eth0 disappeared and has only sporadically
returned.   What I know for sure is that I installed 12.04 on that box
within a week of release and had no problems until recently.  I also
wonder if this could be a firmware or udev issue,  as I was researching
this issue, I ran across  forum posts reporting similar issues with
older kernels in other distros:

http://us.generation-nt.com/answer/gentoo-user-interface-eth0-does-not-exist-e1000e-e1000-help-204597341.html
https://bbs.archlinux.org/viewtopic.php?id=99571

The intel driver I built on 12.10 was Version 2.1.14 from
http://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=15817

Unfortunately, I cannot rule out hardware failure, I will try to find an
older version to try.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072722

Title:
  8086:294c Intel NIC driver e1000e not claiming HW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072722/+subscriptions

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


[Bug 1070182] Re: Can't connect to the network through a wired connection - Network dialog shows Wired Cable unplugged

2012-10-28 Thread Mark Bidewell
I am seeing this issue as well with an intel 82566DC-2 NIC.  It was
working fine until sometime post 12.04.1.  12.10 also exhibits this
behavior.  The RealTek Wireless I installed as a backup works fine.  I
built the latest Intel driver but it exhibited the same problems

** Attachment added: NICBug.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1070182/+attachment/3416853/+files/NICBug.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1070182

Title:
  Can't connect to the network through a wired connection - Network
  dialog shows Wired Cable unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1070182/+subscriptions

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


[Bug 982028] Re: Broadcom driver hard locks on boot

2012-04-16 Thread Mark Bidewell
*** This bug is a duplicate of bug 956677 ***
https://bugs.launchpad.net/bugs/956677

I just found another bug covering this here:

 https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/945257

Apologies for the duplicate.

** This bug has been marked a duplicate of bug 956677
   Live CD boot fails, b43 error

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/982028

Title:
  Broadcom driver hard locks on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/982028/+subscriptions

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


[Bug 950295] Re: acer laptop hangs during boot process; 12.04 - b43 driver

2012-04-16 Thread Mark Bidewell
Whoops, accidentally changed the status of the bug.  Can it be changed
back?

** Changed in: linux (Ubuntu)
   Status: Triaged = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/950295

Title:
  acer laptop hangs during boot process; 12.04 - b43 driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/950295/+subscriptions

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


[Bug 982028] [NEW] Broadcom driver hard locks on boot

2012-04-14 Thread Mark Bidewell
Public bug reported:

When I attempt to install Ubuntu/Kubuntu 12.04 Beta 2 on a laptop with a
b43 miniPCI wireless card, then system hard locks on boot when
attempting to load the network drivers.  Using the alternate installer I
can install but the resulting install will not boot with the same
problem.  Removing the miniPCI card allows the system to boot.  I
attempted to install the b43-firmware-installer it did not appear to fix
the problem.  Neither did fully updating the system.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/982028

Title:
  Broadcom driver hard locks on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/982028/+subscriptions

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


[Bug 934199] Re: Display Resolution set in KDE System Settings is not preserved

2012-02-18 Thread Mark Bidewell
I updated and as you suspected the problem is resolved, should have done
that first.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/934199

Title:
  Display Resolution set in KDE System Settings is not preserved

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/934199/+subscriptions

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


[Bug 934199] [NEW] Display Resolution set in KDE System Settings is not preserved

2012-02-17 Thread Mark Bidewell
Public bug reported:

I am running Kubuntu 12.04 Alpha 2.  When I set the display resolution
in System Settings, it works fine however, when I reboot, the resolution
reverts to 640x480.  This is using VMWare Fusion 4.  I have run Fedora
16 KDE in the same VMWare without this issue.

** Affects: kde-workspace (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/934199

Title:
  Display Resolution set in KDE System Settings is not preserved

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/934199/+subscriptions

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


[Bug 927248] Re: Unity display problems

2012-02-14 Thread Mark Bidewell
One other thing I might add, I noticed Mesa 8.0 is in Precise.  There
has been a lot of talk on Phronix and other blogs  about Mesa 8.0 and
the llvmpipe driver which can be used for software rendering on non-
accelerated HW.  Fedora 17 plans on using llvmpipe to allow gnome-shell
on non-accelerated HW.  When was Mesa 8.0 pushed?  A bug or issue with
Mesa 8.0 might be able to explain this bug.

1) It would explain why Unity doesn't autofailback to Unity 2D (It takes the 
llvmpipe driver as sufficient).
2) If there are issues with Mesa it would explain  the corrupted screens and 
why Unity 2D functions properly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927248

Title:
  Unity display problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/927248/+subscriptions

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


[Bug 927248] Re: Unity display problems

2012-02-05 Thread Mark Bidewell
To add to this, I saw this issue in VMWare Fusion.  Most windows were
not drawing properly.  It seemed to me that Ubuntu was attempting to
load Unity 3D on non-accelerated HW.  Explicitly choosing Ubuntu 2D at
login fixed the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927248

Title:
  Unity display problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/927248/+subscriptions

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


[Bug 927253] [NEW] Ubuntu Desktop menu not displayed on Unity 2D

2012-02-05 Thread Mark Bidewell
Public bug reported:

When Using Unity 5.x, the Ubuntu Desktop menu does not display when
flying over the top bar.  All other applications work as they should.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927253

Title:
  Ubuntu Desktop menu not displayed on Unity 2D

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/927253/+subscriptions

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


[Bug 851462] Re: [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x02000004

2011-09-15 Thread Mark Bidewell
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851462

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/851462/+subscriptions

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


[Bug 851462] [NEW] [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x02000004

2011-09-15 Thread Mark Bidewell
Public bug reported:

Error seems to occur on login

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu1
Architecture: i386
Chipset: i915gm
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Wed Sep 14 20:05:18 2011
DistUpgraded: Log time: 2011-09-04 17:45:38.629635
DistroCodename: oneiric
DistroVariant: ubuntu
DuplicateSignature: [i915gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x0204 Ubuntu 11.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:01c9]
   Subsystem: Dell Device [1028:01c9]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
InterpreterPath: /usr/bin/python2.7
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Dell Inc. ME051
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-11-generic 
root=UUID=ac46c132-c14c-4dea-a1ef-750f986e0fb6 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+7ubuntu7
 libdrm2  2.4.26-1ubuntu1
 xserver-xorg-video-intel 2:2.15.901-1ubuntu2
SourcePackage: xserver-xorg-video-intel
Title: [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x0204
UpgradeStatus: Upgraded to oneiric on 2011-09-04 (11 days ago)
UserGroups:
 
dmi.bios.date: 04/27/2006
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: 0DK344
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd04/27/2006:svnDellInc.:pnME051:pvr:rvnDellInc.:rn0DK344:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: ME051
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.5.94+bzr2803-0ubuntu5
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash false-gpu-hang freeze i386 need-duplicate-check oneiric 
ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851462

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/851462/+subscriptions

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


[Bug 850512] Re: Garbage pixels in unity 2D

2011-09-14 Thread Mark Bidewell
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/850512

Title:
  Garbage pixels in unity 2D

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/850512/+subscriptions

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


[Bug 850512] Re: Garbage pixels in unity 2D

2011-09-14 Thread Mark Bidewell
Here is a screenshot showing the issue.

** Attachment added: Screenshot at 2011-09-14 20:15:04.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/850512/+attachment/2405343/+files/Screenshot%20at%202011-09-14%2020%3A15%3A04.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/850512

Title:
  Garbage pixels in unity 2D

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/850512/+subscriptions

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


[Bug 850512] [NEW] Garbage pixels in unity 2D

2011-09-14 Thread Mark Bidewell
Public bug reported:

In Unity 2D there are some garbage pixels on the top of the upper bar
primarily on the upper right.  Unity 3D does not have this issue.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity-services 4.14.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu1
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,imgpng,place,resize,grid,move,compiztoolbox,session,regex,vpswitch,unitymtgrabhandles,snap,mousepoll,gnomecompat,animation,wall,fade,expo,ezoom,scale,workarounds,unityshell]
CompositorRunning: None
Date: Wed Sep 14 20:08:07 2011
DistUpgraded: Log time: 2011-09-04 17:45:38.629635
DistroCodename: oneiric
DistroVariant: ubuntu
ExecutablePath: /usr/lib/unity/unity-panel-service
GraphicsCard:
 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:01c9]
   Subsystem: Dell Device [1028:01c9]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Dell Inc. ME051
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-11-generic 
root=UUID=ac46c132-c14c-4dea-a1ef-750f986e0fb6 ro quiet splash vt.handoff=7
SourcePackage: unity
UnitySupportTest: Error: command ['/usr/lib/nux/unity_support_test', '-p', 
'-f'] failed with exit code -11:
UpgradeStatus: Upgraded to oneiric on 2011-09-04 (10 days ago)
dmi.bios.date: 04/27/2006
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: 0DK344
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd04/27/2006:svnDellInc.:pnME051:pvr:rvnDellInc.:rn0DK344:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: ME051
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.5.94+bzr2803-0ubuntu3
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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


** Tags: apport-bug i386 oneiric regression reproducible running-unity ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/850512

Title:
  Garbage pixels in unity 2D

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/850512/+subscriptions

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


[Bug 847228] [NEW] [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x01000000

2011-09-11 Thread Mark Bidewell
*** This bug is a duplicate of bug 828684 ***
https://bugs.launchpad.net/bugs/828684

Public bug reported:

This issue occurs reliably on login.

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.22.1-0ubuntu2
Architecture: i386
Chipset: i915gm
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sun Sep  4 19:39:24 2011
DistUpgraded: Log time: 2011-09-04 17:45:38.629635
DistroCodename: oneiric
DistroVariant: ubuntu
DuplicateSignature: [i915gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x0100 Ubuntu 11.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:01c9]
   Subsystem: Dell Device [1028:01c9]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
InterpreterPath: /usr/bin/python2.7
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Dell Inc. ME051
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-10-generic 
root=UUID=ac46c132-c14c-4dea-a1ef-750f986e0fb6 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+7ubuntu6
 libdrm2  2.4.26-1ubuntu1
 xserver-xorg-video-intel 2:2.15.901-1ubuntu2
SourcePackage: xserver-xorg-video-intel
Title: [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x0100
UpgradeStatus: Upgraded to oneiric on 2011-09-04 (6 days ago)
UserGroups:
 
dmi.bios.date: 04/27/2006
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: 0DK344
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd04/27/2006:svnDellInc.:pnME051:pvr:rvnDellInc.:rn0DK344:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: ME051
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.5.92+bzr2791-0ubuntu2
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash compiz-0.9 false-gpu-hang freeze i386 oneiric ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/847228

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/847228/+subscriptions

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


[Bug 847228] Re: [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x01000000

2011-09-11 Thread Mark Bidewell
*** This bug is a duplicate of bug 828684 ***
https://bugs.launchpad.net/bugs/828684

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/847228

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/847228/+subscriptions

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


[Bug 636425] Re: compositing doesn't work [intel]

2011-01-03 Thread Mark Bidewell
I have encountered this with Lubuntu as well.  Effects worked fine on
Ubuntu 10.04 LTS

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/636425

Title:
  compositing doesn't work [intel]

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


[Bug 561734] Re: quadrapassel doesn't start: Failed to initialise clutter: Unable to select the newly created GLX context

2010-04-22 Thread Mark Bidewell
Will this xorg update be made available as a normal update for 10.04?

-- 
quadrapassel doesn't start: Failed to initialise clutter: Unable to select the 
newly created GLX context
https://bugs.launchpad.net/bugs/561734
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 561734] Re: quadrapassel doesn't start: Failed to initialise clutter: Unable to select the newly created GLX context

2010-04-20 Thread Mark Bidewell
I reported this on the fedora-devel mailing list as well.  Here is a
link to the thread:

http://lists.fedoraproject.org/pipermail/devel/2010-April/134957.html

For those having issues with nouveau, are there any optional Mesa
packages in Ubuntu similar to that referenced in the thread?

-- 
quadrapassel doesn't start: Failed to initialise clutter: Unable to select the 
newly created GLX context
https://bugs.launchpad.net/bugs/561734
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 561734] Re: quadrapassel doesn't start: Failed to initialise clutter: Unable to select the newly created GLX context

2010-04-19 Thread Mark Bidewell
I just tried Fedora 13 Beta in KVM and received the same error.  Fedora
13 on my real HW (Geforce 8600GTS) works

-- 
quadrapassel doesn't start: Failed to initialise clutter: Unable to select the 
newly created GLX context
https://bugs.launchpad.net/bugs/561734
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 561734] Re: quadrapassel doesn't start

2010-04-14 Thread Mark Bidewell
I have tried on VirtualBox and KVM (graphics set to VMWare and std)

-- 
quadrapassel doesn't start
https://bugs.launchpad.net/bugs/561734
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 552134] Re: quadrapassel cannot load

2010-04-04 Thread Mark Bidewell
As an FYI my tests were with VirtualBox and Qemu-KVM

-- 
quadrapassel cannot load
https://bugs.launchpad.net/bugs/552134
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 552134] [NEW] quadrapassel cannot load

2010-03-30 Thread Mark Bidewell
Public bug reported:

Binary package hint: gnome-games

When attempting to load quadrapassel in Lucid the errors:

failed to create drawable
Failed to initialise clutter: Unable to select the newly created GLX context

Are displayed and quadrapassel will not load.  Glxgears runs fine.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: quadrapassel 1:2.30.0-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-18.27-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-18-generic i686
Architecture: i386
Date: Tue Mar 30 19:01:41 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100318)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-games

** Affects: gnome-games (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
quadrapassel cannot load
https://bugs.launchpad.net/bugs/552134
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 552134] Re: quadrapassel cannot load

2010-03-30 Thread Mark Bidewell

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42560902/Dependencies.txt

-- 
quadrapassel cannot load
https://bugs.launchpad.net/bugs/552134
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