[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011 and fujitsu livebook T4410

2010-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 2.6.32-18.27 --- linux (2.6.32-18.27) lucid; urgency=low [ Chase Douglas ] * SAUCE: Don't register vga16fb framebuffer if other framebuffers are present - LP: #527369 [ Loïc Minier ] * [Config] armel/versatile: Set CRAMFS=m

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011 and fujitsu livebook T4410

2010-03-25 Thread Chase Douglas
After browsing the lshw source, it does a lot of detection by opening and querying the framebuffer. I don't think we can teach lshw about vga16fb easily, and it would likely be very hackish. I've made a hackish patch for Lucid that would prevent vga16fb from registering after another framebuffer a

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011 and fujitsu livebook T4410

2010-03-25 Thread Chase Douglas
Basically, there's no good solution to this bug for Lucid. There's no reasonable way to keep vga16fb from loading when a suitable hw framebuffer is available. There's a hacked solution, but due to the lack of locking that I can find in register_framebuffer (maybe there's locking above, but I can't

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011 and fujitsu livebook T4410

2010-03-24 Thread Keng-Yü Lin
** Changed in: linux (Ubuntu Lucid) Assignee: Keng-Yü Lin (lexical) => Chase Douglas (chasedouglas) -- sudo lshw causes console to turn blue on dell inspiron 1011 and fujitsu livebook T4410 https://bugs.launchpad.net/bugs/527369 You received this bug notification because you are a member of

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011 and fujitsu livebook T4410

2010-03-24 Thread Bryce Harrington
On Tue, Mar 23, 2010 at 11:15:26PM -, Robert Hooker wrote: > Ok, after finding one of the dupes that was having this issue on the > same machine I'm using where I couldn't reproduce it I looked into it a > bit more. It looks like having vga16fb loaded (which I had blacklisted) > is what's caus

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011 and fujitsu livebook T4410

2010-03-24 Thread Keng-Yü Lin
** Changed in: linux (Ubuntu Lucid) Assignee: (unassigned) => Keng-Yü Lin (lexical) -- sudo lshw causes console to turn blue on dell inspiron 1011 and fujitsu livebook T4410 https://bugs.launchpad.net/bugs/527369 You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011 and fujitsu livebook T4410

2010-03-17 Thread Bryce Harrington
/proc/fb shows: 0 inteldrmfb 1 VGA16 VGA I'm gathering that this is some sort of incompatibility when opening VGA16 while inteldrmfb is in use... -- sudo lshw causes console to turn blue on dell inspiron 1011 and fujitsu livebook T4410 https://bugs.launchpad.net/bugs/527369 You received this

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011 and fujitsu livebook T4410

2010-03-17 Thread Bryce Harrington
Before anyone asks, yes I updated to latest stuff today with -16 kernel and tested. -- sudo lshw causes console to turn blue on dell inspiron 1011 and fujitsu livebook T4410 https://bugs.launchpad.net/bugs/527369 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-17 Thread Bryce Harrington
$ gcc fb.c -o fb && sudo ./fb open: 1 29 7425 mknod /var/run/fb-2925 open(/var/run/fb-2925, O_RDONLY) unlink(/var/run/fb-2925) close: 1 29 7425 This produces the screen corruption for me. vt switching clears it. ** Attachment added: "fb.c" http://launchpadlibrarian.net/41190118/fb.c ** Summ

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-17 Thread Bryce Harrington
On Wed, Mar 17, 2010 at 10:49:37PM -, Jason Herne wrote: > Bryce, thanks for testing this :) > So I guess it is official. This bug (messed up terminal colors with lshw) is > separate from 512251 (lshw lastmountpoint data corrupt). I did a bit more poking at it. It seems the issue is in the f

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-17 Thread Jason Herne
Bryce, thanks for testing this :) So I guess it is official. This bug (messed up terminal colors with lshw) is separate from 512251 (lshw lastmountpoint data corrupt). -- sudo lshw causes console to turn blue on dell inspiron 1011 https://bugs.launchpad.net/bugs/527369 You received this bug noti

