Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Myszka :)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
topciofae
n00b
n00b


Joined: 03 Nov 2005
Posts: 47

PostPosted: Tue Nov 22, 2005 10:25 pm    Post subject: Myszka :) Reply with quote

Mam malutki problemik, kiedys udalo mi sie go rozwiazac, ale zapomnialem jak.
Chodzi o to, ze mam dwie, a nawet trzy myszki USB, i chcialbym aby wszystki trzy pracowaly w iXach
prubowalem skopiowac w xorg.conf sekcje odpowiedzialna za myszke, wstawic ja 2 raz tylko z innymi parametrami wejsciowymi myszki i nic. :(
Jest to zapewne banalna sprawa dla niektorych wiec prosze o pomoc, bo poprostu wylecilao mi z pamieci jak to sie robilo.
Z gory dzieki za pomoc

To jest moj xorg.conf

Code:

Section "dri"
    Mode 0666
    Group 100
    Mode 0660
EndSection

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

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

Section "Module"
   Load  "extmod"
   Load  "dri"
   Load  "dbe"
   SubSection "extmod"
       Option   "omit xfree86-dge"
   EndSubSection
   Load  "record"
   Load  "xtrap"
   Load  "glx"
   Load  "type1"
   Load  "freetype"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option   "AutoRepeat" "500 30"
   Option  "XkbRules" "xfree86"
   Option   "XkbModel" "pc104"
   Option   "XkbLayout" "pl"   
EndSection

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

Section "Monitor"
   Identifier   "MIRO"
   VendorName   "MIR"
   ModelName    "miro P17F70"
   HorizSync 30.0 - 70.0
   VertRefresh 50.0 - 160.0
   Option "DPMS"
EndSection

Section "Device"
   Identifier  "ATI Graphics Adapter"
   Driver      "fglrx"
   VendorName  "ATI Technologies Inc"
   BoardName   "Radeon RV250 If [Radeon 9000]"
   BusID       "PCI:1:0:0"
   Screen 0
 Option "no_accel" "no"
Option "no_dri" "no"
Option "DesktopSetup" "0x00000100"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "31.5 - 96.1"
Option "VRefresh2" "60 - 160"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "no"
Option "TVStandard" "PAL-D"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "24"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x06419064"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAScale" "6"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "ATI Graphics Adapter"
   Monitor    "MIRO"
   DefaultDepth 24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection


_________________
Topcio

<<Nie>>

GENTOO rulez

MSI KT880, ATHLON XP 2200, ATI Radeon 9000, 768 MB Ram,
2x SATA 120GB, 2x ATA 20GB, 1xATA 80GB, DVDRW, CD52x, ADSL 2mbps
Back to top
View user's profile Send private message
n3rd
Guru
Guru


Joined: 30 Apr 2005
Posts: 328

PostPosted: Tue Nov 22, 2005 10:38 pm    Post subject: Reply with quote

Może tak?
Code:
Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "ZAxisMapping" "4 5"
   Option       "Device" "/dev/input/mouse0"
EndSection

Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "ZAxisMapping" "4 5"
   Option       "Device" "/dev/input/mouse1"

Section "InputDevice"
   Identifier  "Mouse2"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "ZAxisMapping" "4 5"
   Option       "Device" "/dev/input/mouse2"



Nie ustawoiałem co prawda trzech myszy.. ale wcześniej bawiłem się w pisanie xorg.conf z dwoma monitorami (g550) i trzeba było tylko pozmieniać identyfikatory w "Section".

Ważne aby poustawiał parametry indywidualnie dla kazdej myszy - chodzi głównie o Option "Device" "/dev/mysz" aby nie prowadziło do tej samej myszy <== to masz w /dev sprawdzić!

Chyba powinno zadziałać. Z tego co czytałem, to nie można czegoś takiego robić np. tabletem usb i myszą usb - wtedy razem nie zadziałają.

Pozdrawiam
daniel cegielka
Back to top
View user's profile Send private message
topciofae
n00b
n00b


Joined: 03 Nov 2005
Posts: 47

PostPosted: Tue Nov 22, 2005 10:43 pm    Post subject: Reply with quote

To ja Ci powiem tak
mam 2 myszki USB i jeden tablet USB i udalo mi sie kiedys zrobic by wszystko razem smigalo, tablet tzn (mysz i dlugopis) byly jako mouse smigalo bez problemu. [/post][/list]
To co napisales to jest ok, masz racje dopisze to i powinno wykryc 2 myszki i tablet
Problem chyba w tym co wpisac w
Section "ServerLayout"
_________________
Topcio

<<Nie>>

GENTOO rulez

MSI KT880, ATHLON XP 2200, ATI Radeon 9000, 768 MB Ram,
2x SATA 120GB, 2x ATA 20GB, 1xATA 80GB, DVDRW, CD52x, ADSL 2mbps
Back to top
View user's profile Send private message
n3rd
Guru
Guru


Joined: 30 Apr 2005
Posts: 328

PostPosted: Tue Nov 22, 2005 11:22 pm    Post subject: Reply with quote

topciofae wrote:
To ja Ci powiem tak
mam 2 myszki USB i jeden tablet USB i udalo mi sie kiedys zrobic by wszystko razem smigalo, tablet tzn (mysz i dlugopis) byly jako mouse smigalo bez problemu. [/post][/list]
Opierałem się na tym, co wyczytałem w jednym magazynie ;-) Nigdy jednak tego nie robiłem więc nie wiem...
topciofae wrote:
To co napisales to jest ok, masz racje dopisze to i powinno wykryc 2 myszki i tablet
Problem chyba w tym co wpisac w
Section "ServerLayout"

Zgaduję... 8)
Code:
Section "ServerLayout"
            InputDevice       "Mouse0" "CorePointer"
            InputDevice       "Mouse1" "CorePointer"
            InputDevice       "Mouse2" "CorePointer"
EndSection

Pozdrawiam
daniel
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) 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