[Bug 65606] Re: [edgy] splash screen blocks dialog for csv import

2007-06-14 Thread sardion
It seems to be fixed. -- [edgy] splash screen blocks dialog for csv import https://bugs.launchpad.net/bugs/65606 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://list

[Bug 22336] Re: CPU overheats during high usage "throttling "

2007-04-07 Thread sardion
Yes, on my laptop, setitng the max_freq to 1GHz prevents overheating and the computer does not shutdown on its own, I have left ot running for more than a day doing CPU intensive tasks and its fine when its slowed down. -- CPU overheats during high usage "throttling " https://bugs.launchpad.net/b

[Bug 22336] Re: CPU overheats during high usage "throttling "

2007-04-06 Thread sardion
Sure. Here's the easiest way: In terminal do: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies this will give you a list of what speeds your processor can run at. make note of them. now in the terminal do: sudo aptitude install sysfsutils once it's done installing that

[Bug 22336] Re: CPU overheats during high usage "throttling "

2007-04-06 Thread sardion
For those of you who have this problem, my workaround is: echo -n 100 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq Though I actually use the sysfs-utils package to set this automatically at boot time. -- CPU overheats during high usage "throttling " https://bugs.launchpad.net/bug

[Bug 94718] Re: Kernel crash on startup

2007-04-05 Thread sardion
Nicolas: In your /boot/grub/menu.lst you most likely have a resume=/dev/hdaX in the kernel options. Change that also to sda. Also check your /etc/fstab for /dev/hdaX entries. Or try this: Make a backup of your /boot/grub/menu.lst file and then run sudo /usr/bin/update-grub That should fix th

[Bug 22336] Re: CPU overheats during high usage "throttling "

2007-04-02 Thread sardion
I am in Los Angeles and would be willing to let my laptop be used for some experimenting for a while. Please contact me via email about this if it can be done. FWIW, I have "solved" the problem by simply setting scaling_max_freq to 1GHz (even though I have a 1.6GHz PM chip). I am not 100% certai

[Bug 94718] Re: Kernel crash on startup

2007-03-25 Thread sardion
I've solved the issue. My drive used to be hda and now its sda. Don't know (or need to know) why its now SCSI. For me at least, the problem was not letting the stock /usr/sbin/update- grub script run (I use my own). The shipped one successfully changes everything to root=/dev/sda6 This should

[Bug 94718] Re: Kernel crash on startup

2007-03-25 Thread sardion
Attached is a photo of the screen where it hangs. Not sure how useful it will be, it detects all the devices and then just stops. I am fairly competent with kernel stuff, let me know what else you need or if there's anything i should try. No problem compiling my own kernel etc. ** Attachment ad

[Bug 94718] Re: Kernel crash on startup

2007-03-25 Thread sardion
ps. if there are two of us still with this issue, there are more. releasing a kernel this broken in feisty would be bad. i would upgrade the importance. -- Kernel crash on startup https://launchpad.net/bugs/94718 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.co

[Bug 94718] Re: Kernel crash on startup

2007-03-25 Thread sardion
I also still have this problem. Using 2.6.20-13 and nothing. I will post the lines before the hang as soon as I can get them photoed. -- Kernel crash on startup https://launchpad.net/bugs/94718 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/u

[Bug 63789] Re: FEATURE REQUEST: include linux-phc patch in kernel

2007-03-24 Thread sardion
First, thanks to Ben for getting this in. Second, Pausanias, I have to disagree. I at least have a badly broken BIOS and have been forced to patch the kernel myself to put in exactly the conservative tables you speak of in order to run my 1.6GHz chip at any speed higher than 600MHz. There is, at

[Bug 93648] Re: 2.6.20-12 fails to boot on multiple ThinkPads and Dell (ahci_init_one/pci_iounmap BUG at lib/iomap.c:254)

2007-03-19 Thread sardion
Same here, with Averatec laptop. (Dell knockoff in essence). -- 2.6.20-12 fails to boot on multiple ThinkPads and Dell (ahci_init_one/pci_iounmap BUG at lib/iomap.c:254) https://launchpad.net/bugs/93648 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/l

[Bug 92706] Re: linux source patch missing? AC97_SCAP_POWER_SAVE undeclared

