[Bug 460380] Re: Logo/Throbber Positions Patch

2009-10-25 Thread red_team316
disregard initial patch, please see branch instead https://code.launchpad.net/~redteam316/+junk/xsplash-config -- Logo/Throbber Positions Patch https://bugs.launchpad.net/bugs/460380 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 460380] [NEW] Logo/Throbber Positions Patch

2009-10-25 Thread red_team316
Public bug reported: Binary package hint: xsplash This patch allows the X/Y Positions of the throbber and logo images to be customized. ** Affects: xsplash (Ubuntu) Importance: Undecided Status: New ** Tags: logo throbber xsplash -- Logo/Throbber Positions Patch https://bugs.la

[Bug 460380] Re: Logo/Throbber Positions Patch

2009-10-25 Thread red_team316
** Attachment added: "xsplash.c and diff included" http://launchpadlibrarian.net/34355365/xsplash-XY-patch.tar.gz -- Logo/Throbber Positions Patch https://bugs.launchpad.net/bugs/460380 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 341222] Re: No borders at windows

2009-05-16 Thread red_team316
This bug is present in Jaunty. I believe it is not related to GNOME or KDE but something else, because both kwin and metacity exhibit this problem. In fact, this post explains that Debian Lenny has the bug too, so the problem is upstream and not related to ubuntu's modifications, thus hopefully

Re: [Bug 287244] Re: [intrepid] Compaq Presario CQ50 cannot install/boot

2009-01-23 Thread red_team316
Fixed as in just the kernel panic or does the wireless also work after boot too? Was this tested on a Jaunty alpha and it works? To get it working on Hardy, I blacklisted the ath_pci but the only way I could get the actual wireless itself working for me was to use NDISwrapper integrated into the L

[Bug 287244] Re: [intrepid] Compaq Presario CQ50 cannot install/boot

2008-11-29 Thread red_team316
I just purchased a: HP G50-109NR Notebook PC NVIDIA GO 8200M Graphics Athlon X2 64 Processor 802.11b/g Wireless LAN Integrated 5-in-1 Digital Media Reader Windows Vista pre-loaded for cheap as a "black friday" / day-after-thanksgiving special. The ath_pci kernel panic affects this PC too. I can c

[Bug 257181] Re: .text_background does not palette color correctly

2008-10-01 Thread red_team316
Can you explain exactly what you did as far as setting the framebuffer resolution. . . Do you mean you re-enabled vesafb and fbcon framebuffer modules, as well as set the vga=xxx line in your grub? I know gutsy and later the vesafb is disabled by default. Also what resolution is in your usplash.

[Bug 276727] Re: Status text length not limited

2008-10-01 Thread red_team316
Yes, I can confirm that I experience this behavior at every bootup. It's really obvious with a light colored background. Increasing the status width helps when I test my usplashes, but yes there are bootup lines in hardy that does this. Usplash should prevent this as the information scrolling chang

[Bug 66760] Re: palette indexes in eft-theme.c should not be prefixed with 0x

2008-08-16 Thread red_team316
Make these changes below to your branch in the 3 places they apply: /* Palette indexes */ .background = 0, .progressbar_background = 7, .progressbar_foreground = 100, .text_background= 21, .text_foreground= 49, .te

[Bug 66760] Re: palette indexes in eft-theme.c should not be prefixed with 0x

2008-08-16 Thread red_team316
Well, looking at the related branches at the top of the page, it appears that it is your branch. I cannot change it but it would appear that you can. Are you saying it won't let you change your own branch? I would think all you would need to do is make the fix on your computer and then do a bzr

[Bug 66760] Re: palette indexes in eft-theme.c should not be prefixed with 0x

2008-08-15 Thread red_team316
Yep, those pics agree with what I posted above. Thanks for the Virtualbox tip. I wouldn't say it's fast as I'd have to rebuild an iso just for a screenie, but VERY useful. Thats thinking out of(or in this case in the) box :) About the progress foreground being 156, if I remember correctly, its a

[Bug 257181] Re: .text_background does not palette color correctly

2008-08-11 Thread red_team316
** Attachment added: "eft-theme.c with all palettes set to 254, as shown in screenshot above" http://launchpadlibrarian.net/16719434/eft-theme.c -- .text_background does not palette color correctly https://bugs.launchpad.net/bugs/257181 You received this bug notification because you are a me

[Bug 257181] Re: .text_background does not palette color correctly

2008-08-11 Thread red_team316
** Attachment added: "screenshot of the bug" http://launchpadlibrarian.net/16719428/IMG_8435.JPG -- .text_background does not palette color correctly https://bugs.launchpad.net/bugs/257181 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 257181] [NEW] .text_background does not palette color correctly

2008-08-11 Thread red_team316
Public bug reported: Binary package hint: usplash "text background" does not palette properly. By changing the palette colors to all the same color shows this bug when you test it. Just don't set them all to zero(black) as for some reason that actually worked. It should give you a rectangle of co

[Bug 66760] Re: palette indexes in eft-theme.c should not be prefixed with 0x

2008-08-11 Thread red_team316
** Attachment added: "usplashmagick-test1" http://launchpadlibrarian.net/16719303/usplashmagick-test1 -- palette indexes in eft-theme.c should not be prefixed with 0x https://bugs.launchpad.net/bugs/66760 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 66760] Re: palette indexes in eft-theme.c should not be prefixed with 0x

2008-08-11 Thread red_team316
Yea, I'll post it. I'll use the image and .c you posted as example. I dont have a digital camera. I'm guessing there is no other way to take a screenshot of a usplash... Also, I tested the fix you submitted with the eft-theme example and I'm pretty sure those palette indexes of 342 and 369 are st

[Bug 66760] Re: palette indexes in eft-theme.c should not be prefixed with 0x

2008-08-10 Thread red_team316
Saïvann Carignan: Well, I give your fix 2 thumbs up. It works perfect for me too aside from the new bug we found. Could you file a new bug and post the info with it. It's really noticeable especially when using 3's or some other low palette number. Typically, the first several palette indexes i

[Bug 66760] Re: palette indexes in eft-theme.c should not be prefixed with 0x

2008-08-10 Thread red_team316
Okay, I've tested a bit more and apparently what was throwing me off is the fact that "text background" does not palette properly. Try using input similar to what I've got posted below. Just don't set them all to zero(black) as for some reason that actually worked. It should give you a rectangle of

[Bug 66760] Re: palette indexes in eft-theme.c should not be prefixed with 0x

2008-08-10 Thread red_team316
Saïvann Carignan: I looked at your "fix" for the palette colors. While the original code was misleading by using 0x156, changing it to 342 is also incorrect. An 8-bit graphic by definition can only have a max of 256 colors. I know, the 0x156 displays red for the Failure status, but where the hec