[Bug 1132563] [NEW] too many dependencies to install

2013-02-24 Thread Scott Bronson
Public bug reported:

Why is xfswitch trying to pull in rhythmbox, unity lenses, Ubuntu One,
and all this other stuff that has nothing to do with session switching?
Seems like a broken dependency somewhere...?

This is on Quantal.

# apt-get install  xfswitch-plugin
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  appmenu-gtk appmenu-gtk3 appmenu-qt compiz compiz-core compiz-gnome
  compiz-plugins-default dconf-tools gir1.2-rb-3.0 gir1.2-ubuntuoneui-3.0
  gir1.2-unity-5.0 indicator-appmenu indicator-messages indicator-printers
  indicator-session libcompizconfig0 libibus-1.0-0 liblightdm-gobject-1-0
  libnux-3.0-0 librhythmbox-core6 libsyncdaemon-1.0-1 libubuntuoneui-3.0-1
  libunity-core-6.0-5 libunity-misc4 lightdm lightdm-remote-session-freerdp
  lightdm-remote-session-uccsconfigure python-apport python-problem-report
  python-ubuntuone-client python-ubuntuone-storageprotocol python-zeitgeist
  rhythmbox rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder
  rhythmbox-plugin-zeitgeist rhythmbox-plugins rhythmbox-ubuntuone
  ubuntu-sso-client ubuntuone-client unity unity-asset-pool unity-common
  unity-greeter unity-lens-applications unity-lens-files unity-lens-music
  unity-lens-photos unity-lens-shopping unity-lens-video unity-scope-gdocs
  unity-scope-musicstores unity-scope-video-remote unity-services
  zeitgeist-core
Suggested packages:
  apparmor python-launchpadlib ubuntu-sso-client-gui ubuntuone-client-proxy
  zeitgeist-datahub
The following NEW packages will be installed:
  appmenu-gtk appmenu-gtk3 appmenu-qt compiz compiz-core compiz-gnome
  compiz-plugins-default dconf-tools gir1.2-rb-3.0 gir1.2-ubuntuoneui-3.0
  gir1.2-unity-5.0 indicator-appmenu indicator-messages indicator-printers
  indicator-session libcompizconfig0 libibus-1.0-0 liblightdm-gobject-1-0
  libnux-3.0-0 librhythmbox-core6 libsyncdaemon-1.0-1 libubuntuoneui-3.0-1
  libunity-core-6.0-5 libunity-misc4 lightdm lightdm-remote-session-freerdp
  lightdm-remote-session-uccsconfigure python-apport python-problem-report
  python-ubuntuone-client python-ubuntuone-storageprotocol python-zeitgeist
  rhythmbox rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder
  rhythmbox-plugin-zeitgeist rhythmbox-plugins rhythmbox-ubuntuone
  ubuntu-sso-client ubuntuone-client unity unity-asset-pool unity-common
  unity-greeter unity-lens-applications unity-lens-files unity-lens-music
  unity-lens-photos unity-lens-shopping unity-lens-video unity-scope-gdocs
  unity-scope-musicstores unity-scope-video-remote unity-services
  xfswitch-plugin zeitgeist-core

** Affects: xfswitch-plugin (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/1132563

Title:
  too many dependencies to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfswitch-plugin/+bug/1132563/+subscriptions

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


[Bug 821170] Re: xfce4-power-manager fails to start (receives X window system error BadName)

2011-09-02 Thread Scott Bronson
Is there any progress with this?  It's still in Xubuntu Oneiric Beta 1.

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

Title:
  xfce4-power-manager fails to start (receives X window system error
  BadName)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/821170/+subscriptions

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


[Bug 738408] Re: perldoc completion dies if MANPAGER is set

2011-04-09 Thread Scott Bronson
Same bug on Red Hat, looks like the fix went upstream:
https://bugzilla.redhat.com/show_bug.cgi?id=689180

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

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

Title:
  perldoc completion dies if MANPAGER is set

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


[Bug 738408] [NEW] perldoc completion dies if MANPAGER is set

2011-03-19 Thread Scott Bronson
Public bug reported:

Binary package hint: bash-completion

If MANPAGER is set, the perldoc completion tries to launch your pager,
screwing up your terminal..

This is because it uses PAGER=/bin/cat man perl to pull some
completions out.  However, MANPAGER and PERLDOC_PAGER both override
PAGER.

The enclosed patch fixes this: it just unsets MANPAGER and PERLDOC_PAGER
when generating the completions so the output goes to /bin/cat as
intended.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: bash-completion 1:1.1-3ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-29.58-generic-pae 2.6.32.28+drm33.13
Uname: Linux 2.6.32-29-generic-pae i686
NonfreeKernelModules: fglrx
Architecture: i386
Date: Sat Mar 19 13:21:15 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100224.1)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: bash-completion

** Affects: bash-completion (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

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

Title:
  perldoc completion dies if MANPAGER is set

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


[Bug 738408] Re: perldoc completion dies if MANPAGER is set

2011-03-19 Thread Scott Bronson
** Patch added: Patch to fix this bug
   https://bugs.launchpad.net/bugs/738408/+attachment/1921627/+files/perl.patch

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

Title:
  perldoc completion dies if MANPAGER is set

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


[Bug 738408] Re: perldoc completion dies if MANPAGER is set

2011-03-19 Thread Scott Bronson
Found this on Lucid but it's a problem in Natty too.

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

Title:
  perldoc completion dies if MANPAGER is set

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


[Bug 576135] Re: Crash on Suspend to RAM in Lenovo T500 Laptop

2011-02-18 Thread Scott Bronson
My T500 went from suspending pretty well at the start of the Maverick
cycle to incompetent right now.

Kernel 2.6.35-22 works when I hit the power button and choose suspend,
but locks up with the flashing moon when I close the lid.

Kernel -23 locks up with the flashing moon for both button and lid.

-24 works when I hit the power button, but is very unreliable with the
lid (closing the lid works maybe once out of every three attempts, the
other two result in the flashing moon)

The latest -25 doesn't even attempt to suspend, either by power button
or lid.  It just locks the screen.  I have to power it off whenever I
want to move it.  It's painful.

I don't have an SD card installed.  Hope this helps discussion towards
finding a fix.

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

Title:
  Crash on Suspend to RAM in Lenovo T500 Laptop

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


[Bug 464712] Re: Black screen + freeze when suspending or hibernating with mounted SD Card

2010-06-13 Thread Scott Bronson
Aitor, did you read the bug description?  It's exactly the same as you
describe -- the lockup only happens when a card is inserted.

-- 
Black screen + freeze when suspending or hibernating with mounted SD Card
https://bugs.launchpad.net/bugs/464712
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 590269] Re: [Realtek ALC1200] PA test tone failed (alsa tone succeeded)

