[Bug 338701] Re: acpi_irq is not set properly.

2009-05-05 Thread Ken Phillis Jr
Just so it's known, the link that andy posted about before is the one which causes the acpi_irq to get disabled, when it's removed, all issues cease. also, the attached file includes a patch which undoes that patch, along with relevant debug output for the acpi. ** Attachment added: "Log outputs

[Bug 338701] Re: acpi_irq is not set properly.

2009-04-30 Thread Ken Phillis Jr
I'm still in the process of doing a bisect, however, i did identify that the break occured between these 2 patches. # good: [c99fcf28b87d8cab592db7571e3164f5cb54c5b3] signals: send_group_sigqueue: don't take tasklist_lock git bisect good c99fcf28b87d8cab592db7571e3164f5cb54c5b3 # bad: [08acd4f8a

[Bug 294323] Re: Special Function keys broken after upgrade ( Toshiba Satilite P305D, 2.6.27 kernel)

2009-01-26 Thread Ken Phillis Jr
*** This bug is a duplicate of bug 261318 *** https://bugs.launchpad.net/bugs/261318 The bugs with the special function keys got fixed with the update to the kernel 2.6.28 that andy did, however the suspend does not work at all. -- Special Function keys broken after upgrade ( Toshiba Satilit

[Bug 321752] [NEW] upgrade with fglrx broken (8.10 to jaunty )

2009-01-26 Thread Ken Phillis Jr
Public bug reported: the upgrade using the command: update-manager -d fails to boot to the gdm login window after upgrade. I tried reinstalling the fglrx drivers which caused this issue and it didn't work. the only fix was to reconfigure the package, xserver-xorg. ** Affects: ubuntu Impor

[Bug 294323] Re: Special Function keys broken after upgrade ( Toshiba Satilite P305D, 2.6.27 kernel)

2009-01-26 Thread Ken Phillis Jr
*** This bug is a duplicate of bug 261318 *** https://bugs.launchpad.net/bugs/261318 Upgraded to jaunty, issue still exists... here's the dmesg output on it. ** Attachment added: "2.6.28-5-generic_dmesg.txt" http://launchpadlibrarian.net/21670380/2.6.28-5-generic_dmesg.txt -- Special Fun

[Bug 294323] Re: Special Function keys broken after upgrade ( Toshiba Satilite P305D, 2.6.27 kernel)

2009-03-05 Thread Ken Phillis Jr
*** This bug is a duplicate of bug 261318 *** https://bugs.launchpad.net/bugs/261318 Another kernel update, this time with the ubuntu 8.04 packages, and just enough deps fixed to install kernel... here's the dmesg report... error changed places on this one. [1.047009] checking if image is

[Bug 338701] [NEW] acpi_irq is not set properly.

2009-03-06 Thread Ken Phillis Jr
Public bug reported: During boot 2.6.27 and up do not properly set the acpi_irq which leads to various issues as to how long it takes for the system to notice acpi based events. tested kernels: 2.6.24-23 ( last working kernel ) tested kernel 2: 2.6.27-7 ( acpi_irq error appears. ) the bug report

[Bug 338701] Re: acpi_irq is not set properly.

2009-03-06 Thread Ken Phillis Jr
Here's the log just after boot... although, there is a second kernel error which does arise, but i believe it arises from this first one. ( not shown in this log ) ** Attachment added: "dmesg log from 2.6.29-020629rc7-generic" http://launchpadlibrarian.net/23558703/kernel-2.6.29-020629rc7-gener

[Bug 338701] Re: acpi_irq is not set properly.

2009-03-11 Thread Ken Phillis Jr
I have a few more files, here's the lspci -wvv command. ** Attachment added: "lspci-vvnn.log" http://launchpadlibrarian.net/23761858/lspci-vvnn.log -- acpi_irq is not set properly. https://bugs.launchpad.net/bugs/338701 You received this bug notification because you are a member of Ubuntu Bug

[Bug 338701] Re: acpi_irq is not set properly.

2009-03-11 Thread Ken Phillis Jr
Here's the test with 2.6.27-020627-generic ( i'd try the 2.6.25 and 2.6.26 kernel sets if they where on the mainline download pages. ) ** Attachment added: "dmesg_2.6.27-020627-generic.log" http://launchpadlibrarian.net/23762049/dmesg_2.6.27-020627-generic.log -- acpi_irq is not set properly.

[Bug 338701] Re: acpi_irq is not set properly.

2009-03-11 Thread Ken Phillis Jr
I did a bit more testing, and the 2.6.26 mainline log is now tested... it also produces the error with acpi_irq. ** Attachment added: "dmesg-2.6.26-020626-generic.log" http://launchpadlibrarian.net/23767544/dmesg-2.6.26-020626-generic.log -- acpi_irq is not set properly. https://bugs.launchpa

[Bug 338701] Re: acpi_irq is not set properly.

