Linux Mint Türkiye
Linux Mint Destek => Kurulum Öncesi ve Sonrası => Konuyu başlatan: frkntlgyc - 06 Ekim 2015, 12:30:23
-
Önceki konumda touch pad'imin çalışmadığını dillendirmiştim. Temiz kurulum sonrası Touchpad çalıştı. Fakat fiziksel tuşlar sadece sol tıklamayı yapıyor. ikiside (sol tıklama için bastığımda sürükleme işlemi yapamıyorum). Sağ tık için touchpad e iki parmakla dokunmam gerekiyor bu zaten kısayolu. Ama fiziksel tuşa sağ tıklamayı nasıl atayacağım. Çeşitli konuları gezdim kimi yerde cinnamonu sıfırlamaktan bahsedilmiş denedim bir sonuç alamadım.
İstenirse diye "inxi -Fxz" komutu aşağıda
inxi -Fxz
System: Host: tolga-Aspire-E3-112 Kernel: 3.16.0-38-generic x86_64 (64 bit, gcc: 4.8.2)
Desktop: Cinnamon 2.6.13 Distro: Linux Mint 17.2 Rafaela
Machine: System: Acer product: Aspire E3-112 version: V1.10
Mobo: Acer model: R2 version: Type2 - A01 Board Version Bios: Insyde version: V1.10 date: 08/20/2014
CPU: Dual core Intel Celeron CPU N2840 (-MCP-) cache: 1024 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 8652.8
Clock Speeds: 1: 2582.293 MHz 2: 2582.378 MHz
Graphics: Card: Intel ValleyView Gen7 bus-ID: 00:02.0
X.Org: 1.15.1 drivers: intel (unloaded: fbdev,vesa) Resolution: 1366x768@60.0hz
GLX Renderer: Mesa DRI Intel Bay Trail GLX Version: 3.0 Mesa 10.1.3 Direct Rendering: Yes
Audio: Card: Intel ValleyView High Definition Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture ver: k3.16.0-38-generic
Network: Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
driver: r8169 ver: 2.3LK-NAPI port: 1000 bus-ID: 03:00.0
IF: eth0 state: down mac: <filter>
Card-2: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter driver: ath9k bus-ID: 02:00.0
IF: wlan0 state: up mac: <filter>
Drives: HDD Total Size: 500.1GB (1.1% used) 1: id: /dev/sda model: ST500LT012 size: 500.1GB
Partition: ID: / size: 19G used: 5.1G (29%) fs: ext4 ID: swap-1 size: 2.05GB used: 0.00GB (0%) fs: swap
RAID: No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors: System Temperatures: cpu: 41.0C mobo: N/A
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 161 Uptime: 4 min Memory: 628.0/1883.5MB Runlevel: 2 Gcc sys: 4.8.4
Client: Shell (bash 4.3.11) inxi: 1.9.17
-
Aşağıdaki komut ile 50-synaptics.conf dosyasını açıp,
sudo gedit /usr/share/X11/xorg.conf.d/50-synaptics.conf
aşağıdaki satırları bulunuz,
# This option is only interpreted by clickpads.
Section "InputClass"
Identifier "Default clickpad buttons"
MatchDriver "synaptics"
Girintilere dikkat ederek aşağıdaki satırları ekleyiniz.
Option "ClickPad" "true"
Option "EmulateMidButtonTime" "0"
ve dosyayı kaydedip sistemi yeniden başlatınız.
# This option enables the bottom right corner to be a right button on
# non-synaptics clickpads.
# This option is only interpreted by clickpads.
Section "InputClass"
Identifier "Default clickpad buttons"
MatchDriver "synaptics"
Option "ClickPad" "true"
Option "EmulateMidButtonTime" "0"
Kaynak (http://askubuntu.com/questions/579645/right-click-on-synaptic-touchpad-not-working-on-ubuntu-14-10)
-
Çok teşekkür ederim problem halloldu :)