xorg-server-1.4.0.90 & usb mouse

И был у меня хорг, и обновил я xorg.
При первом запуске ругнулось на дрова клавы и видюхи, я их пересобрал вроде всё запахало.
В системе есть тачпад и иногда подрубается юсб мышь.
Если раньше при подключении юсб мыши она начинала работать то , теперь она горит , но курсор не дёргается.
Куда капать?

скорее всего

скорее всего дело в именах устройств - посмотри что указано в xorg.conf и там-ли мыш на самом деле

Нужно

Нужно пересобрать все установленные пакеты xf86-input-* и xf86-video-*
А, вообще, в конце установки xorg-server emerge пишет список пакетов, которые нужно пересобрать.
_____________
Уважайте себя - откажитесь от пиратского ПО

Пакеты xf86-input-* и

Пакеты xf86-input-* и xf86-video-* пересобраны, после обновления я не видел списка того что надо пересабрать.
Юсб мышь мне удалось запустить только закоментив полностью тачпад.
А если мышь не описана а xorg.conf она не будет определяться, типо hotplug ?

Что у тебя

Что у тебя прописано в "InputDevice" для "Device" у мыши.

У меня была та же проблема, сделал так:

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"

когда было mouse0 или mouse1 не работало так как надо.

Section "ServerLayout"

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "USB Mouse" "AlwaysCore"
InputDevice "Touchpad" "CorePointer"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

# cat /var/log/Xorg.0.log | grep USB
(**) |-->Input Device "USB Mouse"
(**) USB Mouse: Device: "/dev/input/mice"
(**) USB Mouse: Protocol: "auto"
(**) USB Mouse: doesn't report core events
(==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 9
(**) USB Mouse: Sensitivity: 1
(II) evaluating device (USB Mouse)
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(--) USB Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) USB Mouse: ps2EnableDataReporting: succeeded

а что говорит

а что говорит

#ls /dev/input

ls /dev/input/ by-id

ls /dev/input/
by-id by-path event0 event1 event2 event3 event4 event5 event6 mice mouse0 mouse1

Хм, странно как

Хм, странно как то... может тебе попробовать на event какой нибудь повесить?! Только там драйвер менять надо.

* downgraded xorg-server

* downgraded xorg-server
Вторая попытка не удалась.
Кстати что бы заработал -vo xv в mplayer пришлось пересобрать libXv

вот мой пример

вот мой пример (правда мыша блютузовая):
Section "ServerLayout"
....
InputDevice "Mouse0" "SendCoreEvents"
InputDevice "TouchPad" "CorePointer"
....
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Name" "Bluetooth Laser Travel Mouse"
#Здесь вставить имя своего девайса, брать здесь #cat /proc/bus/input/devices |grep Name;
#очень удобная штука когда event'ы прыгают

#этого совсем достаточно.больше ничего не надо (ни /dev, ничего другого),возможно только придётся доп кнопки дописать
....
EndSection

а вот ссылка:
http://gentoo-wiki.com/HOWTO_Advanced_Mouse/Individual_Configurations

Вот мой xorg.conf...

Вот мой xorg.conf... Устройства такие:
1) Logitech diNovo Media Desktop Laser (bluetooth клавиатура/мышь/медиапад);
2) Wacom Intuos 3 (USB графический планшет/мышь/перо);
3) Microsoft Multimedia Keyboard 1.0A (PS/2);
4) Microsoft IntelliMouse Explorer 3.0A (USB);
5) Logitech V500 Cordless Notebook Mouse (беспроводная с USB модулем).

И это не весь набор... Все работает как часы. Мышки и клавы цепляются автоматом...

Section "ServerLayout"
	Identifier	"X.org Configured"
	Screen		0  "Screen0" 0 0
	
	InputDevice	"MouseEvdev"
	InputDevice	"KeyboardEvdev"
	
	InputDevice	"cursor"	"SendCoreEvents"
	InputDevice	"stylus"	"SendCoreEvents"
	InputDevice	"eraser"	"SendCoreEvents"
	InputDevice	"pad"
	
	Option		"AIGLX"		"true"
EndSection

Section	"Extensions"
	Option	"Composite" "Enable"
EndSection

Section "DRI"
    Group 0
    Mode 0666
EndSection

Section "Files"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/corefonts"
	FontPath     "/usr/share/fonts/terminus"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "dri"
	Load  "glx"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier	"KeyboardEvdev"
	Driver		"evdev"
	Option		"Device"	"/dev/input/event2"
	Option		"XkbLayout"	"us,ru"
	Option		"XkbVariant"	",winkeys"
	Option		"XkbOptions"	"grp:ctrl_shift_toggle"
	Option		"XkbModel"	"evdev"
EndSection

Section "InputDevice"
	Identifier	"MouseEvdev"
	Driver		"evdev"
	Option		"Device"	"/dev/input/event3"
	Option		"Resolution"	"800"
EndSection

Section "InputDevice"
        Identifier      "KeyboardOrig"
        Driver          "keyboard"
        Option          "XkbLayout"     "us,ru"
        Option          "XkbVariant"    ",winkeys"
        Option          "XkbOptions"    "grp:ctrl_shift_toggle"
        Option          "XkbModel"      "dinovo"
        Option          "XkbRules"      "xorg"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/intuos3"
	Option		"Type"		"stylus"
	Option		"USB"		"on"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier      "eraser"
	Option		"Device"	"/dev/input/intuos3"
	Option          "Type"          "eraser"
	Option          "USB"           "on"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier      "cursor"
	Option		"Device"	"/dev/input/intuos3"
	Option          "Type"          "cursor"
	Option          "USB"           "on"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier      "pad"
	Option		"Device"	"/dev/input/intuos3"
	Option          "Type"          "pad"
	Option          "USB"		"on"
EndSection

Section "Monitor"
	#DisplaySize	  340   270	# mm
	Identifier   "Monitor0"
	VendorName   "SONY"
	ModelName    "SDM-X72"
 ### Comment all HorizSync and VertSync values to use DDC:
	#HorizSync    28.0 - 65.0
	#VertRefresh  57.0 - 63.0
	Option	    "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
	
	Option	    "RenderAccel"	"true"
	Option	    "AllowGLXWithComposite"	"true"
	Option	    "DisableGLXRootClipping"	"true"
	# Option	    "TripleBuffer"	"true"
	Option	    "NoLogo"		"true"
	# Option      "BackingStore"	"true"
	# Option      "XAANoOffscreenPixmaps" "true"
	# Option	    "DRI" "true"
	Option      "AddARGBGLXVisuals" "true"
	
	Option	    "UseEDIDDpi"	"false"
	Option	    "DPI"		"96 x 96"
	
	Identifier  "Card0"
	Driver      "nvidia"
	VideoRam    262144
	VendorName  "nVidia Corporation"
	BoardName   "Unknown Board"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	24
	SubSection "Display"
		Viewport   0 0
		Depth     1
		Modes   "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
		Modes   "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes   "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
		Modes   "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes	"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes	"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

_____________
Уважайте себя - откажитесь от пиратского ПО

Section "Screen"

А у меня

Section "Screen"
        Identifier "Screen0"
        Device     "Device0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth      24
                Modes      "1280x1024"
        EndSubSection
EndSection

потому что ЖК-монитор.

У меня тоже ЖК

У меня тоже ЖК ;)
_____________
Уважайте себя - откажитесь от пиратского ПО

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".