[Bug 84591] Re: feisty 20070210/herd5 persistent mode doesn't work

2007-10-28 Thread waxhell
Persistent mode doesn't work for me in gutsy. Followed the direction on the ubuntu wiki, and was able to get the USB drive to boot properly (actually writing this from a liveUSB right now), but Persistent mode does not save settings properly. I believe that I'll have to edit up the init file in

[Bug 84591] Re: feisty 20070210/herd5 persistent mode doesn't work

2007-10-28 Thread waxhell
Clarification on the above. Looks like I was able to get a bit further after reformatting my casper- rw partition. Getting some odd KDE errors where its having problems reading/writing from certain files. Originally it was /home/ubuntu/.kde/share/config/kdeglobals Now it seems to be /home/ubunt

[Bug 147117] Re: casper umount segmentation fault

2007-10-29 Thread waxhell
I can verify this bug in Gutsy release. I don't get the resync bugs, but I definitely get the segfaults. I also may have some problems in properly writing back the files to the casper- rw partition. Followed the directions on the ubuntu wiki. This may be a duplicate of bug 125702. -- casper u

[Bug 125702] Re: failure to umount local filesystems - gutsy tribe 2

2007-10-29 Thread waxhell
I may have this bug in Gutsy release, however in my instance, I get a seg fault. Persistence enabled on a pen-drive. Experiencing some data corruption as a result of this (not all files are copied properly to the casper-rw partition) Reference Bug #147117 * Umounting local filesystem umount2:

[Bug 84591] Re: feisty 20070210/herd5 persistent mode doesn't work

2007-10-29 Thread waxhell
My issues may be (un)related to a bug where I'm getting a segfault in umount during shutdown. Reference Bug #147117 and Bug #125702 -- feisty 20070210/herd5 persistent mode doesn't work https://bugs.launchpad.net/bugs/84591 You received this bug notification because you are a member of Ubuntu Bu

[Bug 125702] Re: failure to umount local filesystems - gutsy tribe 2

2007-10-29 Thread waxhell
Ext3 seems to help the data corruption (probably at the expense of the drive lifetime). I've set my drive to run e2fschk every boot, and it seems to be better. -- failure to umount local filesystems - gutsy tribe 2 https://bugs.launchpad.net/bugs/125702 You received this bug notification because

[Bug 150863] Re: [gutsy] horrible performance with ati open source drivers

2007-10-09 Thread waxhell
** Attachment added: "My best performaing configuration in 2D" http://launchpadlibrarian.net/9892551/xorg.conf%7E -- [gutsy] horrible performance with ati open source drivers https://bugs.launchpad.net/bugs/150863 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 150863] [gutsy] horrible performance with ati open source drivers

2007-10-09 Thread waxhell
Public bug reported: Binary package hint: xserver-xorg-video-ati Hardware information: --- ATI Radeon 8500DV Athlon XP 1700+ (Tbred) nForce 1 based mobo 768MB ram Some real quick background: --- I get random black screens of nothingness when booting up the computer. This occurs about one in e

[Bug 150863] Re: [gutsy] horrible performance with ati open source drivers

2007-10-09 Thread waxhell
** Attachment added: "The xorg.log for that configuration" http://launchpadlibrarian.net/9892573/Xorg.0.log -- [gutsy] horrible performance with ati open source drivers https://bugs.launchpad.net/bugs/150863 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 150863] Re: [gutsy] horrible performance with ati open source drivers

2007-10-09 Thread waxhell
One slight discrepancy. the xorg.conf that I linked was wrong. The only difference was that option "GARTSize" "128" was uncommented. This is somewhat weird, as commenting out DRI did not stop DRI form loading. The only way I can disable DRI is to use the GARTSize option and pass a size that

[Bug 150863] Re: [gutsy] horrible performance with ati open source drivers

2007-10-09 Thread waxhell
On EXA versus XAA for my configuration: In Gutsy: It seems that on my system EXA tends to refresh the screen in large lag blocks. XAA seems much more smooth and the OS seems more usable. In Feisty: EXA seemed significantly faster than XAA and tended to tax the CPU less. -- [gutsy] horrible pe

[Bug 150863] Re: [gutsy] horrible performance with ati open source drivers

2007-10-09 Thread waxhell
** Attachment added: "Xorg.0.log when DRI is enabled" http://launchpadlibrarian.net/9892595/Xorg.0.log.beforerefreshed ** Tags added: ati dri xorg -- [gutsy] horrible performance with ati open source drivers https://bugs.launchpad.net/bugs/150863 You received this bug notification because yo

[Bug 150863] Re: [gutsy] horrible performance with ati open source drivers

2007-10-10 Thread waxhell
I was able to duplicate (actually make worse) the slow draw rate with DRI enabled under XAA by using the: Option "XAANoOffscreenPixmaps" "Enable" With that option enabled, it sounds like most of my CPU is being used to draw the screen. The splash for KDE is unbearably slow to watch. I had tried

[Bug 150863] Re: [gutsy] horrible performance with ati open source drivers

2007-10-10 Thread waxhell
Still looks like DRI is slowing down my computer massively, even when virtual is reduced down to my screen size. No change in fps with glxgears and also Xorg is still thrashing at 80-100% cpu when I'm scrolling around or loading large graphical areas in a browser. Took a look at 134817, and it do

[Bug 115719] Re: CX23880 PCI Video and Audio Decoder insmod failure

2007-10-10 Thread waxhell
This is kind of weird, because I have the exact same card and the drivers were automatically loaded under feisty (and gutsy, which I am currently running). Which kernel are you running? I did have to load up the firmware for the card for the nxt2004 part to work properly. See http://www.mythtv.o

[Bug 150863] Re: [gutsy] horrible performance with ati open source drivers

2007-10-18 Thread waxhell
Jem Fry: did you try disabling DRI to see if that helps things out? I'm not sure how that would impact your performance though, as you're running Compiz. 3d acceleration for me with DRI disabled is horrible, but at least the 2D speeds along fine. -- [gutsy] horrible performance with ati open so

[Bug 141551] Re: DRI lockup with AGP on ati (mobility radeon rv350)

2007-10-18 Thread waxhell
I can verify this bug on Feisty with an ATI Radeon 8500DV. In addition, it persisted when I moved to Gutsy (Beta and now release). However, I do have something odd that somewhat differs with the previously reported issues. Approximately one in every two to three boots, X will lock up upon boot w

[Bug 150863] Re: [gutsy] horrible performance with ati open source drivers

2007-10-19 Thread waxhell
Seems like some of the CPU thrashing has gone away with the addition of (with DRI enabled): Option "MigrationHeuristic""greedy" EXA doesn't seem to run as well as XAA. Glxgears still reports 77fps though. -- [gutsy] horrible performance with ati open source drivers https:/

[Bug 225906] Re: Plone-site fails to install a plone instance in Zope

2008-05-11 Thread waxhell
*** This bug is a duplicate of bug 25 *** https://bugs.launchpad.net/bugs/25 ** This bug has been marked a duplicate of bug 25 plone-site installation fails -- Plone-site fails to install a plone instance in Zope https://bugs.launchpad.net/bugs/225906 You received this bug not

[Bug 125702] Re: failure to umount local filesystems - gutsy tribe 2

2008-01-20 Thread waxhell
Christopher: I do an tune2fs -c 1 to force a check everytime the volume is mounted. My setup still is without errors, but I don't use my persistent thumbdrive that often (maybe once every two weeks or so). -- failure to umount local filesystems - gutsy tribe 2 https://bugs.launchpad.net/bugs