You are not logged in.

#1 2009-01-31 14:16:21

root_tux_linux
Member
From: Basel, Switzerland
Registered: 2005-01-01
Posts: 53
Website

KDE 4.2: Crazy Mouse after pacman -Syu -.-'

Hi

I made yesterday a sysupgrade and now is my mouse crazy!!!

Example:

i click a window to move it but the window will be maximized
i make a right click in taskbar but nothing works 


HELP -.-'

Offline

#2 2009-01-31 14:45:02

Shaika-Dzari
Member
From: Québec, Canada
Registered: 2006-04-14
Posts: 436
Website

Re: KDE 4.2: Crazy Mouse after pacman -Syu -.-'

Did you upgrade hal? Is xorg using it or you disable hotplugin in your xorg.conf?

Maybe you could post your xorg.conf and the result of this command:

# cat /var/log/Xorg.0.log | grep EE

@+

Offline

#3 2009-01-31 16:43:47

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: KDE 4.2: Crazy Mouse after pacman -Syu -.-'

Posting exactly WHAT was upgraded would be very helpful.... there are logs.

/var/log/pacman.log

Offline

#4 2009-01-31 19:11:39

root_tux_linux
Member
From: Basel, Switzerland
Registered: 2005-01-01
Posts: 53
Website

Re: KDE 4.2: Crazy Mouse after pacman -Syu -.-'

Wtf? oO


(II) config/hal: Adding input device Logitech G9 Laser Mouse
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device Logitech G9 Laser Mouse
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device Logitech HID compliant keyboard
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device Logitech HID compliant keyboard
(EE) config/hal: NewInputDeviceRequest failed
(II) config/hal: Adding input device Macintosh mouse button emulation
(EE) config/hal: NewInputDeviceRequest failed

Offline

#5 2009-01-31 23:03:25

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: KDE 4.2: Crazy Mouse after pacman -Syu -.-'

Post your xorg.conf and the last bit of your pacman.log.

Try using hwd -xa to make a new xorg.conf (try nvidia-xconfig too if you have NVIDIA).

Last edited by Ranguvar (2009-01-31 23:03:47)

Offline

#6 2009-02-01 13:53:20

root_tux_linux
Member
From: Basel, Switzerland
Registered: 2005-01-01
Posts: 53
Website

Re: KDE 4.2: Crazy Mouse after pacman -Syu -.-'

bash-3.2# cat /etc/X11/xorg.conf 
Section "Module"                 

# This loads the DBE extension module.

    Load        "dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"                                         
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection                                                        

# This loads the font modules
#    Load        "type1"     
#    Load        "speedo"    
    Load        "freetype"   
#    Load        "xtt"       
    Load        "evdev"      
# This loads the GLX module  
    Load       "glx"         
EndSection                   

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set      
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.                                     

#    RgbPath    "/usr/share/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath  
# command (or a combination of both methods)                              
#                                                                         
#                                                                         

    FontPath   "/usr/share/fonts/misc/"
#    FontPath   "/usr/share/fonts/TTF/"
#    FontPath   "/usr/share/fonts/OTF" 
#    FontPath   "/usr/share/fonts/Type1/"
#    FontPath   "/usr/share/fonts/CID/"  
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/75dpi/" 
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/" 
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"         
#    FontPath   "/usr/lib/X11/fonts/Type1/"          
#    FontPath   "/usr/lib/X11/fonts/TrueType/"       
#    FontPath   "/usr/lib/X11/fonts/freefont/"       
#    FontPath   "/usr/lib/X11/fonts/75dpi/"          
#    FontPath   "/usr/lib/X11/fonts/100dpi/"         

# The module search path.  The default path is shown here.

#    ModulePath "/usr/lib/modules"

EndSection

# **********************************************************************
# Server flags section.                                                 
# **********************************************************************

Section "ServerFlags"
#  Option  "blank time"  "5"
#  Option  "standby time"  "10"
#  Option  "suspend time"  "20"
#  Option  "off time"  "30"    
EndSection                     

# **********************************************************************
# Input devices                                                         
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section                                   
# **********************************************************************

Section "InputDevice"

    Identifier  "Keyboard"
    Driver      "kbd"     
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"  
    Option "XkbModel"   "pc105" 
    Option "XkbLayout"  "ch"    

EndSection


# **********************************************************************
# Core Pointer's InputDevice section                                    
# **********************************************************************

Section "InputDevice"

    Identifier  "PS2-Mouse"
    Driver      "mouse"    
    Option "Protocol"    "ImPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping"   "4 5"    

EndSection


Section "InputDevice"

    Identifier  "USB-Mouse"
    Driver      "mouse"    
    Option "Protocol"    "ImPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"   "4 5"         

EndSection




# **********************************************************************
# Monitor section                                                       
# **********************************************************************

Section "Monitor"

    Identifier  "Monitor"
    HorizSync   31.5 - 64.3
    VertRefresh 50-90      
    Option "DPMS"          
    Option "ReducedBlanking
EndSection                 


# **********************************************************************
# Graphics device section                                               
# **********************************************************************


Section "Device"
    Identifier  "Nvidia GTX260SSC"
    Driver      "nvidia"          
#    Option "NvAgp" "1"           
#    Option "FSAAEnable" "yes"    
#    Option "FSAAScale" "16"      
    Option         "RenderAccel" "true"
#    Option         "UseEvents" "false"
#    Option         "TripleBuffer" "1" 
#    Option         "DamageEvents" "1" 
#    Option         "BackingStore" "1" 
    Option         "PixmapCacheSize" "70000"
#    Option         "OnDemandVBlankInterrupts" "true"
    Option "InitialPixmapPlacement" "2"              
    Option "GlyphCache" "1"                          
#    Option         "Coolbits" "1"                   
EndSection                                           


# **********************************************************************
# Screen sections                                                       
# **********************************************************************

Section "Screen"
    Identifier  "Screen"
    Device      "Nvidia GTX260SSC"
    Monitor     "Monitor"         
    DefaultDepth 24               
    Option       "AddARGBGLXVisuals" "True"

    Subsection "Display"
        Depth      24   
        Modes       "1900x1200" "1024x1024"
        ViewPort    0 0                    
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"
    Identifier  "Simple Layout"

    Screen "Screen"
    InputDevice "PS2-Mouse" "CorePointer"
    InputDevice "USB-Mouse" "CorePointer"
    InputDevice "Keyboard" "CoreKeyboard"
EndSection

# **********************************************************************
# Compiz Fusion
# **********************************************************************

Section "Extensions"
        Option         "Composite"   "Enable"
EndSecti

I have no pacman.log because i reinstalled Arch...

Offline

Board footer

Powered by FluxBB