Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem med USB mus i Xorg[løst]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Scandinavian
View previous topic :: View next topic  
Author Message
hjertnes
n00b
n00b


Joined: 12 Dec 2004
Posts: 8
Location: Haugesund

PostPosted: Sun Jul 10, 2005 3:19 pm    Post subject: Problem med USB mus i Xorg[løst] Reply with quote

Hei.
Jeg har et problem med USB musa mi Logitech mx510
Den reagerer kun avogtil som oftest når jeg er inni et program feks gaim eller firefox, da fungerer ikke alt+tab heller.
Noen som har peiling?
_________________
Hack hack hack swear swear swear hack hack hack


Last edited by hjertnes on Fri Jul 15, 2005 12:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
nokia
n00b
n00b


Joined: 31 Aug 2004
Posts: 12
Location: Norway

PostPosted: Mon Jul 11, 2005 9:20 pm    Post subject: Reply with quote

Post xorg.conf
Back to top
View user's profile Send private message
hjertnes
n00b
n00b


Joined: 12 Dec 2004
Posts: 8
Location: Haugesund

PostPosted: Wed Jul 13, 2005 8:45 am    Post subject: Reply with quote

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
Load "freetype"
# Load "xtt"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
Load "speedo"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Emulate3Buttons"
Option "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc101"
Option "XkbLayout" "no"
EndSection

Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 70.0
EndSection

Section "Device"
Identifier "Card0"
Driver "ati"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864"
EndSubSection
EndSection
_________________
Hack hack hack swear swear swear hack hack hack
Back to top
View user's profile Send private message
patrix_neo
Guru
Guru


Joined: 08 Jan 2004
Posts: 520
Location: The Maldives

PostPosted: Thu Jul 14, 2005 3:02 pm    Post subject: Reply with quote

Option "Protcol" "IMPS/2"

Funkar för mig med Logitech MX700 optical cordless USB mus
_________________
Life is a fog where some thinks to know where to go
To make an error is human, letting it be is the error.
Deus Vult
Back to top
View user's profile Send private message
hjertnes
n00b
n00b


Joined: 12 Dec 2004
Posts: 8
Location: Haugesund

PostPosted: Thu Jul 14, 2005 6:40 pm    Post subject: Reply with quote

testa det men det funka ikke, musa virker forsatt ikke som den skal
Noen som har hatt dette problmet før? eller har en skikkelig god howto til å få mx510 til å funke?
_________________
Hack hack hack swear swear swear hack hack hack
Back to top
View user's profile Send private message
patrix_neo
Guru
Guru


Joined: 08 Jan 2004
Posts: 520
Location: The Maldives

PostPosted: Thu Jul 14, 2005 9:57 pm    Post subject: Reply with quote

Låter märkligt. Har den detekterats av linux kerneln? Vet du om usb är korrekt kompillerat osv?
Typ dyker den upp i :
Code:

root # dmesg |grep -i usb


I den röran hittar jag hos mig : input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:1d.1-2

Sedan är inte "Emulate3Buttons" vidare bra. Ta bort det helst. Jag har istället lagt till:
Code:

Option "ZAxisMapping" "4 5"[b]   


Emulate3Buttons är mest till för möss med enbart 2 knappar, där multi-knapp tryck == 3rd button emulation.

Här är min mus-conf:
Code:

Section "InputDevice"

    Identifier  "Mouse1"
   Driver        "mouse"
    Option      "Protocol"      "IMPS/2"
    Option      "Device"        "/dev/input/mice"
    Option      "Buttons"       "5"
    Option      "ZAxisMapping"  "4 5"
EndSection


Sist men inte minst: Min SeverLayout ligger sist i min xorg.conf.
_________________
Life is a fog where some thinks to know where to go
To make an error is human, letting it be is the error.
Deus Vult
Back to top
View user's profile Send private message
hjertnes
n00b
n00b


Joined: 12 Dec 2004
Posts: 8
Location: Haugesund

PostPosted: Fri Jul 15, 2005 12:09 pm    Post subject: Reply with quote

Fikk det til, ja kjernen fant den.. Jeg tok å testa om den funka med sånn usb til ps/2 overgang da virka det :)
_________________
Hack hack hack swear swear swear hack hack hack
Back to top
View user's profile Send private message
Klejs
n00b
n00b


Joined: 29 Jul 2005
Posts: 27
Location: Norrhult, Sweden

PostPosted: Mon Aug 01, 2005 10:39 pm    Post subject: Reply with quote

Annars finns det en bra HOWTO på Gentoo Wiki http://gentoo-wiki.com där finns dessutom
massor av andra bra guider och tips :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Scandinavian 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