2009-03-11 Thread Ken Phillis Jr
just tested kernel 2.6.25 off of the mainline, it gets stuck with these 2 lines at the end... Begin: Running /scripts/local-premount ... done. on a side note, it appears that the acpi error was not in the log when i removed the boot paramaters... quiet splash -- acpi_irq is not set properly.

[Bug 338701] Re: acpi_irq is not set properly.

2009-03-16 Thread Ken Phillis Jr
Here's the dmesg log, with the following added to the boot parameters... (copy of this log is on the kernel bugzilla also) acpi_debug.layer=0x44 acpi_debug.level=0x0804 ** Attachment added: "2.6.29rc8 dmesg report. ( with acpi_debug set)" http://launchpadlibrarian.net/23949351/dmesg_2.6.2

[Bug 338701] Re: acpi_irq is not set properly.

2009-03-16 Thread Ken Phillis Jr
didn't like the old paramaters... changed it to... acpi.debug_layer=0x44 acpi.debug_level=0x0804 and here's the syslog (considering dmesg got cut short ) also, latest boot starts at this line... Mar 16 13:30:34 dandel-laptop kernel: [0.00] Initializing cgroup subsys cpuset ** Attac

[Bug 338701] Re: acpi_irq is not set properly.

2009-05-18 Thread Ken Phillis Jr
Quick update from mainstream bug reports. The bug has been pinpointed to a single set of 3 lines, which are the one's which modify and use the variable: psw_error once this is removed, the laptop does not ignore the acpi irq at boot anymore. -- acpi_irq is not set properly. https://bugs.launchp

[Bug 338701] Re: acpi_irq is not set properly.

2009-05-27 Thread Ken Phillis Jr
I ran a few suspend tests with 2.6.28-11 kernel. I found out that booting with acpi_osi=Linux causes the kernel to not ignore the irq on all newer kernels, but it causes issues on resume, I am not able to get the kernel to reinitialize the video upon resume. also, hpet=disabled does not fix the is

[Bug 85623] Gstreamer Video Playback discolored - FGLRX

2007-02-16 Thread Ken Phillis Jr
Public bug reported: Whenever i install the ATI drivers the video playback via the official drivers provided by ati, and the video playback is just fine without using the drivers, any clue what is causing this besides having to switch from the gstreamer backend. Ubuntu Version: 6.06 Kernel: irrev

[Bug 261318] Re: Regression: new Toshiba Laptop Support (tlsup) driver breaks Toshiba hotkeys; input device does not support 'kbd' input handler

2008-12-01 Thread Ken Phillis Jr
andy, I have a Toshiba Satellite P305D-S8828... it's some issue where irq #9 is being used by both keyboard services and acpi... for more details, look at bug #294323 ( it's marked as duplicate, although clearly is not ) -- Regression: new Toshiba Laptop Support (tlsup) driver breaks Toshiba hotk

[Bug 304859] [NEW] please update virtualbox to 2.0.6

2008-12-03 Thread Ken Phillis Jr
Public bug reported: mainly an maitenence release, however it fixes various incompatabilities with 64 bit hosts/guests... see the changelog at http://www.virtualbox.org/wiki/Changelog ** Affects: virtualbox-ose (Ubuntu) Importance: Undecided Status: New -- please update virtu

[Bug 261318] Re: Regression: new Toshiba Laptop Support (tlsup) driver breaks Toshiba hotkeys; input device does not support 'kbd' input handler

2009-01-08 Thread Ken Phillis Jr
I did a few more tests, it seems that my acpi is still somewhat debugged, even with the test i posted about, however i did notice that Brightness Function Keys now work, however the Wireless and trackpad toggle keys still do not work. However the latter was true even on the Ubuntu 8.04 kernel. --

[Bug 261318] Re: Regression: new Toshiba Laptop Support (tlsup) driver breaks Toshiba hotkeys; input device does not support 'kbd' input handler

2009-01-05 Thread Ken Phillis Jr
I gave the 2.6.28 kernel a try, and it still didn't work... of particular interest, look at line line 426, because here is where a trace happens, and irq9 gets disabled. ** Attachment added: "2.6.28-4 kernel trace." http://launchpadlibrarian.net/20930636/Dmesg_2.6.28-4-generic_ACPI-Fails.txt -

[Bug 294323] Re: Special Function keys broken after upgrade ( Toshiba Satilite P305D, 2.6.27 kernel)

2008-11-26 Thread Ken Phillis Jr
*** This bug is a duplicate of bug 261318 *** https://bugs.launchpad.net/bugs/261318 ** Summary changed: - Special Function keys broken after upgrade ( Toshiba Satilite P305D) + Special Function keys broken after upgrade ( Toshiba Satilite P305D, 2.6.27 kernel) ** Description changed: - I'

[Bug 261318] Re: Regression: new Toshiba Laptop Support (tlsup) driver breaks Toshiba hotkeys; input device does not support 'kbd' input handler

