[Bug 1457852] Re: Optiplex 9020 reboots rather than shutting down if USB3 enabled

2015-05-26 Thread Carl Hetherington
I see the same thing with Optiplex 9020 and BIOS A10.  For reference,
git commit 01414f897d20874f6f5d7ef2f756f5bf2df526fc introduced the
problem.

commit 01414f897d20874f6f5d7ef2f756f5bf2df526fc
Author: Denis Turischev denis.turisc...@compulab.co.il
Date:   Tue May 20 14:00:42 2014 +0300

xhci: Switch only Intel Lynx Point-LP ports to EHCI on shutdown.

BugLink: http://bugs.launchpad.net/bugs/1402853

commit 0a939993bff117d3657108ca13b011fc0378aedb upstream.

Patch xhci: Switch Intel Lynx Point ports to EHCI on shutdown.
commit c09ec25d3684cad74d851c0f028a495999591279 is not fully correct

It switches both Lynx Point and Lynx Point-LP ports to EHCI on shutdown.
On some Lynx Point machines it causes spurious interrupt,
which wake the system: bugzilla.kernel.org/show_bug.cgi?id=76291

On Lynx Point-LP on the contrary switching ports to EHCI seems to be
necessary to fix these spurious interrupts.

Signed-off-by: Denis Turischev de...@compulab.co.il
Reported-by: Wulf Richartz wulf.richa...@gmail.com
Cc: Mathias Nyman mathias.ny...@linux.intel.com
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org
Signed-off-by: Kamal Mostafa ka...@canonical.com

diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
index 3fc8d9e..21223f8 100644
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
@@ -138,7 +138,9 @@ static void xhci_pci_quirks(struct device *dev, struct 
xhci_hcd *xhci)
 */
