LamPUNGLInux

 Komunitas Pengguna Linux Indonesia

 

Web Blog LamPUNGLInux .or.id ini merupakan White Papers bagi semua member Web Site komunitas ini, sebagai media untuk menuangkan semua hasil observasi, kegiatan, pengalaman, cerita dan informasi yang dimiliki tentang Linux & OpenSource Software, dengan tujuan dapat memberikan sebuah manfaat tersendiri bagi semua pengunjung yang membacanya.

" Let's Join with Us, To be share for everyone "

 


Wed, 23 Sep 2009 22:17:18 +0700
Konfigurasi Scroll Mouse di Slackware
Posted by : bufferdie On Tips And Tricks


Slackware merupakan salah satu distro tertua yang masih terus aktif di kembangkan. Saat tulisan ini /me posting, distro Slackware telah mencapai versi 12.2. Berbeda dengan beberapa distro lainnya yang kebanyakan saat ini secara default telah dapat menggunakan mouse yang mempunyai scroll, Slackware hingga versi terbarunya belum dapat secara langsung menggunakan mouse yang memiliki scroll. Namun bagi anda yang menggunakan distro slackware tidak perlu khawatir, karena kita dapat melakukan konfigurasi secara manual terlebih dahulu sehingga kita dapat menggunakan mouse yang memiliki scroll.

Untuk dapat menggunakan mouse yang mempunyai scroll, anda harus mengkonfigurasinya secara manual di Slackware. File yang perlu anda edit agar mouse anda bekerja adalah file xorg.conf yang berada di directory /etc/X11/. Gunakanlah editor kesayangan anda untuk mengedit file xorg.conf, baris-baris yang perlu anda edit yaitu:

root@bufferdie:~# nano /etc/X11/xorg.conf

# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the “Software”),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# **********************************************************************
bla…………….. bla………………. bla…………. bla………….

bla…………….. bla………………. bla…………. bla………….

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"

# On platforms where PnP mouse detection is supported the followi
ng
# protocol setting can be used when using a newer PnP mouse:

     Option     "Protocol"      "Auto"

# The available mouse protocols types that you can set below are:
#    Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
#    Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS
/2
#    MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMous
e
#    ThinkingMouse ThinkingMousePS/2 Xqueue
    Option "Protocol"    "PS/2"

# The mouse device.  The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.

    Option "Device"      "/dev/mouse"
    Option "Device"      "/dev/psaux"
#   Option "Device"      "/dev/ttyS0"
#   Option "Device"      "/dev/ttyS1"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"

# When using XQUEUE, comment out the above two lines, and uncomme
nt
# the following line.

#    Option "Protocol"  "Xqueue"

bla…bla….bla…
bla…bla….bla…
——————— End of File ———————

Perlu sodara-sodara sekalian ketahui, ada baiknya sodara meng-edit file xorg.conf tersebut pada jendela xterm (ctrl + alt + F1) Agar anda tidak perlu lagi me-reboot mesin anda saat modifikasi selesai, kecuali anda memang ingin me-reboot nya :D~~.
Setelah melakukan modifikasi, simpan kemudian keluar, . Sekarang cobalah scroll di mouse anda sekarang, apakah sudah berfungsi dengan baik???

Trackback to : bufferdie

 

 

 

Categories

 

Archives

 

Posts

 

Comments

 

Linux Live