2007-03-18 Thread sardion
I used menuconfig and it definitely did just enable not only that new thing but many others. I am sure that if I used oldconfig I would have been prompted. -- linux source patch missing? AC97_SCAP_POWER_SAVE undeclared https://launchpad.net/bugs/92706 -- ubuntu-bugs mailing list ubuntu-bugs@l

[Bug 92706] Re: linux source patch missing? AC97_SCAP_POWER_SAVE undeclared

2007-03-18 Thread sardion
Faultless logic. I agree completely. That said, I hit this issue when I simply ran make-kpkg against the new source using my old config file. Wouldn't it make sense to not have kernel-package automatically enable options that are new, especially if they are unsupported? (I have disabled AC97 po

[Bug 92706] Re: linux source patch missing? AC97_SCAP_POWER_SAVE undeclared

2007-03-18 Thread sardion
The attached patch fixes the problem. I am unclear as to how the linux-image- are being built from this source and also as to how this patch is needed since it was applied upstream with many other changes which appear to be in the ubuntu kernel-source. ** Attachment added: "patch for includ

[Bug 92706] Re: linux source patch missing? AC97_SCAP_POWER_SAVE undeclared

2007-03-18 Thread sardion
Error persists in 2.6.20-12.19 LD [M] sound/pci/snd-intel8x0m.o CC [M] sound/pci/ac97/ac97_codec.o sound/pci/ac97/ac97_codec.c: In function ‘snd_ac97_powerdown’: sound/pci/ac97/ac97_codec.c:2286: error: ‘AC97_SCAP_POWER_SAVE’ undeclared (first use in this function) sound/pci/ac97/ac97_code

[Bug 84233] Re: mozplugger and evince-gtk can't open pdf file in Xubuntu

2007-03-15 Thread sardion
Investigation into the code reveals that *I think* the issue is that evince-gtk does not handle compression at all and that somehow mozplugger is compressing (or making appear compressed anyway) the pdf files. The best fix for this is to allow evince to replace evince-gtk without breaking xubuntu-

[Bug 84233] Re: mozplugger and evince-gtk can't open pdf file in Xubuntu

2007-03-15 Thread sardion
Confirmed. The issue is with evince-gtk and mozplugger together. Installing evince fixes the problem but removes xubuntu-desktop which is a whole other problem. Either mozplugger/evince-gtk need to be fixed or xubuntu needs to depend on evince-gtk | evince. -- mozplugger and evince-gtk can't o

[Bug 92706] linux source patch missing? AC97_SCAP_POWER_SAVE undeclared

2007-03-15 Thread sardion
Public bug reported: Binary package hint: linux-source-2.6.20 Latest update (2.6.20-11.7) has an error: in /include/sound/ac97_codec.h need to ad dthe line #define AC97_SCAP_POWER_SAVE (1<<11) along with the other SCAPs. Compiling the ac97 drivers fails as is. The above line appears in sev

[Bug 56501] Re: xserver-xorg-driver-i810: Error in I830WaitLpRing(), now is -99922196, start is -99924197

2007-03-08 Thread sardion
This issue resolved itself for me at some point. Apologies for forgetting to say so here. Unless someone else is still experiencing this issue, it should be marked as resolved. If no one says otherwise I will close my bug. -- xserver-xorg-driver-i810: Error in I830WaitLpRing(), now is -9992219

[Bug 86841] Re: compiz/beryl does not refresh content of windows

2007-02-26 Thread sardion
Fixed for me as of today's update (I think the one for xserver-xorg- core). -- compiz/beryl does not refresh content of windows https://launchpad.net/bugs/86841 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 87473] Re: libpam-keyring depends on gnome-session

2007-02-25 Thread sardion
The Debian report was also me. After I reported it here I realized that this package was most likely copied unchanged from the Debian repos so I wanted to report it there too in case no one was watching here. Thanks for looking into it. -- libpam-keyring depends on gnome-session https://launchp

[Bug 87473] Re: libpam-keyring depends on gnome-session

2007-02-23 Thread sardion
I just rebuilt the package with the depends changed from gnome-session >= 2.10 to gnome-keyring-manager >= 2.17 (the latest in feisty). Given that build-depends does not need gnome, and that I saw no output suring configure to indicate any issues, I think a patch for this is that simple: --- Depe

