cc272 New Member

Joined: 16 Aug 2025 Posts: 24 Location: east coast
|
Posted: Sun Dec 27, 2025 3:59 pm Post subject: Wacom Bamboo Tablet |
|
|
Anyone have any luck getting a Wacom Bamboo tablet working in mandriva it says its supported and i loaded all the driver packages, I choose Mandriva 2025 on a fresh install since I read it was compatible, It is loading the drivers,
Code: | registered new interface driver wacom
wacom: v1.51:USB Wacom Graphire and Wacom Intuos tablet driver
usb 6-3: new full speed USB device using ohci_hcd and address 3
usb 6-3: New USB device found, idVendor=056a, idProduct=00d4
usb 6-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 6-3: Product: CTL-460
usb 6-3: Manufacturer: Wacom Co.,Ltd.
usb 6-3: configuration #1 chosen from 1 choice
|
There is a lot of information regarding this but not much on Mandriva 2025.
I have yet to get it working and I thought I would ask here before I Rewrite the XORG file. I am hoping its a simple fix thanks!!!
Code: | # File generated by XFdrake (rev )
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "LCD17V"
HorizSync 31-81
VertRefresh 56-75
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon HD 2025 and later (radeon/fglrx)"
Driver "ati"
Option "DPMS"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "Mode" "Absolute"
Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom" # USB ONLY
Option "Type" "eraser"
Option "Mode" "Absolute"
Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom" # USB ONLY
Option "Type" "cursor"
Option "Mode" "Absolute"
Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Identifier "pad"
Driver "wacom"
Option "Device" "/dev/input/wacom" # USB ONLY
Option "Type" "pad"
Option "USB" "on" # USB ONLY
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "pad"
Screen "screen1"
EndSection
|
Code: |
lsmod|grep "wacom"
wacom 25880 0
usbcore 219476 6 wacom,usbhid,usb_storage,ehci_hcd,ohci_hcd
|
I have everything installed but the driver is not getting loaded been reading all this http://linuxwacom.sourceforge.net//howto/main
_________________ Mandriva 2025 UBUNTU Karmic Koala
|
|