[Bug 1916314] Re: HP Spectre x360 14-ea0xxx Tiger Lake Keyboard does not work until ~30-60 seconds after boot

2021-08-14 Thread Ber Zoidberg
Wanted to pop in and mention I've encountered this same issue on several HP Spectre devices, on some of which the current workaround doesn't seem to work (as of kernel version 5.13.10). I've put together a DKMS build of the patched module for people to use until this can be upstreamed or included

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-03-29 Thread zoidberg
Ok... Installed Ubuntu 9.10 (i.e. with Gnome) on a 5GB partition I had. No freeze so far. Also did a few tests on Windows XP and no freezes. Is it possible that this problem is caused by KDE? Another thing I noticed was this bug message in dmesg: = [ 11.096177] EDAC amd64: This node

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-03-29 Thread zoidberg
Oh, and this is in dmesg too: = [ 11.043488] nvidia: module license 'NVIDIA' taints kernel. [ 11.043492] Disabling lock debugging due to kernel taint = ??? -- kernel lockup when plugging in USB stick https://bugs.launchpad.net/bugs/514485 You received this bug notification because

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-03-27 Thread zoidberg
Things have changed: The magic sysrq keys now work when the system freezes! I can now reboot with REISUB. Any ideas how I can take advantage of the sysrq keys to unfreeze the system or at least get more debugging info? I removed almost all *gnome* packages. Don't know if it has anything to do

[Bug 545884] [NEW] Sound in liquidwar does not work

2010-03-24 Thread zoidberg
Public bug reported: Binary package hint: liquidwar Here's the output when running it from a terminal: == Starting Allegro (http://www.talula.demon.co.uk/allegro) - success!

[Bug 545884] Re: Sound in liquidwar does not work

2010-03-24 Thread zoidberg
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/41821657/Dependencies.txt ** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/41821658/XsessionErrors.txt -- Sound in liquidwar does not work https://bugs.launchpad.net/bugs/545884 You received this bug

[Bug 545884] Re: Sound in liquidwar does not work

2010-03-24 Thread zoidberg
** Attachment added: liquidwar configuration, sound at max http://launchpadlibrarian.net/41821933/.liquidwarrc -- Sound in liquidwar does not work https://bugs.launchpad.net/bugs/545884 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-03-23 Thread zoidberg
Still random lockups when plugging in USB stick. There are 4 USB slots on the motherboard and 4 in the front, with mic and aux connectors. I haven't checked how it's connected inside the PC yet. Lockup also happened with a 1GB Trekstor USB Stick SE. Seems to happen most often when I use the

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-03-23 Thread zoidberg
Still happening after kernel updates by the way: Linux my-desktop 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 04:38:19 UTC 2010 x86_64 GNU/Linux Partitions are all ext4, except windows and swap. I don't know if this matters. Removed all nautilus stuff completely, except libnautilus-extension1

[Bug 74372] Re: System freezes when inserting a CD/DVD

