Summary: | При использвании kppp и COM-модема на ttyS0 сбоит мышь | ||
---|---|---|---|
Product: | ALT Linux Desktop | Reporter: | mc-sim <mc-sim85> |
Component: | bugs | Assignee: | Anton V. Boyarshinov <boyarsh> |
Status: | CLOSED FIXED | QA Contact: | Andrey Cherepanov <cas> |
Severity: | major | ||
Priority: | P2 | CC: | drool |
Version: | 4.1.1 | ||
Hardware: | x86 | ||
OS: | Linux |
Description
mc-sim
2009-02-27 20:42:31 MSK
вероятнее всего, в /etc/X11/xorg.conf прописана мышь на порту /dev/ttyS0 (В ответ на комментарий №1)
> вероятнее всего, в /etc/X11/xorg.conf прописана мышь на порту /dev/ttyS0
Да, действительно, данный момент имеет место быть
---------------------------------------------------
Section "InputDevice"
Identifier "/dev/ttyS1"
Driver "mouse"
Option "Device" "/dev/ttyS1"
Option "Protocol" "microsoft"
EndSection
Section "InputDevice"
Identifier "/dev/ttyS0"
Driver "mouse"
Option "Device" "/dev/ttyS0"
Option "Protocol" "microsoft"
EndSection
--------------------------------------------------------
Подскажите, пожалуйста, как исправить ситуацию? Я человек начинающий в Линух, поэтому прошу по командам опишите, пожалуйста.
Заранее спасибо :)
> Подскажите, пожалуйста, как исправить ситуацию? Я человек начинающий в Линух,
> поэтому прошу по командам опишите, пожалуйста.
любым текстовым редактором от пользователя root удалите процитированные вами строки.
(В ответ на комментарий №3) > > Подскажите, пожалуйста, как исправить ситуацию? Я человек начинающий в Линух, > > поэтому прошу по командам опишите, пожалуйста. > любым текстовым редактором от пользователя root удалите процитированные вами > строки. После удаления строк, после перезагрузки, ОС грузится под командной строкой. После восстановления файла xorg.conf - опять графически под иксами. Опять прошу помощи :) Да, пробовал менять ttySx на ttyS2 и ttyS3, ситуация та же - загрузка в командной строке. на всякий случай выкладываю весь xorg.conf # With libXiconfig we don't need configuration for # ps and usb mice. # For serial mice we will set up all serial devices. # # Composite is not yet stable on even major drivers; # uncomment to enable #Section "Extensions" # Option "RENDER" "Enable" # Option "Composite" "Enable" #EndSection Section "ServerLayout" Identifier "Minimal layout" Screen "Screen0" 0 0 InputDevice "/dev/ttyS0" "CorePointer" EndSection Section "Module" Load "freetype" Load "glx" Load "dri" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "ServerFlags" Option "AutoAddDevices" "true" Option "AllowMouseOpenFail" "true" Option "AIGLX" "true" EndSection Section "InputDevice" Identifier "/dev/ttyS1" Driver "mouse" Option "Device" "/dev/ttyS1" Option "Protocol" "microsoft" EndSection Section "InputDevice" Identifier "/dev/ttyS0" Driver "mouse" Option "Device" "/dev/ttyS0" Option "Protocol" "microsoft" EndSection Section "Monitor" Identifier "Monitor0|0" EndSection Section "Device" Identifier "Card0|0" Driver "intel" EndSection Section "Screen" Identifier "Screen0" Device "Card0|0" Monitor "Monitor0|0" DefaultDepth 16 SubSection "Display" Depth 8 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480" EndSubSection EndSection Section "DRI" Group "xgrp" Mode 0660 EndSection (В ответ на комментарий №5)
> Да, пробовал менять ttySx на ttyS2 и ttyS3, ситуация та же - загрузка в
> командной строке.
Такое впечатление, что вы каким-то образом портите файл при внесении в него любых изменений..
советую попросить помощи в community@, или на форуме повторив процесс удаления и приложив /var/log/Xorg.*.log
Все, спасибо, на форуме помогли... Проблема была решена путем изменения значения /dev/ttyS0 на /dev/input/mice в секциях Section "InputDevice" и Section "ServerLayout". Вот код файла xorg.conf, который работает: # With libXiconfig we don't need configuration for # ps and usb mice. # For serial mice we will set up all serial devices. # # Composite is not yet stable on even major drivers; # uncomment to enable #Section "Extensions" # Option "RENDER" "Enable" # Option "Composite" "Enable" #EndSection Section "ServerLayout" Identifier "Minimal layout" Screen "Screen0" 0 0 InputDevice "/dev/input/mice" "CorePointer" EndSection Section "Module" Load "freetype" Load "glx" Load "dri" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "ServerFlags" Option "AutoAddDevices" "true" Option "AllowMouseOpenFail" "true" Option "AIGLX" "true" EndSection Section "InputDevice" Identifier "/dev/input/mice" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "microsoft" EndSection Section "Monitor" Identifier "Monitor0|0" EndSection Section "Device" Identifier "Card0|0" Driver "intel" EndSection Section "Screen" Identifier "Screen0" Device "Card0|0" Monitor "Monitor0|0" DefaultDepth 16 SubSection "Display" Depth 8 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480" EndSubSection EndSection Section "DRI" Group "xgrp" Mode 0660 EndSection (В ответ на комментарий №8) > Проблема была решена путем изменения значения /dev/ttyS0 на /dev/input/mice в > секциях Section "InputDevice" и Section "ServerLayout". А при каких обстоятельствах установщик(?) делает такую подляну, цепляя мышь на COM-порт? (В ответ на комментарий №9) > (В ответ на комментарий №8) > > Проблема была решена путем изменения значения /dev/ttyS0 на /dev/input/mice в > > секциях Section "InputDevice" и Section "ServerLayout". > > А при каких обстоятельствах установщик(?) делает такую подляну, цепляя мышь на > COM-порт? Не понял вопроса... Если имеется ввиду, что я отмечал при установке, то вся установка по умолчанию, софт весь выбирал для установки, но ставил через KVM (D-Link DKVM-4K переключатель между системниками). Хотя и без него (DKVM-4K) пробовал установку, тот же результат... |