2008-11-26 Thread Ken Phillis Jr
The problem with my machine was not fixed in the proposed package at all. Linux Kernel 2.6.24-21 - my hotkeys work flawlessly ( at least the brightness controls and the updating of battery status ) Linux Kernel 2.6.27-* - not working so far, it's linked to the acpi module because irq9 gets relea

[Bug 261318] Re: Regression: new Toshiba Laptop Support (tlsup) driver breaks Toshiba hotkeys; input device does not support 'kbd' input handler

2008-12-21 Thread Ken Phillis Jr
I got the keys working well enough, but it doesn't always respond once i put the screen to sleep... and as for args at boot, i added these 4... acpi=noirq apic=debug irqpoll disable_8254_timer so far i know it's a regression between the 2.6.24 and the 2.6.27 series of kernel. ** Attachment added

[Bug 261318] Re: Regression: new Toshiba Laptop Support (tlsup) driver breaks Toshiba hotkeys; input device does not support 'kbd' input handler

2008-12-21 Thread Ken Phillis Jr
I did a quick reboot, because keyboard does not always work when i close the lid and have the acpi brightness working on 2.6.27. this time the log is with the following parameters defined by me. irqpoll disable_8254_timer ** Attachment added: "2.6.27-11 ACPI results when not working (and irqpoll

[Bug 147762] Power states AMD64x2 broken

2007-10-01 Thread Ken Phillis Jr
Public bug reported: Binary package hint: linux-source-2.6.20 I have issues with loading the Power states for the athlon 64 x2 dual core cpu of mine, here's the information i have relevant to this: [EMAIL PROTECTED]:/usr/bin$sudo modprobe powernow-k8 FATAL: Error inserting powernow_k8 (/lib/mo

[Bug 147762] Re: Power states AMD64x2 broken

2007-10-01 Thread Ken Phillis Jr
i decided to attach a prepared file for this, although i don't know how to load it to test it. ** Attachment added: "Prepared DSDT for Athlon64X2 processors." http://launchpadlibrarian.net/9623829/wejp-dsdt.dsl -- Power states AMD64x2 broken https://bugs.launchpad.net/bugs/147762 You received

[Bug 147762] Re: Power states AMD64x2 broken

2007-10-17 Thread Ken Phillis Jr
I fixed the error... it had something to do with the nvidia raid device... and so i had to change the line that has, "_NVRAIDBUS" to "NVRAIDBUS" and all that's left is a single warning and that's it. oh and on a small note i don't know which file on that site to download to get the initrd-add-ds

[Bug 147762] Re: Power states AMD64x2 broken

2007-10-17 Thread Ken Phillis Jr
Thanks for the link, but here's what i was talking about: [EMAIL PROTECTED]:/home/kphillisjr/Mydata# iasl -tc wejp- dsdt.dsl Intel ACPI Component Architecture ASL Optimizing Compiler version 20060912 [Dec 6 2006] Copyright (C) 2000 - 2006 Intel Corporation Supports ACPI Specification Revision 3.

[Bug 108812] Re: Possible memory leak? gome-panel is a memory hog

2007-08-14 Thread Ken Phillis Jr
I can confirm this on my setup also... and it effects 4 main applications. Gnome-panel -- i've seen it take up well over 250mb of ram. Xserver ( /usr/bin/X ), takes up over 90mb. Gaim -- well over 120mb... which is unacceptable. Firefox -- takes up over 170mb other notes: i usually have a lot o

[Bug 89884] Re: Giant memory leak

2007-08-21 Thread Ken Phillis Jr
I also can confirm this, it does use excessive memory, i wasn't sure what was happening, but this helps me understand... and it might as well be noted that i run my system without a swap because i have 1gb of ram. -- Giant memory leak https://bugs.launchpad.net/bugs/89884 You received this bug no

[Bug 133849] Please update linux-igd to v1.0

2007-08-21 Thread Ken Phillis Jr
Public bug reported: Binary package hint: linux-igd Pretty much Linux IGD released version 1.0 and the version in use by Ubuntu is well over a year old, and needs updating... also it might as well be noted that linux-igd is broken in gutsy due to a package name change... libupnp0 was renamed to

[Bug 129081] Re: [needs-packaging] Mumble

2007-08-21 Thread Ken Phillis Jr
I also think it would be good to have this appear somewhat soon, can it also be backported to feisty while at it? -- [needs-packaging] Mumble https://bugs.launchpad.net/bugs/129081 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 131268] Re: Intel G33/P35 (ICH9) not reported correctly by lspci

2007-09-12 Thread Ken Phillis Jr
*** This bug is a duplicate of bug 96114 *** https://bugs.launchpad.net/bugs/96114 since the command failed, all i can tell you is to try again later... because i just ran it and it worked just fine. -- Intel G33/P35 (ICH9) not reported correctly by lspci https://bugs.launchpad.net/bugs/1312

[Bug 96114] Re: please update the pciutils database

