[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Xorg&mouse



Доброго времени всем!

Хочу спросить у Вас - сталкивался ли кто с такой проблемой, иль может где-то читал как ее решить:

***пропадает курсор мыши уже на этапе старта х-сервера
Причём, если дать xinit в первый раз - то мышь есть, но иногда ее не по-детски колбасит - дергается и самопроизвольно передвигается - но это еще пол беды
Если иксы запускать второй раз и более - то мышки нет - вернее она есть - во флюксбоксе меню вызывается по нажатию на правую кнопку - а вот курсора нет :(

вот некоторые файлы:

$cat .xinitrc
fluxbox

$cat /etc/X11/xorg.conf

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
#    InputDevice    "Generic Mouse"
EndSection

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x- ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us,ru"
        Option          "XkbOptions"    "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
#       Option          "CorePointer"
        Option          "SendCreEvents" "true"
#       Option          "Device"                "/dev/input/mouse0"
        Option          "Device"                "/dev/psaux"
#       Option          "Protocol"              "PS/2"
        Option          "ZAxisMapping" "4 5"
        Option          "Protocol"              "ImPS/2"
#       Option          "Protocol"              "ExplorerPS/2"
#       Option          "Emulate3Buttons"       "true"
        Option          "SW_corsor"     "true"
        Option "HW_Cursor" "off"
EndSection



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



Section "Device"
        Identifier      "Generic Video Card"
#       Driver          "vesa"
        Driver          "nv"
        BusID           "PCI:0:5:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       40-50
        VertRefresh     45-85
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes            "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600" "640x480"
        EndSubSection
EndSection

#Section "ServerLayout"
#       Identifier      "Default Layout"
#       Screen          "Default Screen"
#       InputDevice     "Generic Keyboard"
#       InputDevice     "Configured Mouse"
#EndSection

Section "DRI"
        Mode    0666
EndSection

 
Все попытки исправить этот глюк осуществлялись над секцией

Section "InputDevice"
        Identifier      "Configured Mouse"

Как видно из конфига - есть закоментированные строки - включение их ни к чему не привело
Плюс строки, которые отсутствуют в дефолтном конфиге,  также не привели к желаемому результату:((((

На всякий случай:

$ uname -r
2.6.18-3-xen-k7


Если нужна дополнительная информация - пишите! с удовольствием поделюсь


Есть какие-то идеи?


с уважением, Сергей.

Reply to: