Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48423 - xbindkeys not compatible with xorg-x11 on amd64
Summary: xbindkeys not compatible with xorg-x11 on amd64
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 All
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-19 19:26 UTC by Ulysses Cruz
Modified: 2005-05-22 14:17 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulysses Cruz 2004-04-19 19:26:08 UTC
x11-misc/xbindkeys-1.7.0 appears to block all keyboard input to x11-base/xorg-x11-6.7.0 on the amd64 platform.

Keyboard inputs directly to the X server (such as ctrl-alt-backspace) and to the ttys (such as ctrl-alt-fx) are still functional; and killing the xbindkeys process immediately restores keyboard input to the X applications.
Comment 1 Ian Leitch (RETIRED) gentoo-dev 2004-04-30 18:24:31 UTC
Can amd64 guys confirm this please.
Comment 2 Danny van Dyk (RETIRED) gentoo-dev 2004-06-02 09:24:17 UTC
Hm, can't confirm this...
Jason, Travis: What about you ?
Comment 3 Danny van Dyk (RETIRED) gentoo-dev 2004-06-02 09:38:59 UTC
People in #gentoo-amd64 couldn't confirm this bug as well as I couldn't.
Comment 4 Lionel Bouton 2005-05-22 14:17:41 UTC
I can confirm this bug on my config.

Emerge info follows:

Portage 2.0.51.19 (default-linux/amd64/2005.0, gcc-3.4.3,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r9 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r9 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May 21 2005, 15:16:30)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms strict
userpriv usersandbox"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
http://gentoo.mirror.solnet.ch http://ftp.snt.utwente.nl/pub/os/linux/gentoo"
LINGUAS="fr en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X a52 aac aalib acpi alsa avi bash-completion berkdb bindist
bitmap-fonts cairo cdparanoia cjk crypt cups dga dvd dvdread encode ffmpeg flac
font-server gdbm gif gimpprint glut gtk gtk2 ieee1394 imagemagick imlib java
jikes jp2 jpeg lcms ldap libcaca lzw lzw-tiff mad matroska mikmod mng mp3 mpeg
ncurses nls nptl nvidia offensive ogg oggvorbis opengl pam perl physfs png
python quicktime readline real rtc samba sdl sndfile speex ssl svg theora
threads tiff truetype truetype-fonts type1-fonts unicode usb userlocales vorbis
xine xml2 xmms xpm xprint xrandr xv xvid xvmc zlib linguas_fr linguas_en
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS

Of particular interest for this ebuild:
guile and tcltk USE flags are not set.

My .xbindkeysrc:
-- BEGIN --
"xbindkeys_show" 
  control+shift + q

"downvol"
  XF86AudioLowerVolume

"upvol"
  XF86AudioRaiseVolume
-- END --
This was working flawlessly on my x86 Gentoo.
I tried both 1.7.1 and 1.7.0 without success.