HP pavilion에서 touch pad의 scroll 이용하기...

codebank의 이미지

몇달전에 새로 생긴 노트북이 HP pavilion ze5600이었습니다.
일단 HDD를 두개로 나눠놓고 XP를 먼저 깔아 놓은 상태로 제가 받았죠.
나머지 부분에 RedHat 9을 설치하고 잠시 사용해봤는데 상당히 만족스럽더군요.
그런데 Gentoo로 바꾸고나서 touch pad에 있는 스크롤 기능이 먹통이 되어버린
것을 알았죠.
RedHat에서는 잘만 돌아가던 것이라 처음에 잡아보려고 했지만 노트북은 처음이라
이래저래 시간만 보내다가 오늘 시간이 나서 구글을 뒤져서 드디어 해결했습니다.
비슷한 경우가 있을것 같아서 방법을 잠시 써보면...
(제 경우에는 xorg를 이용했습니다만 xfree인 경우에도 상관없습니다.)
바꿀 부분은 간단하게 /etc/X11/xorg.conf (xfree인 경우에는 /etc/X11/XF86Config)
부분이죠.
다른 부분은 생략하고 해당 부분(마우스 설정부분)만 올려 놓겠습니다.

...
Section "ServerLayout"
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" LeftOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "DevInputMice" "AlwaysCore"
    Option         "Xinerama" "on"
EndSection
...
Section "InputDevice"
    Identifier  "DevInputMice"
    Driver      "mouse"
    Option    "Protocol" "IMPS/2"
    Option    "Device" "/dev/input/mice"
    Option    "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Driver "synaptics"
    Identifier "Mouse0"
    Option     "Device"          "/dev/mouse"
    Option     "Edges"           "1900 5400 1800 3900"
    Option     "Finger"          "25 30"
    Option     "MaxTapTime"      "180"
    Option     "MaxTapMove"      "220"
    Option     "VertScrollDelta" "60"
    Option     "MinSpeed"        "0.02"
    Option     "MaxSpeed"        "0.18"
    Option     "AccelFactor"     "0.0010"
    Option     "EdgeMotionSpeed" "40"
    Option     "UpDownScrolling" "1"
EndSection
...

위와 같이 설정하면 스크롤 기능을 이용할 수 있더군요. :)
노트북을 받고 6달이 지나서야 겨우 성공할 수 있었습니다.
이젠 사운드 제어에 관련된 부분을 찾아보러 또 서핑을 해야겠네요. :twisted:
Forums: 

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.