Re: [Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-17 Thread Bryce Harrington
On Wed, Mar 17, 2010 at 10:14:29PM -, Jason Herne wrote: > 512251 is fixed in the upstream development release. > > Can someone who can recreate the terminal color problem please download > the latest lshw and see if you can recreate the problem? > > If you have subversion installed you can o

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-17 Thread Jason Herne
512251 is fixed in the upstream development release. Can someone who can recreate the terminal color problem please download the latest lshw and see if you can recreate the problem? If you have subversion installed you can obtain the code via this command: svn co http://ezix.org/source/packages/l

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-17 Thread Jason Herne
Ahha :) https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/512251 This bug seems to confirm my suspicion. It even talks about the terminal changing colors. ** Package changed: linux (Ubuntu Lucid) => lshw (Ubuntu Lucid) -- sudo lshw causes console to turn blue on dell inspiron 1011 https://

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-17 Thread Jason Herne
I am not able to reproduce this on either of my two computers... however... in my attempts I noticed that in all cases (on both systems) where the lastmountpoint attribute was displayed it seems to be corrupt. Could this corrupt sequence of characters possibly be interpreted as control characters

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-16 Thread gareth
Confirmed on latest Lucid. Compaq Presario C550em. Intel 945 chipset. -- sudo lshw causes console to turn blue on dell inspiron 1011 https://bugs.launchpad.net/bugs/527369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-12 Thread Usama Akkad
I can confirm it on an updated Lucid. using Asus Eee PC 1005HA -- sudo lshw causes console to turn blue on dell inspiron 1011 https://bugs.launchpad.net/bugs/527369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-12 Thread Usama Akkad
** Changed in: linux (Ubuntu Lucid) Status: New => Confirmed -- sudo lshw causes console to turn blue on dell inspiron 1011 https://bugs.launchpad.net/bugs/527369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-11 Thread Jeremy Foshee
Hi Bryce, Please be sure to confirm this issue exists with the latest development release of Ubuntu. ISO CD images are available from http://cdimage.ubuntu.com/releases/lucid . If the issue remains, please run the following command from a Terminal (Applications->Accessories->Terminal). It will

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-10 Thread Bryce Harrington
** Changed in: linux (Ubuntu Lucid) Importance: Undecided => High -- sudo lshw causes console to turn blue on dell inspiron 1011 https://bugs.launchpad.net/bugs/527369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-10 Thread Bryce Harrington
I've reproduced this same issue on a fujitsu laptop, which has a different graphics chipset (gm45). If it helps I can post the info from this system. -- sudo lshw causes console to turn blue on dell inspiron 1011 https://bugs.launchpad.net/bugs/527369 You received this bug notification because y

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-10 Thread Bryce Harrington
** Also affects: linux (Ubuntu Lucid) Importance: Undecided Status: New -- sudo lshw causes console to turn blue on dell inspiron 1011 https://bugs.launchpad.net/bugs/527369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-03-10 Thread Jeremy Foshee
** Tags added: lucid -- sudo lshw causes console to turn blue on dell inspiron 1011 https://bugs.launchpad.net/bugs/527369 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://

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-02-24 Thread Bryce Harrington
apport information ** Tags added: apport-collected ** Description changed: On a Dell Mini Inspiron 1011, when I change to vt 1, log in, and run `sudo lshw` it prints all the lshw info but also turns the screen blue and the text green. Running lshw as a non-root user does not produce t

[Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

2010-02-24 Thread Bryce Harrington
VT switching to vt2 and back to vt1 clears it. Guessing this is a kernel framebuffer issue. ** Package changed: ubuntu => linux (Ubuntu) -- sudo lshw causes console to turn blue on dell inspiron 1011 https://bugs.launchpad.net/bugs/527369 You received this bug notification because you are a me