Close
Duke shfaqur rezultatin -9 deri 0 prej 7
  1. #1

    Problem me mouse USB ne linux

    pershendetje,
    po mundohem te instaloj nje USB Optical Mouse te Logitech nen Gentoo-Linux por nuk po arrij ta ve ne pune....
    ky ehste my XF86config file...

    Section "ServerLayout"
    Identifier "XFree86 Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "PS/2 Mouse" "CorePointer"
    InputDevice "USB Mouse" "CorePointer"
    # Serial Mouse not detected
    # USB Mouse not detected
    EndSection

    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"

    EndSection
    Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    FontPath "/usr/X11R6/lib/X11/fonts/local/"
    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/Speedo/"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
    EndSection

    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "GLcore"
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "speedo"
    Load "type1"
    Load "freetype"
    Load "record"
    Load "synaptics" # For the touchpad
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"

    EndSection

    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection

    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "synaptics"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection

    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection

    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection

    Section "Device"
    Identifier "Card0"
    Driver "i810"
    VendorName "All"
    BoardName "All"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
    Depth 16
    Modes "1400x1050" "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1400x1050" "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1400x1050"
    EndSubSection
    EndSection

    Section "DRI"
    Mode 0666
    EndSection



    KD
    Ndryshuar pėr herė tė fundit nga edspace : 07-05-2004 mė 12:50

  2. #2
    Pėrshėndetje 2em!
    Kė version tė kernelit pėrdor?(unė pėrdor Debian, kernel 2.6.x)
    Kam 2 'mouse', njėri Usb, tjetri ėshtė Synaptics Touchpad qė nė mos gaboj emulohet si 'ps/2' nė kernel.
    Tani pėrsa i pėrket Usb-sė:
    a) Sigurohu qė nė kernel ke suportin pėr 'USB Human Interface Device (full HID) support'. Mund tė zgjedhėsh ta pėrfshish nė kernel ose si modul (varet respektivisht si e ke zgjedhur suportin pėr USB-nė).
    b) Nuk e njoh mirė Gentoo (ke zgjedhur shpėrndarje jo tė lehtė) por besoj se komanda 'modprobe usbhid' (kernel 2.6.x) / 'modprobe hid' (kernel 2.4.x) duhet tė ekzistojė
    Po ashtu, tek unė ekziston dhe moduli usbmouse (kernel 2.6.x) qė saktėsisht nuk e mbaj mend nė cilin seksion tė kernel-it gjendet.

    Ndėrsa mė poshtė po tė bashkėngjis seksionin e dispozitivėve tė /etc/X11/XFConfig-4 kėtu tek unė. Ndoshta tė bėn punė.
    Kodi:
    Section "InputDevice"
            Identifier      "Generic Keyboard"
            Driver          "keyboard"
            Option          "CoreKeyboard"
            Option          "XkbRules"      "xfree86"
            Option          "XkbModel"      "pc102"
            Option          "XkbLayout"     "it"
    #       Option          "XkbVariant"    "nodeadkeys"
    EndSection
                                                                                    
    Section "InputDevice"
            Identifier      "Configured Mouse"
            Driver          "mouse"
            Option          "CorePointer"
            Option          "Device"                "/dev/psaux"
            Option          "Protocol"              "PS/2"
            Option          "Emulate3Buttons"       "true"
            Option          "ZAxisMapping"          "4 5"
    EndSection
                                                                                    
    Section "InputDevice"
            Identifier      "USB Mouse"
            Driver          "mouse"
            Option          "SendCoreEvents"        "true"
            Option          "Device"                "/dev/input/mice"
            Option          "Protocol"              "ImPS/2"  
            Option          "Emulate3Buttons"       "true"
            Option          "ZAxisMapping"          "4 5"
    EndSection
    PS. Nuk di si funksionon konfigurimi i serverit XFree86 nėn Gentoo, besoj ekziston njė program tekstual apo grafik si nė Debian (xf86config apo xf86cfg). Nėse ke probleme tė mėtejshme mund tė mė gjesh nė irc: irc.freenode.net/#alb-linux. Suksese!
    U let him hold a gun 2 ur head during sex?I thought u were a feminist
    Usually he takes the clip out

  3. #3
    yells `aziz! light!` Maska e AsgjėSikurDielli
    Anėtarėsuar
    12-09-2002
    Vendndodhja
    the black light
    Postime
    1,786
    Provo kete:


    Kodi:
    Section "InputDevice" 
      Driver       "mouse" 
      Identifier   "Mouse[1]" 
      Option       "Device" "/dev/psaux" 
      Option       "Emulate3Buttons" "on" 
      Option       "Name" "Autodetection" 
      Option       "Protocol" "PS/2" 
      Option       "Vendor" "Sysp" 
    EndSection 
    
    Section "InputDevice" 
      Driver        "mouse" 
      Identifier    "Mouse[0]" 
      Option        "Protocol" "IMPS/2" 
      Option        "Device" "/dev/input/mice" 
      Option        "ZaxisMapping" "4 5" 
      Option        "Emulate3Buttons" "no" 
    EndSection 
    
    Section "ServerLayout" 
      Identifier   "Layout[all]" 
      InputDevice  "Keyboard[0]" "CoreKeyboard" 
      InputDevice  "Mouse[1]" "CorePointer" 
      InputDevice  "Mouse[0]" "AlwaysCore" 
      Option       "Clone" "off" 
      Option       "Xinerama" "off" 
      Screen       "Screen[0]" 
    EndSection
    Mos harro te instalosh edhe hotplug.


    Kodi:
    emerge hotplug 
    rc-update add hotplug default 
    /etc/init.d/hotplug start

  4. #4
    @AsgjeSikurDielli e provova edhe ate qe me the por pa sukses (hotplug eshte e isntaluar )
    dmth kamprovuar shume kode por spo marr vesh pse nuk ecen. pashe edhe tek nje miku im i cili e ka ber ekonfigurimin edhe kemi the same f_____ code por prap nuk ecen.
    nuk di cte them. po pate mudnesi mund te me thuash cfare driverash duhet te jene load ne kernel per usb .... sepse edhe ne kernel kam pershtypjen se i kam loud te gjitha ...

  5. #5
    hi
    ok gjithcka ne rregull. problemi ishte pak si shume banal dmth une kisha ne /etx/X11 dy file XF84conf edhe XF86conf-4 (ky i fundit kishte mbetur pas disa eksperimentesh te meparshme ) edhe xserver i merrte te dhenat nga ky i fundit prandaj une beja ndryshime ne XF86conf edhe nuk pasqyrohej asgje. tashti ehste jgithcka ok falemindeirt te gjitheve per kohen .

    2em

  6. #6
    [L]{I}[N]{U}[X] Maska e Ardi_Pg_ID
    Anėtarėsuar
    28-01-2003
    Vendndodhja
    New York City Haven on Earth
    Postime
    2,678
    Me behet qefi qe e paske zgjudhur problemin megjithate ata cka te kane thene parafolesit jane zgjidhje te mira e te menjehereshme po duke mos ditur se ca "eksperimente" ke bere ti nuk jane specifike gjithmone ki kujdesa me eksperimentet pasi te bejne ate qe nuk ta pret mendja
    take care
    Ardi
    Forgiving Islamic Terrorists is Gods Duty, Our Duty Is To arrange the Meeting
    N. H. Schwarzkopf

  7. #7
    po po koka ben koka peson edhe pesimi te behet mesim apo jo
    nejse un po habitesha me faktin qe pse nuk ecte dhe e dija qe isht enje dicka shume banale sepse konfigurimi ishte "shume i qarte" (per sa mund thuhet me siguri kjo)...
    nejse cdo gje ne rregull tnai edhe jam shume happy me my gentoo
    klaofshi mrie dhe flm per ndihmen edhe kohen...
    2em
    Ndryshuar pėr herė tė fundit nga edspace : 11-05-2004 mė 12:00

