'리눅스'에 해당되는 글 2건

  1. 2007.11.03 [linux] 트랙포인트 스크롤 사용하는 방법
  2. 2007.10.14 Gutsy Gibbon. 18 October 2007.
관심/Linux2007. 11. 3. 16:16

/etc/X11/xorg.conf 를 수정하면된다


Section "InputDevice"
       Identifier  "Configured Mouse"
       Driver      "mouse"
       Option      "CorePointer"
       Option      "Device" "/dev/input/mice"
       Option      "Protocol" "ExplorerPS/2"
       Option      "Emulate3Buttons"   "on"
       Option      "Emulate3TimeOut"   "50"
       Option      "EmulateWheel"      "on"
       Option      "EmulateWheelTimeOut" "200"
       Option      "EmulateWheelButton"        "2"
       Option      "YAxisMapping" "4 5"
       Option      "XAxisMapping" "6 7"
       Option      "ZAxisMapping" "4 5"
EndSection

'관심 > Linux' 카테고리의 다른 글

시스템 정보 확인  (0) 2009.03.13
삽질을 통해 배운다.  (0) 2009.03.13
[Linux] Ubuntu Gutsy Gibbon 7.10  (0) 2007.10.24
Gutsy Gibbon. 18 October 2007.  (0) 2007.10.14
우분투 드디어 말을 하다;  (0) 2007.09.27
Posted by yas00
관심/Linux2007. 10. 14. 15:44
사용자 삽입 이미지

홈페이지 들어가보니 곧 나온단다.

18일이니깐 다음주네.

시험기간이라 설치를 할 수 있을런지는 모르겠지만 암튼 곧 만날 수 있다.

기대된다 언능나와라.

'관심 > Linux' 카테고리의 다른 글

시스템 정보 확인  (0) 2009.03.13
삽질을 통해 배운다.  (0) 2009.03.13
[linux] 트랙포인트 스크롤 사용하는 방법  (0) 2007.11.03
[Linux] Ubuntu Gutsy Gibbon 7.10  (0) 2007.10.24
우분투 드디어 말을 하다;  (0) 2007.09.27
Posted by yas00