[Bug 474336] Re: Has external monitor connected to the laptop but xrandr shows only 1 monitor

2011-05-25 Thread pegasus
Hello, For the question from bugbot whether it is still occurring under natty, sorry, I do not have the status. The Koala is the only version I use. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/47433

[Bug 521509] Re: player 1 visual corruption

2010-05-24 Thread Pegasus
I added the workaround (along with a version check) in the 1.7 branch r2567. Version check merged to trunk in r2409. If you have Qt 4.6.0 or later, the extra rebootMixxxView() is called. If you have a version of Qt older than that, it isn't. -- player 1 visual corruption https://bugs.launchpad.ne

[Bug 521509] Re: player 1 visual corruption

2010-05-23 Thread Pegasus
nassigned) => Pegasus (pegasus-renegadetech) -- player 1 visual corruption https://bugs.launchpad.net/bugs/521509 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://list

[Bug 521509] Re: player 1 visual corruption

2010-05-08 Thread Pegasus
Albert: Does changing the skin solve your issue too? Can you also try building with Qt 4.5 and see if your problem goes away? I think we have two distinct problems here. One which is caused by something in Qt 4.6 (vs 4.5) that is "fixed" by the way rebootMixxxView() works (which seems to be what m

[Bug 521509] Re: player 1 visual corruption

2010-05-06 Thread Pegasus
This isn't Ubuntu's problem. ** Changed in: ubuntu Status: New => Invalid -- player 1 visual corruption https://bugs.launchpad.net/bugs/521509 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 521509] Re: player 1 visual corruption

2010-05-06 Thread Pegasus
; Medium ** Changed in: mixxx Assignee: RJ Ryan (rryan) => Pegasus (pegasus-renegadetech) -- player 1 visual corruption https://bugs.launchpad.net/bugs/521509 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 383431] Re: Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end

2010-01-10 Thread Pegasus
** Changed in: mixxx Status: New => Triaged ** Changed in: mixxx Importance: Undecided => High -- Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end https://bugs.launchpad.net/bugs/383431 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 420900] Re: grub2 error detecting Fedora"initrd"

2010-01-01 Thread pegasus
Ok, I made it work by changing the line : initrdname=$(echo "$kernfile" | sed "s/vmlinu[zx]/initrd\*/") to initrdname="$(echo "$kernfile" | sed "s/vmlinu[zx]/init\*/").img" With this change, the script is now looking for the file name init*[kernel version].img, instead of initrd[kernel ve

[Bug 420900] Re: grub2 error detecting Fedora"initrd"

2010-01-01 Thread pegasus
I suspect the problem is in /usr/lib/linux-boot- probes/mounted/90fallback initrdname=$(echo "$kernfile" | sed "s/vmlinu[zx]/initrd\*/") foundinitrd=0 for initrd in $(eval ls $initrdname 2>/dev/null); do

[Bug 420900] Re: grub2 error detecting Fedora"initrd"

2010-01-01 Thread pegasus
Not sure if this bug has expired. I am having the same problem. I have ubuntu 9.10 with grub2 installed. I later installed fedora 12 on another partition without boot loader (thus, no menu.lst to attach). When I run update-grub from ubuntu, the created entry for fedora has no initrd, as below:

[Bug 474336] [NEW] Has external monitor connected to the laptop but xrandr shows only 1 monitor

2009-11-04 Thread pegasus
Public bug reported: Binary package hint: x11-xserver-utils Using IBM Thinkpad 600x, video is Neomagic MagicGraph 256ZX, Ubuntu 9.10 Whether I connect or not connect the external monitor, the xrandr always shows only 1 monitor. pega...@pegasus-laptop:~$ xrandr Screen 0: minimum 320 x 240

[Bug 474336] Re: Has external monitor connected to the laptop but xrandr shows only 1 monitor

2009-11-04 Thread pegasus
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/35100584/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/35100585/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/35100586/Dependencies.txt ** A

[Bug 414131] Re: Upgrade mixxx to latest release (from 1.6.1 to 1.7.0)

2009-08-28 Thread Pegasus
This is up to the Ubuntu people. The Mixxx team is happy to cooperate in any way needed. ** Changed in: mixxx Status: New => Invalid -- Upgrade mixxx to latest release (from 1.6.1 to 1.7.0) https://bugs.launchpad.net/bugs/414131 You received this bug notification because you are a member

[Bug 383431] Re: Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end

2009-08-06 Thread Pegasus
untargeting ** Changed in: mixxx/1.7 Milestone: 1.7.0 => None -- Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end https://bugs.launchpad.net/bugs/383431 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 360590] Re: Please compile portaudio with Jack support

2009-07-26 Thread Pegasus
Manual workaround for users for now: 1) Get PA source: http://portaudio.com/archives/pa_snapshot.tgz 2) Build with 'scons prefix=/usr' 3) Install with 'sudo scons prefix=/usr install' - this will overwrite any version installed by apt 4) Get Mixxx source: http://downloads.mixxx.org/mixxx-1.7.0/m

[Bug 383431] Re: Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end

2009-07-16 Thread Pegasus
Issue is with PortAudio ** Changed in: alsa-driver (Ubuntu) Status: New => Invalid ** Changed in: portaudio (Ubuntu) Status: New => Confirmed -- Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end https://bugs.launchpad.net/bugs/383431 You received this bug notifi

[Bug 383431] Re: Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end

2009-07-16 Thread Pegasus
(That last comment was for the hang when changing latency.) With more testing, the random hang seems to be fixed in r1411 of PA as well. With latency at 5ms, I let Mixxx run for 5 hours (looping both decks) and the audio thread didn't hang. Testing with the version of PA that ships with Ubuntu a

[Bug 383431] Re: Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end

2009-07-14 Thread Pegasus
This is still an issue with bug #382228 fixed. Using hw:0,0. Tests fine with PortAudio SVN r1411 and fails with r1413. See http://music.columbia.edu/pipermail/portaudio/2009-July/009315.html ** Changed in: mixxx/1.7 Status: Confirmed => Triaged -- Sound engine-related hang on Ubuntu (Stud

[Bug 383431] Re: Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end

2009-07-03 Thread Pegasus
** Changed in: mixxx/1.7 Importance: Undecided => High ** Changed in: mixxx/1.7 Status: New => Confirmed ** Changed in: mixxx/1.7 Milestone: None => 1.7.0 -- Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end https://bugs.launchpad.net/bugs/383431 You received th

[Bug 383431] Re: Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end

2009-07-01 Thread Pegasus
For the Ubuntu guys, also see our mailing list thread: http://thread.gmane.org/gmane.comp.multimedia.mixxx.devel/2334/focus=2337 -- Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end https://bugs.launchpad.net/bugs/383431 You received this bug notification because you are a memb

[Bug 383431] Re: Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end

2009-07-01 Thread Pegasus
** Also affects: portaudio (Ubuntu) Importance: Undecided Status: New -- Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end https://bugs.launchpad.net/bugs/383431 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 383431] Re: Sound engine-related hang on Ubuntu Studio 9.04 with ALSA back end

2009-07-01 Thread Pegasus
** Also affects: alsa-driver (Ubuntu) Importance: Undecided Status: New ** Summary changed: - Sound engine-related hang on Ubuntu Studio 9.04 with ALSA back end + Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end -- Sound engine-related hang on Ubuntu (Studio) 9.04