2007-09-12 Thread Ken Phillis Jr
ok, since the other link to fix this... i'll provide some information on manually updating the pci id's, when the command: sudo update-pciids fails. step 1) open up the following url in your browser: http://pciids.sourceforge.net/v2.2/pci.ids step 2a) if this does not fail, try again. step 2b)

[Bug 127963] libqt4 debug gui missing

2007-07-24 Thread Ken Phillis Jr
Public bug reported: The debug libraries for the GUI are missing, when the install of libqt4 -core-debug i can't seem to debug any of the applications... sample run: gdbg qtwengophone [lots of error messages about no debug symbols found] Program received signal SIGFPE, Arithmetic exception. [Sw

[Bug 127963] Re: libqt4 debug gui missing

2007-07-24 Thread Ken Phillis Jr
as a reference to the bug i refer to in the bug # 81686 for ideas on how to fix this, since it is probably in the same area... I'll look more into this now, after trying to get the debug library for the gui installed. -- libqt4 debug gui missing https://bugs.launchpad.net/bugs/127963 You receive

[Bug 128819] Add more Low latency kernels to list.

2007-07-27 Thread Ken Phillis Jr
Public bug reported: Binary package hint: linux This is a feature request mainly, but it's mainly adding 1 or 2 more kernel images to the repository. it's low latency versions of the kernel for the amd64 and the i386 releases ( although i don't know if a generic version exists either since i can'

[Bug 104577] Re: [apport] qtwengophone crashed with SIGFPE in QApplicationPrivate::construct()

2007-08-29 Thread Ken Phillis Jr
The fix is very simple... just please read more on the TechPowerup forums... but keep in mind that the bug is with how ATI configures it's DPI settings... http://forums.techpowerup.com/showthread.php?t=36399 -- [apport] qtwengophone crashed with SIGFPE in QApplicationPrivate::construct() https://

[Bug 104577] Re: [apport] qtwengophone crashed with SIGFPE in QApplicationPrivate::construct()

2007-08-05 Thread Ken Phillis Jr
Found the fix for this, finally, but it's related to the ATI bug related to display size. -- [apport] qtwengophone crashed with SIGFPE in QApplicationPrivate::construct() https://bugs.launchpad.net/bugs/104577 You received this bug notification because you are a member of Ubuntu Bugs, which is th

[Bug 131422] ForceFeedback test utils missing

2007-08-09 Thread Ken Phillis Jr
Public bug reported: Binary package hint: joystick basic information: pretty much i install the Joystick utilities with the expectation of finding all of the following tools included, but instead i find the following missing: ffmvforce ffset ffcfstress evtest steps to reproduce: 1) install j

[Bug 147762] Re: Power states AMD64x2 broken

2008-02-02 Thread Ken Phillis Jr
a bit late, but i got it working however i had to change my system settings a bit, and apply the acpistates, which work... oh and it's worth noting that this bug still exists in Gutsy's 2.6.22 kernel. -- Power states AMD64x2 broken https://bugs.launchpad.net/bugs/147762 You received this bug noti

[Bug 189581] [NEW] Please update Alsa to v1.0.16 final.

2008-02-06 Thread Ken Phillis Jr
Public bug reported: summary states it all, the whole package for ALSA is now with v1.0.16, and out of the release candidate stages. ** Affects: alsa-driver (Ubuntu) Importance: Undecided Status: New -- Please update Alsa to v1.0.16 final. https://bugs.launchpad.net/bugs/189581 Yo

[Bug 189581] Re: Please update Alsa to v1.0.16 final.

2008-02-06 Thread Ken Phillis Jr
I know, except for i am actually doing this so i can request that it be backported to Gutsy, and hopefully after that, possibly feisty. -- Please update Alsa to v1.0.16 final. https://bugs.launchpad.net/bugs/189581 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 189581] Re: Please update Alsa to v1.0.16 final.

2008-02-06 Thread Ken Phillis Jr
** Also affects: linux-ubuntu-modules-2.6.22 (Ubuntu) Importance: Undecided Status: New -- Please update Alsa to v1.0.16 final. https://bugs.launchpad.net/bugs/189581 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ub

[Bug 189581] Re: Please update Alsa to v1.0.16 final.

2008-02-08 Thread Ken Phillis Jr
True, however gutsy needs an update since it's on a fairly old release, and i was aiming to request enough to help, because not all users of ubuntu will update to version 8.04 until their graphics drivers are confirmed to work, like the Radeon drivers. -- Please update Alsa to v1.0.16 final. http

[Bug 198048] [NEW] package request - pulseaudio-module-jack

2008-03-03 Thread Ken Phillis Jr
Public bug reported: Pretty much as the summary says, inclusion of the pulse module for jackd... it's needed to fix applications that use jackd for sound capture and playback when using the default sound module of pulseaudio, and yes i know this is related to bug # 109659, however this is to get t

[Bug 109659] Re: jack sink missing in pulseaudio

