I appreciate you sharing your config, I've found some differences and
made some changes. Still, I'm receiving the following error:
(EE) xf86OpenSerial: Cannot open device /dev/input/event0
No such device.
Sam Jones wrote:
>
> I use a Wacom Intuos USB, which uses the same drivers. A short checklist
> of main things to look for is:
>
> * Kernel drivers -- Make sure wacom.o is loaded in the kernel. The
> command "dmesg" should produce lines including something like this:
>
> usb.c: registered new driver wacom
> 0x21 0x21
> input0: Wacom Intuos 6x8 on usb1:2.0
> usb.c: wacom driver claimed interface c14eaca0
> mouse0: PS/2 mouse device for input0
> mice: PS/2 mouse device common for all mice
> event0: Event device for input0
Similar:
usb.c: registered new driver wacom
wacom.c: v1.21.2 Vojtech Pavlik <[EMAIL PROTECTED]>
wacom.c: USB Wacom Graphire and Wacom Intuos tablet driver
input0: Wacom Graphire2 4x5 on usb1:4.0
usb.c: wacom driver claimed interface ce154900
But I'm not getting the mouse output. One note I've still got my ps/2
mouse functioning, but it was my understanding that both mice should work.
What are the required modules for this thing? I've got the following:
wacom
evdev
input
usb
usbcore
usb-uhci
Are their others required? (hid, hiddev??)
>
> * XF86 drivers -- Make sure you have the right wacom_drv.o. You can get
> that off of Fredrick Leipied's site at
> http://people.mandrakesoft.com/~flepied/projects/wacom/.
Got it was well.
>
> * XF86 Config -- I'll include mine. I think Lepied's example works pretty
> well, as does the howto on the Linux documentation project.
>
> Another site to recommend is Semyon Sosin's howto at
> http://sem.best.vwh.net/linux/wacom/ If you've got a USB Intuos, the XF86
> driver at this site fixes some tilt problems in Lepied's XF86 driver.
>
>
> ------------------------------------------------------------------------
>
>
> # File generated by anaconda.
>
> Section "ServerLayout"
> Identifier "Anaconda Configured"
> Screen 0 "Screen0" 0 0
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Keyboard0" "CoreKeyboard"
> InputDevice "cursor" "SendCoreEvents"
> InputDevice "stylus" "SendCoreEvents"
> InputDevice "eraser" "SendCoreEvents"
> EndSection
>
> Section "Files"
>
> # The location of the RGB database. Note, this is the name of the
> # file minus the extension (like ".txt" or ".db"). There is normally
> # no need to change the default.
>
> RgbPath "/usr/X11R6/lib/X11/rgb"
>
> # Multiple FontPath entries are allowed (they are concatenated together)
> # By default, Red Hat 6.0 and later now use a font server independent of
> # the X server to render fonts.
>
> FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
> FontPath "unix/:7100"
>
> EndSection
>
> Section "Module"
> Load "GLcore"
> Load "dbe"
> Load "dri"
> Load "extmod"
> Load "fbdevhw"
> Load "pex5"
> Load "glx"
> Load "pex5"
> Load "record"
> Load "xie"
> Load "wacom"
> Load "type1"
> EndSection
>
> Section "InputDevice"
> Identifier "Keyboard0"
> Driver "keyboard"
>
> # Option "AutoRepeat" "500 5"
>
> # when using XQUEUE, comment out the above line, and uncomment the
> # following line
> # Option "Protocol" "Xqueue"
>
> # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
> # Option "Xleds" "1 2 3"
>
> # To disable the XKEYBOARD extension, uncomment XkbDisable.
> # Option "XkbDisable"
>
> # To customise the XKB settings to suit your keyboard, modify the
> # lines below (which are the defaults). For example, for a non-U.S.
> # keyboard, you will probably want to use:
> # Option "XkbModel" "pc102"
> # If you have a US Microsoft Natural keyboard, you can use:
> # Option "XkbModel" "microsoft"
> #
> # Then to change the language, change the Layout setting.
> # For example, a german layout can be obtained with:
> # Option "XkbLayout" "de"
> # or:
> # Option "XkbLayout" "de"
> # Option "XkbVariant" "nodeadkeys"
> #
> # If you'd like to switch the positions of your capslock and
> # control keys, use:
> # Option "XkbOptions" "ctrl:nocaps"
> Option "XkbRules" "xfree86"
> Option "XkbModel" "pc101"
> Option "XkbLayout" "us"
> Option "XkbVariant" ""
> Option "XkbOptions" ""
> EndSection
>
> Section "InputDevice"
> Identifier "Mouse0"
> # Modified by mouseconfig
> Driver "mouse"
> Option "Device" "/dev/mouse"
> Option "Protocol" "PS/2"
> Option "Emulate3Buttons" "no"
> EndSection
>
>
> Section "InputDevice"
> Driver "wacom"
> Identifier "cursor"
> Option "Device" "/dev/input/event0"
> Option "Type" "cursor"
> Option "Mode" "relative"
> Option "USB" "on"
> Option "Speed" "3.0"
> EndSection
>
> Section "InputDevice"
> Driver "wacom"
> Identifier "stylus"
> Option "Device" "/dev/input/event0"
> Option "Type" "stylus"
> Option "Mode" "absolute"
> Option "USB" "on"
> Option "Tilt" "on"
> Option "TiltInvert" "on"
> EndSection
>
> Section "InputDevice"
> Driver "wacom"
> Identifier "eraser"
> Option "Device" "/dev/input/event0"
> Option "Type" "eraser"
> Option "Mode" "absolute"
> Option "USB" "on"
> Option "Tilt" "on"
> Option "TiltInvert" "on"
> EndSection
>
> Section "Monitor"
> Identifier "Monitor0"
> VendorName "Monitor Vendor"
> ModelName "Monitor Model"
> HorizSync 31.5-64.3
> VertRefresh 50-90
> EndSection
>
> Section "Device"
> # no known options
> Identifier "ATI Mach64"
> Driver "ati"
> ChipSet "mach64"
> VendorName "ATI Mach64"
> BoardName "ATI Mach64"
>
> #BusID
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device "ATI Mach64"
> Monitor "Monitor0"
> DefaultDepth 16
>
> Subsection "Display"
> Depth 16
> Modes "1280x1024"
> EndSubsection
>
> # Subsection "Display"
> # Depth 8
> # Modes "640x480"
> # EndSubsection
>
> EndSection
>
> Section "DRI"
> EndSection
>
--
Until later: Geoffrey [EMAIL PROTECTED]
I didn't have to buy my radio from a specific company to listen
to FM, why doesn't that apply to the Internet (anymore...)?
_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user