Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't double tap and drag to resize or move window.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
slydini
Tux's lil' helper
Tux's lil' helper


Joined: 30 Oct 2002
Posts: 129
Location: Virginia Beach, VA

PostPosted: Fri Apr 08, 2005 5:22 am    Post subject: Can't double tap and drag to resize or move window. Reply with quote

Just installed kde3.3.2 and I noticed right away that the touchpad on my zd7040 laptop would not respond to double tap and drag to move a window. I have been searching around for an answer on this but have found nothing. I will post my xorg.conf when I move to my laptop (on my workstation right now). It has been a while since I've installed gentoo so I am a little rusty.

Edit: It appears I am unable to paste the xorg.conf file into my browser. What is going on? Ctrl-v doesn't work. There is a paste icon in the tool bar on the browser but clicking it does nothing. Anybody have any ideas?
Edit2: I had to copy xorg.conf to my usb drive and then connect it to my windows machine to paste it to this forum.:(

Code:
Section "Files"
    RgbPath   "/usr/X11R6/lib/X11/rgb"
#    FontPath   "/usr/share/fonts"
#    FontPath   "/usr/share/fonts/local"
    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/75dpi:unscaled"
    FontPath   "/usr/share/fonts/100dpi:unscaled"
    FontPath   "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/TTF"
#    FontPath   "/usr/share/fonts/CID"
#    FontPath   "/usr/share/fonts/Speedo"
#    FontPath   "/usr/share/fonts/75dpi"
#    FontPath   "/usr/share/fonts/100dpi"
EndSection

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

Section "ServerFlags"
    Option   "standby time"   "20"
    Option   "suspend time"   "30"
    Option   "off time"   "60"
EndSection

Section "InputDevice"
     Identifier   "keyboard1"
     Driver   "kbd"
     Option   "XkbModel"   "pc104"
     Option   "XkbLayout"   "us"
EndSection

Section "InputDevice"
    Identifier   "touchpad"
    Driver   "mouse"
    Option   "Protocol"   "IMPS/2"
    Option   "Device"   "/dev/input/mouse0"
    Option   "Emulate3Buttons"
    Option   "Emulate3Timeout"   "50"
EndSection

#Section "InputDevice"
#    Identifier   "usb-mouse"
#    Driver   "mouse"
#    Option   "Protocol"   "IMPS/2"
#    Option   "Device"   "/dev/input/mouse1"
#    Option   "Emulate3Buttons"
#    Option   "Emulate3Timeout"   "50"
#    Option   "ZAxisMapping"   "4 5"
#EndSection

Section "Monitor"
    Identifier   "wide-screen-lcd"
    HorizSync   30-64
    VertRefresh   50-100
    Modeline   "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
EndSection

Section "Device"
    Identifier   "geforce-fx-go-5600"
    Driver   "nvidia"
    Option   "NvAgp"   "1"
    Option   "IgnoreEDID"   "true"
    Option   "NoAccel"   "false"
    Option   "CursorShadow"   "true"
    Option   "ShadowFB"   "false"
    Option   "NoLogo"   "on"
    Option   "RenderAccel"   "true"
    Option   "HWCursor"   "On"
    VideoRam   65576
# TwinView cofiguration
    Option   "TwinView"   "true"
    Option   "TwinViewOrientation"   "LeftOf"
    Option   "SecondMonitorHorizSync"   "24.0 - 60.0"
    Option   "SecondMonitorVertRefresh"   "56.0 - 75.0"
    Option   "MetaModes"         "1024x768, 1440x900; NULL, 1440x900"
EndSection

Section "Screen"
    Identifier   "screen1"
    Device   "geforce-fx-go-5600"
    Monitor   "wide-screen-lcd"
    DefaultDepth   24

    SubSection "Display"
        Depth      24
        Modes      "1440x900" "1024x768" "800x600"
        ViewPort   0 0
    EndSubsection

EndSection

Section "ServerLayout"
    Identifier   "Main Layout"
    Screen   "screen1"
    InputDevice   "keyboard1" "CoreKeyboard"
    InputDevice   "touchpad" "CorePointer"
#    InputDevice "usb-mouse" "SendCoreEvents"
EndSection

_________________
_______________________________________
Oh how I love Linux, especially on gentoo.
Back to top
View user's profile Send private message
wjholden
l33t
l33t


Joined: 01 Mar 2004
Posts: 826
Location: Augusta, GA

PostPosted: Tue Apr 12, 2005 2:31 am    Post subject: Reply with quote

That's a little strange. If you right click the titlebar on any window in KDE you will see an option to configure window behavior. Here you can set it to do a lot of things. This may be a bug, though. Would it be possible to upgrade to the newer version of KDE?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum