
Code: Select all
Fri Apr 13 17:04:05 2007 >>> sys-process/vixie-cron-4.1-r10
Fri Apr 13 17:10:06 2007 >>> x11-plugins/enigmail-0.94.3
Fri Apr 13 17:13:45 2007 >>> media-video/ffmpeg-0.4.9_p20070330
Fri Apr 13 17:14:08 2007 >>> sys-apps/lm_sensors-2.10.1
Fri Apr 13 17:14:19 2007 >>> sys-apps/baselayout-1.12.9-r1
Fri Apr 13 17:15:22 2007 >>> media-libs/freetype-2.1.10-r3
Fri Apr 13 17:15:35 2007 >>> net-misc/bridge-utils-1.2
Fri Apr 13 17:50:16 2007 >>> x11-libs/qt-4.2.3-r1
Fri Apr 13 18:08:46 2007 >>> x11-libs/qt-3.3.8-r2
Fri Apr 13 18:10:05 2007 >>> media-gfx/splashutils-1.1.9.10-r1
Fri Apr 13 18:10:20 2007 >>> app-portage/layman-1.0.99
Fri Apr 13 18:10:27 2007 >>> sys-devel/gcc-config-1.3.15-r1
Fri Apr 13 18:10:54 2007 >>> media-sound/mpg123-0.65
Fri Apr 13 18:16:07 2007 >>> x11-libs/libX11-1.1.1-r1
Fri Apr 13 18:17:31 2007 >>> dev-util/cvs-1.12.12-r4
Fri Apr 13 18:17:38 2007 >>> net-misc/dhcpcd-3.0.16-r1
Fri Apr 13 18:18:09 2007 >>> app-text/enscript-1.6.4-r3



Code: Select all
ln -s /usr/share/X11/XKeysymDB /usr/lib/X11/XKeysymDBCode: Select all
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
This ln trick worked fine for me with no adverse mouse effects. Thanks a lot.avatar:0:0: wrote:same problem for me after upgrading to x11-libs/libX11-1.1.1-r1. a quick fix:anyway, I had to downgrade libX11 back to 1.0.3 because with 1.1.1-r1 a middle click does not do copy/paste. this is extremely annoying. my mouse is Logitech m-sbf69 - very simple with 2 buttons and scroll wheel working as a 3rd button. my input config:Code: Select all
ln -s /usr/share/X11/XKeysymDB /usr/lib/X11/XKeysymDB