2008-03-03 Thread Ken Phillis Jr
posted a package request, namely bug #198048... of course this bug report effects hardy. -- jack sink missing in pulseaudio https://bugs.launchpad.net/bugs/109659 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing li

[Bug 198064] [NEW] please update pidgin to 2.4.x

2008-03-03 Thread Ken Phillis Jr
Public bug reported: Binary package hint: pidgin pretty much as the subject says, version 2.4.0 is in the debian source tree, and the latest version in hardy is 2.3.1. ** Affects: pidgin (Ubuntu) Importance: Undecided Status: New -- please update pidgin to 2.4.x https://bugs.laun

[Bug 198070] [NEW] [needs packing] pidgin-plugin-pack v 2.2.0

2008-03-03 Thread Ken Phillis Jr
Public bug reported: Binary package hint: pidgin-plugin-pack This is not in the debian tree yet, so i'll provide the 2 main things related to this, the source site, and the site i'm testing their release ( at least on gutsy it works ) source page: http://plugins.guifications.org/trac/downloads g

[Bug 195135] Re: Package request - AMD Optimized compilers.

2008-03-03 Thread Ken Phillis Jr
it appears that this might not be needed, if gcc 4.2 gets updated to whatever the latest release is, which at this moment is, 4.2.3. -- Package request - AMD Optimized compilers. https://bugs.launchpad.net/bugs/195135 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 178885] Re: Please update glabels to latest version (2.2.1)

2008-03-23 Thread Ken Phillis Jr
Yea, and it seems Glabels 2.2.2 is now out, and it appears that getdeb has a ubuntu release for 2.2.1 out already, located here: http://www.getdeb.net/app/gLabels -- Please update glabels to latest version (2.2.1) https://bugs.launchpad.net/bugs/178885 You received this bug notification because

[Bug 195135] [NEW] Package request - AMD Optimized compilers.

2008-02-24 Thread Ken Phillis Jr
Public bug reported: Binary package hint: gcc-4.2 I know that the package for this bug might be off a bit, but it's pertaining to the gcc releases done by amd, so far i only know of releases pertaining to SLES 9 and RHEL v 4.2... i'm wondering if it'd be possible to add this so people who run amd

[Bug 195135] Re: Package request - AMD Optimized compilers.

2008-02-28 Thread Ken Phillis Jr
i think it's meant to be a drop in replacement for the main line gcc and adds improvements on how the compiler generates code for amd based systems. -- Package request - AMD Optimized compilers. https://bugs.launchpad.net/bugs/195135 You received this bug notification because you are a member of

[Bug 208284] [NEW] mplayer xvideo glitchy with compiz

2008-03-28 Thread Ken Phillis Jr
Public bug reported: i can't use xvideo output with compiz enabled for mplayer, a fix has already been released, but it needs to be integrated. http://forum.compiz-fusion.org/showthread.php?t=6005 ** Affects: ubuntu Importance: Undecided Status: New -- mplayer xvideo glitchy with

[Bug 208284] Re: mplayer xvideo glitchy with compiz

2008-03-28 Thread Ken Phillis Jr
I probobly should state some system information about this... I'm using FGLRX version 8.3, and i have compiz fusion enabled with extra effects enabled. mplayer and smplayer are whatever is in the repository. -- mplayer xvideo glitchy with compiz https://bugs.launchpad.net/bugs/208284 You receiv

[Bug 121476] Re: Use Compiz' "video" plugin when available

2008-03-28 Thread Ken Phillis Jr
I know where the main changes are located in this, look at the file, libvo/vo_xv.c this is where most of the changes are. -- Use Compiz' "video" plugin when available https://bugs.launchpad.net/bugs/121476 You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 85623] Re: Gstreamer Video Playback discolored - FGLRX

2007-03-04 Thread Ken Phillis Jr
Darren albers said it best, that's almost exactly how it acts... i tried to switch it but that don't help, the only thing i could figure is i had to tinker with my video settings with aticonfig, and i haven't been able to figure out how to fix it though, except for chaning the engine to xine, but i

[Bug 85623] Re: Gstreamer Video Playback discolored - FGLRX

2007-03-25 Thread Ken Phillis Jr
i found a fix for this, and it is to run the following command: gstreamer-properties and with the dialog it brings up change the Default video output plugin to: X Window System (No XV) -- Gstreamer Video Playback discolored - FGLRX https://launchpad.net/bugs/85623 -- ubuntu-bugs mailing list

[Bug 96114] Unknown Device ID's.

2007-03-25 Thread Ken Phillis Jr
Public bug reported: Binary package hint: pciutils i ran lspci and it gave me a whole bunch of unknown devices on the list of devices i have.. i already have a fix for this and that is install the new PCIUtils package, or at least update the the file, /usr/share/misc/pci.ids PCIutils is udpated

[Bug 81686] Re: SIGFPE in create_dpis() in QPaintDevice::~QPaintDevice

