[Bug 349487] [NEW] AltGr key not working outside GNOME
Public bug reported: Description:Ubuntu 8.04.2 Release:8.04 xorg: Installiert:1:7.3+10ubuntu10.2 Mögliche Pakete:1:7.3+10ubuntu10.2 Versions-Tabelle: *** 1:7.3+10ubuntu10.2 0 500 http://de.archive.ubuntu.com hardy-updates/main Packages 100 /var/lib/dpkg/status 1:7.3+10ubuntu10 0 500 http://de.archive.ubuntu.com hardy/main Packages I just switched to console login and starting X via startx using ion as window manager. The AltGr key on my keyboard stopped working since then. If I start the gnome-keyboard-properties tool, it works but only within the gnome- keyboard-properties window. I get the following messages on console when starting X: expected keysym, got XF86KbdLightOnOff: line 70 of pc expected keysym, got XF86KbdBrightnessDown: line 71 of pc expected keysym, got XF86KbdBrightnessUp: line 72 of pc expected keysym, got XF86KbdLightOnOff: line 70 of pc expected keysym, got XF86KbdBrightnessDown: line 71 of pc expected keysym, got XF86KbdBrightnessUp: line 72 of pc The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server The keyboard section of my xorg.conf looks like this: Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection If I run xev and press AltGr+q for example I get the following output on console: KeyPress event, serial 25, synthetic NO, window 0x161, root 0x8a, subw 0x0, time 9196321, (350,-10), root:(350,36), state 0x0, keycode 113 (keysym 0xfe03, ISO_Level3_Shift), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyPress event, serial 25, synthetic NO, window 0x161, root 0x8a, subw 0x0, time 9196553, (350,-10), root:(350,36), state 0x88, keycode 24 (keysym 0x40, at), same_screen YES, XLookupString gives 1 bytes: (40) "@" XmbLookupString gives 1 bytes: (40) "@" XFilterEvent returns: False KeyRelease event, serial 25, synthetic NO, window 0x161, root 0x8a, subw 0x0, time 9196689, (350,-10), root:(350,36), state 0x88, keycode 24 (keysym 0x40, at), same_screen YES, XLookupString gives 1 bytes: (40) "@" XFilterEvent returns: False KeyRelease event, serial 25, synthetic NO, window 0x161, root 0x8a, subw 0x0, time 9196801, (350,-10), root:(350,36), state 0x88, keycode 113 (keysym 0xfe03, ISO_Level3_Shift), same_screen YES, XLookupString gives 0 bytes: XFilterEvent returns: False If I press AltGr+q within an xterm nothing happens. So it seems to me that the key is recognized but not printed?!? My .xsession : if [ -e ~/.Xmodmap ]; then /usr/bin/xmodmap ~/.Xmodmap fi /usr/bin/urxvtd -q -o -f /usr/bin/docker >/dev/null & /usr/bin/xscreensaver -nosplash >/dev/null & ion3 My .Xmodmap : ! ~/.Xmodmap ! rechte win-menu taste: add Mod3 = Menu ! Microsoft Ergonomic Keyboard 4000 ! Zoom should work like mouse wheel already ! Homepage, Search, E-Mail !keycode 130 = XF86HomePage keycode 178 = XF86WWW keycode 229 = XF86Search !keycode 120 = XF86Mail keycode 236 = XF86Mail ! 1 - 5 special keys keycode 183 = XF86Launch1 keycode 184 = XF86Launch2 keycode 93 = XF86Launch3 keycode 131 = XF86Launch4 keycode 247 = XF86Launch5 ! Audio Mute, Volume Lower, Volume Raise, Play keycode 160 = XF86AudioMute keycode 174 = XF86AudioLowerVolume keycode 176 = XF86AudioRaiseVolume keycode 162 = XF86AudioPlay ! Calc keycode 161 = XF86Calculator ! Favourites keycode 230 = XF86Favorites ! Back/Forward keycode 234 = XF86Back keycode 233 = XF86Forward ! F1 - F12 second row without F-Caps-Key (right side of F12) keycode 245 = osfHelp keycode 135 = osfUndo keycode 138 = osfRestore keycode 137 = XF86New keycode 191 = XF86Open keycode 175 = XF86Close keycode 228 = XF86Reply keycode 142 = XF86MailForward keycode 218 = XF86Send keycode 240 = XF86Spell keycode 213 = XF86Save keycode 185 = XF86Launch6 ! the three keys top left in number block ! the backspace key right has code 22 already and works like backspace keycode 157 = XF86Launch7 keycode 246 = XF86Launch8 keycode 251 = XF86Launch9 On virtual console (text mode) everything works just fine. ** Affects: xorg (Ubuntu) Importance: Undecided Status: New -- AltGr key not working outside GNOME https://bugs.launchpad.net/bugs/349487 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 349487] Re: AltGr key not working outside GNOME
I just got the AltGr key working again. The following entry in my .Xmodmap did the trick: keycode 113 = Mode_switch Multi_key Although the warning message when starting X stays the same: expected keysym, got XF86KbdLightOnOff: line 70 of pc expected keysym, got XF86KbdBrightnessDown: line 71 of pc expected keysym, got XF86KbdBrightnessUp: line 72 of pc expected keysym, got XF86KbdLightOnOff: line 70 of pc expected keysym, got XF86KbdBrightnessDown: line 71 of pc expected keysym, got XF86KbdBrightnessUp: line 72 of pc The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server -- AltGr key not working outside GNOME https://bugs.launchpad.net/bugs/349487 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 349487] Re: AltGr key not working outside GNOME
On Mon, 30 Mar 2009 23:29:33 - Bryce Harrington wrote: BH> Hi jan0sch, BH> BH> BH> Please attach the output of `lspci -vvnn`, and attach your /var/log/Xorg.0.log (and maybe Xorg.0.log.old) file from after reproducing this issue. If you've made any customizations to your /etc/X11/xorg.conf please attach that as well. BH> BH> [This is an automated message. Apologies if it has reached you BH> inappropriately; please just reply to this message indicating so.] BH> BH> BH> ** Tags added: needs-xorglog BH> BH> ** Tags added: needs-lspci-vvnn BH> BH> ** Changed in: xorg (Ubuntu) BH>Status: New => Incomplete BH> -- 03. Ostermond 2009, 23:16 Homepage : http://www.jan0sch.de Tomorrow will be cancelled due to lack of interest. ** Attachment added: "lspci.log" http://launchpadlibrarian.net/24769993/lspci.log -- AltGr key not working outside GNOME https://bugs.launchpad.net/bugs/349487 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 110472] Re: openoffice crash with ATI fglrx when 3D accelerator enabled and composite disabled
I can confirm this behaviour on my machine too. Ubuntu 7.04 with current patches, ATI X850 Pro, fglrx 8.34.8 console output: -- *** glibc detected *** /usr/lib/openoffice/program/soffice.bin: free(): invalid pointer: 0x080d0958 *** === Backtrace: = /lib/tls/i686/cmov/libc.so.6[0xb6c977cd] /lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb6c9ae30] /usr/lib/openoffice/program/libuno_sal.so.3(rtl_freeMemory+0x1d)[0xb72f20bd] /usr/lib/openoffice/program/soffice.bin[0x809192e] /usr/lib/openoffice/program/soffice.bin(_ZdlPv+0x26)[0x8091966] /usr/lib/libscim-1.0.so.8[0xa96fd156] /usr/lib/libscim-1.0.so.8(_ZN4scim20scim_get_module_listERSt6vectorISsSaISsEERKSs+0x37)[0xa96fdf77] /usr/lib/libscim-1.0.so.8(_ZN4scim29scim_get_imengine_module_listERSt6vectorISsSaISsEE+0x45)[0xa96f8f05] /usr/lib/gtk-2.0/2.10.0/immodules/im-scim.so[0xa97a1f7b] /usr/lib/libgobject-2.0.so.0(g_type_class_ref+0x381)[0xb5ca0b41] /usr/lib/libgobject-2.0.so.0(g_object_newv+0xa2f)[0xb5c871cf] /usr/lib/libgobject-2.0.so.0(g_object_new_valist+0x21f)[0xb5c875ef] /usr/lib/libgobject-2.0.so.0(g_object_new+0x40)[0xb5c877a0] /usr/lib/gtk-2.0/2.10.0/immodules/im-scim.so(_Z23gtk_im_context_scim_newv+0x67)[0xa9796b57] /usr/lib/gtk-2.0/2.10.0/immodules/im-scim.so(im_module_create+0x3c)[0xa97a627c] /usr/lib/libgtk-x11-2.0.so.0(_gtk_im_module_create+0xb9)[0xb577bd29] /usr/lib/libgtk-x11-2.0.so.0[0xb577c93b] /usr/lib/libgtk-x11-2.0.so.0[0xb577cb39] /usr/lib/libgtk-x11-2.0.so.0(gtk_im_context_set_client_window+0x4e)[0xb5779f0e] /usr/lib/libgtk-x11-2.0.so.0[0xb572371f] /usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x49)[0xb5c8e9d9] /usr/lib/libgobject-2.0.so.0[0xb5c7fe49] /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x12b)[0xb5c8162b] /usr/lib/libgobject-2.0.so.0[0xb5c9259a] /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8c7)[0xb5c93627] /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb5c937e9] /usr/lib/libgtk-x11-2.0.so.0(gtk_widget_realize+0xba)[0xb58b7bea] /usr/lib/libgtk-x11-2.0.so.0(gtk_widget_set_parent+0x1de)[0xb58b81ce] /usr/lib/libgtk-x11-2.0.so.0(gtk_fixed_put+0xd3)[0xb5750ec3] /usr/lib/libgtk-x11-2.0.so.0[0xb5750f08] /usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__OBJECT+0x59)[0xb5c8dee9] /usr/lib/libgobject-2.0.so.0[0xb5c7fe49] /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x12b)[0xb5c8162b] /usr/lib/libgobject-2.0.so.0[0xb5c9259a] /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8c7)[0xb5c93627] /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb5c937e9] /usr/lib/libgtk-x11-2.0.so.0(gtk_container_add+0x12c)[0xb57071bc] /usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb59ed2bd] /usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb59ef043] /usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb59f9abd] /usr/lib/openoffice/program/libvcl680li.so[0xb7e4dff5] /usr/lib/openoffice/program/libvcl680li.so[0xb7ddb09b] /usr/lib/openoffice/program/libvcl680li.so(_ZN11ModalDialogC2EP6WindowRK5ResId+0x67)[0xb7ddbac7] /usr/lib/openoffice/program/libsvt680li.so(_ZN12WizardDialogC2EP6WindowRK5ResIdhs+0x3e)[0xb78a999e] /usr/lib/openoffice/program/libsvt680li.so(_ZN3svt14OWizardMachineC2EP6WindowRK5ResIdmhhs+0x4a)[0xb787b1da] /usr/lib/openoffice/program/libsvt680li.so(_ZN3svt13RoadmapWizardC2EP6WindowRK5ResIdmS5_h+0x4f)[0xb787855f] /usr/lib/openoffice/program/libspl680li.so[0xa98aa926] /usr/lib/openoffice/program/libspl680li.so[0xa98a1024] /usr/lib/openoffice/program/soffice.bin(_ZN7desktop7Desktop4MainEv+0xd59)[0x806bc39] /usr/lib/openoffice/program/libvcl680li.so[0xb7c5bc3c] /usr/lib/openoffice/program/libvcl680li.so(_Z6SVMainv+0x35)[0xb7c5bd45] /usr/lib/openoffice/program/soffice.bin(main+0x65)[0x805ff85] /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc)[0xb6c45ebc] /usr/lib/openoffice/program/soffice.bin(__gxx_personality_v0+0x249)[0x805fe11] === Memory map: 08048000-0809c000 r-xp 03:03 1370759 /usr/lib/openoffice/program/soffice.bin 0809c000-0809e000 rw-p 00053000 03:03 1370759 /usr/lib/openoffice/program/soffice.bin 0809e000-08364000 rw-p 0809e000 00:00 0 [heap] a950-a9521000 rw-p a950 00:00 0 a9521000-a960 ---p a9521000 00:00 0 a9695000-a9769000 r-xp 03:03 1 ** (process:10204): WARNING **: Unknown error forking main binary / abnormal early exit ... -- openoffice crash with ATI fglrx when 3D accelerator enabled and composite disabled https://bugs.launchpad.net/bugs/110472 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 112277] Re: [feisty] f-spot crashes on start
*** This bug is a duplicate of bug 91165 *** https://bugs.launchpad.net/bugs/91165 ** This bug has been marked a duplicate of bug 91165 f-spot crashes upon startup -- [feisty] f-spot crashes on start https://bugs.launchpad.net/bugs/112277 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 91165] Re: f-spot crashes upon startup
I experience the same behaviour (bug 112277, already marked as duplicate of this one). So far I found out, that f-spot crashes only when I use the fglrx ati driver. Maybe related to the openoffice bug (110472)? -- f-spot crashes upon startup https://bugs.launchpad.net/bugs/91165 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 114930] Re: Python C API version mismatch
I can confirm this bug using trac on Ubuntu 8.04 (Hardy Heron). My logs are flooded like this: /var/lib/python-support/python2.5/trac/web/clearsilver.py:128: RuntimeWarning: Python C API version mismatch for module neo_util: This Python has API version 1013, module neo_util has version 1012. import neo_cgi /var/lib/python-support/python2.5/trac/web/clearsilver.py:128: RuntimeWarning: Python C API version mismatch for module neo_cs: This Python has API version 1013, module neo_cs has version 1012. import neo_cgi /var/lib/python-support/python2.5/trac/web/clearsilver.py:128: RuntimeWarning: Python C API version mismatch for module neo_cgi: This Python has API version 1013, module neo_cgi has version 1012. import neo_cgi Searching the internet I came accross a solution that recommends installing the dev package for libneon but that did not work for me. ** Also affects: trac (Ubuntu) Importance: Undecided Status: New -- Python C API version mismatch https://bugs.launchpad.net/bugs/114930 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 110472] Re: openoffice crash with ATI fglrx when 3D accelerator enabled and composite disabled
Using the latest driver from ATI (8.40.4) openoffice starts up correctly (kernel 2.6.20-16-generic, all current updates). -- openoffice crash with ATI fglrx when 3D accelerator enabled and composite disabled https://bugs.launchpad.net/bugs/110472 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 91165] Re: f-spot crashes upon startup
Due to the bug I didn't run f-spot for quite some time now. So I just gave it a try and it works. I'm running Feisty Fawn with all current updates and the ATI driver 8.40.4. Besides that I use ion3 right now. I'll test under gnome environment tomorrow. regards. -- f-spot crashes upon startup https://bugs.launchpad.net/bugs/91165 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 183994] Re: After security update to 2:1.3.0.0.dfsg-12ubuntu8.1 can't start Eclipse Europa
*** This bug is a duplicate of bug 183969 *** https://bugs.launchpad.net/bugs/183969 I can confirm this bug. Upgrading from xserver-xorg-core 2:1.3.0.0.dfsg-12ubuntu8 to 2:1.3.0.0.dfsg-12ubuntu8.1 results in crashing Eclipse on startup. Eclipse: 3.3.1.1 (M20071023-1652) ** Attachment added: "eclipse.log" http://launchpadlibrarian.net/11431783/eclipse.log -- After security update to 2:1.3.0.0.dfsg-12ubuntu8.1 can't start Eclipse Europa https://bugs.launchpad.net/bugs/183994 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 110472] Re: openoffice crash with ATI fglrx when 3D accelerator enabled and composite disabled
Same configuration as above but with ATI driver version 8.37.6 also leads to this bug. console output: -- *** glibc detected *** /usr/lib/openoffice/program/soffice.bin: free(): invalid pointer: 0x080d0980 *** === Backtrace: = /lib/tls/i686/cmov/libc.so.6[0xb6c4c7cd] /lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb6c4fe30] /usr/lib/openoffice/program/libuno_sal.so.3(rtl_freeMemory+0x1d)[0xb72a80bd] /usr/lib/openoffice/program/soffice.bin[0x809192e] /usr/lib/openoffice/program/soffice.bin(_ZdlPv+0x26)[0x8091966] /usr/lib/libscim-1.0.so.8[0xa96ac156] /usr/lib/libscim-1.0.so.8(_ZN4scim20scim_get_module_listERSt6vectorISsSaISsEERKSs+0x37)[0xa96acf77] /usr/lib/libscim-1.0.so.8(_ZN4scim29scim_get_imengine_module_listERSt6vectorISsSaISsEE+0x45)[0xa96a7f05] /usr/lib/gtk-2.0/2.10.0/immodules/im-scim.so[0xa9751f7b] /usr/lib/libgobject-2.0.so.0(g_type_class_ref+0x381)[0xb5c55b41] /usr/lib/libgobject-2.0.so.0(g_object_newv+0xa2f)[0xb5c3c1cf] /usr/lib/libgobject-2.0.so.0(g_object_new_valist+0x21f)[0xb5c3c5ef] /usr/lib/libgobject-2.0.so.0(g_object_new+0x40)[0xb5c3c7a0] /usr/lib/gtk-2.0/2.10.0/immodules/im-scim.so(_Z23gtk_im_context_scim_newv+0x67)[0xa9746b57] /usr/lib/gtk-2.0/2.10.0/immodules/im-scim.so(im_module_create+0x3c)[0xa975627c] /usr/lib/libgtk-x11-2.0.so.0(_gtk_im_module_create+0xb9)[0xb572fd29] /usr/lib/libgtk-x11-2.0.so.0[0xb573093b] /usr/lib/libgtk-x11-2.0.so.0[0xb5730b39] /usr/lib/libgtk-x11-2.0.so.0(gtk_im_context_set_client_window+0x4e)[0xb572df0e] /usr/lib/libgtk-x11-2.0.so.0[0xb56d771f] /usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x49)[0xb5c439d9] /usr/lib/libgobject-2.0.so.0[0xb5c34e49] /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x12b)[0xb5c3662b] /usr/lib/libgobject-2.0.so.0[0xb5c4759a] /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8c7)[0xb5c48627] /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb5c487e9] /usr/lib/libgtk-x11-2.0.so.0(gtk_widget_realize+0xba)[0xb586bbea] /usr/lib/libgtk-x11-2.0.so.0(gtk_widget_set_parent+0x1de)[0xb586c1ce] /usr/lib/libgtk-x11-2.0.so.0(gtk_fixed_put+0xd3)[0xb5704ec3] /usr/lib/libgtk-x11-2.0.so.0[0xb5704f08] /usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__OBJECT+0x59)[0xb5c42ee9] /usr/lib/libgobject-2.0.so.0[0xb5c34e49] /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x12b)[0xb5c3662b] /usr/lib/libgobject-2.0.so.0[0xb5c4759a] /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8c7)[0xb5c48627] /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb5c487e9] /usr/lib/libgtk-x11-2.0.so.0(gtk_container_add+0x12c)[0xb56bb1bc] /usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb59a22bd] /usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb59a4043] /usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb59aeabd] /usr/lib/openoffice/program/libvcl680li.so[0xb7e03ff5] /usr/lib/openoffice/program/libvcl680li.so[0xb7d9109b] /usr/lib/openoffice/program/libvcl680li.so(_ZN11ModalDialogC2EP6WindowRK5ResId+0x67)[0xb7d91ac7] /usr/lib/openoffice/program/libsvt680li.so(_ZN12WizardDialogC2EP6WindowRK5ResIdhs+0x3e)[0xb785f99e] /usr/lib/openoffice/program/libsvt680li.so(_ZN3svt14OWizardMachineC2EP6WindowRK5ResIdmhhs+0x4a)[0xb78311da] /usr/lib/openoffice/program/libsvt680li.so(_ZN3svt13RoadmapWizardC2EP6WindowRK5ResIdmS5_h+0x4f)[0xb782e55f] /usr/lib/openoffice/program/libspl680li.so[0xa985a926] /usr/lib/openoffice/program/libspl680li.so[0xa9851024] /usr/lib/openoffice/program/soffice.bin(_ZN7desktop7Desktop4MainEv+0xd59)[0x806bc39] /usr/lib/openoffice/program/libvcl680li.so[0xb7c11c3c] /usr/lib/openoffice/program/libvcl680li.so(_Z6SVMainv+0x35)[0xb7c11d45] /usr/lib/openoffice/program/soffice.bin(main+0x65)[0x805ff85] /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc)[0xb6bfaebc] /usr/lib/openoffice/program/soffice.bin(__gxx_personality_v0+0x249)[0x805fe11] === Memory map: 08048000-0809c000 r-xp 03:03 1370759 /usr/lib/openoffice/program/soffice.bin 0809c000-0809e000 rw-p 00053000 03:03 1370759 /usr/lib/openoffice/program/soffice.bin 0809e000-08368000 rw-p 0809e000 00:00 0 [heap] a950-a9521000 rw-p a950 00:00 0 a9521000-a960 ---p a9521000 00:00 0 a9644000-a9718000 r-xp 03:03 1 ** (process:6825): WARNING **: Unknown error forking main binary / abnormal early exit ... -- openoffice crash with ATI fglrx when 3D accelerator enabled and composite disabled https://bugs.launchpad.net/bugs/110472 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 91165] Re: f-spot crashes upon startup
The new ati driver 8.37.6 leads also to this error. :-/ (On Feisty Fawn up2date) Crash log is attached. ** Attachment added: "f-spot-crash.log" http://launchpadlibrarian.net/7964563/f-spot-crash.log -- f-spot crashes upon startup https://bugs.launchpad.net/bugs/91165 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 112277] Re: [feisty] f-spot crashes on start
When using the the "ati" driver instead of the "fglrx" with no dri f-spot works fine. So I guess this is a driver/dri/glx related issue. regards, jens -- [feisty] f-spot crashes on start https://bugs.launchpad.net/bugs/112277 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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 573500] [NEW] Ubuntu 10.04 freezes on startup
Public bug reported: After the installation of gnucash and libchipcard-tools my ubuntu installation won't boot anymore. I get dozens of messages from udev like ... SYSFS{} will be removed in future udev version please use ATTR{} to match the event device, or ATTRS{} to match a parent device, in /lib/udev/rules.d/40-libchipcard-tools.rules:... Afterwards I get several (8-10) messages like init: ureadahead-other main process (...) terminated with status 4 Then the system freezes. Even single user mode won't work. BTW: Before the udev messages from libchipcard-tools scroll out of screen there are some regarding alsa also. ** Affects: ubuntu Importance: Undecided Status: New ** Tags: boot failure freeze -- Ubuntu 10.04 freezes on startup https://bugs.launchpad.net/bugs/573500 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 573500] Re: Ubuntu 10.04 freezes on startup
Here is some more info on this one. I found out that this seems somehow related to the fglrx graphics driver for ati cards. That was installed in addition to the above mentioned software from the official repositories. The driver seems to freeze the system at boot. To reproduce: 1. Set up a clean install 2. sudo apt-get install fglrx 3. reboot 4. system hangs after printing some lines like: init: ureadahead-other main process (...) terminated with status 4 I did this 10 times and in 8 cases the system froze on start up. So there seems to be a bug related to fglrx. Next I'll try to reproduce hangs with libchipcard and alsa without using fglrx. -- Ubuntu 10.04 freezes on startup https://bugs.launchpad.net/bugs/573500 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 573500] Re: Ubuntu 10.04 freezes on startup
This issue may be closed as it was related to a hardware bug that corrupted data on the hard disk. However I found out during investigation that a wrong line in /etc/fstab can also prevent Ubuntu 10.04 from booting. Just add a line for an external hdd and omit the "noauto" flag and the system won't boot anymore. ** Changed in: ubuntu Status: New => Invalid -- Ubuntu 10.04 freezes on startup https://bugs.launchpad.net/bugs/573500 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575934] [NEW] alsa fails to initialize soundcard after kernel update on 10.04
Public bug reported: Binary package hint: alsa-base After installing the last kernel update my soundcard has stopped working. System : Ubuntu 10.04 Server Update : linux-image-2.6.32-22-server from linux-image-2.6.32-21-server Error message : cannot find the slot for index 0 (range 0-1), error: -16 Switching back to the old kernel does not work either. :-( ** Affects: alsa-driver (Ubuntu) Importance: Undecided Status: Fix Committed -- alsa fails to initialize soundcard after kernel update on 10.04 https://bugs.launchpad.net/bugs/575934 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575934] Re: alsa fails to initialize soundcard after kernel update on 10.04
I was able to solve the problem by modifying /etc/modprobe.d/alsa-base.conf Because I have two soundcards installed I added the following lines: options snd-emu10k1 index=0 alias snd-card-0 snd-emu10k1 alias snd-slot-0 snd-emu10k1 options snd-hda-intel index=1 Now the cards seem to get initialized correctly. ** Changed in: alsa-driver (Ubuntu) Status: New => Fix Committed -- alsa fails to initialize soundcard after kernel update on 10.04 https://bugs.launchpad.net/bugs/575934 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575942] [NEW] xmodmap not executed when using startx
Public bug reported: System : Ubuntu 10.04 Server When starting the X server via startx all command from $HOME/.xinitrc are executed except the xmodmap command. The line "/usr/bin/xmodmap ~/.xmodmaprc" is ignored and no error messages are given. If I execute the command by hand after X has started it works as expected. ** Affects: ubuntu Importance: Undecided Status: New -- xmodmap not executed when using startx https://bugs.launchpad.net/bugs/575942 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 502426] Re: DVD playback broken in Karmic
I just reinstalled and added css support the medibuntu way. Same error. :-( Any chance that this gets fixed (in Lucid) or do I have to switch back to Jaunty? -- DVD playback broken in Karmic https://bugs.launchpad.net/bugs/502426 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 502426] Re: DVD playback broken in Karmic
I had the problem with and without brasero. The first time I removed it because I compiled cdrtools myself. The second time it was a standard installation therefore brasero was installed. However I can't test on this bug any further because I switched to FreeBSD for my laptop and my desktop pc is running 9.04 that isn't affected by this bug. -- DVD playback broken in Karmic https://bugs.launchpad.net/bugs/502426 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575942] Re: xmodmap not executed when using startx
Running the command did not do anything except some error messages so I'm attaching the logs by hand. -- xmodmap not executed when using startx https://bugs.launchpad.net/bugs/575942 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575942] Re: xmodmap not executed when using startx
** Attachment added: "lspci-vvnn.log" http://launchpadlibrarian.net/48222655/lspci-vvnn.log -- xmodmap not executed when using startx https://bugs.launchpad.net/bugs/575942 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575942] Re: xmodmap not executed when using startx
** Attachment added: "xorg.log" http://launchpadlibrarian.net/48222678/xorg.log -- xmodmap not executed when using startx https://bugs.launchpad.net/bugs/575942 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575942] Re: xmodmap not executed when using startx
** Tags removed: needs-lspci-vvnn needs-xorglog -- xmodmap not executed when using startx https://bugs.launchpad.net/bugs/575942 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 506320] Re: GL stopped working with todays updates
I can confirm that this bug is still open. Trying to run games that use 3D I get the following error: err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly fixme:win:EnumDisplayDevicesW ((null),0,0x33f024,0x), stub! err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly fixme:win:EnumDisplayDevicesW ((null),0,0x33f5cc,0x), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33f550,0x), stub! X Error of failed request: GLXBadRenderRequest Major opcode of failed request: 158 (GLX) Minor opcode of failed request: 1 (X_GLXRender) Serial number of failed request: 1806 Current serial number in output stream: 1807 -- GL stopped working with todays updates https://bugs.launchpad.net/bugs/506320 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 365570] Re: apt-get http_proxy overwrites Acquire::http::Proxy settings
When using the $http_proxy variable I've seen that apt-get does not work at all. If I do "export http_proxy=localhost:" I get an error message telling me "Could not connect to :80" and if I set this to "http://localhost:"; I get an "open (11 Resource temporarily unavailable)" error. -- apt-get http_proxy overwrites Acquire::http::Proxy settings https://bugs.launchpad.net/bugs/365570 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 502426] [NEW] DVD playback broken in Karmic
Public bug reported: I just upgraded my Dell XPS M1330 to version 9.10 and since then I can no longer play dvds. No matter what player (totem, mplayer, vlc, dvdrip) I try nothing works. The syslog is cluttered with lines like this: Jan 2 22:00:19 tjalfi kernel: [ 981.470251] sr 3:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE Jan 2 22:00:19 tjalfi kernel: [ 981.470263] sr 3:0:0:0: [sr0] Sense Key : Illegal Request [current] Jan 2 22:00:19 tjalfi kernel: [ 981.470273] sr 3:0:0:0: [sr0] Add. Sense: Media region code is mismatched to logical unit region Jan 2 22:00:19 tjalfi kernel: [ 981.470288] end_request: I/O error, dev sr0, sector 215848 Jan 2 22:00:19 tjalfi kernel: [ 981.470298] Buffer I/O error on device sr0, logical block 26981 Jan 2 22:00:19 tjalfi kernel: [ 981.470312] Buffer I/O error on device sr0, logical block 26982 Jan 2 22:00:19 tjalfi kernel: [ 981.470319] Buffer I/O error on device sr0, logical block 26983 Jan 2 22:00:19 tjalfi kernel: [ 981.470325] Buffer I/O error on device sr0, logical block 26984 Jan 2 22:00:19 tjalfi kernel: [ 981.470332] Buffer I/O error on device sr0, logical block 26985 Jan 2 22:00:19 tjalfi kernel: [ 981.470338] Buffer I/O error on device sr0, logical block 26986 Jan 2 22:00:19 tjalfi kernel: [ 981.470344] Buffer I/O error on device sr0, logical block 26987 Jan 2 22:00:19 tjalfi kernel: [ 981.470351] Buffer I/O error on device sr0, logical block 26988 Jan 2 22:00:19 tjalfi kernel: [ 981.470358] Buffer I/O error on device sr0, logical block 26989 Jan 2 22:00:19 tjalfi kernel: [ 981.470364] Buffer I/O error on device sr0, logical block 26990 Jan 2 22:00:27 tjalfi init: ureadahead-other main process (7527) terminated with status 4 I tried nearly 200 different dvds and was able to play none of them. ** Affects: ubuntu Importance: Undecided Status: New -- DVD playback broken in Karmic https://bugs.launchpad.net/bugs/502426 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 502426] Re: DVD playback broken in Karmic
According to the documentation I installed the restricted extras package: sudo apt-get install libdvdread4 sudo /usr/share/doc/libdvdread4/install-css.sh There were no errors during the installation. -- DVD playback broken in Karmic https://bugs.launchpad.net/bugs/502426 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 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs