Страница 1 из 1

Миш, клавиатура, десктоп

Добавлено: 2012-06-15 14:46:11
Volodymyr
После обновлений (8.3, 9.0 - оба ноуты) кде3 началась небольшая аномалия.
Мышь работает. в 90% случаев не поступает ввод с клавиатуры пока не дернешь мышь. Также периодически "лалипает" вывод. Пока мышь возишь, все меняется. Перестаешь, все замирает. Причем не проста зависает, а как бы становится в паузу. Например при копирование файла (4Гб) прогресс остановился, через какое-то время потрогал мышь, прогресс пролетел до 100% моментально и закрылось окно. Такое ощущение что все поступает в буфер и пока мышь не дернешь дальше не проходит.

Re: Миш, клавиатура, десктоп

Добавлено: 2012-06-15 15:12:36
Alvares
уберите hal из конфига иксов, пропишите мыша нормально ручками

Re: Миш, клавиатура, десктоп

Добавлено: 2012-06-15 15:47:05
Volodymyr
А можно поподробней что и где убрать и что прописать.

Re: Миш, клавиатура, десктоп

Добавлено: 2012-06-15 16:42:46
Volodymyr
вот мой /etc/X11/xorg.conf

Код: Выделить всё

Section "Files"
	ModulePath	"/usr/local/lib/xorg/modules"
	FontPath	"/usr/local/lib/X11/fonts/misc/"
	FontPath	"/usr/local/lib/X11/fonts/TTF/"
	FontPath	"/usr/local/lib/X11/fonts/OTF"
	FontPath	"/usr/local/lib/X11/fonts/Type1/"
	FontPath	"/usr/local/lib/X11/fonts/100dpi/"
	FontPath	"/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
	Load "extmod"
	Load "record"
	Load "dbe"
	Load "glx"
	Load "dri"
	Load "dri2"
EndSection

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"kbd"
	Option		"AutoRepeat" "500 30"
	Option		"XkbRules" "xorg"
EndSection

Section "InputDevice"
	Identifier	"Mouse0"
	Driver		"mouse"
	Option		"Protocol" "auto"
	Option		"Device" "/dev/sysmouse"
	Option		"ZAxisMapping" "4 5 6 7"
EndSection

Section "Device"
	Identifier "Radeon"
	Driver "radeon"
	VendorName "ATI Technologies Inc"
	BoardName "M93 [Mobility Radeon HD 4500 Series]"
	BusID "PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Monitor-VGA-0"
	HorizSync	50-75
	VertRefresh	50-75
	Option		"Primary" "True"
EndSection

Section "Monitor"
	Identifier "Monitor-LVDS"
	HorizSync	50-75
	VertRefresh	50-75
	Option		"Primary" "False"
	Option		"Below" "Monitor-VGA-0"
EndSection

Section "Screen"
	Identifier "Screen-VGA-0"
	Device "Radeon"
	Monitor "Monitor-VGA-0"
	DefaultDepth 24
	Subsection "Display"
		Depth 24
		Modes "1920x1200"
		Virtual 1920 1968
	EndSubsection
EndSection

Section "Screen"
	Identifier "Screen-LVDS"
	Device "Radeon"
	Monitor "Monitor-LVDS"
	DefaultDepth 24
	Subsection "Display"
		Depth 24
		Modes "1366x768"
	EndSubsection
EndSection

Section "ServerLayout"
	Identifier	"HP ProBook 4520s"
	Screen		0 "Screen-VGA-0" 0 0
	Screen		1 "Screen-LVDS" Below "Screen-VGA-0"
	InputDevice	"Mouse0" "CorePointer"
	InputDevice	"Keyboard0" "CoreKeyboard"
EndSection

Re: Миш, клавиатура, десктоп

Добавлено: 2012-06-15 17:53:44
Volodymyr
rc.conf

Код: Выделить всё

defaultrouter="192.168.1.1"
fsck_y_enable="YES"
background_fsck="NO"
hostname="job.nucleart.net"
#ifconfig_re0="dhcp"
ifconfig_re0="192.168.1.100"
ipv6_enable="YES"
keymap="ua.koi8-u"
keyrate="fast"
emoused_enable="NO"
usbd_enable="YES"
usbd_flags=""
sshd_enable="YES"
hald_enable="YES"
dbus_enable="YES"
linux_enable="YES"
apache22_enable="YES"
mysql_enable="YES"
webcamd_enable="YES"

Re: Миш, клавиатура, десктоп

Добавлено: 2012-06-19 19:03:43
Alvares

Код: Выделить всё

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen          0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "AutoAddDevices" "off"
        Option         "AllowEmptyInput" "off"
EndSection
а это выдержка из моего.

Re: Миш, клавиатура, десктоп

Добавлено: 2012-06-19 20:42:13
Volodymyr
А что в rc.conf?

Re: Миш, клавиатура, десктоп

Добавлено: 2012-06-20 11:48:30
Alvares
стандартная настройка мыши типа

Код: Выделить всё

moused_enable=YES
mouse_type="auto"
moused_port="/dev/ums0"

Re: Миш, клавиатура, десктоп

Добавлено: 2012-06-20 13:20:30
Volodymyr
Теперь работает нормально. Только вот с конфигураций немогу разобратся. Дефолтовый конфиг не проходит совсем :(
http://forum.lissyara.su/viewtopic.php? ... 27#p328927

Re: Миш, клавиатура, десктоп

Добавлено: 2012-06-21 13:02:55
Volodymyr
Переодично проблема возвращается если убрать hal из rc.conf товообще нету в кде мыши и клавиатуры.