2007-03-28 Thread Ken Phillis Jr
i can confirm this bug, it occurs when your using TV output. -- SIGFPE in create_dpis() in QPaintDevice::~QPaintDevice https://launchpad.net/bugs/81686 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 81686] Re: SIGFPE in create_dpis() in QPaintDevice::~QPaintDevice

2007-03-28 Thread Ken Phillis Jr
i got the information that is required, and it's not to hard just look at the xdpyinfo for each effected box, it should turn out somethin like this ( notice screen # 1 on my box ) xdpyinfo | grep -a2 dimen screen #0: dimensions:1280x1024 pixels (370x280 millimeters) resolution:88x

[Bug 81686] Re: SIGFPE in create_dpis() in QPaintDevice::~QPaintDevice

2007-03-29 Thread Ken Phillis Jr
got a patch that fixes the issues with the dpi's, but the problem might still occure with other apps, please resort to testing them as to figure this out, and so far i am certain that the new control panel for ati cards that is in the binary package is not fixed by this repair. ** Attachment added

[Bug 81686] Re: SIGFPE in create_dpis() in QPaintDevice::~QPaintDevice

2007-03-30 Thread Ken Phillis Jr
actually, i wanted to check the height and width, and if i am checking width twice, taht means that the second test needs to be for this statement here: (DisplayHeightMM(dpy,i) < 1) instead of what it is now, which is: (DisplayWidthMM(dpy,i) < 1) change that line to the appropriate check and it

[Bug 99961] [apport] xrdb crashed with SIGFPE

2007-04-02 Thread Ken Phillis Jr
Public bug reported: Binary package hint: xrdb just upgraded from Edgy and this is my first boot, so don't know what happened. ProblemType: Crash Architecture: i386 Date: Sun Apr 1 18:33:27 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/xrdb Package: xrdb 1:1.0.2-0ubuntu2 PackageArchi

[Bug 96114] Re: please update the pciutils database

2007-04-02 Thread Ken Phillis Jr
i can confirm that this bug also effects feisty... because it doesn't identify the device id 726b, which is part of my ATI Radeon X1900GT. -- please update the pciutils database https://launchpad.net/bugs/96114 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/ma

[Bug 81686] Re: SIGFPE in create_dpis() in QPaintDevice::~QPaintDevice

2007-04-02 Thread Ken Phillis Jr
just upgraded to feisty, and the pesky bug returned, but of course i didn't patch my install with my own patch so it is verified. -- SIGFPE in create_dpis() in QPaintDevice::~QPaintDevice https://launchpad.net/bugs/81686 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubu

[Bug 99974] [apport] qsynth crashed with SIGFPE in create_dpis()

2007-04-02 Thread Ken Phillis Jr
*** This bug is a duplicate of bug 81686 *** Public bug reported: Binary package hint: qsynth i already know that this is caused by the bug with ati drivers not assigning a screen size ( in MM to tv displays) a fix is arleady found, mark this as a duplicate of Bug #81686 steps to reproduce: ste

[Bug 81686] Re: SIGFPE in create_dpis() in QPaintDevice::~QPaintDevice

2007-04-02 Thread Ken Phillis Jr
I just updated the patch to feisty level, so here's the new patch. ** Attachment added: "qt-x11-free patch that is for Feisty." http://librarian.launchpad.net/7115429/qpaintdevice_x11.cpp.diff -- SIGFPE in create_dpis() in QPaintDevice::~QPaintDevice https://bugs.launchpad.net/bugs/81686 You

[Bug 99974] Re: [apport] qsynth crashed with SIGFPE in create_dpis()

2007-04-02 Thread Ken Phillis Jr
*** This bug is a duplicate of bug 81686 *** ** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/7101666/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/7101667/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.lau

[Bug 81686] Re: SIGFPE in create_dpis() in QPaintDevice::~QPaintDevice

2007-04-02 Thread Ken Phillis Jr
on my machine it works just fine, no word from others who had this issue. -- SIGFPE in create_dpis() in QPaintDevice::~QPaintDevice https://bugs.launchpad.net/bugs/81686 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bu

[Bug 99961] Re: [apport] xrdb crashed with SIGFPE

2007-04-03 Thread Ken Phillis Jr
ok i have located the respective crash dump, so here is the attached file. ** Attachment added: "xrdb crash report." http://librarian.launchpad.net/7130444/_usr_bin_xrdb.1001.crash -- [apport] xrdb crashed with SIGFPE https://bugs.launchpad.net/bugs/99961 You received this bug notification be

[Bug 90196] Re: [apport] xrdb crashed with SIGFPE

2007-04-03 Thread Ken Phillis Jr
Timo, yes i have that file, i hadn't rebooted yet, i'll try rebooting probobly tommorow... and i think it might be constant. -- [apport] xrdb crashed with SIGFPE https://bugs.launchpad.net/bugs/90196 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug cont