[Bug 87473] libpam-keyring depends on all of gnome !?!?

2007-02-23 Thread sardion
Public bug reported: Binary package hint: libpam-keyring Back in the edgy and dapper days I had installed libpam-keyring from source. I run xubuntu. I just installed the package from the repos (thanks to whoever finally did that). It required installing like 50 packages, including gnome-user-g

[Bug 83178] Re: [feisty] nm-applet claims wired connection when its wireless

2007-02-05 Thread sardion
It does appear to be the same as listed upstream. The reports at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=194124 that upstream's comes from certainly are the same as this. -- [feisty] nm-applet claims wired connection when its wireless https://launchpad.net/bugs/83178 -- ubuntu-bug

[Bug 83178] [feisty] nm-applet claims wired connection when its wireless

2007-02-03 Thread sardion
Public bug reported: Binary package hint: nm-applet The nm-applet about half the time (approx every other boot) connects to the wireles network but then says "wired connection" and shows the wired status icon instaed of the wireless one. I am running xubuntu feisty on averatec 3360-EH1 (wireless

[Bug 83175] [feisty] mozplugger depends should be satisfied by firefox

2007-02-03 Thread sardion
Public bug reported: Binary package hint: mozplugger mozplugger depends on iceweasel | iceape-browser | galeon | konqueror | epiphany-browser firefox should be in that list. ** Affects: mozplugger (Ubuntu) Importance: Undecided Status: Unconfirmed -- [feisty] mozplugger depends

[Bug 74190] Re: [feisty] [apt] command line apt-get/aptitude breaks update-manager

2007-02-01 Thread sardion
Update: I have nailed down the issue. I have root's umask set to 027 When I run aptitude remove ... as root this results in the file /var/lib/apt/extended_states being recreated using that umask which then makes update-manager crash since it cannot read said file. Possible solutions: 1) require

[Bug 79274] Re: update-manager crashed in feisty (TypeError: exceptions must be strings, classes, or instances, not type)

2007-01-27 Thread sardion
Also still having this problem. Xubuntu (feisty) update-manager 0.53.3 python-dbus 0.80.1-1 Works fine with sudo but not as regular user. Error reads as follows: [EMAIL PROTECTED]:~]% update-manager Traceback (most recent call last): File "/usr/bin/X11/update-manager", line 86, in app

[Bug 60147] Re: saved firefox resumes as if crashed

2007-01-20 Thread sardion
This seems to have been fixed as part of the 2.0.1 release in ubuntu, cannot comment if it an upstream fix or not. So, for me, this is fixed. If no one else has this anymore, we can close it. -- saved firefox resumes as if crashed https://launchpad.net/bugs/60147 -- ubuntu-bugs mailing list ub

[Bug 74190] Re: [feisty] [apt] command line apt-get/aptitude breaks update-manager

2007-01-12 Thread sardion
Further messing about shows that if I forcibly chmod extended_states to allow a+rw then all seems well. This bug seems to be that if aptitude is run as root from the command line, it creates extended_states in such a way that update-manager cannot access it. -- [feisty] [apt] command line apt-ge

[Bug 74190] Re: [feisty] [apt] command line apt-get/aptitude breaks update-manager

