블로그   태그   위치로그   이웃로그   방명록
          
 
 
 
 
     
 
  Ubuntu를 설치한 x40에서 wheel mouse 사용하는 방법  +   [Dev Log]   |  2008. 10. 20. 02:34
x40 notebook에 Ubuntu를 설치해서 사용하고 있는데 Windows와 달리 빨간콩으로 wheel mouse 기능을 사용할 수가 없어서 인터넷 사용시 꽤 불편했었다.
더 이상 불편하게 사용할 수 없기에 본격적으로 인터넷을 찾아보았다. 오호. 역시 인터넷에는 없는 게 없다. :)

/etc/X11/xorg.conf 파일에서 InputDevice의 "Configured Mouse" 부분을 수정하고 log out 후 다시 log in하면 빨간콩으로 wheel mouse 기능을 사용할 수 있다.
아래 코드에서 ## add by hopemini## 사이의 부분을 추가한 것이다.

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option      "CorePointer"
    Option      "Device"        "/dev/input/mice"
    Option      "Protocol"      "ExplorerPS/2"
    Option      "ZAxisMapping"      "4 5"
## add by hopemini
    Option      "EmulateWheel"          "on"
    Option      "Emulate3Timeout"       "70"
    Option      "EmulateWheelButton"    "2"
    Option      "Buttons"               "5"
##
    Option      "Emulate3Buttons"   "true"
EndSection

더욱 편리한 리눅스를 위해 오늘도 한걸음 나아간다. ;-)

Tip)
x40에서 wheel 기능은 가운데 버튼을 누른 상태에서 빨간콩을 아래 위로 움직이면 된다.

 
  
  우분투에서 네이트온 설치하기-_-  +   [Dev Log]   |  2008. 10. 18. 04:22
윈도우가 하도 지-_-랄맞게 삽질을 해대서
홧김에 우분투로 갈아-_-엎고;;;

네이트를 설치할라 했더니
패키지 설치가 안먹혀든다 ㅡㅡ

이리저리 디비다가 찾아냄;;;

---------------------------------
/etc/apt/sources.list  파일에 아래 두줄추가

deb http://ppa.launchpad.net/pidgin-nateon/ubuntu hardy main
deb-src http://ppa.launchpad.net/pidgin-nateon/ubuntu hardy main


그리고 다음의 커맨드를 터미널에서 실행하면
sudo apt-get update
sudo apt-get install pidgin-nateon

허망할정도로쉽게끝난다
나 뭐한거냐...-_-;;;

 
  
  나를 향한 여행...  +   [Life Log]   |  2008. 9. 4. 01:19
지금부터 시작...!!

 
  
 
 
<<이전   | 1 | ··· | 19 | 20 | 21 | 22 |   다음>>
 

theBaritone's Blog is powered by Daum & tistory