[Bug 90196] Re: [apport] xrdb crashed with SIGFPE

2007-04-03 Thread Ken Phillis Jr
fresh reboot and i got yet another crash of xrdb, and i am also attaching the dump that it generated... to be precise the file, /var/crash/_usr_bin_xrdb.1001.crash ** Attachment added: "crash report." http://librarian.launchpad.net/7134025/_usr_bin_xrdb.1001.crash -- [apport] xrdb crashed wi

[Bug 99188] Unuable to install -- libdbh1.0-dev

2007-04-03 Thread Ken Phillis Jr
Public bug reported: Package effected by this is: xfce4-devel (version 4.2.1.1-2ubuntu2) the package that is missing is, libdbh1.0-dev and of course, the fix is to change the dependance so that it will use the package, libdbh-4.5-dev ** Affects: meta-xfce4 (Ubuntu) Importance: Undecided

[Bug 99961] Re: [apport] xrdb crashed with SIGFPE

2007-04-05 Thread Ken Phillis Jr
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/7101428/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/7101429/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/7101430/Disassembly.txt ** Attachm

[Bug 104577] [apport] qtwengophone crashed with SIGFPE in QApplicationPrivate::construct()

2007-04-08 Thread Ken Phillis Jr
Public bug reported: Binary package hint: wengophone not really sure, i just launched the app and it crashed suddenly... and it occurs every time. ProblemType: Crash Architecture: i386 Date: Sun Apr 8 17:03:06 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/qtwengophone Package: wengop

[Bug 104577] Re: [apport] qtwengophone crashed with SIGFPE in QApplicationPrivate::construct()

2007-04-08 Thread Ken Phillis Jr
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/7220153/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/7220154/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/7220155/Disassembly.txt ** Attachm

[Bug 238678] [NEW] Improper page rendering/printing of some PDF documents.

2008-06-09 Thread Ken Phillis Jr
Public bug reported: Binary package hint: evince site with an affected document... http://careercenter.unt.edu/students/resources.html ( see the Resume and Cover Letters booklet link on the page ) the bug is that it attempts to add part of the next page to the right side current page, and then t

[Bug 238678] Re: Improper page rendering/printing of some PDF documents.

2008-06-09 Thread Ken Phillis Jr
** Attachment added: "copy of the affected document." http://launchpadlibrarian.net/15158034/resume_coverletters_booklet.pdf ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/15158035/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/

[Bug 241465] [NEW] Please update smplayer to version 0.6.1

2008-06-19 Thread Ken Phillis Jr
Public bug reported: Binary package hint: smplayer The version of smplayer included in the repository, namely 0.6.0-RC2 is very old, and has a lot of various minor bugs have been fixed since the repository release. i won't be putting a lot of details on this, however it'd be nice to have the late

[Bug 241465] Re: [hardy] Please update smplayer to version 0.6.1

2008-06-19 Thread Ken Phillis Jr
a backport at the least would be good, although if it is possible to get it in to hardy-updates that would be even better... This has a few major fixes for various bugs i saw, it actually plays a little nicer when i compare it to what is included in the repository. -- [hardy] Please update smplay

[Bug 240411] Re: highlighted messages always render at bottom of the screen.

2008-06-22 Thread Ken Phillis Jr
I noticed i didn't include steps to reproduce this bug... 1) have the following plugins loaded... X-Sys_2 ( version 2.2.0. ), Python ( Version 0.7), Perl ( Version 2.8.4 ), and Tcl ( Version 1.62 ). 2) join a channel. 3) someone says your irc nick name or messages you... this will trigger the ev

[Bug 240411] Re: highlighted messages always render at bottom of the screen.

2008-08-04 Thread Ken Phillis Jr
it appears that a change between 7.10 and 8.04 caused this... the way to remove this behaviour was to do the following... open up the OSD Notifications dialog, which is located under... System -> Preferences -> OSD Notifications ... then when this dialog opens up click the Notifications tab. then

[Bug 197288] Re: [hardy] new windows are put in background when a window has always on top set

2008-06-11 Thread Ken Phillis Jr
I confirm this, and there seems to be another bug... even after applying the fix that Samuel suggested it still seems to occur when using the keyboard shortcut (Alt+F2) for run application. -- [hardy] new windows are put in background when a window has always on top set https://bugs.launchpad.ne

[Bug 240411] [NEW] highlighted messages always render at bottom of the screen.

2008-06-16 Thread Ken Phillis Jr
Public bug reported: Binary package hint: xchat No matter how i change the system alerts using xchat i always wind up having the highlighted messages render at the bottom of the screen in green, i'd like to disable this however all of the options except for blinking the tray icon and enabling the

[Bug 90196] Re: [apport] xrdb crashed with SIGFPE

2007-04-27 Thread Ken Phillis Jr
actually, this is a fairly similar but to what happened with QT-X11-Free, so I'll go ahead and paste the results of mine... i actually have a TV as one of my monitors and i didn't bother to fix my xorg because i don't know the mm size of my screen... xdpyinfo | grep -a2 dimen screen #0: dimensi