if (pdev-subsystem_vendor == PCI_VENDOR_ID_HP)
xhci-quirks |= XHCI_SPURIOUS_WAKEUP;
-
+   }
+   if (pdev-vendor == PCI_VENDOR_ID_INTEL 
+   pdev-device == PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI) {
xhci-quirks |= XHCI_SPURIOUS_REBOOT;
}
if (pdev-vendor == PCI_VENDOR_ID_ETRON 

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

Title:
  Optiplex 9020 reboots rather than shutting down if USB3 enabled

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

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


[Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-12-09 Thread Carl Hetherington
The fixes for the problem I was seeing related to this bug are in Linux
3.18:

https://lkml.org/lkml/2014/12/7/202

(by David Howells).

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

Title:
  Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

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

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


[Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-10-30 Thread Carl Hetherington
I think this patch:
http://article.gmane.org/gmane.linux.nfs/67156
is another fix for this bug.  I'm sure it is more elegant than mine.  @Bryan: 
perhaps you could test it?

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

Title:
  Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

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

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


[Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-10-22 Thread Carl Hetherington
Bryan: AFAICS the thing is that keyutils changes things so that the
id_resolv uid:user@fqdn keys never expire.  Without it, they expire
after 10 minutes, and that triggers the bug which my kernel patch
fixes.

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

Title:
  Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

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

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


[Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-10-16 Thread Carl Hetherington
Hi Michael,

Thanks... installing keyutils seems to work for me too (without the
kernel patch).  I haven't investigated too closely, but it looks like
the two fixes are sort-of equivalent.  The userspace fix is far more
appealing, though!

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

Title:
  Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

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

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


[Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-10-02 Thread Carl Hetherington
Hi Bryan, I'm glad it's working, thanks for the report.  No response on
LKML yet; here's the message:

https://lkml.org/lkml/2014/9/30/435

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

Title:
  Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

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

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


[Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-09-30 Thread Carl Hetherington
Actually, I think this patch is a bit less invasive.  I'll submit to the
mainline kernel list and pick up my fire extinguisher ;)

** Patch added: nfs_patch2.patch
   
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1124250/+attachment/4220337/+files/nfs_patch2.patch

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

Title:
  Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

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

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


[Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-09-29 Thread Carl Hetherington
I have poked at this a bit.  On my system, running this:

#!/bin/bash
while [ 1 ]; do
  touch foo
  test=`ls -lh foo | grep -v c.hetherington`
  if [ $test ==  ]; then
echo OOPS
echo $test
  fi
  sleep 1s
  rm foo
done

prints OOPS exactly 10 minutes after the first resolution of my username
(c.hetherington) to my uid (1).  When this happens, -2 is returned
as the uid/gid of the test file.

As far as I can see:

nfs_map_name_to_uid() returns -2 in *uid; it calls
nfs_idmap_lookup_id() which fails because it calls
nfs_idmap_get_key() which fails because it calls
nfs_idmap_request_key() which fails because it calls
request_key_with_auxdata() which fails because it calls
wait_for_key_construction() which fails because
key_validate() returns EKEYEXPIRED.

At some point subsequently, a new call to nfs_map_name_to_uid ends up
calling /sbin/request-key after which everything is ok again.

I'm printk()ing the kernel and testing here so let me know if there's
anything useful I can try.

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

Title:
  Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

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

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


[Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-09-29 Thread Carl Hetherington
The attached patch is a hack (to Ubuntu's 3.13.0 as shipped with 14.04)
which seems to help here.  I am no kernel developer, but maybe it will
help to describe the problem and suggest a proper solution.

** Patch added: 
0001-Invalidate-expired-keys-when-they-are-requested-in-o.patch
   
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1124250/+attachment/4219275/+files/0001-Invalidate-expired-keys-when-they-are-requested-in-o.patch

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

Title:
  Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

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

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


[Bug 1271596] Re: Terminal Windows disappear after gnome-shell restart

2014-05-23 Thread Carl Hetherington
Strike that last comment: it's back, I saw it again today on resume.
gnome-shell appeared to restart and then this bug manifested.

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

Title:
  Terminal Windows disappear after gnome-shell restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1271596/+subscriptions

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


[Bug 1271596] Re: Terminal Windows disappear after gnome-shell restart

2014-05-22 Thread Carl Hetherington
This bug appears to have gone away here in the last few days.

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

Title:
  Terminal Windows disappear after gnome-shell restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1271596/+subscriptions

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


[Bug 1271596] Re: Terminal Windows disappear after gnome-shell restart

2014-05-09 Thread Carl Hetherington
Also, I see it every time I do Alt-F2 and type 'r'; when the shell comes
back up this bug manifests.

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

Title:
  Terminal Windows disappear after gnome-shell restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1271596/+subscriptions

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


[Bug 1271596] Re: Terminal Windows disappear after gnome-shell restart

2014-05-08 Thread Carl Hetherington
I never saw this on 13.10 but now see it intermittently (about 1 in
every 5 resumes) on 14.04.

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

Title:
  Terminal Windows disappear after gnome-shell restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1271596/+subscriptions

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


[Bug 582809] Re: Synaptics Clickpad touchpad buttons are not working

2010-10-10 Thread Carl Hetherington
The patch fixes the problem for me (HP Probook 4520s, Synaptics
Touchpad, model: 1, fw: 7.4, id: 0x1e0b1, caps:
0xd04771/0xe4/0x5a0400)

-- 
Synaptics Clickpad touchpad buttons are not working
https://bugs.launchpad.net/bugs/582809
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 289491] Re: [Intrepid] 800x600 maximum resolution on Toshiba Satellite S1800-921

2010-09-21 Thread Carl Hetherington
This laptop has now died, so I can no longer help with this bug!
Thanks.

-- 
[Intrepid] 800x600 maximum resolution on Toshiba Satellite S1800-921
https://bugs.launchpad.net/bugs/289491
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 642502] Re: LightsOff game crashes on startup

2010-09-18 Thread Carl Hetherington

** Attachment added: CoreDump.gz
   https://bugs.launchpad.net/bugs/642502/+attachment/1606168/+files/CoreDump.gz

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/642502/+attachment/1606169/+files/Dependencies.txt

** Attachment added: Disassembly.txt
   
https://bugs.launchpad.net/bugs/642502/+attachment/1606170/+files/Disassembly.txt

** Attachment added: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/642502/+attachment/1606171/+files/ProcMaps.txt

** Attachment added: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/642502/+attachment/1606172/+files/ProcStatus.txt

** Attachment added: Registers.txt
   
https://bugs.launchpad.net/bugs/642502/+attachment/1606173/+files/Registers.txt

** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/642502/+attachment/1606174/+files/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/642502/+attachment/1606175/+files/ThreadStacktrace.txt

** Attachment added: XsessionErrors.txt
   
https://bugs.launchpad.net/bugs/642502/+attachment/1606176/+files/XsessionErrors.txt

** Visibility changed to: Public

-- 
LightsOff game crashes on startup
https://bugs.launchpad.net/bugs/642502
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 548709] Re: [R423] gamma bug, display too bright when using DVI-VGA adapter

2010-04-12 Thread Carl Hetherington
The patch

44cc309323e38fc4fa7b7c7bea190aeaa0abd224 
[PATCH] drm/radeon/kms: more atom parser fixes

from the fdo.org bug fixes my problems.  Many thanks!

-- 
[R423] gamma bug, display too bright when using DVI-VGA adapter
https://bugs.launchpad.net/bugs/548709
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 548709] Re: Radeon gamma bug, display too bright when using VGA

2010-04-03 Thread Carl Hetherington
Problems disappear when using fglrx, but then you lose compiz (and free-
ness!)

-- 
Radeon gamma bug, display too bright when using VGA
https://bugs.launchpad.net/bugs/548709
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 548709] Re: Radeon gamma bug, display too bright when using VGA

2010-04-01 Thread Carl Hetherington
I think I'm seeing this same problem on a Radeon HD3450.  I have two
identical monitors, both with VGA inputs.  One is connected to the
card's VGA output, and looks fine.  The other is connected to the card's
DVI output via an adapter, and looks washed out in the sense described
by other reporters.  This has happened during the upgrade to Lucid.

-- 
Radeon gamma bug, display too bright when using VGA
https://bugs.launchpad.net/bugs/548709
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 289491] Re: [Intrepid] 800x600 maximum resolution on Toshiba Satellite S1800-921

2008-11-21 Thread Carl Hetherington
Hi Jason

Thanks for the pointers!  That thread did indeed fix it for me; I
changed my xorg.conf to:

Section Device
Identifier  Configured Video Device
EndSection

Section Monitor
Identifier Monitor0
Option DPMS
HorizSync 28-64
VertRefresh 43-60
EndSection

Section Screen
Identifier Default Screen
Monitor Monitor0
Device Configured Video Device
DefaultDepth 24
SubSection Display
Depth 24
Modes 1024x768 800x600 640x480
EndSubSection
EndSection

and now I can get 1024x768.  Thanks!

So I guess the bug now is just that this should have been auto-setup for
me, rather than me having to fiddle with xorg.conf.

-- 
[Intrepid] 800x600 maximum resolution on Toshiba Satellite S1800-921
https://bugs.launchpad.net/bugs/289491
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 289491] Re: [Intrepid] 800x600 maximum resolution on Toshiba Satellite S1800-921

2008-11-07 Thread Carl Hetherington
Hi Bryce

Attachments added as requested.  I haven't modified xorg.conf.

-- 
[Intrepid] 800x600 maximum resolution on Toshiba Satellite S1800-921
https://bugs.launchpad.net/bugs/289491
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 289491] Re: [Intrepid] 800x600 maximum resolution on Toshiba Satellite S1800-921

2008-11-07 Thread Carl Hetherington

** Attachment added: Output of lspci -vvnn
   http://launchpadlibrarian.net/19459595/lspci

-- 
[Intrepid] 800x600 maximum resolution on Toshiba Satellite S1800-921
https://bugs.launchpad.net/bugs/289491
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 289491] Re: [Intrepid] 800x600 maximum resolution on Toshiba Satellite S1800-921

