diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
commit | 7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch) | |
tree | 1684924656132935256e034f35f92abee6623265 /app-misc/rogentoslive-tools/files/1.0/xorg.conf.d |
Added ebuilds for kogaion desktop
Diffstat (limited to 'app-misc/rogentoslive-tools/files/1.0/xorg.conf.d')
-rw-r--r-- | app-misc/rogentoslive-tools/files/1.0/xorg.conf.d/90-fglrx-12.1-and-older-workaround.conf | 4 | ||||
-rw-r--r-- | app-misc/rogentoslive-tools/files/1.0/xorg.conf.d/90-synaptics.conf | 58 |
2 files changed, 62 insertions, 0 deletions
diff --git a/app-misc/rogentoslive-tools/files/1.0/xorg.conf.d/90-fglrx-12.1-and-older-workaround.conf b/app-misc/rogentoslive-tools/files/1.0/xorg.conf.d/90-fglrx-12.1-and-older-workaround.conf new file mode 100644 index 00000000..54478aa9 --- /dev/null +++ b/app-misc/rogentoslive-tools/files/1.0/xorg.conf.d/90-fglrx-12.1-and-older-workaround.conf @@ -0,0 +1,4 @@ +Section "Extensions" + # This should be hopefully fixed in ati-drivers-12.2 + Option "XVideo" "Disable" +EndSection diff --git a/app-misc/rogentoslive-tools/files/1.0/xorg.conf.d/90-synaptics.conf b/app-misc/rogentoslive-tools/files/1.0/xorg.conf.d/90-synaptics.conf new file mode 100644 index 00000000..245b2458 --- /dev/null +++ b/app-misc/rogentoslive-tools/files/1.0/xorg.conf.d/90-synaptics.conf @@ -0,0 +1,58 @@ +Section "InputClass" + Identifier "touchpad catchall" + Driver "synaptics" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + + # No longer needed, see bug 1922#12 + # Option "SHMConfig" "1" + # More harm than good? see bug 1922#12 + # Option "MaxTapMove" "2000" + Option "VertEdgeScroll" "1" + Option "VertTwoFingerScroll" "1" + Option "HorizTwoFingerScroll" "1" + Option "CircularScrolling" "0" + Option "TapButton1" "1" + Option "TapButton2" "2" + Option "TapButton3" "3" + +EndSection + +# Apple MacBook Touchpad +Section "InputClass" + Identifier "touchpad catchall" + Driver "synaptics" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + MatchProduct "bcm5974" + Option "ClickFinger1" "1" + Option "ClickFinger2" "3" + Option "ClickFinger3" "2" + Option "HorizEdgeScroll" "0" + Option "VertEdgeScroll" "0" + Option "VertEdgeScroll" "1" + Option "VertTwoFingerScroll" "1" + Option "HorizTwoFingerScroll" "1" + Option "HorizScrollDelta" "0" + Option "VertScrollDelta" "40" + Option "PressureMotionMinZ" "10" + Option "FingerLow" "16" + Option "FingerHigh" "80" + Option "FingerPress" "256" + Option "PalmDetect" "1" + Option "PalmMinWidth" "10" + Option "PalmMinZ" "200" + Option "MinSpeed" "0.8" + Option "MaxSpeed" "1.2" + Option "AccelFactor" "0.10" + Option "MaxTapMove" "25" + Option "MaxTapTime" "223" + Option "MaxDoubleTapTime" "200" + Option "TapButton1" "0" + Option "TapButton2" "0" + Option "TapButton3" "0" + Option "RTCornerButton" "0" + Option "RBCornerButton" "0" + Option "LTCornerButton" "0" + Option "LBCornerButton" "0" +EndSection |