[Bug 218365] [NEW] [needs packing] FGLRX version 8.4

2008-04-16 Thread Ken Phillis Jr
Public bug reported: Latest release of FGLRX is out and it includes a few bug fixes for FGLRX along with adding support for the Radeon HD3400/HD3600/HD3800 series of cards. and on a small note, when updating the driver, please make sure that fglrx-kernel-source will work from the repository on a

[Bug 212581] Re: audacious crashed with SIGSEGV in [EMAIL PROTECTED]()

2008-05-27 Thread Ken Phillis Jr
no, i think that one of the updates to gtk fixed the issue that it was having. -- audacious crashed with SIGSEGV in [EMAIL PROTECTED]() https://bugs.launchpad.net/bugs/212581 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 236217] [NEW] Gnome System Monitor Improperly handles theme rendering without compiz.

2008-05-30 Thread Ken Phillis Jr
Public bug reported: Binary package hint: gnome-system-monitor When i disable the visual effects, in other words compiz the gnome system monitor tends to ignore the current user's theme that they have configured, i'm not sure what's causing this... for a quick note, i'm using version 2.22.1-0ubu

[Bug 236217] Re: Gnome System Monitor Improperly handles theme rendering without compiz.

2008-05-31 Thread Ken Phillis Jr
Added an attachment of the difference between compiz being enabled and disabled with the system monitor being up. ** Attachment added: "System_MonitorBug.png" http://launchpadlibrarian.net/14874578/System_MonitorBug.png -- Gnome System Monitor Improperly handles theme rendering without compi

[Bug 236217] Re: Gnome System Monitor Improperly handles theme rendering without compiz.

2008-06-02 Thread Ken Phillis Jr
to begin with, the driver i am using is the april 2008 binary driver from ATI. ( which supports compiz fusion. ), with this said, i'll give steps under the assumption that the compiz capable driver has been installed. 1) open up the appearance preferences. 2) under the visual effects tab, make sur

[Bug 216241] [NEW] version 8.3 has broken dkms system.

2008-04-12 Thread Ken Phillis Jr
Public bug reported: Binary package hint: fglrx-kernel-source The package is broken in general. It works if i use the official download from ati, but not the repository. testing: fresh system install install fglx-kernel-source, fglrx-amdcccle and xorg-driver-fglrx-dev then of course i followed,

[Bug 208284] Re: mplayer xvideo glitchy with compiz

2008-04-14 Thread Ken Phillis Jr
step 1) prepare build env apt-get build-dep mplayer apt-get source mplayer step 2) download source file. wget http://www.fileden.com/files/2007/12/10/1637237/mplayrepatch.patch or wget http://smspillaz.googlepages.com/mplayrepatch.patch step 3) apply patch and build source. cd MPlayer-1.0rc2 wget

[Bug 212581] Re: audacious crashed with SIGSEGV in [EMAIL PROTECTED]()

2008-04-28 Thread Ken Phillis Jr
ok done... here's the output i got for the command dpkg -l audacio* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version

[Bug 234461] [NEW] broken dependency, gnome-keyring-manager

2008-05-23 Thread Ken Phillis Jr
Public bug reported: Binary package hint: gnome-desktop-environment This package is unable to be installed due to broken dependencies/missing packages, namely gnome-keyring-manager is not in the repository. ** Affects: meta-gnome2 (Ubuntu) Importance: Undecided Status: New -- bro

[Bug 234483] [NEW] distribution display is incorrect.

2008-05-23 Thread Ken Phillis Jr
Public bug reported: Binary package hint: xchat-xsys while bug #221171 is highly similair to this, between upsteam and down stream releases the ability to display the right version of ubuntu disappears... here's an example of the edistro/distro command... currently displays: distro[Debian lenny

[Bug 234483] Re: distribution display is incorrect.

2008-05-23 Thread Ken Phillis Jr
** Attachment added: "fix-Distrodisplay.diff" http://launchpadlibrarian.net/14680527/fix-Distrodisplay.diff -- distribution display is incorrect. https://bugs.launchpad.net/bugs/234483 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 228664] [NEW] install updates button does check packages.

2008-05-09 Thread Ken Phillis Jr
Public bug reported: Binary package hint: update-manager It appears that recently on Ubuntu 8.04 that this package update notifier broke, because when i bring up the main update dialog the install updates button seems to always check the updates instead of installing new updates. to get a idea

[Bug 267339] Re: wireless (atheros) doesn't work after suspend

2008-11-05 Thread Ken Phillis Jr
I also confirm this bug, however i do have a quick notes about this on reproduction... 1) start computer and connect to wireless network. 2) place computer in suspend. 3) resume computer about a minute later. 4) wait about 5 minutes ( depends on how long it takes for you system to wake up from s

  1   2   3   4   5   6   7   >