Tema tė Ngjashme

  1. Pėrgjigje: 476
    Postimi i Fundit: 23-01-2024, 07:38
  2. Kur'ani dhe Bibla (Analizė)
    Nga Shpresmiri nė forumin Toleranca fetare
    Pėrgjigje: 84
    Postimi i Fundit: 31-07-2010, 11:45
  3. Serbėt e konsiderojnė 'rraciste' teorinė e vazhdimėsisė Iliro-Shqiptare
    Nga Qafir Arnaut nė forumin Ēėshtja kombėtare
    Pėrgjigje: 21
    Postimi i Fundit: 06-02-2007, 23:04
  4. Ēėshtja Ēame
    Nga Eni nė forumin Ēėshtja kombėtare
    Pėrgjigje: 154
    Postimi i Fundit: 25-03-2005, 19:56
  5. Kisha Serbe dhe urrejtja ne Ballkan
    Nga Hyllien nė forumin Toleranca fetare
    Pėrgjigje: 235
    Postimi i Fundit: 30-08-2004, 22:33

Regullat e Postimit

  • Ju nuk mund tė hapni tema tė reja.
  • Ju nuk mund tė postoni nė tema.
  • Ju nuk mund tė bashkėngjitni skedarė.
  • Ju nuk mund tė ndryshoni postimet tuaja.
  •