2010-06-07 Thread Scott Bronson
The PPA's drivers are worse.  :(

Master volumes are about the same: the tones sound maybe 20% different.
However, there's a horrible new feature: where there used to be silence
between the tones, now there's digital noise (somewhat like a burst of
modem noise) and a very loud pop.  The pop is so loud I worry about it
damaging the speakers.

PCM is pretty much the same as before: audio volumes are very different,
no digital noise, and any popping is very faint.

-- 
[Realtek ALC1200] PA test tone failed (alsa tone succeeded)
https://bugs.launchpad.net/bugs/590269
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 590269] [NEW] [Realtek ALC1200] PA test tone failed (alsa tone succeeded)

2010-06-05 Thread Scott Bronson
Public bug reported:

Binary package hint: pulseaudio

Working off this page: http://pulseaudio.org/wiki/BadDecibel, dutifully
reporting bad db levels on the distro bug tracker the way it tells me.

Results:
- Running ./dbverify Intel Master shows that the master dB is off maybe 20%.  
Noticeable but not too bad.
- Running ./dbverify Intel PCM shows that PCM is WAY off.  The part where it 
plays with the mixer set to 0 is fine, sounds just like Master did.  However, 
when it switches and plays with the mixer set to 255, it's almost completely 
inaudible.

Practically, the bad DB levels are very apparent when listening in 5.1
mode.  It sounds mostly OK except Mid-high frequencies (5000 Hz maybe)
are very distorted.  When I use alsamixer to force PCM down to 85%, the
distortion goes away.  Of course, the moment anyone touches a volume
button, pulse bumps PCM back to 100% and produces crap audio again.

This is on an Asus P5QL-EM HDMI motherboard.

lspci claims this is the audio device I'm using: 00:1b.0 Audio device:
Intel Corporation 82801JI (ICH10 Family) HD Audio Controller

Tell me if there's anything more I can do to help diagnose this.
Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic-pae 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  bronson   10386 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfe7f8000 irq 22'
   Mixer name   : 'Realtek ALC1200'
   Components   : 'HDA:10ec0888,104382fe,00100101'
   Controls  : 40
   Simple ctrls  : 22
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfe8fc000 irq 17'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,0010'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Sat Jun  5 16:42:11 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100224.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SelectedCard: 0 Intel HDA-Intel - HDA Intel
SourcePackage: pulseaudio
Symptom: audio
Title: [Realtek ALC1200] PA test tone failed (alsa tone succeeded)
dmi.bios.date: 02/25/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0503
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5QL-EM
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0503:bd02/25/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QL-EM:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: apport-bug i386 lucid

-- 
[Realtek ALC1200] PA test tone failed (alsa tone succeeded)
https://bugs.launchpad.net/bugs/590269
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 590269] Re: [Realtek ALC1200] PA test tone failed (alsa tone succeeded)

2010-06-05 Thread Scott Bronson

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/49747034/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/49747035/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/49747036/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/49747037/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/49747038/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/49747039/Card0.Codecs.codec.0.txt

** Attachment added: Card1.Codecs.codec.0.txt
   http://launchpadlibrarian.net/49747040/Card1.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/49747041/CurrentDmesg.txt

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

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/49747043/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/49747044/ProcCpuinfo.txt

-- 
[Realtek ALC1200] PA test tone failed (alsa tone succeeded)
https://bugs.launchpad.net/bugs/590269
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 534124] Re: Control-/ is broken in vim-gtk and vim-gnome

2010-05-13 Thread Scott Bronson
I mean:

In the terminal: Control-/ produces Control-_.  Vim can detect that it's
different from just pressing the / key and I can bind an action to it.

In vim-gtk, Control-/ just produces /.  Vim can't detect control-/, so I
can't bind to it.

Strange, no?

-- 
Control-/ is broken in vim-gtk and vim-gnome
https://bugs.launchpad.net/bugs/534124
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 464712] Re: Black screen + freeze when suspending or hibernating with mounted SD Card

2010-05-03 Thread Scott Bronson
I've found the same thing -- this is still a problem in Lucid.

Fedora 13 also has this bug FWIW.  It locks up when I try to suspend when a
card is inserted.  2.6.33.2-57.fc13.x86_64 kernel.

-- 
Black screen + freeze when suspending or hibernating with mounted SD Card
https://bugs.launchpad.net/bugs/464712
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 534124] Re: Control-/ is broken in vim-gtk and vim-gnome

2010-04-30 Thread Scott Bronson
Maybe I wasn't clear.  The bug is that gtk and gnome vim won't detect
control-/.  When you type ctrl-/ they produce plain /.

All other vims that I've tried support ctrl-/ just fine, even the terminal!
That seems like a bug doesn't it?

On Apr 30, 2010 2:21 PM, Will Gray gra...@gmail.com wrote:

Well, ctrl-/ isn't a real character.  The fact that your terminal sends
a ctrl-_ when pressing ctrl-/ is not vim's problem.  However, gvim does
interpret ctrl-7 as a ctrl-_, so use that instead.


-- 
Control-/ is broken in vim-gtk and vim-gnome
https://bugs.launchpad.net/bugs/534124
You receive...

-- 
Control-/ is broken in vim-gtk and vim-gnome
https://bugs.launchpad.net/bugs/534124
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 234789] Re: [needs-packaging] vim-lesstif

2010-03-07 Thread Scott Bronson
Sorry, I don't quite understand...  Why couldn't vim-lesstif live in
Universe as well?

-- 
[needs-packaging] vim-lesstif
https://bugs.launchpad.net/bugs/234789
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 534124] [NEW] Control-/ is broken in vim-gtk and vim-gnome

2010-03-07 Thread Scott Bronson
Public bug reported:

Binary package hint: vim

vim-gtk and vim-gnome mistakenly convert Control-/ to plain /, making
it impossible to map Control-/ to anything.

console vim, vim-lesstif, and most other platforms treat Control-/ as
the same as Control-_ (due to terminal legacy).  The all other platforms
just pass through Control-/ unmolested.

Here's how to test, expected behavior first, actual behavior second:

- fire up console vim
- hit i to enter insert mode
- hit Control-V Control-/.  Notice how ^_ is printed.  Excellent!

