You are not logged in.

#1 2008-09-19 01:03:37

forlack
Member
Registered: 2008-08-02
Posts: 12

Touch Pad Woes. Check out my Xorg

My Xorg changed or something, but every time i scroll on my touchpad, well tap the scroll area, in firefox it opens a page of some sorts. I dont know if its from my clipboard or something, but its really annoying.  Let me know if there is something I can fix in my xorg.


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Touchpad"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load           "record"
    Load           "glx"
    Load           "dbe"
    Load           "extmod"
    Load           "xtrap"
    Load           "freetype"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizEdgeScroll" "0"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    HorizSync       30.0 - 130.0
    VertRefresh     50.0 - 100.0
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "Quadro NVS 140M"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    Option         "NoLogo" "true"
    Option         "AddARGBGLXVisuals" "True"
    DefaultDepth 24
    

    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    Modes        "1440x900"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Offline

#2 2008-09-19 01:20:25

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Touch Pad Woes. Check out my Xorg

Sounds like it's emulating a middle click.  Try changing this setting in your about:config in firefox just to verify.

middlemouse.contentLoadURL

archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#3 2008-09-19 05:26:19

forlack
Member
Registered: 2008-08-02
Posts: 12

Re: Touch Pad Woes. Check out my Xorg

Well Thanks rson that will keep me from getting super annoyed until I fix this.  So it appears that my touch pad is emulating all three buttons.  If i touch the lower right hand corner of the touchpad it does a right click and the top right is apparently the middle click.  I put emulate3button to no but it still does this??

Offline

#4 2008-09-19 09:00:24

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Touch Pad Woes. Check out my Xorg

If you are using a synaptics touchpad and the synaptics driver, I believe there is an application that will allow you to configure how the touchpad behaves, but I'm not 100% sure.  That's about all the advice I can give you.


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

Board footer

Powered by FluxBB