From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1G5mcm-0000oa-4y for garchives@archives.gentoo.org; Wed, 26 Jul 2006 16:52:44 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6QGoRH2001098; Wed, 26 Jul 2006 16:50:27 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6QGmRBL025801 for ; Wed, 26 Jul 2006 16:48:28 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 439AD642F1 for ; Wed, 26 Jul 2006 16:48:27 +0000 (UTC) Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29484-14 for ; Wed, 26 Jul 2006 16:48:24 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 3D78F642BE for ; Wed, 26 Jul 2006 16:48:22 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1G5mY9-0002wg-Hl for gentoo-user@gentoo.org; Wed, 26 Jul 2006 18:47:57 +0200 Received: from dhcp-83-219-111-81.customers.tvtnet.ch ([83.219.111.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Jul 2006 18:47:57 +0200 Received: from remy.blank_asps by dhcp-83-219-111-81.customers.tvtnet.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Jul 2006 18:47:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Remy Blank Subject: [gentoo-user] Re: Migration to xorg-x11 7.0 - Great except for one detail Date: Wed, 26 Jul 2006 18:47:43 +0200 Message-ID: References: <200607231351.36817.benno.schulenberg@gmail.com> <200607232314.08606.benno.schulenberg@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dhcp-83-219-111-81.customers.tvtnet.ch User-Agent: Thunderbird 1.5.0.4 (X11/20060605) In-Reply-To: <200607232314.08606.benno.schulenberg@gmail.com> Sender: news X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Status: No, score=-2.595 required=5.5 tests=[AWL=0.004, BAYES_00=-2.599] X-Spam-Score: -2.595 X-Spam-Level: X-Archives-Salt: d8d16abd-e3d2-4a2c-b330-865ee71f2e9e X-Archives-Hash: 4c708ebbbfdfe8a37eb58404e277f63f Benno Schulenberg wrote: > Meanwhile I've figured out > how to create actions such as "Mute" and "Volume Up" and assign > them shortcuts. I didn't have to do anything to get those working, except make sure kmix is loaded on login. It seems that it automatically interpreted the volume controls correctly. And if I remember correctly, even if kmix was't loaded, it was loaded by the first volume keypress. Strangely enough, the volume keys have continued working after the upgrade to xorg-x11 7.0. > keycode 178 (keysym 0x1008ff18, XF86HomePage), > keycode 160 (keysym 0x1008ff12, XF86AudioMute), > keycode 174 (keysym 0x1008ff11, XF86AudioLowerVolume), > keycode 176 (keysym 0x1008ff13, XF86AudioRaiseVolume), The following work with kmix: keycode 160 (keysym 0x1008ff12, XF86AudioMute) keycode 174 (keysym 0x1008ff11, XF86AudioLowerVolume) keycode 176 (keysym 0x1008ff13, XF86AudioRaiseVolume) The following don't work as shortcuts: keycode 162 (keysym 0x1008ff14, XF86AudioPlay) keycode 164 (keysym 0x1008ff15, XF86AudioStop) keycode 144 (keysym 0x1008ff16, XF86AudioPrev) keycode 153 (keysym 0x1008ff17, XF86AudioNext) > But maybe KDE is looking in the old place /usr/lib/X11 for keyboard > files, which for Xorg 7.0 moved to /usr/share/X11. It might be > trying to read /usr/lib/X11/XKeysymDB but not find it. You could > try a symlink: ln -s ../../share/X11/XKeysymDB /usr/lib/X11/ > Or maybe link to ../share/X11 the entire /usr/lib/X11 Thanks for your suggestions. I'll try tonight. -- Remy Remove underscore and suffix in reply address for a timely response. -- gentoo-user@gentoo.org mailing list