- fire up gvim
- hit i to enter insert mode
- hit Control-V Control-/.  Notice how / is printed.  Not good.

This is on stock Karmic, Vim 7.2 patches 1-245.

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

-- 
Control-/ is broken in vim-gtk and vim-gnome
https://bugs.launchpad.net/bugs/534124
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 328127] Re: gnome-keyring-daemon returns Agent admitted failure to sign using the key.

2010-01-27 Thread Scott Bronson
I started with a stock Karmic Gnome desktop running (other than a bunch
of packages like openssh-server, openssl, etc installed).  Ran ssh-
keygen -b 4096 and put a passphrase on the key.  now:

- $ git clone git://etc -- fails with github Agent admitted failure to sign 
using the key.
- $ SSH_AUTH_SOCK=0 git clone git://etc -- works just fine!

So, I'm pretty sure there's still a bug here!

-- 
gnome-keyring-daemon returns Agent admitted failure to sign using the key.
https://bugs.launchpad.net/bugs/328127
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 362683] Re: Sound doesn't work on Intel ALC1200 (ICH10 chipset)

2010-01-14 Thread Scott Bronson
Hi Daniel.  Yes, this bug appears to be fixed with Karmic.  I just did a
clean install and everything worked out of the box.

-- 
Sound doesn't work on Intel ALC1200 (ICH10 chipset)
https://bugs.launchpad.net/bugs/362683
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 195483] Re: Sound Juicer - MP3 quality doesn't change

2010-01-12 Thread Scott Bronson
The Ubuntu project is far too casual about this data loss bug!  If it's
not going to get fixed (and given the age of this bug, it appears that
it won't) then at least remove the mp3 pipelines from the default Ubuntu
install.  A computer should never lie to the user about what's
happening.

(I just ripped a 15 CDs on Karmic using the default CD Quality MP3
setting and only discovered this bug by chance.  Sure enough,
everything's 128 bit.  Now I get to re-rip them all.  What a waste of
time...)

-- 
Sound Juicer - MP3 quality doesn't change
https://bugs.launchpad.net/bugs/195483
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 488367] [NEW] vim-gnome crashed with corrupted double-linked list

2009-11-25 Thread Scott Bronson
Public bug reported:

Binary package hint: vim-gnome

In the middle of an editing session, a few files open, not much going
on.  Hope the stack trace is useful.

ProblemType: Bug
Architecture: i386
Date: Wed Nov 25 10:32:01 2009
DistroRelease: Ubuntu 9.10
Package: vim-gnome 2:7.2.245-2ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: vim
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
vim-gnome crashed with corrupted double-linked list
https://bugs.launchpad.net/bugs/488367
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 488367] Re: vim-gnome crashed with corrupted double-linked list

2009-11-25 Thread Scott Bronson

** Attachment added: backtrace.txt
   http://launchpadlibrarian.net/36074047/backtrace.txt

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/36074049/XsessionErrors.txt

-- 
vim-gnome crashed with corrupted double-linked list
https://bugs.launchpad.net/bugs/488367
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 488367] Re: vim-gnome crashed with corrupted double-linked list

2009-11-25 Thread Scott Bronson
From the logs, it appears I'm suffering from
https://bugs.launchpad.net/ubuntu/+source/firefox-3.5/+bug/401823 and
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/402188 but I don't
think they're related to this crash.

-- 
vim-gnome crashed with corrupted double-linked list
https://bugs.launchpad.net/bugs/488367
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 311781] Re: Ricoh 5 in 1 card reader not working on Ubuntu 8.10 / 9.04

2009-11-05 Thread Scott Bronson
Strange, I'm pretty sure stock Karmic is working on my T500 just fine.
I'm running a prerelease though, I'll install the final version in a
week or two and report back if it's still broken.

Bertoldo, does the workaround linked above work for you?  Here's one
description: https://bugs.launchpad.net/ubuntu/+source/linux-
source-2.6.22/+bug/111089/comments/15

-- 
Ricoh 5 in 1 card reader not working on Ubuntu 8.10 / 9.04
https://bugs.launchpad.net/bugs/311781
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 332778] Re: xtide transparent in Ubuntu

2009-09-23 Thread Scott Bronson
Is this ever going to be addressed?  It's still an issue in the soon-to-
arrive Karmic.

-- 
xtide transparent in Ubuntu
https://bugs.launchpad.net/bugs/332778
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 418467] [NEW] [LENOVO 2242CTO] suspend/resume failure

2009-08-25 Thread Scott Bronson
Public bug reported:

Normally suspend/resume works great.  This time, though, it hung on
resume.  The backlight came on, the password entry dialog was drawn, but
it never responded to keyboard or mouse input.  And I'm pretty sure the
little flashing moon never stopped flashing.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  bronson3129 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfc02 irq 17'
   Mixer name   : 'Conexant CX20561 (Hermosa)'
   Components   : 'HDA:14f15051,17aa2100,0010'
   Controls  : 14
   Simple ctrls  : 7
Date: Sat Aug 22 11:26:01 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=9af2e58d-41c9-467a-ba4e-03b20443aaad
InterpreterPath: /usr/bin/python2.6
MachineType: LENOVO 2242CTO
Package: linux-image-2.6.31-5-generic 2.6.31-5.24
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-5-generic 
root=UUID=3b7ba34f-e7b6-46b4-9710-d4358dc4293d ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-5-generic N/A
 linux-firmware 1.15
SourcePackage: linux
Tags: resume suspend
Title: [LENOVO 2242CTO] suspend/resume failure
Uname: Linux 2.6.31-5-generic i686
UserGroups:
 
WifiSyslog:
 
dmi.bios.date: 10/17/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 6FET49WW (1.19 )
dmi.board.name: 2242CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6FET49WW(1.19):bd10/17/2008:svnLENOVO:pn2242CTO:pvrThinkPadT500:rvnLENOVO:rn2242CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2242CTO
dmi.product.version: ThinkPad T500
dmi.sys.vendor: LENOVO

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


** Tags: apport-kerneloops i386 resume suspend

-- 
[LENOVO 2242CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/418467
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 418467] Re: [LENOVO 2242CTO] suspend/resume failure

2009-08-25 Thread Scott Bronson

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/30801902/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/30801903/AplayDevices.txt

** Attachment added: BootDmesg.gz
   http://launchpadlibrarian.net/30801904/BootDmesg.gz

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/30801905/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/30801906/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/30801907/CurrentDmesg.txt

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

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/30801909/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/30801910/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/30801911/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/30801912/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/30801914/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/30801915/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/30801916/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/30801917/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/30801918/ProcStatus.txt

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/30801919/RfKill.txt

** Attachment added: SleepLog.txt
   http://launchpadlibrarian.net/30801920/SleepLog.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/30801921/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/30801922/UdevLog.txt

-- 
[LENOVO 2242CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/418467
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 327284] Re: [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used

2009-05-22 Thread Scott Bronson
Just a suggestion to anyone who decides to fight this battle...  It
turns out my USB bluetooth adapter doesn't survive suspend/resume.
After I resume, I need to restart my computer before I can get audio
over bluetooth.  Unplugging and plugging the USB device doesn't help.
It's a Broadcom Corp. A-Link BlueUsbA2 Bluetooth fwiw.

Sam, good call on 'modprobe uinput'.  Now play, pause, ff and rw works
from the headphones.

-- 
[Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used
https://bugs.launchpad.net/bugs/327284
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 311781] Re: Ricoh 5 in 1 card reader not working on Ubuntu 8.10

2009-05-07 Thread Scott Bronson
This is still a problem in Jaunty.  The SD card reader doesn't work on
my Thinkpad T500.

The suggestion from https://bugs.launchpad.net/ubuntu/+source/linux-
source-2.6.22/+bug/111089 works great.  After running the following
commands (replace 15:00.2 with your PCI bus, use lspci -vv to find it),
SD cards are recognized on insertion.

sudo setpci -s 15:00.2 0xCA=0x57 # Write Enable
sudo setpci -s 15:00.2 0xCB=0x02 # (MMC Disable)
sudo setpci -s 15:00.2 0xCA=0x00 # (Write Disable)

I have these log messages...

r...@t500-jaunty:/home/bronson# dmesg | grep ricoh
[ 1417.045165] ricoh-mmc: Resuming.
[ 1417.045178] ricoh-mmc: Controller is now disabled.
[ 1753.136930] ricoh-mmc: Suspending.
[ 1753.136945] ricoh-mmc: Controller is now re-enabled.

So, the ricoh-mmc driver appears to be present but not fixing this bug?

-- 
Ricoh 5 in 1 card reader not working on Ubuntu 8.10
https://bugs.launchpad.net/bugs/311781
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 111089] Re: Ricoh R5C822 - MMC cards not detected in built-in memory card reader

2009-05-07 Thread Scott Bronson
This appears to be a bug again on Jaunty.

https://bugs.launchpad.net/ubuntu/+bug/311781

-- 
Ricoh R5C822 - MMC cards not detected in built-in memory card reader
https://bugs.launchpad.net/bugs/111089
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 311781] Re: Ricoh 5 in 1 card reader not working on Ubuntu 8.10

2009-05-07 Thread Scott Bronson
For people searching, this is the syslog message that I receive when
inserting the sd card fails:

May  7 16:46:52 t500-jaunty kernel: [84386.653203] mmc0: error -110
whilst initialising SD card

-- 
Ricoh 5 in 1 card reader not working on Ubuntu 8.10
https://bugs.launchpad.net/bugs/311781
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 327284] Re: [Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used

2009-05-04 Thread Scott Bronson
Great writeup thefluxster!!  Now I'm streaming A2DP to my crappy Moto
S805 headphones for the first time ever.

I notice that if I leave padevchooser's Volume Control open for about
5-30 seconds, suddenly CPU goes to 100%, the Volume Control closes, and
a dialog appears saying connection failed: connection terminated.
Then I have to start up.

But, if I immediately close Volume Control after using it to move the
audio stream to the headset, this setup appears stable.  Newer PA and
bluez are key.

-- 
[Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used
https://bugs.launchpad.net/bugs/327284
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 365210] [NEW] gnome-display-properties mistakenly requires logout to increase resolution

2009-04-22 Thread Scott Bronson
Public bug reported:

Binary package hint: gnome-control-center

Open gnome-display-properties and reduce your resolution.

Now try to increase it back to the starting resolution.  gnome-display-
properties will curtly tell you, Please log out and log back in again.
No explanation of why.

Now quit gnome-display-properties, start it again, and choose your
starting resolution.  It works!  The log out and log back in again is
just a ruse.

This happens on both my GMA4500 laptop and my Radeon 3650 (open source
driver) desktop.  It's a regression in Jaunty -- Intrepid works
properly.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: gnome-control-center 1:2.26.0-0ubuntu3
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
Uname: Linux 2.6.28-11-generic x86_64

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


** Tags: amd64 apport-bug

-- 
gnome-display-properties mistakenly requires logout to increase resolution
https://bugs.launchpad.net/bugs/365210
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 365210] Re: gnome-display-properties mistakenly requires logout to increase resolution

2009-04-22 Thread Scott Bronson

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

-- 
gnome-display-properties mistakenly requires logout to increase resolution
https://bugs.launchpad.net/bugs/365210
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 362683] [NEW] Sound doesn't work on Intel ALC1200 (ICH10 chipset)

2009-04-16 Thread Scott Bronson
Public bug reported:

The built-in audio on my motherboard (Asus P5QL-EM HDMI) is totally
broken in Jaunty.  The audio device isn't recognized at all and the
following appears in the logs:

syslog:Apr 16 18:38:20 rox-jaunty kernel: [   10.056003] hda_intel: 
azx_get_response timeout, switching to polling mode: last cmd=0x100f
syslog:Apr 16 18:38:20 rox-jaunty kernel: [   11.060003] hda_intel: 
azx_get_response timeout, switching to single_cmd mode: last cmd=0x100f


I managed to find a workaround here: 
http://forums.fedoraforum.org/showthread.php?t=203389

So, if I create the file /etc/modprobe.d/hda-intel.conf with the
following contents

   options snd-hda-intel model=auto probe_mask=1

audio works 100%.  The important bit is the probe_mask=1

Is there any way to include this in Jaunty so things can work out of the
box?


uname -a: Linux rox-jaunty 2.6.28-11-generic #41-Ubuntu SMP Wed Apr 8 04:39:23 
UTC 2009 x86_64 GNU/Linux
/proc/version_signature: Ubuntu 2.6.28-11.41-generic

And lspci on my system:

