genstorm wrote:1.8.1 though did but didn't bring any cure for the xrandr issue at least.


I'm using x11-drivers/ati-drivers-10.4-r1 and x11-base/xorg-server-1.8.1-r1 from gentoo-quebec overlayOdysseus wrote: To resolve the Alps touchpad issue was simple. I removed all vestiges of any input drivers from my xorg.conf and deleted my /etc/hal/fdi/policy/11-x11-synaptics file. Then I opened konsole and started experimenting with synclient. I ran synclient -l to see what options were active. I experimented turning on and off different synclient options until I got it working the way I wanted. Then I edited my /etc/X11/xorg.conf.d/20-synaptics.conf file.
All I needed to do was add the following lines:So that my /etc/X11/xorg.conf.d/20-synaptics.conf file now looks like this:Code: Select all
Option "TapButton1" "1" Option "VertEdgeScroll" "1" Option "HorizEdgeScroll" "1" Option "CircularScrolling" "1"Code: Select all
Section "InputClass" Identifier "touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "synaptics" Option "TapButton1" "1" Option "VertEdgeScroll" "1" Option "HorizEdgeScroll" "1" Option "CircularScrolling" "1" EndSection
In file included from udev.c:30:
/usr/local/include/libudev.h:28:2: error: #error "#define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE is needed to use this experimental library version"
udev.c: In function 'config_udev_init':
udev.c:224: error: too many arguments to function 'udev_monitor_new_from_netlink'
make[1]: *** [udev.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
mv -f .deps/config.Tpo .deps/config.Plo
make[1]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.8.1-r1/work/xorg-server-1.8.1/config'
make: *** [all-recursive] Error 1

Jazz-KP wrote:Which version of udev is required to build 1.8.x? I tried 151-r3 and upgraded to 154, though couldn't build xorg-server 1.8.0 or 1.8.1-r1:
In file included from udev.c:30:
/usr/local/include/libudev.h:28:2: error: #error "#define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE is needed to use this experimental library version"
udev.c: In function 'config_udev_init':
udev.c:224: error: too many arguments to function 'udev_monitor_new_from_netlink'
make[1]: *** [udev.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
mv -f .deps/config.Tpo .deps/config.Plo
make[1]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.8.1-r1/work/xorg-server-1.8.1/config'
make: *** [all-recursive] Error 1
might do the trick - try to re-emerge it afterwardsecho "sys-fs/udev extras" >> /etc/portage/package.use




Those with KDE can enable it in the Keyboard Settings in System Settings - I do not know what to add to xorg.conf to get it working.Shining Arcanine wrote:Let me know if you get it working with 1.7.x xog-servers. That is one feature from Ubuntu that I would like to have on Gentoo.kernelOfTruth wrote:anyone managed to get ctrl + alt + backspace aka "zap"
working with 1.8* xorg-servers ?

yeah - and Gnome,rahulthewall wrote:Those with KDE can enable it in the Keyboard Settings in System Settings - I do not know what to add to xorg.conf to get it working.Shining Arcanine wrote:Let me know if you get it working with 1.7.x xog-servers. That is one feature from Ubuntu that I would like to have on Gentoo.kernelOfTruth wrote:anyone managed to get ctrl + alt + backspace aka "zap"
working with 1.8* xorg-servers ?
maybe you'll also need/etc/hal/fdi/policy/10-x11-input.fdi wrote:<match key="info.capabilities" contains="input.keys">
<merge key="input.xkb.rules" type="string">xorg</merge>
<!-- Option "XkbModel" "pc105" -->
<merge key="input.xkb.model" type="string">evdev</merge>
<merge key="input.xkb.layout" type="string">de</merge>
<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>
</match>
/etc/X11/xorg.conf wrote:Option "XkbOptions" "terminate:ctrl_alt_bksp"
Well, thanks. Though, the problem was with cruft in my system left after emergency manual udev installation. File included was from /local/ and it was quite oldkernelOfTruth wrote:might do the trick - try to re-emerge it afterwards
I know this is an ancient post but I had a rough time finding the answer to this on any G-Forum. Had to resort to crawling the Ubuntu forums.. gasp!amade wrote:X.Org X Server 1.8.1kernelOfTruth wrote:anyone managed to get ctrl + alt + backspace aka "zap"
working with 1.8* xorg-servers ?
Section "InputClass"
Identifier "keyboard"
Option "XkbLayout" "pl"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Code: Select all
ALT+SysRq+K