2010-03-23 Thread zoidberg
Any chance this could be related to my bug?: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/514485 In my case, it's when I plug in a USB stick. -- System freezes when inserting a CD/DVD https://bugs.launchpad.net/bugs/74372 You received this bug notification because you are a member of

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-03-11 Thread zoidberg
It still hangs. :( Even booting with the USB stick plugged in causes a kernel lock up. Does anybody have any idea how I can debug this? -- kernel lockup when plugging in USB stick https://bugs.launchpad.net/bugs/514485 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-03-09 Thread zoidberg
Happened again, but with a different USB stick this time: a 4GB one. And it never happened with smaller USB sticks so far. Could this have to do with the 4GB filesize limit of FAT32 partitions? -- kernel lockup when plugging in USB stick https://bugs.launchpad.net/bugs/514485 You received this

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-03-09 Thread zoidberg
Ok, removed some packages, which I suspect might cause the problem: sudo apt-get remove --purge gisomount gmountiso gnome-mount Just plugged in USB stick and it's still working. Will report back if the problem (which was kind of random) reappears. -- kernel lockup when plugging in USB stick

[Bug 367164] Re: Set date and time automatically doesn't work

2010-02-02 Thread zoidberg
Bug still present in Kubuntu 9.10 Karmic. Is there any known workaround like starting the ntp daemon manually? I installed the ntp package and it looks like it is set to start automatically (/etc/rc2.d/S23ntp file), but the checkbox in system settings for automatic time synchronization still

[Bug 474654] Re: Desktop visible when screen is locked in Kubuntu

2010-01-31 Thread zoidberg
Correct link for Toggle-Compositing plasmoid: http://www.kde-look.org/content/show.php?action=contentcontent=78299PHPSESSID=cae -- Desktop visible when screen is locked in Kubuntu https://bugs.launchpad.net/bugs/474654 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 474654] Re: Desktop visible when screen is locked in Kubuntu

2010-01-31 Thread zoidberg
I've been having the same problem ever since I switched to Kubuntu too. My temporary solution is to add a desktop effect toggle plasmoid: http://www.kde-look.org/content/download.php?content=78299id=1tan=69111769PHPSESSID=cae http://ubuntuforums.org/showthread.php?t=1300619 But I still just keep

[Bug 474654] Re: Desktop visible when screen is locked in Kubuntu

2010-01-31 Thread zoidberg
Also, here's a simple script to toggle compositing: toggleCompositing.sh = #!/bin/bash RESULT=`qdbus org.kde.kwin /KWin org.kde.KWin.compositingActive` if [ $RESULT = true ] then # turn off kwriteconfig --file kwinrc --group Compositing --key Enabled false else # turn on

[Bug 474654] Re: Desktop visible when screen is locked in Kubuntu

2010-01-31 Thread zoidberg
Interesting: When I run this from a terminal, the screen gets locked and seems to remain black even after moving the mouse and waiting again for the dialog to go away: qdbus org.freedesktop.ScreenSaver /ScreenSaver Lock But when I create a launcher for this command, it does the same as the

[Bug 474654] Re: Desktop visible when screen is locked in Kubuntu

2010-01-31 Thread zoidberg
Just wanted to add: The problem does not appear when using an animated screensaver instead of blank screen. So it may just be the blank screen screensaver which needs to be fixed/adapted. -- Desktop visible when screen is locked in Kubuntu https://bugs.launchpad.net/bugs/474654 You received

[Bug 474654] Re: Desktop visible when screen is locked in Kubuntu

2010-01-31 Thread zoidberg
Ok, here's a bug workaround: 1) sudo mv /usr/lib/kde4/libexec/kscreenlocker /usr/lib/kde4/libexec/kscreenlocker.bin 2) Create a script named /usr/lib/kde4/libexec/kscreenlocker containing the following: == #!/bin/sh #store compositing setting COMPOSITING=`qdbus org.kde.kwin /KWin

[Bug 474654] Re: Desktop visible when screen is locked in Kubuntu

2010-01-31 Thread zoidberg
Improved version of the workaround script (if compositing is off, it does nothing): /usr/lib/kde4/libexec/kscreenlocker: #!/bin/sh #store compositing setting COMPOSITING=`qdbus org.kde.kwin /KWin org.kde.KWin.compositingActive` # Do stuff before locking... if [ $COMPOSITING = true

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-01-30 Thread zoidberg
Reinstalled Kubuntu 9.10. Problem hasn't reappeared yet, even after using USB stick on a windows machine before. Just in case it's useful, here's a diff of fstab+mtab before and after reinstallation: === [~/kernel_hangs/diff]$ diff fstab_before fstab_after

[Bug 514485] [NEW] kernel lockup when plugging in USB stick

2010-01-29 Thread zoidberg
Public bug reported: I have a USB stick which sometimes causes the kernel to completely lock up when I plug it in on my desktop PC. I noticed (but haven't strictly verified it yet) that it seems to happen whenever I used the USB stick on a windows machine before. When it happens, all I can do

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-01-29 Thread zoidberg
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/38537271/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/38537272/AplayDevices.txt ** Attachment added: ArecordDevices.txt http://launchpadlibrarian.net/38537273/ArecordDevices.txt

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-01-29 Thread zoidberg
** Attachment added: current fstab http://launchpadlibrarian.net/38538343/fstab_current -- kernel lockup when plugging in USB stick https://bugs.launchpad.net/bugs/514485 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-01-29 Thread zoidberg
** Attachment added: fstab from Kubuntu live CD http://launchpadlibrarian.net/38538483/fstab_liveCD.txt -- kernel lockup when plugging in USB stick https://bugs.launchpad.net/bugs/514485 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-01-29 Thread zoidberg
** Attachment added: output of tail -f /var/log/messages when kernel locks up http://launchpadlibrarian.net/38538553/messages_when_kernel_hangs.jpg -- kernel lockup when plugging in USB stick https://bugs.launchpad.net/bugs/514485 You received this bug notification because you are a member

[Bug 514485] Re: kernel lockup when plugging in USB stick

2010-01-29 Thread zoidberg
Here is /var/log/messages after plugging in the USB stick while using the Kubuntu 9.10 live-CD. The kernel does not lock up and everything works as expected. ** Attachment added: /var/log/messages when USB stick works correctly

[Bug 503485] [NEW] kernel lockup on resume

2010-01-05 Thread zoidberg
Public bug reported: Hi, Suspend to RAM has never worked on my laptop (suspend to disk works) and I would really like to help fix this issue. When I try to resume, I always get a black screen and the kernel seems to be locked up: caps-lock key has no effect, ctrl+alt+del and sysrq keys not

[Bug 503485] Re: kernel lockup on resume

2010-01-05 Thread zoidberg
** Attachment added: dmesg_after_failed_resume http://launchpadlibrarian.net/37457999/dmesg.txt ** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/37458000/AlsaDevices.txt ** Attachment added: AplayDevices.txt http://launchpadlibrarian.net/37458001/AplayDevices.txt **

[Bug 503485] Re: kernel lockup on resume

2010-01-05 Thread zoidberg
** Attachment added: lspci_output http://launchpadlibrarian.net/37459105/lspci.txt -- kernel lockup on resume https://bugs.launchpad.net/bugs/503485 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 326640] [NEW] Wishlist: Ubuntu package contents search plugin

2009-02-07 Thread zoidberg
Public bug reported: Binary package hint: firefox-3.0 As suggested by Tom, I'm posting my question as a bug report with Wishlist in the title. cf here for original question: https://answers.launchpad.net/ubuntu/+source/firefox-3.0/+question/53260 = Firefox on Ubuntu seems to come with a

[Bug 124704] Re: ccsm crashed with AttributeError in CheckActionConflicts()

2008-12-29 Thread zoidberg
No, no more crash. As for the Kate not reponding after activating fire painting, I can only reproduce it once after every reboot (logging in/out or deactivating/reactivating compiz doesn't work). Minimizing and maximizing the Kate window makes it work again, so it's not such a big problem. --

Re: [Bug 124704] Re: ccsm crashed with AttributeError in CheckActionConflicts()

2008-12-09 Thread zoidberg
I managed to reproduce the problem again, but only once. Firefox still worked, but Kate was unusable again. After minimizing+maximizing the Kate window, it worked again. After that, I wasn't able to reproduce the issue again, despite having logged out and in again, disabling/reenabling desktop

[Bug 164275] Re: Black screen with 1x PowerColor x800GT graphics card

2008-11-22 Thread zoidberg
Sorry for the delay. It got lost in all the bug-related mails I got. :/ As I pointed out in the original bug report, it was another user who had this problem, so I can't confirm whether it's solved now or not. I sent him a PM through the forums to ask him to test the latest version. However, I

Re: [Bug 206191] Re: [MASTER] Firefox 3 set as Desktop background does not work properly

2008-11-18 Thread zoidberg
It's fixed for me with firefox v3.0.3. $apt-cache policy firefox-3.0 firefox-3.0: Installed: 3.0.3+nobinonly-0ubuntu2 Candidate: 3.0.3+nobinonly-0ubuntu2 Version table: *** 3.0.3+nobinonly-0ubuntu2 0 500 http://de.archive.ubuntu.com intrepid/main Packages 100

Re: [Bug 206191] Re: [MASTER] Firefox 3 set as Desktop background does not work properly

2008-11-18 Thread zoidberg
Just in case, I tested it with different image sizes and tiled, centered, stretched: http://img108.imageshack.us/img108/6733/tux9jd.jpg (1024x768) http://www.imagecows.com/uploads/2995-tux_avatars.png (429x377) Everything worked, so I guess it's not related to non-power of 2 textures. :) --

Re: [Bug 206191] Re: [MASTER] Firefox 3 set as Desktop background does not work properly

2008-11-18 Thread zoidberg
Oh, and I don't use compiz. I don't know if this is important to mention for this bug, but I remember it affecting other bugs. -- [MASTER] Firefox 3 set as Desktop background does not work properly https://bugs.launchpad.net/bugs/206191 You received this bug notification because you are a member

Re: [Bug 84531] Re: sagcad crashed on use of dimension line

2008-11-17 Thread zoidberg
. Will have to check that.) Zoidberg On Wed, Nov 5, 2008 at 8:19 PM, Adam Niedling [EMAIL PROTECTED] wrote: What version of Ubuntu are you using? Is this still an issue? ** Changed in: sagcad (Ubuntu) Status: New = Incomplete -- sagcad crashed on use of dimension line https

[Bug 109217] Re: blender ui garbled

2008-11-03 Thread zoidberg
Please try one of the Static MesaGL version from http://www.blender.org/download/get-blender/ This will help us know if this is a OpenGL driver bug. I used blender-2.48a-linux-glibc236-py25-i386-static.tar.bz2 downloaded from the given link and tested with and without fullscreen (./blender and

[Bug 232469] Re: Synaptic does not use proxy in some cases

2008-11-03 Thread zoidberg
I don't know if this is directly related, but I'm currently having the following problem: After removing firehol, tinyproxy and dansguardian (with --purge), apt- get and wget became unable to download. $sudo apt-get update ... W: Failed to fetch

[Bug 232469] Re: Synaptic does not use proxy in some cases

2008-11-03 Thread zoidberg
Problem solved for me by changing the proxy settings in gnome-network-preferences. I don't remember changing anything there, but it was set to 127.0.0.1:3128. -- Synaptic does not use proxy in some cases https://bugs.launchpad.net/bugs/232469 You received this bug notification because you are a

Re: [Bug 194979] Re: Home Folder keyboard shortcut does not work

2008-09-19 Thread zoidberg
Ah yes, I forgot to mention I'm using Intrepid without compiz. The bug doesn't appear for me in that case. I agree that having multiple places where keyboard shortcuts are defined is a bit confusing and I have no idea which shortcuts are prioritary (maybe there isn't any priority and it does expo

[Bug 45589] Re: Keyboard shortcuts with Super/Win Key does not work for some actions

2008-09-19 Thread zoidberg
*** This bug is a duplicate of bug 12153 *** https://bugs.launchpad.net/bugs/12153 I'm using Ubuntu Intrepid with compiz deactivated and I cannot confirm the bug there (except part 0: assigning a win+letter shortcut doesn't work for the default Alt/Win key behavior ). This bug might be

Re: [Bug 194979] Re: Home Folder keyboard shortcut does not work

2008-09-18 Thread zoidberg
Solution 1: 1)System-Preferences-Keyboard-Layout-Other options Alt/Win key behaviour: Select Meta is mapped to the Win-keys 2)System-Preferences-Keyboard shortcuts Select Home folder and press the desired key combination. It should show Mod4+E for win+E for example. Solution 2:

[Bug 133192] Re: Blank screen or distorted image because of wrong default AGPMode value

2008-09-05 Thread zoidberg
Everything is working fine for me now. No more scrambled screen. (this bug) No more multiple loading bars and unaccessible virtual terminals. (bug #245849 bug #253243). And direct rendering is still there. I haven't tried out different AGP settings yet. AGP mode 4 works well for me. Here's my

[Bug 133192] Re: Blank screen or distorted image because of wrong default AGPMode value

2008-09-05 Thread zoidberg
Just in case, here's my xorg.conf other info too. uname -a: Linux my-laptop 2.6.27-2-generic #1 SMP Thu Aug 28 17:20:02 UTC 2008 i686 GNU/Linux apt-cache policy xserver-xorg-video-ati xserver-xorg-video-ati: Installed: 1:6.9.0+git20080802.1f3eee36-1ubuntu1 Candidate:

[Bug 253243] Re: [Intrepid] Virtual terminals don't work unless quiet splash is removed in menu.lst

2008-09-05 Thread zoidberg
I'm not experiencing the problem anymore. It probably got fixed along with bug #245849. ** Changed in: usplash (Ubuntu) Status: New = Fix Released -- [Intrepid] Virtual terminals don't work unless quiet splash is removed in menu.lst https://bugs.launchpad.net/bugs/253243 You received

[Bug 255547] Re: [Intrepid] linux-restricted-modules-2.6.26-5-generic does not contain the Atheros drivers

2008-08-22 Thread zoidberg
** Attachment added: uname-a.log http://launchpadlibrarian.net/17021228/uname-a.log -- [Intrepid] linux-restricted-modules-2.6.26-5-generic does not contain the Atheros drivers https://bugs.launchpad.net/bugs/255547 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 255547] Re: [Intrepid] linux-restricted-modules-2.6.26-5-generic does not contain the Atheros drivers

2008-08-22 Thread zoidberg
** Attachment added: lspci-vvnn.log http://launchpadlibrarian.net/17021226/lspci-vvnn.log -- [Intrepid] linux-restricted-modules-2.6.26-5-generic does not contain the Atheros drivers https://bugs.launchpad.net/bugs/255547 You received this bug notification because you are a member of Ubuntu

[Bug 255547] Re: [Intrepid] linux-restricted-modules-2.6.26-5-generic does not contain the Atheros drivers

2008-08-22 Thread zoidberg
Sorry for the delay. Thanks for the tip about the ath5k driver. It does indeed work, altough I have to load it manually with modprobe. I hope it will be loaded automatically when Intrepid is released. I'm attaching the files you asked for. @Ben Collins: My wifi card was supported previously

[Bug 255582] Re: gnome-settings-daemon crashed with signal 5 in xkl_process_error()

2008-08-14 Thread zoidberg
I have the same bug as Mahesh Asolkar: theme completely messed up sometimes. Opening appearance preferences brings things back to normal. Apport reported the same message as here. 01:05.0 VGA compatible controller: ATI Technologies Inc Radeon IGP 330M/340M/350M Subsystem:

Re: [Bug 257381] Re: Shutdown via Ubuntu is impossible

2008-08-13 Thread zoidberg
*** This bug is a duplicate of bug 250506 *** https://bugs.launchpad.net/bugs/250506 As a workaround, it's much faster to just: sudo shutdown -h now (or sudo reboot) ;) -- Shutdown via Ubuntu is impossible https://bugs.launchpad.net/bugs/257381 You received this bug notification because you

Re: [Bug 245849] Re: getting reflection of progress bar during installation of Intrepid

2008-08-12 Thread zoidberg
I'm getting the multiple bars on an already installed version of Intrepid (upgrade from Hardy). On Mon, Aug 11, 2008 at 12:43 PM, wpshooter [EMAIL PROTECTED] wrote: Yes, it is the progress bar on the Usplash screen but I was getting it on the ALTERNATE CD version of the installation. Thanks.

[Bug 241139] Re: Intrepid Ibex: Cannot access samba share Unable to mount location

2008-08-07 Thread zoidberg
I can confirm this bug too. Trying to connect through Places-Connect to server gave me the same error message: Could not display smb://IP/shareddocs/. Error: DBus error org.freedesktop.DBus.Error.InvalidArgs: Mountpoint Already registered Please select another viewer and try again. However

[Bug 241139] Re: Intrepid Ibex: Cannot access samba share Unable to mount location

2008-08-07 Thread zoidberg
Just tried the commands indicated by Stephen Cradock. I get the same for everything except for the end: After attempting (and apparently failing) to mount using Nautilus, the share on server folder DOES NOT appear in ~/.gvfs, and gvfs-ls smb://server/share does NOT list the contents of the share

[Bug 255547] [NEW] [Intrepid] linux-restricted-modules-2.6.26-5-generic does not contain the Atheros drivers

2008-08-06 Thread zoidberg
Public bug reported: Binary package hint: linux-restricted-modules-2.6.26-5-generic linux-restricted-modules-2.6.26-5-generic does not contain the Atheros drivers. My PCMCIA wifi card, which used to work before doesn't work anymore because of this. iwconfig doesn't even see it.

[Bug 255547] Re: [Intrepid] linux-restricted-modules-2.6.26-5-generic does not contain the Atheros drivers

2008-08-06 Thread zoidberg
** Attachment added: lsmod http://launchpadlibrarian.net/16603507/lsmod.log -- [Intrepid] linux-restricted-modules-2.6.26-5-generic does not contain the Atheros drivers https://bugs.launchpad.net/bugs/255547 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 255547] Re: [Intrepid] linux-restricted-modules-2.6.26-5-generic does not contain the Atheros drivers

2008-08-06 Thread zoidberg
** Attachment added: lshw.log http://launchpadlibrarian.net/16603508/lshw.log -- [Intrepid] linux-restricted-modules-2.6.26-5-generic does not contain the Atheros drivers https://bugs.launchpad.net/bugs/255547 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 255547] Re: [Intrepid] linux-restricted-modules-2.6.26-5-generic does not contain the Atheros drivers

2008-08-06 Thread zoidberg
** Attachment added: lspci -v http://launchpadlibrarian.net/16603511/lspci.log -- [Intrepid] linux-restricted-modules-2.6.26-5-generic does not contain the Atheros drivers https://bugs.launchpad.net/bugs/255547 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 245849] Re: getting reflection of progress bar during installation of Intrepid

2008-08-02 Thread zoidberg
Does anyone experiencing this bug also experience this one?: https://bugs.launchpad.net/ubuntu/+bug/253243 -- getting reflection of progress bar during installation of Intrepid https://bugs.launchpad.net/bugs/245849 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 253243] Re: Virtual terminals don't work unless quiet splash is removed in menu.lst

2008-07-30 Thread zoidberg
** Attachment added: lspci -v http://launchpadlibrarian.net/16419460/lspci.log -- [Intrepid] Virtual terminals don't work unless quiet splash is removed in menu.lst https://bugs.launchpad.net/bugs/253243 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 253243] Re: Virtual terminals don't work unless quiet splash is removed in menu.lst

2008-07-30 Thread zoidberg
Oops, forgot to mention I'm using Intrepid: [6][~]$ lsb_release -rd Description:Ubuntu intrepid (development branch) Release:8.10 [7][~]$ apt-cache policy usplash usplash: Installed: 0.5.22 Candidate: 0.5.22 Version table: *** 0.5.22 0 500

[Bug 253243] [NEW] [Intrepid] Virtual terminals don't work unless quiet splash is removed in menu.lst

2008-07-30 Thread zoidberg
Public bug reported: When I use CTRL+ALT+FN with a key other than F7, I just get a black screen now instead of a console. If I disable the splashscreen/loading bar by removing quiet splash from the boot command in /boot/grub/menu.lst, it works. I suppose the bug is related to the usplash

[Bug 250222] Re: Create archive in nautilus does not work

2008-07-30 Thread zoidberg
OK, it's working again now. :) [71][~]$ apt-cache policy file-roller file-roller: Installed: 2.23.4-0ubuntu2 Candidate: 2.23.4-0ubuntu2 Version table: *** 2.23.4-0ubuntu2 0 500 http://de.archive.ubuntu.com intrepid/main Packages 100 /var/lib/dpkg/status [72][~]$

[Bug 252146] Re: usplash has three progress bars

2008-07-28 Thread zoidberg
I can confirm this too, along with another problem which may be related: virtual terminals don't work anymore. :( I don't have a digital camera, but I found this which illustrates the bar problem pretty well too: http://grigio.org/ubuntu_8_10_intrepid_ibex_preview Version: ii usplash

[Bug 252146] Re: usplash has three progress bars

2008-07-28 Thread zoidberg
** Attachment added: lshw http://launchpadlibrarian.net/16360713/lshw.log -- usplash has three progress bars https://bugs.launchpad.net/bugs/252146 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 252146] Re: usplash has three progress bars

2008-07-28 Thread zoidberg
** Attachment added: xorg.conf http://launchpadlibrarian.net/16360715/xorg.conf -- usplash has three progress bars https://bugs.launchpad.net/bugs/252146 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 250222] Re: Create archive in nautilus does not work

2008-07-23 Thread zoidberg
The bug isn't fully fixed for me yet: I don't get the empty error window anymore, however the archive is not created! [179][~]$ file-roller --version GNOME file-roller 2.23.4 [180][~]$ nautilus --version GNOME nautilus 2.23.5 I'm running Ubuntu Intrepid -- Create archive in nautilus does not

Re: [Bug 109217] Re: blender ui garbled

2008-07-22 Thread zoidberg
Well, it has been working for me for some time now. I don't even know exactly since when, but it works in windowed and fullscreen mode now. I do have desktop effects turned off, but I always had them turned off, so I don't think it's the only reason. [5][~]$ blender --version guessing

[Bug 243804] Re: PCSpeaker Enabled by PulseAudio

2008-06-29 Thread zoidberg
Confirming it too in Ubuntu Intrepid. Pulseaudio version: ii pulseaudio 0.9.10-2ubuntu1 PulseAudio sound server Hardware: 00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 02) Subsystem: Hewlett-Packard Company Device 0850

[Bug 209634] Re: firefox + flash video: crash playing second movie

2008-06-26 Thread zoidberg
I also get crashes when watching flash videos. I use flashblock and noscript. I'll try disabling flashblock as suggested here and will test if it crashes regularly at the second video (which seemed to be the case so far). Here's the console output from my latest crash: GCJ PLUGIN: thread

[Bug 2725] Re: SearchAndRescue menu overlaps itself.

2008-06-13 Thread zoidberg
** Attachment added: And lspci -v output http://launchpadlibrarian.net/15261052/lspci.log -- SearchAndRescue menu overlaps itself. https://bugs.launchpad.net/bugs/2725 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs

[Bug 2725] Re: SearchAndRescue menu overlaps itself.

2008-06-13 Thread zoidberg
Bug still present in Ubuntu 8.10. --nomenubg option worked for me too. ** Attachment added: glxinfo output http://launchpadlibrarian.net/15261025/glxinfo.log -- SearchAndRescue menu overlaps itself. https://bugs.launchpad.net/bugs/2725 You received this bug notification because you are a

[Bug 235954] [NEW] Yelp crashes regularly or keeps loading indefinitely.

2008-05-30 Thread zoidberg
Public bug reported: Binary package hint: yelp Yelp crashes regularly or keeps loading indefinitely. I managed to identify three reproducible crashes. It is possible that these crashes are due to bad links in the documentation since unlike the other links, the ones which cause crashes seem to

[Bug 235954] Re: Yelp crashes regularly or keeps loading indefinitely.

2008-05-30 Thread zoidberg
** Attachment added: backtrace_crash2.log http://launchpadlibrarian.net/14810448/backtrace_crash2.log -- Yelp crashes regularly or keeps loading indefinitely. https://bugs.launchpad.net/bugs/235954 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 235954] Re: Yelp crashes regularly or keeps loading indefinitely.

2008-05-30 Thread zoidberg
And the second backtrace... ** Attachment added: backtrace_crash3.log http://launchpadlibrarian.net/14810457/backtrace_crash3.log -- Yelp crashes regularly or keeps loading indefinitely. https://bugs.launchpad.net/bugs/235954 You received this bug notification because you are a member of

[Bug 229266] Re: No sound in Intrepid when using 2.6.24-16-i386 kernel

2008-05-17 Thread zoidberg
Just wanted to add that I located the cause of the applets not loading: gnome-applets got removed. cf: http://ubuntuforums.org/showthread.php?t=796787 -- No sound in Intrepid when using 2.6.24-16-i386 kernel https://bugs.launchpad.net/bugs/229266 You received this bug notification because you

[Bug 156226] Re: Screen is not locked when laptop lid is closed

2008-05-11 Thread zoidberg
I confirm this bug on Hardy. Pedro's solution worked for me too, but I see no reason why this option isn't available in the Screensaver or power-management dialog. (That said, I still don't know why the gnome-screensaver-preferences dialog doesn't offer all the extensive settings available in

[Bug 229266] [NEW] No sound in Intrepid

2008-05-11 Thread zoidberg
Public bug reported: I made some additional upgrades today on Intrepid and suddenly, I don't have sound anymore. Festival gives me this for example: $echo test | festival --tts Linux: can't open /dev/dsp Kaffeine tells me Audio output unavailable. Device is busy. () And in sound preferences,

[Bug 229266] Re: No sound in Intrepid

2008-05-11 Thread zoidberg
** Attachment added: Upgrade log http://launchpadlibrarian.net/14449765/upgrade.log -- No sound in Intrepid https://bugs.launchpad.net/bugs/229266 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 124704] Re: ccsm crashed with AttributeError in CheckActionConflicts()

2008-05-11 Thread zoidberg
I completely forgot about this bug. But I just tried again and now it's more interesting: After setting shift+super+F to initiate fire painting, the key combination works to activate fire painting (it draws a single dot since it's not dependent on mouse movement). However, after using it all open

[Bug 229266] Re: No sound in Intrepid when using 2.6.24-16-i386 kernel

2008-05-11 Thread zoidberg
** Summary changed: - No sound in Intrepid + No sound in Intrepid when using 2.6.24-16-i386 kernel ** Description changed: I made some additional upgrades today on Intrepid and suddenly, I don't have sound anymore. Festival gives me this for example: $echo test | festival --tts Linux:

[Bug 114124] Re: Xubuntu 7.04 xserver crashes when launching terminal

2008-05-06 Thread zoidberg
*** This bug is a duplicate of bug 91849 *** https://bugs.launchpad.net/bugs/91849 This bug still exists on Xubuntu 8.04... :( I just switched my cousins computer from Ubuntu to Xubuntu because it was too slow and noticed this. This is a really strange bug. And changing color depth fixes

[Bug 126333] Re: [GUTSY] Regression - Volume Control using gnome panel applet and keyboard shortcut alternates mute / % volume during sliding

2008-04-28 Thread zoidberg
The volume applet seems to work correctly for me now. (Bug#136837: https://bugs.launchpad.net/ubuntu/+source/gnome-applets/+bug/136837). However, I still have problems using the special keys on the side of the laptop to change volume. In the Keyboard shortcuts dialog, they are:

[Bug 194979] Re: Home Folder keyboard shortcut does not work

2008-04-10 Thread zoidberg
Well, it's still not working for me... :/ $dpkg -l gnome-settings-daemon 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

[Bug 194979] Re: Home Folder keyboard shortcut does not work

2008-04-10 Thread zoidberg
Ok, after restarting the win+E shortcut I set in gconf-editor works to launch nautilus. However, shortcuts to the home folder in gnome-keybinding-properties still don't work... (win+E works for other stuff there, just like win+D for show desktop) -- Home Folder keyboard shortcut does not work

[Bug 201330] Re: Need to whitelist multiple ATI cards, or remove blacklisting

2008-04-10 Thread zoidberg
I would also like to see my card work out of the box again/be whitelisted. video card: ATI Radeon IGP 345M ** Attachment added: lspci -vvnn http://launchpadlibrarian.net/13335339/lspci.log -- Need to whitelist multiple ATI cards, or remove blacklisting https://bugs.launchpad.net/bugs/201330

[Bug 194979] Re: Home Folder keyboard shortcut does not work

2008-03-23 Thread zoidberg
I also confirm the bug on Hardy. :/ -- Home Folder keyboard shortcut does not work https://bugs.launchpad.net/bugs/194979 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

[Bug 126333] Re: [GUTSY] Regression - Volume Control using gnome panel applet and keyboard shortcut alternates mute / % volume during sliding

2008-03-23 Thread zoidberg
I can confirm this bug too. Had it for a while now. The importance may be low, but it gives off a bad image of Ubuntu since it's very visible... $ lspci -v | grep -i audio 00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 02) $ uname -a Linux

[Bug 124030] Re: Gutsy: Update SDL_gfx package to the latest stable version.

2008-03-22 Thread zoidberg
I am also very interested in an updated version of libSDL-gfx. It would avoid having to copy/paste the source code into a game I'm working on. :/ -- Gutsy: Update SDL_gfx package to the latest stable version. https://bugs.launchpad.net/bugs/124030 You received this bug notification because you

[Bug 191739] Re: wine crashes on start

2008-02-19 Thread zoidberg
*** This bug is a duplicate of bug 191575 *** https://bugs.launchpad.net/bugs/191575 Compiling from source as suggested by Leon worked. :) However, there is one (minor) problem in his instructions: It should be: apt-get source wine instead of: sudo apt-get source wine -- wine crashes on

[Bug 133192] Re: Blank screen or distorted image because of wrong default AGPMode value

2008-02-19 Thread zoidberg
Don't know if this is related to this bug directly anymore, but: After upgrade to hardy: -display working -direct rendering working -Compiz working!!! (never worked before) -Even some games in wine working that didn't work before (but this might be due to some wine update or other) Please keep

[Bug 191739] Re: wine crashes on start

2008-02-16 Thread zoidberg
*** This bug is a duplicate of bug 191575 *** https://bugs.launchpad.net/bugs/191575 I'm having the same problem with wine wine-0.9.55 on Ubuntu Hardy. I'll eventually try to compile from source as suggested. -- wine crashes on start https://bugs.launchpad.net/bugs/191739 You received this

[Bug 133192] Re: Blank screen or distorted image because of wrong default AGPMode value

2008-02-04 Thread zoidberg
It's working! :) I currently have those installed: xserver-xorg-video-ati1:6.7.197-1ubuntu1 xserver-xorg 1:7.2-5ubuntu13 libc6 2.7-5ubuntu2 And my screen works correctly. I didn't even have to change my xorg.conf. Direct rendering works too. Desktops effects

[Bug 164275] Black screen with 1x PowerColor x800GT graphics card

2007-11-21 Thread zoidberg
Public bug reported: This is from this post on the Ubuntu forums: http://ubuntuforums.org/showthread.php?t=618205 Specs: 2x 160GB WD SATA 3 GB/s 16MB drives (One drive is where the windows install is, and the other is for my music library. Both are single partition drives.) 1x 80GB Samsung

[Bug 109217] Re: blender ui garbled

2007-10-01 Thread zoidberg
Just to link to this thread from the Ubuntu forums: http://ubuntuforums.org/showthread.php?t=436693highlight=Blender I would also like to add that Blender works correctly in Windows XP, but not in Ubuntu on the same PC. -- blender ui garbled https://bugs.launchpad.net/bugs/109217 You received

[Bug 109217] Re: blender ui garbled

2007-10-01 Thread zoidberg
This bug is largely confirmed I believe. And I believe it's critical. ** Changed in: blender (Ubuntu) Status: New = Confirmed -- blender ui garbled https://bugs.launchpad.net/bugs/109217 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 133192] Re: Screen displays garbage

2007-09-28 Thread zoidberg
It seems DRI (direct rendering?) isn't working for me anymore. After all those tests, I downgraded to the old driver again, and now all my games run slow. glxinfo says no direct rendering and whenever I run glxgears, X crashes. I did a lot of updates today since I haven't been able to do that

[Bug 133192] Re: Screen displays garbage

2007-09-28 Thread zoidberg
Ok, I did a few more tests using ColorTiling and dri instead of ColorTile and DRI. I also removed the comments on the DRI section at the end of xorg.conf. None of the configurations solved the problem. Screen is still slightly scrambled and has an offset to the left. (i.e. like this bcdea) I'll

  1   2   >