00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation 4 Series Chipset PCI Express Root Port 
(rev 03)
00:1a.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI 
Controller #4
00:1a.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI 
Controller #5
00:1a.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI 
Controller #6
00:1a.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI 
Controller #2
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio 
Controller
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 1
00:1c.3 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 4
00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 5
00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 6
00:1d.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI 
Controller #1
00:1d.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI 
Controller #2
00:1d.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI 
Controller #3
00:1d.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI 
Controller #1
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
00:1f.0 ISA bridge: Intel Corporation 82801JIB (ICH10) LPC Interface Controller
00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI 
Controller
00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3600 
Series
01:00.1 Audio device: ATI Technologies Inc RV635 Audio device [Radeon HD 3600 
Series]
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI 
Express Gigabit Ethernet controller (rev 02)
03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II 
Controller (rev b2)
04:00.0 FireWire (IEEE 1394): JMicron Technologies, Inc. IEEE 1394 Host 
Controller

ProblemType: Bug
Architecture: amd64
CurrentDmesg:
 [   18.206369] r8169: eth0: link up
 [   18.206374] r8169: eth0: link up
DistroRelease: Ubuntu 9.04
MachineType: System manufacturer System Product Name
Package: linux-image-2.6.28-11-generic 2.6.28-11.41
ProcCmdLine: root=UUID=7491c124-8a68-4d17-b634-852d0df07a98 ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-11.41-generic
SourcePackage: linux

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


** Tags: amd64 apport-bug

-- 
Sound doesn't work on Intel ALC1200 (ICH10 chipset)
https://bugs.launchpad.net/bugs/362683
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 362683] Re: Sound doesn't work on Intel ALC1200 (ICH10 chipset)

2009-04-16 Thread Scott Bronson

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/25579188/BootDmesg.txt

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

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/25579190/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/25579191/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/25579193/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/25579194/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/25579195/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/25579196/ProcModules.txt

-- 
Sound doesn't work on Intel ALC1200 (ICH10 chipset)
https://bugs.launchpad.net/bugs/362683
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 349319] [NEW] libevent description claims to only support kqueue and select

2009-03-26 Thread Scott Bronson
Public bug reported:

The libevent1 package description claims:

 libevent is meant to replace the asynchronous event loop found in
 event driven network servers.  Currently, libevent supports kqueue(2)
 and select(2).

This is obviously not true...  Linux doesn't support kqueue.  Besides,
nm shows that libevent on Linux supports at least select, poll, and
epoll.

ProblemType: Bug
Architecture: i386
Dependencies:
 libgcc1 1:4.3.2-1ubuntu12
 gcc-4.3-base 4.3.2-1ubuntu12
 findutils 4.4.0-2ubuntu3
 libc6 2.8~20080505-0ubuntu9
DistroRelease: Ubuntu 8.10
Package: libevent1 1.3e-3
ProcEnviron:
 
PATH=~/pdfdir:/home/username/bin:/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: libevent
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-bug

-- 
libevent description claims to only support kqueue and select
https://bugs.launchpad.net/bugs/349319
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 28622] Re: Warning should be displayed when a filesystem is remounted read-only.

2009-01-29 Thread Scott Bronson
It seems like it would be related to HAL since that's all about kernel
communication / notification.  Perhaps ask HAL upstream?

-- 
Warning should be displayed when a filesystem is remounted read-only.
https://bugs.launchpad.net/bugs/28622
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 161155] Re: getting live tv

2008-09-19 Thread Scott Bronson
And now, in Intrepid:

** ERROR **: Unknown frontend type: 3
aborting...
Aborted (core dumped)

That's bad news when choosing a menu item (Watch TV on DVB Adapter 0)
makes the application just disappear without a trace.

-- 
getting live tv
https://bugs.launchpad.net/bugs/161155
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 137581] Re: [Hardy] system-config-printer should show more clearly whether printers are shared

2008-08-15 Thread Scott Bronson
Yes, I think improved wording is quite necessary.

Right now I see a warning that says Not published See server
settings.  That message is simply baffling.

First, what does published mean?  Does it mean shared?

Second, what is server settings?  I couldn't find any control panel
called server settings.  I guess it's referring to the menu Server, with
the item Settings, but that's pretty obscure isn't it?

How about changing the message to Won't be shared until 'Enable Printer
Sharing' is checked?  And put a button right next to it that would
bring up the Preferences dialog.

I like the idea of graying Shared out when sharing is turned off, but
right next to it needs to be a message or a button telling how to enable
it.

-- 
[Hardy] system-config-printer should show more clearly whether printers are 
shared
https://bugs.launchpad.net/bugs/137581
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 258477] Re: nm-system-settings crashed with signal 5 in dbus_g_proxy_call_with_timeout()

2008-08-15 Thread Scott Bronson

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/16864443/CoreDump.gz

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/16864445/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/16864446/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/16864447/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/16864448/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/16864449/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/16864450/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
nm-system-settings crashed with signal 5 in dbus_g_proxy_call_with_timeout()
https://bugs.launchpad.net/bugs/258477
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 145698] git-completion is obsolete and should be removed

2007-09-27 Thread Scott Bronson
Public bug reported:

git-core now includes completions itself, so it conflicts with git-
completion.  This makes git-completion utterly useless.

Well, worse than useless, because I just burned 10 minutes trying to
figure out why I couldn't install git-core and git-completion at the
same time.  :)

How about removing git-completion from the Gutsy repos?

** Affects: git-completion (Ubuntu)
 Importance: Undecided
 Status: New

-- 
git-completion is obsolete and should be removed
https://bugs.launchpad.net/bugs/145698
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 82287] Re: [feisty] avahi daemon interacts badly with network-manager

2007-04-24 Thread Scott Bronson
I find it very surprising that this bug is still Unconfirmed.  This is a
major problem!

After installing release Fesity on my T-42p laptop, network manager
refused to show any wireless networks until I inserted an exit 0 at
the top of /etc/init.d/avahi-daemon.  This is bone stock Feisty,
straight off the release CD.  Not many Ubuntu users are going to be able
to figure this out on their own!

-- 
[feisty] avahi daemon interacts badly with network-manager
https://bugs.launchpad.net/bugs/82287
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 25931] Re: Failed to initalize HAL.

2007-02-28 Thread Scott Bronson
Martin, I get this too when I have auto-login turned on in GDM.  I get
the 3 error messages you mention, then hald leaks memory something
fierce (uses up all 3GB of my machine's memory in a few days).

When I turn off auto-login so I have to spend a few tens of seconds in
GDM before Gnome fires up, everything starts up without errors.  I'm not
sure about the hald memory leak since I only just now figured out this
workaround.

Hopefully this will be fixed as Upstart matures.

-- 
Failed to initalize HAL.
https://launchpad.net/bugs/25931

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


[Bug 83366] Re: Gutenprint can't print in Feisty

2007-02-05 Thread Scott Bronson
Deleting the printer and re-creating it fixed it.  Sorry; I didn't
realize that gutenprint had been upgraded.

I definitely should have thought of trying that last night!  That's like
the first thing to do.

-- 
Gutenprint can't print in Feisty
https://launchpad.net/bugs/83366

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


[Bug 83366] Re: Gutenprint can't print in Feisty

2007-02-05 Thread Scott Bronson
This sort of thing is to be expected when running an unstable distro...

** Changed in: gutenprint (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
Gutenprint can't print in Feisty
https://launchpad.net/bugs/83366

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


[Bug 83366] Gutenprint can't print in Feisty

2007-02-04 Thread Scott Bronson
Public bug reported:

On my Epson Stylus C80, when I try to print I get:

Stylus-C80: /usr/lib/cups/filter/foomatic-rip failed

I turned on debugging (/etc/foomatic/filter.conf, debug=1) and got the
following trace.  Apparently the ijsgutenprint.5.0 executable can't be
found.  That makes sense, it's called ijsgutenprint.5.1 now.

Is there an easy way to tell foomatic or gutenprint (not sure who's the
culprit here) to use ijsgutenprint.5.1?


Here's the last half of the trace:

Starting renderer
JCL: job data

renderer PID kid4=29494
renderer command: gs -q -dPARANOIDSAFER -dNOPAUSE -dBATCH -sDEVICE=ijs 
-sIjsServer=ijsgutenprint.5.0 -dIjsUseOutputFD -sDeviceManufacturer=Epson 
-sDeviceModel=escp2-c80 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 
-r2880x1440 -sProcessColorModel=DeviceRGB 
-sIjsParams=STP_VERSION=5.0.0,STP_MediaType=Plain,STP_AdjustDotsize=False,STP_ColorCorrection=None,STP_DitherAlgorithm=None,STP_EnableBlackDensity=Disabled,STP_BlackDensity=1.00,STP_EnableBlackGamma=Disabled,STP_BlackGamma=1.00,STP_EnableBlackTrans=Disabled,STP_BlackTrans=1.00,STP_EnableCyanBalance=Disabled,STP_CyanBalance=1.00,STP_EnableCyanDensity=Disabled,STP_CyanDensity=1.00,STP_EnableCyanGamma=Disabled,STP_CyanGamma=1.00,STP_EnableDensity=Disabled,STP_Density=1.00,STP_EnableGCRLower=Disabled,STP_GCRLower=0.20,STP_EnableGCRUpper=Disabled,STP_GCRUpper=0.50,STP_EnableGamma=Disabled,STP_Gamma=1.00,STP_EnableInkLimit=Disabled,STP_InkLimit=4.00,STP_EnableMagentaBalance=Disabled,STP_MagentaBalance=1.00,STP_EnableMagentaDensity=Disabled,STP_MagentaDensity=1.00,STP_EnableMagentaGamma=Disabled,STP_MagentaGamma=1.00,STP_EnableYellowBalance=Disabled,STP_YellowBalance=1.00,STP_EnableYellowDensity=Disabled,STP_YellowDensity=1.00,STP_EnableYellowGamma=Disabled,STP_YellowGamma=1.00,STP_ImageType=TextGraphics,STP_InkSet=None,STP_InkType=None,STP_LinearContrast=False,STP_PrintingDirection=None,STP_Quality=Best,STP_Resolution=None,STP_Weave=None,STP_Brightness=1.00,STP_Contrast=1.00,STP_Saturation=1.00,
 -sOutputFile=- -
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_US
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
foomatic-gswrapper: gs '-sstdout=%stderr' '-dPARANOIDSAFER' '-dNOPAUSE' 
'-dBATCH' '-sDEVICE=ijs' '-sIjsServer=ijsgutenprint.5.0' '-dIjsUseOutputFD' 
'-sDeviceManufacturer=Epson' '-sDeviceModel=escp2-c80' 
'-dDEVICEWIDTHPOINTS=612' '-dDEVICEHEIGHTPOINTS=792' '-r2880x1440' 
'-sProcessColorModel=DeviceRGB' 
'-sIjsParams=STP_VERSION=5.0.0,STP_MediaType=Plain,STP_AdjustDotsize=False,STP_ColorCorrection=None,STP_DitherAlgorithm=None,STP_EnableBlackDensity=Disabled,STP_BlackDensity=1.00,STP_EnableBlackGamma=Disabled,STP_BlackGamma=1.00,STP_EnableBlackTrans=Disabled,STP_BlackTrans=1.00,STP_EnableCyanBalance=Disabled,STP_CyanBalance=1.00,STP_EnableCyanDensity=Disabled,STP_CyanDensity=1.00,STP_EnableCyanGamma=Disabled,STP_CyanGamma=1.00,STP_EnableDensity=Disabled,STP_Density=1.00,STP_EnableGCRLower=Disabled,STP_GCRLower=0.20,STP_EnableGCRUpper=Disabled,STP_GCRUpper=0.50,STP_EnableGamma=Disabled,STP_Gamma=1.00,STP_EnableInkLimit=Disabled,STP_InkLimit=4.00,STP_EnableMagentaBalance=Disabled,STP_MagentaBalance=1.00,STP_EnableMagentaDensity=Disabled,STP_MagentaDensity=1.00,STP_EnableMagentaGamma=Disabled,STP_MagentaGamma=1.00,STP_EnableYellowBalance=Disabled,STP_YellowBalance=1.00,STP_EnableYellowDensity=Disabled,STP_YellowDensity=1.00,STP_EnableYellowGamma=Disabled,STP_YellowGamma=1.00,STP_ImageType=TextGraphics,STP_InkSet=None,STP_InkType=None,STP_LinearContrast=False,STP_PrintingDirection=None,STP_Quality=Best,STP_Resolution=None,STP_Weave=None,STP_Brightness=1.00,STP_Contrast=1.00,STP_Saturation=1.00,'
 '-sOutputFile=%stdout' '-'
ESP Ghostscript 815.03 (2006-08-25)
Copyright (C) 2004 artofcode LLC, Benicia, CA.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
sh: ijsgutenprint.5.0: not found
ESP Ghostscript 815.03: Can't start ijs server ijsgutenprint.5.0
 Unable to open the initial device, quitting.
tee: standard output: Broken pipe

Closing renderer
tee: write error
renderer return value: 1
renderer received signal: 1
KID3 exited with status 3
Renderer exit stat: 3
tail process done writing data to STDOUT
Possible error on renderer command line or PostScript error. Check options.
KID4 finished
Renderer process finished
Killing process 29493 (KID3)
Process dying with Error closing renderer, exit stat: 3
error: Bad file descriptor (9)

** Affects: gutenprint (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Gutenprint can't print in Feisty
https://launchpad.net/bugs/83366

-- 
ubuntu-bugs mailing list

[Bug 68020] Re: Azureus 2.5.0.0 crashes

2007-01-25 Thread Scott Bronson
I'm getting the exact same crash as Nelson Benitez.  Sometimes it
starts, sometimes it crashes.  I'm running the 2.5.0.0 package on the
latest Fesity.  Installing and running upstream's 2.5.0.2 packages fixes
this bug 100%.

Is there any chance we could get 2.5.0.2 into Feisty for release?
2.5.0.0 leaks memory pretty bad and drives my machine into deep swap if
I leave it on overnight (usually I wake up to a half-dead machine with
tons of OOM killer notifications in the log).  2.5.0.2 can run on my
machine for weeks with no problem.

-- 
Azureus 2.5.0.0 crashes
https://launchpad.net/bugs/68020

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


[Bug 80468] Re: [Feisty]At this moment can't detected printers

2007-01-22 Thread Scott Bronson
This bug is a dupe too.  I just found https://launchpad.net/bugs/77464
which already figured all this out.  Hopefully Launchpad gets an
improved search in the near future so we won't see quite as much
duplicated effort...

(not marking this bug as a dupe because it isn't my bug)

-- 
[Feisty]At this moment can't detected printers
https://launchpad.net/bugs/80468

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


[Bug 80662] Re: Permissions problem prevens printers from printing (Feisty)

2007-01-20 Thread Scott Bronson
*** This bug is a duplicate of bug 80468 ***

** This bug has been marked a duplicate of bug 80468
   [Feisty]At this moment can't detected printers

-- 
Permissions problem prevens printers from printing (Feisty)
https://launchpad.net/bugs/80662

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


[Bug 80468] Re: [Feisty]At this moment can't detected printers

2007-01-20 Thread Scott Bronson
I posted a workaround to this probem
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/80662

No idea why Launchpad didn't show me this bug when I searched for pre-
existing problems last night.  Owell, marking that other bug a
duplicate.

-- 
[Feisty]At this moment can't detected printers
https://launchpad.net/bugs/80468

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


[Bug 80662] Permissions problem prevens printers from printing (Feisty)

2007-01-19 Thread Scott Bronson
Public bug reported:

Binary package hint: udev

Feisty stumbles on USB printer node permissons.  I'm not sure what the
root cause is.

Original permissions:  crw-rw 1 root plugdev 180, 0 2007-01-19 02:44
/dev/usblp0

But I can't print due to continual Printer not connected; will retry in
30 seconds.  lpinfo -v doesn't list the printers and, if I try removing
and adding them, cups doesn't detect them.

chmod a+rw /dev/usblp0 fixes the problem and printing is restored.

This happens for both my Epson C80 inkjet and Samsung ML-2510 laser.
Printing worked 100% in Edgy so I'm confident it's not a hardware issue.
I dist-upgraded to Feisty.

Similar bugs:
https://launchpad.net/bugs/18979 -- different permissions problem from Dapper
https://launchpad.net/bugs/33200 -- a non-bug in Breezy with similar symptoms
Forum post: http://ubuntuforums.org/showthread.php?p=2036929#post2036929

** Affects: udev (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Permissions problem prevens printers from printing (Feisty)
https://launchpad.net/bugs/80662

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


[Bug 64229] Edgy multimedia keys regression

2006-10-05 Thread Scott Bronson
Public bug reported:

Under edgy the multimedia keys on my laptop are all fouled up.

They used to work great under Dapper.  Under Dapper, Volume Up generated
0x9A and Volume Down generated 0x9B (I don't remember exactly, what the
codes were, something like that).  I used the Keyboard Shortcuts dialog
to assign those codes to Volume up and Volume down and things worked
OK.

Now, in Edgy beta, the Keyboard Shortcuts dialog seems to think that
Volume Up is XF86AudioPlay and Volume Down is XF86AudioPrev.  So, no
problem, I'll just resset things properly in the Keyboard Shortcuts
dialog.  I set Volume up to XF86AudioPlay so hopefully pushing volume
up on my laptop cause the volume to go up, and the same for Volume
down.

But no.

Pushing Volume Up still causes Rhythmbox to skip to the previous track.
Pushing volume down does the same thing as Play/Pause.

A number of other people on IRC are seeing the same thing.  Hopefully
this can be fixed before shipping!

** Affects: control-center (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Edgy multimedia keys regression
https://launchpad.net/bugs/64229

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


[Bug 64229] Re: Edgy multimedia keys regression

2006-10-05 Thread Scott Bronson
Just to be clear: the problem is that my settings in Keyboard Shortcuts
are being ignored.  I don't mind my Volume Up button being called
XF86AudioPlay.   I do mind, however, that I can't use Keyboard Shortcuts
to turn it back into a Volume Up button.

The mute button on my keyboard still generates a raw code, 0xA0.  And
the raw code works fine.  It's just the XF86Audio* codes that I can't
seem to override.

-- 
Edgy multimedia keys regression
https://launchpad.net/bugs/64229

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


[Bug 64229] One more thing...

2006-10-05 Thread Scott Bronson
This is on a Thinkpad T-42p, fresh install from an Edgy beta CD, but
still using my Dapper home directory.  Sorry for the fractured bug
report.

-- 
Edgy multimedia keys regression
https://launchpad.net/bugs/64229

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


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-10-04 Thread Scott Bronson
** Bug watch added: GNOME Bug Tracker #324124
   http://bugzilla.gnome.org/show_bug.cgi?id=324124

** Also affects: gnome-power (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=324124
   Importance: Unknown
   Status: Unknown

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

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


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-10-04 Thread Scott Bronson
My laptop (IBM T-42p) suffers from this bug right now.  Edgy beta, gpm
v. 2.16.1-0ubuntu1.  While trying to fix it, I've just found something
rather startling...

- When I use the Ubuntu-compiled gpm, it never works.
- When I compile the Ubuntu sources myself, it works!  But there's a catch...


First, establish that Ubuntu's package never works:

0. killall gnome-power-manager
1. gnome-power-manager --no-daemon --verbose

The output demonstrates that gpm definitely sees the power button press
and calls gnome_client_request_save.  No matter how many times you push
the button, the push is noticed but nothing happens.


Now, watch a self-compiled package work but miss the first button push.

0. killall gnome-power-manager
1. apt-get source gnome-power-manager
2. cd gnome-power-manager-2.16.1
3. ./configure; make
4. cd src
5. ./gnome-power-manager --no-daemon --verbose

Push the button once.  Nothing happens.

Now push it again.  It works!  The shutdown dialog appears and
everything works hunky-dory.

Push it again.  It continues working.  After the first failure, it works
all the time.  If you kill and restart ./gnome-power-manager, it fails
once as before, then works all the time.  This is 100% reproducible on
my machine.

It doesn't appear to matter whether the self-compiled gpm is running as
a daemon or not.  Either way, it misses the first button push, then
notices every push after that.


NOTE: I have set General - When power button is pressed to Ask Me because 
that's the only mode that I find useful.

NOTE2: it takes my computer a 3-count before it notices a push on the
power button.  This is disturbing because a 4-count causes it to power
off immediately.  It would be nice if gpm could provide more immediate
feedback.  I wonder if this causes some people to think that it's not
working at all -- they're just not pushing the button for long enough.

If anyone can suggest code modifications to try, I'm happy to give them
a whirl.  I'm getting somewhat familiar with this bit of code...

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

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


[Bug 64067] Re: a progress bar for 'cp' and 'mv'

2006-10-04 Thread Scott Bronson
So long as it isn't on by default (so shell scripts don't get messed
up), I'm all for it.  I'd love to see this.

-- 
a progress bar for 'cp' and 'mv'
https://launchpad.net/bugs/64067

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


[Bug 52489] Dapper autodetection fails with Matrox mga and Dell monitor.

2006-07-09 Thread Scott Bronson
Public bug reported:

Binary package hint: xserver-xorg-driver-mga

Autodetection didn't work with my Matrox MGA G400 / Dell 2405FPW
combination.  The wrong driver meant that hardware acceleration didn't
work, and the missing mode meant the monitor didn't display properly.

Here are the changes required:

--- /tmp/xorg.conf  2006-07-09 22:43:24.0 -0700
+++ xorg.conf   2006-07-09 21:57:45.0 -0700
@@ -90,7 +90,8 @@

 Section Device
Identifier  Matrox Graphics, Inc. MGA G400 AGP
-   Driver  vesa
+#  Driver  vesa
+   Driver  mga
BusID   PCI:1:0:0
 EndSection

@@ -106,27 +107,27 @@
DefaultDepth24
SubSection Display
Depth   1
-   Modes   1680x1680 1600x1200 1280x1024 1152x864 
1024x768 800x600 720x400 640x480
+   Modes   1920x1200 1680x1680 1600x1200 1280x1024 
1152x864 1024x768 800x600 720x400 640x480
EndSubSection
SubSection Display
Depth   4
-   Modes   1680x1680 1600x1200 1280x1024 1152x864 
1024x768 800x600 720x400 640x480
+   Modes   1920x1200 1680x1680 1600x1200 1280x1024 
1152x864 1024x768 800x600 720x400 640x480
EndSubSection
SubSection Display
Depth   8
-   Modes   1680x1680 1600x1200 1280x1024 1152x864 
1024x768 800x600 720x400 640x480
+   Modes   1920x1200 1680x1680 1600x1200 1280x1024 
1152x864 1024x768 800x600 720x400 640x480
EndSubSection
SubSection Display
Depth   15
-   Modes   1680x1680 1600x1200 1280x1024 1152x864 
1024x768 800x600 720x400 640x480
+   Modes   1920x1200 1680x1680 1600x1200 1280x1024 
1152x864 1024x768 800x600 720x400 640x480
EndSubSection
SubSection Display
Depth   16
-   Modes   1680x1680 1600x1200 1280x1024 1152x864 
1024x768 800x600 720x400 640x480
+   Modes   1920x1200 1680x1680 1600x1200 1280x1024 
1152x864 1024x768 800x600 720x400 640x480
EndSubSection
SubSection Display
Depth   24
-   Modes   1680x1680 1600x1200 1280x1024 1152x864 
1024x768 800x600 720x400 640x480
+   Modes   1920x1200 1680x1680 1600x1200 1280x1024 
1152x864 1024x768 800x600 720x400 640x480
EndSubSection
 EndSection


lspci:

:01:00.0 VGA compatible controller: Matrox Graphics, Inc. G400/G450
(rev 82)


ddcprobe:

[EMAIL PROTECTED]:/etc/X11# ddcprobe
vbe: VESA 3.0 detected.
oem: Matrox Graphics Inc.
vendor: Matrox
product: Matrox G450 00
memory: 32768kb
mode: 640x480x256
mode: 640x480x32k
mode: 640x480x64k
mode: 640x480x16m
mode: 640x400x256
mode: 800x600x16
mode: 800x600x256
mode: 800x600x32k
mode: 800x600x64k
mode: 800x600x16m
mode: 1024x768x256
mode: 1024x768x32k
mode: 1024x768x64k
mode: 1024x768x16m
mode: 1280x1024x256
mode: 1280x1024x32k
mode: 1280x1024x64k
mode: 1280x1024x16m
mode: 132x43 (text)
edid:
edid: 1 3
id: a00f
eisa: DELa00f
serial: 31485953
manufacture: 17 2005
input: separate sync, composite sync, sync on green, analog signal.
screensize: 52 33
gamma: 2.20
dpms: RGB, active off, suspend, standby
timing: [EMAIL PROTECTED] Hz (VGA 640x400, IBM)
timing: [EMAIL PROTECTED] Hz (VGA)
timing: [EMAIL PROTECTED] Hz (VESA)
timing: [EMAIL PROTECTED] Hz (VESA)
timing: [EMAIL PROTECTED] Hz (VESA)
timing: [EMAIL PROTECTED] Hz (VESA)
timing: [EMAIL PROTECTED] Hz Interlaced (8514A)
timing: [EMAIL PROTECTED] Hz (VESA)
ctiming: [EMAIL PROTECTED]
ctiming: [EMAIL PROTECTED]
ctiming: [EMAIL PROTECTED]
ctiming: [EMAIL PROTECTED]
dtiming: [EMAIL PROTECTED]
monitorserial: T613354J1HYS
monitorname: DELL 2405FPW
monitorrange: 30-81, 56-76

** Affects: xserver-xorg-driver-mga (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Dapper autodetection fails with Matrox mga and Dell monitor.
https://launchpad.net/bugs/52489

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