Jump to content

Volito2 and Mandriva 2007


photoworks
 Share

Recommended Posts

Any help would be very much appreciated as i am stuck on the issue.

 

i am including my xorg configuration :

 

# File generated by XFdrake.

 

# **********************************************************************

# Refer to the XF86Config man page for details about the format of

# this file.

# **********************************************************************

 

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)

# By default, Mandrake 6.0 and later now use a font server independent of

# the X server to render fonts.

FontPath "unix/:-1"

EndSection

 

Section "ServerFlags"

#DontZap # disable <Crtl><Alt><BS> (server abort)

#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)

AllowMouseOpenFail # allows the server to start up even if the mouse does not work

EndSection

 

Section "Module"

Load "dbe" # Double-Buffering Extension

Load "v4l" # Video for Linux

Load "extmod"

Load "type1"

Load "freetype"

Load "synaptics"

Load "dri" # direct rendering

Load "/usr/X11R6/lib/modules/extensions/libglx.a"

EndSection

 

Section "InputDevice"

Identifier "Keyboard1"

Driver "keyboard"

Option "XkbModel" "pc105"

Option "XkbLayout" "gb"

Option "XkbOptions" "compose:rwin"

EndSection

 

Section "InputDevice"

Identifier "Mouse1"

Driver "mouse"

Option "Protocol" "ExplorerPS/2"

Option "Device" "/dev/mouse"

Option "ZAxisMapping" "6 7"

EndSection

 

Section "InputDevice"

Identifier "Eraser1"

Driver "wacom"

Option "Device" "/dev/input/event0"

Option "Type" "eraser"

Option "Mode" "Absolute"

Option "USB"

EndSection

 

Section "InputDevice"

Identifier "Cursor1"

Driver "wacom"

Option "Device" "/dev/input/event0"

Option "Type" "cursor"

Option "Mode" "Relative"

Option "USB"

EndSection

 

Section "InputDevice"

Identifier "Stylus1"

Driver "wacom"

Option "Device" "/dev/input/event0"

Option "Type" "stylus"

Option "Mode" "Absolute"

Option "USB"

EndSection

 

Section "Monitor"

Identifier "monitor1"

VendorName "Generic"

ModelName "Flat Panel 1400x1050"

HorizSync 31.5-90

VertRefresh 59-75

EndSection

 

Section "Device"

Identifier "device1"

VendorName "ATI"

BoardName "ATI Radeon (fglrx)"

Driver "radeon"

Option "DPMS"

EndSection

 

Section "Screen"

Identifier "screen1"

Device "device1"

Monitor "monitor1"

EndSection

 

Section "ServerLayout"

Identifier "layout1"

InputDevice "Keyboard1" "CoreKeyboard"

InputDevice "Mouse1" "CorePointer"

InputDevice "Eraser1" "AlwaysCore"

InputDevice "Cursor1" "AlwaysCore"

InputDevice "Stylus1" "AlwaysCore"

Screen "screen1"

EndSection

Edited by photoworks
Link to comment
Share on other sites

  • 8 months later...

I have a graphire 4x5 and I've had no luck what so ever with the current release of mandriva. In the past, it has worked very well.

 

With the default configuration applied by mandriva, I can get it to work in relative mode with no pressure sensitivity (pretty useless)

 

If anybody else has a clue.....

 

 

What I have figured out is that the kernel for 2007 once again has a usbmouse module that conflicts with the wacom module. I've had limited success removing both modules and then reloading wacom. However, I have been unable to blacklist usbmouse. I have explicitly placed it in the blacklist file, but it auto-loads anyway.

Link to comment
Share on other sites

Okay, I think I've got it nailed down now, the best of luck to anybody who cares.

 

1. go to the linux-wacom site and download/install the latest and greatest version from them.

2. Open up the mandrake control center, go to system>processes and disable harddrake from running at boot, and stop the process.

3. As root "modprobe -r usbmouse"

4. As root "modprobe -r wacom"

5. As root "modprobe -i wacom"

6. As root "lsmod" check the list and make certain that usbmouse is NOT there, and wacom IS there.

7. Blacklist the usbmouse kernel module. I actualy had to do this in two separate places, which was not necessary in the past, but whatever.

7.1 Add the line "blacklist usbmouse" to /etc/modprobe.conf

7.2 Add the line "usbmouse" to /etc/hotplug/blacklist

8. Configure your xorg.conf Here's mine:

# File generated by XFdrake (rev 57713)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
   # font server independent of the X server to render fonts.
   FontPath "unix/:-1"

   # minimal fonts to allow X to run without xfs
   FontPath "/usr/share/fonts/misc:unscaled"
EndSection

Section "Extensions"
   Option "Composite"
EndSection

Section "ServerFlags"
   #DontZap # disable <Crtl><Alt><BS> (server abort)
   AllowMouseOpenFail # allows the server to start up even if the mouse does not work
   #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
   Load "dbe" # Double-Buffering Extension
   Load "v4l" # Video for Linux
   Load "extmod"
   Load "type1"
   Load "freetype"
   Load "glx" # 3D layer
   Load "wacom"
