The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    SONY SVZ13 trackpad linux

    Discussion in 'VAIO / Sony' started by Supermiguel, Nov 22, 2013.

  1. Supermiguel

    Supermiguel Notebook Evangelist

    Reputations:
    29
    Messages:
    550
    Likes Received:
    5
    Trophy Points:
    31
    For you guys that are running linux on your SONY SVZ13, how do you disable the lower part of it so its not touchable?
     
  2. Supermiguel

    Supermiguel Notebook Evangelist

    Reputations:
    29
    Messages:
    550
    Likes Received:
    5
    Trophy Points:
    31
    i used this:
    Code:
    Section "InputClass"
    Identifier "Default clickpad buttons"
    MatchDriver "synaptics"
    Option "ClickPad" "true"
    Option "EmulateMidButtonTime" "0"
    Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    Option "JumpyCursorThreshold" "90"
    Option "HorizTwoFingerScroll" "on"
    Option "FingerLow" "35"
    Option "FingerHigh" "45"
    
    EndSection
    
    On my /etc/X11/xorg.conf.d/51-clickpad.conf: and nothing
     
  3. Supermiguel

    Supermiguel Notebook Evangelist

    Reputations:
    29
    Messages:
    550
    Likes Received:
    5
    Trophy Points:
    31
    any one? 10char