Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
probleme mit der Usb Maus
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
trashcity
Guru
Guru


Joined: 18 Sep 2003
Posts: 343
Location: österreich

PostPosted: Thu Oct 14, 2004 1:28 pm    Post subject: probleme mit der Usb Maus Reply with quote

also hab auf meien notebook einen usb mous und die funkt nicht so richtig

fehler beschreibung:

unter X dürfte sie wenn ich schnell klicke eine doppel klick machen

wie fält das auf? na wenn ich zum beispiel in der taskleiste auf ein programm icon klicke macht es sich zwei mal auf

wenn ich ein puldownmenü anwähle funkt die auswahl nur wenn ich die linke Maus taste länger gedrückt halte

wenn ich ein auf ein programm icon länger mit der linken Maus taste drücke (ca1 bis 2 sec) dann startet sich das program nur einmal


ist ein komischer fehler aber warum ist der da?
Back to top
View user's profile Send private message
Gekko
l33t
l33t


Joined: 29 Oct 2002
Posts: 773

PostPosted: Thu Oct 14, 2004 1:48 pm    Post subject: Re: probleme mit der Usb Maus Reply with quote

trashcity wrote:
also hab auf meien notebook einen usb mous und die funkt nicht so richtig

kann ja auch nicht funken, ist ja eine Maus :D

ist das allgemein in X so, oder nur in z.B. Gnome, oder wo tritt das auf?
Back to top
View user's profile Send private message
trashcity
Guru
Guru


Joined: 18 Sep 2003
Posts: 343
Location: österreich

PostPosted: Thu Oct 14, 2004 1:57 pm    Post subject: Reply with quote

ist ein allgemeines X problem

schein für mich eine fehler in der xorg.conf zu sein

hir meine xorg.cnf

Code:
 XF86Config for HP Compaq Business notebook nx9000
# http://cknoerle.homelinux.org/nx9000

Section "Module"
   Load   "dbe"            # Double buffer extension
   SubSection "extmod"
      Option   "omit xfree86-dga"   # don't initialise the DGA extension
   EndSubSection
   Load   "type1"
   #Load   "speedo"
   Load   "freetype"
   #Load   "xtt"
   Load   "glx"
   Load   "dri"
   Load   "synaptics"
EndSection


Section "Files"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/truetype"
   FontPath   "/usr/X11R6/lib/X11/fonts/TTF"
   FontPath   "/usr/X11R6/lib/X11/fonts/Speedo"
   FontPath   "/usr/X11R6/lib/X11/fonts/local"
   #FontPath   "/usr/X11R6/lib/X11/fonts/encodings"
   #FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
   #FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
        FontPath   "/usr/share/fonts/default/Type1"
        FontPath   "/usr/share/fonts/artwiz"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   #ModulePath   "/usr/X11R6/lib/modules"
EndSection


Section "ServerFlags"
   #Option   "NoTrapSignals"
   #Option   "DontVTSwitch"
   #Option   "DontZap"
   #Option   "Dont Zoom"
   #Option   "DisableVidModeExtension"
   #Option   "AllowNonLocalXvidtune"
   #Option   "DisableModInDev"
   #Option   "AllowNonLocalModInDev"
   #Option   "xinerama"
EndSection


Section "InputDevice"
   Identifier   "Tastatur"
   Driver      "keyboard"
   Option      "AutoRepeat"   "500 30"
   Option      "XkbRules"   "xfree86"
   # enlightening reading: /etc/X11/xkb/rules/xfree86.lst
   #Option      "XkbModel"   "pc105"
   Option      "XkbModel"   "hpxe3gf" # Easy Access Keys
   Option      "XkbLayout"   "de"
   Option      "XkbVariant"   "nodeadkeys"
EndSection


#Section "InputDevice"
#   Identifier   "touchpad"
#  Driver      "synaptics"
#   Option      "Protocol"      "auto-dev"
#  Option      "Device"      "/dev/psaux"
#   Option      "LeftEdge"      "1900"
#  Option      "RightEdge"      "5400"
#  Option      "TopEdge"      "1900"
# Option      "BottomEdge"      "4000"
#  Option      "FingerLow"      "25"
#  Option      "FingerHigh"      "30"
# Option          "MaxTapTime"            "180"
#Option          "MaxTapMove"            "220"
# Option          "EmulateMidButtonTime"  "75"
#  Option          "VertScrollDelta"       "100"
#  Option          "MinSpeed"              "0.02"
# Option          "MaxSpeed"              "0.18"
# Option          "AccelFactor"           "0.0010"
#EndSection

Section "InputDevice"
   Identifier   "usbmouse"
   Driver      "mouse"
   Option      "Protocol"      "ImPS/2"
   Option      "Device"      "/dev/input/mice"
   Option      "ZAxisMapping"      "4 5"
   Option      "Emulate3Buttons"
   Option      "Emulate3Timeout"   "200"
EndSection



Section "Monitor"
   Identifier   "Laptop Display"
   HorizSync   30-60
   VertRefresh   55-75
   Option          "DPMS"
EndSection

Section "Monitor"
   Identifier   "Ext Display"
   HorizSync   30-60
   VertRefresh   55-75
   Option      "DPMS"
EndSection

Section "Monitor"
   Identifier   "TVout"
EndSection


Section "Device"
   Identifier   "Radeon"
   VendorName   "ATI Technology Inc"
   BoardName   "Radeon IGP 340M"
   Driver      "radeon"
   Option      "UseFBDev"      "false"
   Option      "AGPMode"      "4"
   Option      "AGPFastWrite"      "true"
   Option      "EnablePageFlip"   "true"
   Option      "MonitorLayout"   "LVDS, TMDS"   # CRT: Analog; TMDS: Desktop Flat Panel; LVDS: Laptop Flat Panel
   
EndSection


Section "Screen"
   Identifier   "Laptop Screen"
   Device      "Radeon"
   Monitor      "Laptop Display"
   DefaultDepth   24
   Subsection "Display"
      Depth      24
      Modes      "1024x768" "800x600"
      ViewPort   0 0
   EndSubsection
EndSection


Section "ServerLayout"
   Identifier   "Simple Layout"
   Screen      "Laptop Screen"
#   InputDevice   "touchpad"   "CorePointer"
   InputDevice   "usbmouse"   "SendCoreEvents"
   #nputDevice   "usbmouse"   "CorePointer"
   InputDevice   "Tastatur"   "CoreKeyboard"
   Option      "StandbyTime"   "0"
   Option      "SuspendTime"   "0"
   Option      "OffTime"   "3"
EndSection


Section "DRI"
   Mode 0666
EndSection
Back to top
View user's profile Send private message
trashcity
Guru
Guru


Joined: 18 Sep 2003
Posts: 343
Location: österreich

PostPosted: Fri Oct 15, 2004 9:33 am    Post subject: Reply with quote

könnte es sein das mein problem mit der klick geschwindigkeit habe


wie könnte man diese verändern?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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