2007-01-12 Thread sardion
There is no crash log for apt. Apt works fine. Update-manager crashes. I can attach the log if you want, but it all boils down to the last line: SystemError: E:Could not open file /var/lib/apt/extended_states - open (13 Permission denied), E:Unable to determine the file size - fstat (9 Bad file

[Bug 74190] Re: [feisty] [apt] command line apt-get/aptitude breaks update-manager

2007-01-12 Thread sardion
Problem persists. I do not think it is the same as the other since there is no segfaulting, just this empty extended_states file. If no one can reproduce then I suspect it is an artifact of upgrading. I did make the mistake(?) of upgrading to feisty but leaving edgy- security in my sources. Ever

[Bug 72758] Re: [feisty] cpu frequency info gone?

2006-12-02 Thread sardion
*** This bug is a duplicate of bug 63789 *** This is *not* a duplicate. I reported it to upstream and we are currently in the process of debugging it/creating a workaround. It has something to do with the BIOS ACPI implementation of my Averatec notebook. Posting an update here in case others ru

[Bug 74190] [feisty] [apt] command line apt-get/aptitude breaks update-manager

2006-12-02 Thread sardion
Public bug reported: Binary package hint: apt Using the command line apt-get or aptitude to do pretty much anything results in a file /var/lib/apt/extended_states being created and empty. The update-manager (and apt-get and aptitude) then choke on a "bad file descriptor" error for that file. If

[Bug 28433] Re: speedstep-centrino doesn't load on pentium m laptop

2006-11-23 Thread sardion
I never had this problem until 2.6.19-6 (feisty). Now I have it as well. So I suspect that sometime in the next six months your bug will start to get noticed. speedstep-centrino worked fine for me in 2.6.17. now it won't. using p4-clockmod makes my 1.6GHz max out at 600MHz. i am downgrading b

[Bug 63789] Re: FEATURE REQUEST: include linux-phc patch in kernel

2006-11-23 Thread sardion
Maybe this is just a serious problem for me ... but under 2.6.17 my computer functions and under the latest it does not. Without scaling it overheats and is unusable for any computationally intensive task (my only recourse is to use a conservative governor which is now impossible). I know this is

[Bug 72758] Re: [feisty] cpu frequency info gone?

2006-11-21 Thread sardion
Further investigation reveals that the problem is with speedstep- centrino kernel module. It fails to load on 2.6.19-6 with FATAL: Error inserting speedstep_centrino (/lib/modules/2.6.19-6-386/kernel/arch/i386/kernel/cpu/cpufreq /speedstep-centrino.ko): No such device However, in 2.6.17 it works

[Bug 67037] Re: Permission of extended_states wrong

2006-11-17 Thread sardion
I confirm this bug in Feisty. The patch given seems to fix it. ** Changed in: apt (Ubuntu) Status: Needs Info => Confirmed -- Permission of extended_states wrong https://launchpad.net/bugs/67037 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/l

[Bug 66679] Re: [edgy] icon does not appear

2006-10-20 Thread sardion
This bug is upstream. The svg file /usr/share/icons/hicolor/scalable/apps/cpu.svg is bad. It has a link to a png file in it, should be saved with image data in the svg file directly. -- [edgy] icon does not appear https://launchpad.net/bugs/66679 -- ubuntu-bugs mailing list ubuntu-bugs@lists.

[Bug 66679] [edgy] icon does not appear

2006-10-17 Thread sardion
Public bug reported: Binary package hint: xfce4-cpu-freq-plugin the icon in the panel does not appear. ** Affects: xfce4-cpu-freq-plugin (Ubuntu) Importance: Undecided Status: Unconfirmed -- [edgy] icon does not appear https://launchpad.net/bugs/66679 -- ubuntu-bugs mailing lis

[Bug 66680] [edgy] [wishlist] change frequency in menu from docklet

2006-10-17 Thread sardion
Public bug reported: Binary package hint: xfce4-cpu-freq-plugin Wishlist: be able to change CPU frequency from docklet menu (without having to open dialog box). ** Affects: xfce4-cpu-freq-plugin (Ubuntu) Importance: Undecided Status: Unconfirmed -- [edgy] [wishlist] change freque

[Bug 60844] Re: xfce keyboard shortcuts not binding [edgy]

2006-10-17 Thread sardion
Mostly fixed every shortcut key works except for one: I execute `xmodmap -e "keycode 115 = Menu"` (as autostart) to bind the Windows key (Super_L) to Menu. Then have Menu bound to xfce4-popup-menu in Keyboard settings of XFCE. Now, pressing Super_L acts like Menu, i.e., popups right-click me

[Bug 60673] Re: xfce4-menueditor opens wrong file when right click on panel menu

2006-10-17 Thread sardion
yes. "Use custom menu file" is checked in properties. Menu works fine. When I right-click and choose edit menu it opens the wrong one (as above), if I then choose Open from the Menu Editor and select the correct file I can edit it, etc., just fine. I have been keeping uptodate with edgy updates

[Bug 65606] [edgy] splash screen blocks dialog for csv import

2006-10-11 Thread sardion
Public bug reported: Binary package hint: openoffice.org-calc (2.0.4~rc3-0ubuntu4) When I run the oocalc command from the command line: % oocalc file.csv on a tab-delim file, the OO splash screen stays up on top of the dialog about importing, making the dialog pretty much impossible to use. mo

[Bug 65593] Re: [edgy] xfwm4 4.3.99.1svn+r23334-0ubuntu1 breaks compositor

2006-10-11 Thread sardion
Never mind Somehow the upgrade changed my .config/xfce4/mcs_settings/wmtweaks.html to have "xfwm/UseCompositing" value="0" Now... I would have thought that all that did was uncheck the box in WMTweaks "Enable Display Compositing" But... it made the whole Compositor Tab in WMTweaks vanish. U

[Bug 65593] Re: [edgy] xfwm4 4.3.99.1svn+r23334-0ubuntu1 breaks compositor

2006-10-11 Thread sardion
Upgrade ghost -- see comments. ** Changed in: xfwm4 (Ubuntu) Status: Needs Info => Rejected -- [edgy] xfwm4 4.3.99.1svn+r23334-0ubuntu1 breaks compositor https://launchpad.net/bugs/65593 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo

[Bug 65593] Re: [edgy] xfwm4 4.3.99.1svn+r23334-0ubuntu1 breaks compositor

2006-10-11 Thread sardion
xfwm4 --compositor=auto also does not work -- [edgy] xfwm4 4.3.99.1svn+r23334-0ubuntu1 breaks compositor https://launchpad.net/bugs/65593 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 65593] Re: [edgy] xfwm4 4.3.99.1svn+r23334-0ubuntu1 breaks compositor

2006-10-11 Thread sardion
Well... here's what I know: - the compositor stopped working at the exact moment that xfwm4 was restarted with the new version (during the update the windows all lost their bars and my panel lost its theme, then it all came back sans transparency) - simultaneously with the above (and I think unre

[Bug 65593] Re: [edgy] xfwm4 4.3.99.1svn+r23334-0ubuntu1 breaks compositor

2006-10-11 Thread sardion
transset is also not working, % transset Found property: 0 opacity 0x Set Property to 1 but no transparency occurs. % xdpyinfo | grep Composite Composite -- [edgy] xfwm4 4.3.99.1svn+r23334-0ubuntu1 breaks compositor https://launchpad.net/bugs/65593 -- ubuntu-bugs mailing list ub

[Bug 65593] [edgy] xfwm4 4.3.99.1svn+r23334-0ubuntu1 breaks compositor

2006-10-11 Thread sardion
Public bug reported: Binary package hint: xfwm4 Latest update to xfwm makes the compositor vanish, no longer appears in WM Tweaks, no transparency in desktop. Possibly an upstream bug (?) as upstream changes include modifying compositor behavior to include new feature of gtk+2.10. Possibly an x

[Bug 60147] Re: saved firefox resumes as if crashed

2006-10-08 Thread sardion
Changed package to firefox (was xfce4-session) following others comments that it affects non-xfce as well. ** Changed in: xfce4-session (Ubuntu) Sourcepackagename: xfce4-session => firefox -- saved firefox resumes as if crashed https://launchpad.net/bugs/60147 -- ubuntu-bugs mailing list ubunt

[Bug 62583] Re: [Edgy] Firefox 2 RC1 Released...

2006-10-06 Thread sardion
I will leave as wishlist I guess but this *is* a bug report. There are bugs in beta 2 that are fixed in RC1, most important to me being the tabs being illegible under dark themes. -- [Edgy] Firefox 2 RC1 Released... https://launchpad.net/bugs/62583 -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 64442] [edgy] please update to RC1 ... numerous bugs fixed

2006-10-06 Thread sardion
Public bug reported: Binary package hint: firefox Please update from 2.0b2 to 2.0RC1. Unless this is on hold due to Debian/Mozilla TM/Copyright issues. ** Affects: firefox (Ubuntu) Importance: Undecided Status: Unconfirmed -- [edgy] please update to RC1 ... numerous bugs fixed h

[Bug 64115] black active window when returning from screensaver

2006-10-04 Thread sardion
Public bug reported: Binary package hint: xfwm4 With compositing enabled and WM tweaks working, if screensaver starts and then exits (i.e. mouse moves) then the active window display is not restored... instead black. If no window is active the desktop fails to repaint. ** Affects: xfwm4 (Ubuntu

[Bug 61263] [edgy] [gnumeric] Re: /etc/mailcap files is wrong

2006-10-01 Thread sardion
Confirmed. Line 86-87 of /etc/mailcap reads as application/x-sc gnumeric '%s'; edit=gnumeric '%s'; description="SC/XSpread spreadsheet"; test=test -n "$DISPLAY"; nametemplate=%s.sc i.e., there is a newline after the x-sc that should not be there. Removing the newline fixes the problem. This b

[Bug 62749] [edgy] Re: Firefox tabs are illegible

2006-10-01 Thread sardion
I confirm this. Any dark theme with white text leaves firefox tabs illegible. This is fixed upstream, in RC1. Updating edgy package to RC1 or better will fix this. -- Firefox tabs are illegible https://launchpad.net/bugs/62749 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://

[Bug 57803] Re: fonts do not diplay when run in X

2006-09-18 Thread sardion
Marked this as affecting xorg. The same error results when running e.g. xpdf, xnview and probably a lot more. -- fonts do not diplay when run in X https://launchpad.net/bugs/57803 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 57803] Re: fonts do not diplay when run in X

2006-09-18 Thread sardion
FWIW, after fixing the FontPath stuff, I ran dpkg-reconfigure -phigh xserver-xorg (to attempt to keep that file updating) and it reverted to broken paths. ** Also affects: xpdf (Ubuntu) Importance: Untriaged Status: Unconfirmed ** Also affects: xorg (Ubuntu) Importance: Untriaged

[Bug 60844] xfce keyboard shortcuts not binding [edgy]

2006-09-16 Thread sardion
Public bug reported: Binary package hint: xfce4-mcs-manager Often (not consistently), the keyboard shortcuts in xfce that I have assigned (via keyboard settings) fail to work. To make them work I must launch the keyboard settings dialog. After launching it, but not modifying anything, the short

[Bug 60673] xfce4-menueditor opens wrong file when right click on panel menu

2006-09-15 Thread sardion
Public bug reported: Binary package hint: xfdesktop4 Xubuntu (edgy up to date 15-09-06): right click on the xfce menu in panel, choose Edit Menu... opens menueditor as expected but opens the file for desktop menu (right click on desktop) not the menu file for the panel menu. This did not exist i

[Bug 60174] control which popups appear

2006-09-12 Thread sardion
Public bug reported: Binary package hint: notification-daemon wishlist: it would be nice if one could control which popups do/do not appear in the notification area (for instance, i would like to not see "connected to wireless network " every time i log in to my machine). currently some apple

[Bug 60147] saved firefox resumes as if crashed

2006-09-12 Thread sardion
Public bug reported: Binary package hint: xfce4-session In edgy (xfce4-session 4.3.90.2svn+r22852-0ubuntu2), using firefox beta 1, if I logout with firefox running and save session then when I log in next and the session resumes, firefox reopens as if it crashed (prompts me to restore crashed se

[Bug 56501] Re: xserver-xorg-driver-i810: Error in I830WaitLpRing(), now is -99922196, start is -99924197

2006-08-15 Thread sardion
Above is my report. Further experimenting shows that disabling *all* power management seems to prevent this from happening but obviously disabling acpi entirely is not a viable solution. -- xserver-xorg-driver-i810: Error in I830WaitLpRing(), now is -99922196, start is -99924197 https://launch

[Bug 56473] fails to disable xscreensaver during playback

2006-08-15 Thread sardion
Public bug reported: xfmedia (xubuntu 6.06.1) fails to disable xscreensaver during playback of videos. source for xfmedia intends to generate fake key events but this apparently does not occur. my guess is the ubuntu package is built without support for xtest and/or xscreensaver extensions? **

[Bug 54930] Re: I can not close Xfmedia

2006-08-15 Thread sardion
I confirm this. Exactly as stated. Only option once this occurs is a `killall xfmedia`. -- I can not close Xfmedia https://launchpad.net/bugs/54930 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs