[app-misc/sabayonlive-tools] revision bump
This commit is contained in:
@@ -16,5 +16,6 @@ AUX 2.3/sabutil 16102 RMD160 94d00c1636af145d8ddc78c47cf405718cc8fb7f SHA1 d89d9
|
||||
AUX 2.3/vga-cmd-parser 1382 RMD160 75a4ba47833ec376fa91938c9553e68c058629da SHA1 3976899be5f88ee5e072d06e551252026ac36a3a SHA256 9b4faeac836b52a0a6550a48babeed40c00ea2cad7674bb1ad037c04791a7ebc
|
||||
AUX 2.3/x-setup-configuration 1681 RMD160 80117de4af1a0865a0539846a09799d02d42e026 SHA1 28f74860f7ff6872b86c640386ccb74cfa3bfb80 SHA256 067dd055b22d1442dfdd2bca5223559307d40c37e91581de5f6226259e2eb126
|
||||
AUX 2.3/x-setup-init.d 1246 RMD160 61f29d2f88d2c2bcc3cc8a3c80cf7807d01b1a47 SHA1 29ed0308d1ad6888589014cdf4e7772c145de3a7 SHA256 1b7ea99b27ec09e51a45207d275a2317b4ba06be1334ae17c27140a02a0762dd
|
||||
AUX 2.3/xorg.conf.d/00-synaptics.conf 1369 RMD160 2dc87713b7440bd4692b7d949382b5dba8462b28 SHA1 ce1a58238ccbde6c1f00e9f1b45b94c166b3adcb SHA256 5a13b1d473ec387143ada41e7694c33ac4afeb2776f2ff9d334332d7e3f96283
|
||||
AUX 2.3/xorg.conf.sabayon 2194 RMD160 2fe1b4f00d479f9de294e696c0c90535ee6fe3f0 SHA1 b4286c8391e8090220608dc48b068315b1701aef SHA256 f303a9f2ad64b71c5707548437fed3f556cb25617624891c8b71899988a7d22d
|
||||
EBUILD sabayonlive-tools-2.3-r2.ebuild 1777 RMD160 774d51a1317c86b958d9d8e9230f4fa18fa5f7e7 SHA1 0649e85267af273bcf15e8b3e7b42973d09da846 SHA256 8f982d1bed2adec1b2e4ba79efe5313145de2c805c7f1d27b3fc2d0790320523
|
||||
EBUILD sabayonlive-tools-2.3-r3.ebuild 1877 RMD160 57ba6b3bfcb84d512c17f926edca5cb904567152 SHA1 a4393af124b7fc359a60643b2ec93a327db0568b SHA256 760c3bb754d4388abc089a54befd03a43c0a0bd9dae23d886e23428e1f0a5bdb
|
||||
|
||||
@@ -0,0 +1,54 @@
|
||||
Section "InputClass"
|
||||
Identifier "touchpad catchall"
|
||||
Driver "synaptics"
|
||||
MatchIsTouchpad "on"
|
||||
|
||||
Option "SHMConfig" "1"
|
||||
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"
|
||||
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
|
||||
+4
@@ -66,6 +66,10 @@ src_install() {
|
||||
#insinto /etc/X11
|
||||
#doins xorg.conf.sabayon
|
||||
|
||||
dodir /etc/X11/xorg.conf.d
|
||||
insinto /etc/X11/xorg.conf.d
|
||||
doins "${FILESDIR}/${PV}/xorg.conf.d/"*
|
||||
|
||||
newinitd sabayonlive sabayonlive
|
||||
newinitd installer-gui installer-gui
|
||||
newinitd installer-text installer-text
|
||||
Reference in New Issue
Block a user