2008-11-07 Thread Carl Hetherington

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

-- 
[Intrepid] 800x600 maximum resolution on Toshiba Satellite S1800-921
https://bugs.launchpad.net/bugs/289491
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 289491] [NEW] [Intrepid] 800x600 maximum resolution on Toshiba Satellite S1800-921

2008-10-26 Thread Carl Hetherington
Public bug reported:

My laptop (Toshiba Satellite S1800-921) has a 1024x768 screen.  On Hardy
this was auto-detected fine and the full resolution was used.

On Intrepid (updated as of today) I get 800x600, and this is the highest
resolution offered by the screen resolution preferences dialogue.

Let me know if there is any more information I can provide.

[EMAIL PROTECTED]:~$ xrandr
Screen 0: minimum 320 x 240, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
   800x60060.0*56.0  
   640x48060.0  
   400x30060.0 56.0  
   320x24060.0  
[EMAIL PROTECTED]:~$ sudo ddcprobe

vbe: VESA 2.0 detected.
oem: Trident CYBER 8820
memory: 16384kb
mode: 1280x1024x16m
mode: 1280x1024x64k
mode: 1280x1024x32k
mode: 1024x768x16m
mode: 1280x1024x256
mode: 640x480x16m
mode: 800x600x16m
mode: 1024x768x32k
mode: 1024x768x64k
mode: 800x600x32k
mode: 800x600x64k
mode: 640x480x32k
mode: 640x480x64k
mode: 1024x768x256
mode: 1280x1024x16
mode: 320x200x32k
mode: 320x200x64k
mode: 320x200x16m
mode: 640x400x256
mode: 640x480x256
mode: 800x600x256
mode: 1024x768x16
mode: 132x25 (text)
mode: 132x43 (text)
mode: 132x60 (text)
mode: 80x60 (text)
mode: 800x600x16
edid: 
edid: 1 3
id: 5082
eisa: TOS5082
serial: 
manufacture: 0 1990
input: analog signal.
screensize: 29 22
gamma: 1.00
dpms: RGB, no active off, suspend, standby
timing: [EMAIL PROTECTED] Hz (VGA 640x400, IBM)
timing: [EMAIL PROTECTED] Hz (VESA)
timing: [EMAIL PROTECTED] Hz (VESA)
timing: [EMAIL PROTECTED] Hz Interlaced (8514A)
ctiming: [EMAIL PROTECTED]
ctiming: [EMAIL PROTECTED]
dtiming: [EMAIL PROTECTED]
monitorname: TOSHIBA Inte
monitorname: rnal Panel
monitorname: 

[EMAIL PROTECTED]:~$ lspci
00:00.0 Host bridge: ALi Corporation M1644/M1644T Northbridge+Trident (rev 01)
00:01.0 PCI bridge: ALi Corporation PCI to AGP Controller
00:02.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:04.0 IDE interface: ALi Corporation M5229 IDE (rev c3)
00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link 
Controller Audio Device (rev 01)
00:07.0 ISA bridge: ALi Corporation M1533/M1535/M1543 PCI to ISA Bridge 
[Aladdin IV/V/V+]
00:08.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU]
00:0a.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 
(rev 0d)
00:11.0 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus 
Bridge with ZV Support (rev 32)
00:11.1 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus 
Bridge with ZV Support (rev 32)
01:00.0 VGA compatible controller: Trident Microsystems CyberBlade XPAi1 (rev 
82)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[Intrepid] 800x600 maximum resolution on Toshiba Satellite S1800-921
https://bugs.launchpad.net/bugs/289491
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