[Gambas-devel] help form problem on gambas 1.9.32

Laurent Carlier lordheavy at ...141...
Wed Jun 21 16:53:10 CEST 2006


Le Mercredi 21 Juin 2006 16:39, csorda at ...69... a écrit :
> Sorry, I mess the object.
>
> Hi Benoi, hi everyone.
> On Ubuntu 6.06 and notebook dell inspiron 6400, in a consolle
> on lunching Gambas 1.9.32 appear:
>
> X Error: BadDevice, invalid or uninitialized input device 168
> Major opcode: 148
> Minor opcode: 3
> Resource id: 0x0
> Failed to open device
> X Error: BadDevice, invalid or uninitialized input device 168
> Major opcode: 148
> Minor opcode: 3
> Resource id: 0x0
> Failed to open device
>

This problem is related to xorg.conf under (k/x)ubuntu, not gambas :-)

How to solve it ?

Just edit your xorg.conf file (under /etc/X11/) and put # on the following 
line (or remove them) :

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
#	InputDevice     "stylus" "SendCoreEvents"
#	InputDevice     "cursor" "SendCoreEvents"
#	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

And these warnings should be removed ;-)

Regards,

-- 
jabber : lordheavy at ...298...
mail : lordheavymREMOVEME at ...176...




More information about the Devel mailing list