Sie sind nicht angemeldet.

  • »fwolle« ist der Autor dieses Themas

Beiträge: 1

Registrierungsdatum: 03.08.2008

Derivat: Ubuntu

Architektur: 32-Bit PC

  • Nachricht senden

1

03.08.2008, 01:04

Genius MousePen 8x6 Stylus funktioniert nicht

Hallo leute
ich habe mich mal im Web umgesehen und eine Anleitung gefunden wie ich mein Grafiktablet GeniusMousePen 8x6 in mein Linuxsystem einsetzen kann.
Ok ut, ich habe wirklich jeden Schritt genauestens befolgt,mit dem resultat: es funzt net. Nur die maus läuft (was sie ohne den Treibern auch getahn hat), nich der stylus.
Ich schau mir die logfile an und siehe da ich finde den Fehler:

Quellcode

1
2
3
4
5
6
7
fwolbring@Frank:~$ cat /var/log/Xorg.0.log | grep "wizardpen"(II) LoadModule: "wizardpen"
(II) Loading /usr/lib/xorg/modules//wizardpen_drv.so
dlopen: /usr/lib/xorg/modules//wizardpen_drv.so: undefined symbol: xf86IsCorePointer
(EE) Failed to load /usr/lib/xorg/modules//wizardpen_drv.so
(II) UnloadModule: "wizardpen"
(EE) Failed to load module "wizardpen" (loader failed, 7)
(EE) No Input driver matching `wizardpen'


Nun meine Frage: wie krieg ich das wieder hin? ich habe zwar diverse anleitungen im netz dazu gefunden und einige "PATCHES" dazu (so mit

Quellcode

1
2
3
4
--datei.oldfile.c
+++irgendwas anderes 
@@-45,6+456@@
blabla

versteh davon aber nix, vieleicht kann man mir da nebenbei cuch noch helfen ;) )
nur es tut sich nix.

so nebenbei meine xorg.conf

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "InputDevice"
	Identifier	"Tablet"	
	Driver		"wizardpen"
	Option		"Device"	"/dev/tablet-event"
	Option		"TopX"		"722"
	Option		"TopY"		"1965"
	Option		"BottomX"	"32747"
	Option		"BottomY"	"32762"
	Option		"MaxX"		"32747"
	Option		"MaxY"		"32762"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	InputDevice 	"Tablet"
	Screen		"Default Screen"
EndSection


Währe dankbar für jede Hilfe.

FWolle