USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

Wacom Bamboo Tablet

 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Hardware
View previous topic :: View next topic  
Author Message
cc272
New Member


Joined: 16 Aug 2024
Posts: 24
Location: east coast

PostPosted: Sun Dec 27, 2024 3:59 pm    Post subject: Wacom Bamboo Tablet Reply with quote

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 2024 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 2024.
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 2024 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 2024 UBUNTU Karmic Koala
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse