egér problémák knoppixben

Kezdőlap Fórumok Debiannal kapcsolatos kérdések egér problémák knoppixben

10 bejegyzés megtekintése - 11-20 / 31
  • Szerző
    Bejegyzés
  • #1988176
    admin
    Adminisztrátor

      itt a fajl eleje:

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

      Section „ServerFlags”
      Option „AllowMouseOpenFail” „true”
      Option „NoPM” „true”
      EndSection

      Section „Files”
      RgbPath „/usr/X11R6/lib/X11/rgb”
      ModulePath „/usr/X11R6/lib/modules”
      FontPath „/usr/X11R6/lib/X11/fonts/misc:unscaled”
      FontPath „/usr/X11R6/lib/X11/fonts/misc”
      FontPath „/usr/X11R6/lib/X11/fonts/75dpi:unscaled”
      FontPath „/usr/X11R6/lib/X11/fonts/75dpi”
      FontPath „/usr/X11R6/lib/X11/fonts/100dpi:unscaled”
      FontPath „/usr/X11R6/lib/X11/fonts/100dpi”
      FontPath „/usr/X11R6/lib/X11/fonts/Speedo”
      FontPath „/usr/X11R6/lib/X11/fonts/PEX”
      # Additional fonts: Locale, Gimp, TTF…
      FontPath „/usr/X11R6/lib/X11/fonts/cyrillic”
      # FontPath „/usr/X11R6/lib/X11/fonts/latin2/75dpi”
      # FontPath „/usr/X11R6/lib/X11/fonts/latin2/100dpi”
      # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
      FontPath „/usr/X11R6/lib/X11/fonts/Type1”
      FontPath „/usr/share/fonts/ttf/western”
      FontPath „/usr/share/fonts/ttf/decoratives”
      FontPath „/usr/share/fonts/truetype”
      FontPath „/usr/share/fonts/truetype/openoffice”
      FontPath „/usr/share/fonts/truetype/ttf-bitstream-vera”
      FontPath „/usr/share/fonts/latex-ttf-fonts”
      FontPath „/usr/X11R6/lib/X11/fonts/defoma/CID”
      FontPath „/usr/X11R6/lib/X11/fonts/defoma/TrueType”
      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”
      EndSection

      Section „InputDevice”
      Identifier „Keyboard0”
      Driver „keyboard”
      Option „CoreKeyboard”
      Option „XkbRules” „xfree86”
      Option „XkbModel” „pc105”
      Option „XkbLayout” „us”

      EndSection

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

      Section „InputDevice”
      Identifier „PS/2 Mouse”
      Driver „mouse”
      Option „Protocol” „Microsoft”
      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”
      Option „CorePointer”
      EndSection

      # Auto-generated by KNOPPIX mkxf86config

      Section „Monitor”
      Identifier „Monitor0”
      VendorName „GSM”
      ModelName „GSM42d1”
      HorizSync 30 – 70 # DDC-probed
      VertRefresh 50 – 160 # DDC-probed
      # These are the DDC-probed settings reported by your monitor.
      # 1280×1024, 75.0Hz; hfreq=79.98, vfreq=75.03″ stb.stb.

      #1988177
      Bbt
      Felhasználó

        tegyél így egy próbát:

        Code:
        Section „Files”
        RgbPath      „/usr/X11R6/lib/X11/rgb”
        ModulePath   „/usr/X11R6/lib/modules”
        FontPath     „/usr/X11R6/lib/X11/fonts/misc:unscaled”
        FontPath     „/usr/X11R6/lib/X11/fonts/misc”
        FontPath     „/usr/X11R6/lib/X11/fonts/75dpi:unscaled”
        FontPath     „/usr/X11R6/lib/X11/fonts/75dpi”
        FontPath     „/usr/X11R6/lib/X11/fonts/100dpi:unscaled”
        FontPath     „/usr/X11R6/lib/X11/fonts/100dpi”
        FontPath     „/usr/X11R6/lib/X11/fonts/Speedo”
        FontPath     „/usr/X11R6/lib/X11/fonts/PEX”
        # Additional fonts: Locale, Gimp, TTF…
        FontPath     „/usr/X11R6/lib/X11/fonts/cyrillic”
        # FontPath     „/usr/X11R6/lib/X11/fonts/latin2/75dpi”
        # FontPath     „/usr/X11R6/lib/X11/fonts/latin2/100dpi”
        # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
        FontPath     „/usr/X11R6/lib/X11/fonts/Type1”
        FontPath     „/usr/share/fonts/ttf/western”
        FontPath     „/usr/share/fonts/ttf/decoratives”
        FontPath     „/usr/share/fonts/truetype”
        FontPath     „/usr/share/fonts/truetype/openoffice”
        FontPath     „/usr/share/fonts/truetype/ttf-bitstream-vera”
        FontPath     „/usr/share/fonts/latex-ttf-fonts”
        FontPath     „/usr/X11R6/lib/X11/fonts/defoma/CID”
        FontPath     „/usr/X11R6/lib/X11/fonts/defoma/TrueType”
        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”
        EndSection

        #Section „ServerFlags”
        # Option „AllowMouseOpenFail”  „true”
        # Option „NoPM” „true”
        #EndSection

        Section „InputDevice”
        Identifier  „Keyboard0”
        Driver      „keyboard”
               Option      „CoreKeyboard”
        Option „XkbRules” „xfree86”
        Option „XkbModel” „pc105”
        Option „XkbLayout” „us”

        EndSection

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

        Section „InputDevice”
        Identifier  „PS/2 Mouse”
        Driver      „mouse”
        Option      „Device” „/dev/psaux”
        Option      „Protocol” „imPS/2”
        Option      „ZAxisMapping”         „4 5”
               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”
        Option          „CorePointer”
        EndSection

        # Auto-generated by KNOPPIX mkxf86config

        Section „Monitor”
        Identifier   „Monitor0”
        VendorName „GSM”
        ModelName „GSM42d1″
        HorizSync 30 – 70 # DDC-probed
        VertRefresh 50 – 160 # DDC-probed
        # These are the DDC-probed settings reported by your monitor.
        # 1280×1024, 75.0Hz; hfreq=79.98, vfreq=75.03” stb.stb.

        Section „ServerLayout”
        Identifier     „Default Layout”
        Screen      0  „Screen0” 0 0
        InputDevice    „Keyboard0”
               InputDevice    „PS/2 Mouse”

        # Serial Mouse not detected
        # USB Mouse not detected
        EndSection

        nem tudom számít-e pl, hogy elõbb hívtad meg az egeret, mint konfiguráltad volna.

        #1988178
        admin
        Adminisztrátor

          módosítottam a cuccot: nem jött be az x sem…


          ezután odaírtam „PS/2 Mouse” után, hogy „CorePointer” és így bejött a grafikus felület, de egér így sincs! 🙁

          Tehát most így néz ki a vége:

          „Section „ServerLayout”
          Identifier „Default Layout”
          Screen 0 „Screen0” 0 0
          InputDevice „Keyboard0”
          InputDevice „PS/2 Mouse” „CorePointer”

          # Serial Mouse not detected
          # USB Mouse not detected
          EndSection”

          #1988179
          Bbt
          Felhasználó

            próbáld meg a screent átírni default-ra:

            Screen „Default Screen”

            és szedd le a corepointert. had lássuk…

            nyomj egy lscpi-t is.
            milyen gép, milyen videokártya?

            #1988180
            admin
            Adminisztrátor

              az elõzõ próbálkozásom az a soros egérrel volt.

              most megpróbáltam ezzel a configgel a PS/2 es egeret is, és így még az x sem jön be.

              #1988181
              kelemengabor
              Felhasználó

                az elõzõ próbálkozásom az a soros egérrel volt.

                most megpróbáltam ezzel a configgel a PS/2 es egeret is, és így még az x sem jön be.
                [align=right][snapback]101151[/snapback][/align]

                Az x logját légyszives bemásolni, abból látnánk mi a baj. (elég a vége is)

                #1988182
                admin
                Adminisztrátor

                  ez már magas!
                  hogy tudom bemásolni? (azaz mi az?) :blink:

                  #1988183
                  admin
                  Adminisztrátor

                    talán az amit kiír akkor amikor nem sikerül betölteni az x-et?

                    mert ha az, akkor az a köv. képp néz ki:

                    vannak valami Skipping „/usr……stb. dolgoknem tudom, hogy fontosak-e, hanem ami ezztán jön:

                    „(EE) xf86OpenSerial: Cannot open device /dev/psaux
                    Device or resource busy.
                    (EE) PS/2 Mouse: cannot open input device
                    (EE) PreInit failed for input device „PS/2 Mouse”
                    No core pointer

                    Fatal server error:
                    Failed to initialize core devices”

                    van négy sor a reportingról
                    majd, a vége :

                    „XIO: fatal IO error 104 (Connection reset by peer) on X server „:0.0”
                    after 0 requests (0 known processed) with 0 events remaining.”

                    #1988184
                    kelemengabor
                    Felhasználó

                      talán az amit kiír akkor amikor nem sikerül betölteni az x-et?
                      „(EE) xf86OpenSerial: Cannot open device /dev/psaux
                                Device or resource busy.
                      (EE) PS/2 Mouse: cannot open input device
                      (EE) PreInit failed for input device „PS/2 Mouse”
                      No core pointer

                      [align=right][snapback]101164[/snapback][/align]

                      Igen az az. A /var/log alatt található egyébként, XFreeakármi.log néven. De a lényeg ez a rész. Szóval valami fogja a devicet, 2.4-es kerneled van, és konzolon meg az egér? Ekkor a /dev/gpmdata lesz a megfelelõ eszköz, ImPS2 protokollal. Más esetben a kernel verziója és az mdetect kimenete is érdekelne.

                      #1988185
                      admin
                      Adminisztrátor

                        Szóval valami fogja a devicet, 2.4-es kerneled van, és konzolon meg az egér? Ekkor a /dev/gpmdata lesz a megfelelõ eszköz, ImPS2 protokollal. Más esetben a kernel verziója és az mdetect kimenete is érdekelne.
                        [align=right][snapback]101178[/snapback][/align]

                        ebbõl egy szót sem értettem! 😮

                      10 bejegyzés megtekintése - 11-20 / 31
                      • Be kell jelentkezni a hozzászóláshoz.