EndSection

Section "InputDevice"
   Identifier "Keyboard1"
   Driver "kbd"
   Option "XkbModel" "microsoftpro"
   Option "XkbLayout" "us"
   Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
   Identifier "Mouse1"
   Driver "mouse"
   Option "Protocol" "ExplorerPS/2"
   Option "Device" "/dev/mouse"
EndSection

Section "InputDevice"
 Driver        "wacom"
 Identifier    "stylus"
 Option        "Device"        "/dev/input/by-id/usb-WACOM_CTE-430-UV3.1-4-event-mouse"   #USB ONLY
 Option        "Type"          "stylus"
 Option        "USB"           "on"                  #USB ONLY
 Option	"Mode"	"absolute"
 #Option        "ForceDevice"   "ISDV4"               #Tablet PC ONLY
EndSection

Section "InputDevice"
 Driver        "wacom"
 Identifier    "eraser"
 Option        "Device"        "/dev/input/by-id/usb-WACOM_CTE-430-UV3.1-4-event-mouse"   #USB ONLY
 Option        "Type"          "eraser"
 Option        "USB"           "on"                  #USB ONLY
 Option	"Mode"	"absolute"
 #Option        "ForceDevice"   "ISDV4"               #Tablet PC ONLY
EndSection

Section "InputDevice"
 Driver        "wacom"
 Identifier    "cursor"
 Option        "Device"        "/dev/input/by-id/usb-WACOM_CTE-430-UV3.1-4-event-mouse"   #USB ONLY
 Option        "Type"          "cursor"
 Option        "Mode"          "relative"
 Option        "USB"           "on"                  #USB ONLY
 #Option        "ForceDevice"   "ISDV4"               #Tablet PC ONLY
EndSection

Section "Monitor"
   Identifier "monitor1"
   VendorName "Generic"
   ModelName "Flat Panel 1440x900"
   HorizSync 31.5-90
   VertRefresh 60

   # 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

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1440x900_120"  229.75  1440 1552 1712 1984  900 901 904 965  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1440x900_100"  187.55  1440 1544 1704 1968  900 901 904 953  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1440x900_85"  156.79  1440 1536 1696 1952  900 901 904 945  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1440x900_75"  136.49  1440 1536 1688 1936  900 901 904 940  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1440x900_60"  106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1440x900_50"  87.41  1440 1512 1664 1888  900 901 904 926  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_120"  181.21  1280 1376 1520 1760  800 801 804 858  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_100"  147.89  1280 1376 1512 1744  800 801 804 848  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_85"  123.38  1280 1368 1504 1728  800 801 804 840  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_75"  107.21  1280 1360 1496 1712  800 801 804 835  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_60"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_50"  68.56  1280 1336 1472 1664  800 801 804 824  -HSync +Vsync
EndSection

Section "Device"
   Identifier "device1"
   VendorName "nVidia Corp."
   BoardName "NVIDIA GeForce 7 Series"
   Driver "nvidia"
   Option "DPMS"
EndSection

Section "Screen"
   Identifier "screen1"
   Device "device1"
   Monitor "monitor1"
   DefaultColorDepth 24

   Subsection "Display"
       Depth 8
       Modes "1440x900" "1280x800"
   EndSubsection

   Subsection "Display"
       Depth 15
       Modes "1440x900" "1280x800"
   EndSubsection

   Subsection "Display"
       Depth 16
       Modes "1440x900" "1280x800"
   EndSubsection

   Subsection "Display"
       Depth 24
       Modes "1440x900" "1280x800"
   EndSubsection
EndSection

Section "ServerLayout"
   Identifier "layout1"
   InputDevice "Keyboard1" "CoreKeyboard"
   InputDevice "Mouse1" "CorePointer"
   InputDevice    "stylus"    "SendCoreEvents"
   InputDevice    "eraser"    "SendCoreEvents"
   InputDevice    "cursor"    "SendCoreEvents"    
   Screen "screen1"
EndSection

9. Reboot. Yes, I said reboot, don't just restart X. Take the system all the way down, and boot back up.

 

10. If you're using the Gimp, click edit>preferences>configure extended devices, you should see all 3 wacom devices there.

 

 

 

NOTE******* I have discovered that for most people, /dev/wacom or /dev/input/wacom simply does not exist. Also, using event0 etc can change every time you connect or disconnect a piece of hardware. That's a pain. If you look in /dev/input/by-id you will find simlinks to your input devices which are listed by name. These links may change what they point to every time you plug in a new device, but the links themselves are always there, and never change. Pointing you xorg.conf to "/dev/input/by-id/usb-WACOM_CTE-430-UV3.1-4-event-mouse" the way I did will save you a lot of headache. Of course, if you're using a volito, you'll have a different name to link to, but the idea is the same.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...