Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Grafische tableaus Wacom Bamboo A6  (gelezen 3540 keer)

Offline Hij

  • Lid
Grafische tableaus Wacom Bamboo A6
« Gepost op: 2008/07/30, 00:09:44 »
Weet iemand of grafische tableaus werken op ubuntu en specifiek de Wacom Bamboo A6

linkje

Grafische tableaus Wacom Bamboo A6
« Reactie #1 Gepost op: 2008/07/30, 00:36:29 »
Zou ongeveer OOB moeten werken, maar je moet misschien wel voor de eerste keer inpluggen en dan, als ie niks doe, even je grafische omgeving herstarten om te zien of hij 'm pakt.  Lukt dat nog niet, dan kan je nog altijd:
sudo dpkg-reconfigure xserver-xorg
doen in een terminal.

Zoek anders even op dit forum, of wacht op nog wat uitleg...
Omwille van de besparingen hebben ze het licht aan het eind van de tunnel ook uitgedaan...

Offline Hij

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #2 Gepost op: 2008/07/30, 00:50:24 »
Citaat van: Prosper
Zou ongeveer OOB moeten werken, maar je moet misschien wel voor de eerste keer inpluggen en dan, als ie niks doe, even je grafische omgeving herstarten om te zien of hij 'm pakt.  Lukt dat nog niet, dan kan je nog altijd:
sudo dpkg-reconfigure xserver-xorg
doen in een terminal.

Zoek anders even op dit forum, of wacht op nog wat uitleg...
Thanks voor je antwoord!
OOB betekent zeker out of the box? Tenminste daar ga ik van uit :)
Ik heb al gezocht op dit forum, en niks gevonden. Hetzelfde voor google, ook niks gevonden.
Wie weet misschien weet iemand het hier, voordat ik het koop.

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Grafische tableaus Wacom Bamboo A6
« Reactie #3 Gepost op: 2008/07/30, 00:52:07 »
Gewoon een LiveCD meenemen naar de winkel en even een proefritje maken. Dan weet je het zeker. In een echte computerwinkel mag dat; ik doe het zelf ook altijd zo.

Grafische tableaus Wacom Bamboo A6
« Reactie #4 Gepost op: 2008/07/30, 01:07:46 »
Dit draadje levert enkele nuttige opmerkingen.

En dit vind je met de zoekfunctie Let wel, hier staan veel onderwerpen tussen met halve pistes of te ingewikkelde.
Het eerste onderwerp hierboven zegt het ongeveer allemaal.

I heb ook een Wacom, maar heb het toen veel te ver gezocht...
Omwille van de besparingen hebben ze het licht aan het eind van de tunnel ook uitgedaan...

Offline Duckie

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #5 Gepost op: 2008/07/30, 02:40:18 »
Citaat van: Hij
Weet iemand of grafische tableaus werken op ubuntu en specifiek de Wacom Bamboo A6

linkje
Ik weet zeker dat ie het doet omdat ik zo'n zelfde heb, maar je moet wel even je xorg aanpassen en in b.v. Gimp moet je hem even instellen.
Hier onder staan die extra regels:

Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "stylus"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "eraser"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "cursor"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "pad"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "pad"
    Option        "USB"        "on"
EndSection


Section "ServerLayout"
    Identifier    "Default Layout"
    InputDevice     "stylus"    "SendCoreEvents"
    InputDevice     "cursor"    "SendCoreEvents"
    InputDevice     "eraser"    "SendCoreEvents"
    InputDevice    "pad"        "SendCoreEvents"
EndSection
____________________________________________

Offline Hij

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #6 Gepost op: 2008/07/30, 08:40:42 »
Iedereen bedankt voor het antwoorden!

Citaat van: pjotr123
Gewoon een LiveCD meenemen naar de winkel en even een proefritje maken. Dan weet je het zeker. In een echte computerwinkel mag dat; ik doe het zelf ook altijd zo.
Tsja ik ben meer voor het aankopen op internet hiermee, dat is toch uiteindelijk goedkoper dan in de winkel. Maar in de winkel heeft ook zijn voordelen qua uitproberen natuurlijk.

Citaat van: Prosper
Dit draadje levert enkele nuttige opmerkingen.

En dit vind je met de zoekfunctie Let wel, hier staan veel onderwerpen tussen met halve pistes of te ingewikkelde.
Het eerste onderwerp hierboven zegt het ongeveer allemaal.

I heb ook een Wacom, maar heb het toen veel te ver gezocht...
Die eerste link van het draadje zegt inderdaad genoeg, ik denk dat ik te specifiek heb lopen te zoeken naar niet alleen het merk, maar ook het type.

Citaat van: Duckie
Citaat van: Hij
Weet iemand of grafische tableaus werken op ubuntu en specifiek de Wacom Bamboo A6

linkje
Ik weet zeker dat ie het doet omdat ik zo'n zelfde heb, maar je moet wel even je xorg aanpassen en in b.v. Gimp moet je hem even instellen.
Hier onder staan die extra regels:

Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "stylus"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "eraser"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "cursor"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "pad"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "pad"
    Option        "USB"        "on"
EndSection


Section "ServerLayout"
    Identifier    "Default Layout"
    InputDevice     "stylus"    "SendCoreEvents"
    InputDevice     "cursor"    "SendCoreEvents"
    InputDevice     "eraser"    "SendCoreEvents"
    InputDevice    "pad"        "SendCoreEvents"
EndSection
Thanks voor je antwoord. Ik ben niet bang om iets te veranderen in de xorg, dus dit is geen probleem.
Zo nu nog 2 dingen doen, eerst op markeren als opgelost klikken en vervolgens de wacom bestellen :)
Wat is dit forum toch geweldig!

Offline Hij

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #7 Gepost op: 2008/07/30, 15:17:35 »
Ik heb de bamboo a6 gekocht, maar het werkt niet goed. Ik kan alleen de rechtermuisknop gebruiken. De linkermuisknop doet het niet, dus ik kan niet tekenen in GIMP of inkscape. Wie weet hoe ik dat kan oplossen?

Ik heb xorg.conf aangepast zoals Duckie schrijft

Offline brunod

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #8 Gepost op: 2008/07/30, 18:17:01 »
Ik heb een wacom volito, die loopt goed maar het moet voor de boot in de usb slot zijn; als het na boot is is het niet herkent.
Dus deze keer na de installatie her-booten.
BD
U.B.U.N.T.U : U Better Use New Technics : UBUNTU
>>>------------------<3------------------->
Vergeef mijn fouten, ik ben franstalig...

Offline Hij

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #9 Gepost op: 2008/07/30, 20:24:10 »
Citaat van: brunod
Ik heb een wacom volito, die loopt goed maar het moet voor de boot in de usb slot zijn; als het na boot is is het niet herkent.
Dus deze keer na de installatie her-booten.
BD
Thanks voor je antwoord!
De wacom doet het ook idd, maar ik kan geen linkermuisknop gebruiken, dus ik kan hem niet gebruiken om te tekenen.
Op elk knopje wat erop zit klik dan komt komt het menu van de rechtermuisknop. Ik kan wel snel twee keer met de pen op het tablaeu gaan dat ziet hij als klik, maar ik moet de linkermuisknop kunnen inhouden om ermee te tekenen. Anders krijg ik alleen een punt te zien.
(Ik heb alle knopjes geprobeerd, ook op de pen, ik denk dat het aan de instelling ligt.)
Wie weet wat de oplossing kan zijn?

Offline eendje

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #10 Gepost op: 2008/07/30, 20:51:53 »
Geef je xorg.conf eens, want er moeten bepaalde regels in staan anders werkt het niet goed.

Mij xorg.conf ziet er als volgt uit en de vetgedrukte delen zijn nodig voor het tablet (ik heb een graphire4):

Citaat
# 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      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "us"
   Option      "XkbVariant"   "alt-intl"
   Option      "XkbOptions"   "lv3:ralt_switch"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"   "/dev/input/mice"
   Option      "Protocol"   "ImPS/2"
   Option      "ZAxisMapping"   "4 5"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "stylus"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"   "stylus"
   Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"   "eraser"
   Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "cursor"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"   "cursor"
   Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection


Section "Device"
   Identifier   "Configured Video Device"
   Boardname   "NVIDIA GeForce FX (generic)"
   Busid      "PCI:3:0:0"
   Driver      "nvidia"
   Screen   0
   Vendorname   "NVIDIA"
   Option      "NoLogo"   "True"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
   Vendorname   "Plug 'n' Play"
   Modelname   "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
   Gamma   1.0
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Virtual   1280   960
      Modes      "1024x768@70"   "1024x768@60"   "1024x768@75"   "1280x960@60"   "832x624@75"   "800x600@60"   "800x600@75"   "800x600@72"   "800x600@56"   "640x480@75"   "640x480@72"   "640x480@60"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen 0 "Default Screen" 0 0

   # Uncomment if you have a wacom tablet
   Inputdevice   "stylus"   "SendCoreEvents"
   Inputdevice   "cursor"   "SendCoreEvents"
   Inputdevice   "eraser"   "SendCoreEvents"
EndSection

Section "Module"
   Load      "glx"
   Load      "v4l"
EndSection
Section "device" #  
   Identifier   "device1"
   Boardname   "NVIDIA GeForce FX (generic)"
   Busid      "PCI:3:0:0"
   Driver      "nv"
   Screen   1
   Vendorname   "NVIDIA"
EndSection
Section "screen" #  
   Identifier   "screen1"
   Device      "device1"
   Defaultdepth   24
   Monitor      "monitor1"
EndSection
Section "monitor" #  
   Identifier   "monitor1"
   Gamma   1.0
EndSection
Section "ServerFlags"
EndSection
Een dag niets geleerd is een dag niet geleefd!
Ik blog dus ik besta!
__________________________________________________________
Een vraag? Heb je al eens gekeken op: http://wiki.ubuntu-nl.org/FAQ?

Offline brunod

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #11 Gepost op: 2008/07/30, 20:55:34 »
Mijn model heeft alleen twee knopen functie : punt is mouse linkse knop en een knop op de pen die de rechste knop van muis is.
Geen drukte variatie, het is alleen maar on/off.
Ik heb mijn xorg moeten veranderen : de modificatie ziijn altijd rond # helemaal op links streek.
Hier is mijn xorg :  (Pas op in het midden is er ook een "load wacom" lijn helemaal alleen verloren die ik moeste toevoegen).
================================================
# xorg.conf (xorg 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 "Files"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "be"
   Option      "XkbOptions"   "lv3:ralt_switch"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"   "/dev/input/mice"
   Option      "Protocol"   "ImPS/2"
   Option      "ZAxisMapping"   "4 5"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
#
Driver        "wacom"
  Identifier    "stylus"
  #Option        "Device"        "/dev/ttyS0"          # Tablette SERIE
  Option        "Device"        "/dev/input/wacom"    # Tablette USB
  Option        "Type"          "stylus"              # Stylet pointe ecriture
  Option        "USB"           "on"                  # Tablette USB
  Option        "Mode"          "absolute"            # Position sur la tablette
  #Option        "ForceDevice"  "ISDV4"                # Tablet PC ONLY
  #Option        "HistorySize"  "64"                   # Taille buffer
  Option         "Tilt"         "on"                  # Inclinaison
  #Option         "TiltInvert"   "on"                  # Invertion de l'inclinaison
#  Option         "Threshold"     "5"                   # sensibilité �  la pression
#
   #Driver      "wacom"
   #Identifier   "stylus"
   #Option      "Device"   "/dev/input/wacom"
   #Option      "Type"   "stylus"
   #Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
#
 Driver        "wacom"
  Identifier    "eraser"
  #Option        "Device"        "/dev/ttyS0"           # Tablette SERIE
  Option        "Device"        "/dev/input/wacom"    # Tablette USB
  Option        "Type"          "eraser"              # stylet pointe gomme
  Option        "USB"           "on"                  # Tablette USB
  Option        "Mode"          "absolute"            # Position sur la tablette
  #Option        "ForceDevice"  "ISDV4"                # Tablet PC ONLY
  #Option        "HistorySize"  "64"                   # Taille buffer
  Option         "Tilt"         "on"                  # Inclinaison
  #Option         "TiltInvert"   "on"                  # Invertion de l'inclinaison
#  Option         "Threshold"     "5"                   # sensibilité �  la pression
#
   #Driver      "wacom"
   #Identifier   "eraser"
   #Option      "Device"   "/dev/input/wacom"
   #Option      "Type"   "eraser"
   #Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
#
Driver        "wacom"
  Identifier    "cursor"
  #Option        "Device"        "/dev/ttyS0"           # Tablette SERIE
  Option        "Device"        "/dev/input/wacom"    # Tablette USB
  Option        "Type"          "cursor"
  Option        "USB"           "on"                  # Tablette USB
  Option        "Mode"          "absolute"            # Position sur la tablette
  #Option        "ForceDevice"  "ISDV4"               # Tablet PC ONLY
  #Option        "HistorySize"  "64"                  # Taille buffer
#
   #Driver      "wacom"
   #Identifier   "cursor"
   #Option      "Device"   "/dev/input/wacom"
   #Option      "Type"   "cursor"
   #Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "nVidia Corporation NV34 [GeForce FX 5200]"
   Boardname   "nv"
   Busid      "PCI:4:0:0"
   Driver      "nvidia"
   Screen   0
EndSection

Section "Monitor"
   Identifier   "DELL D825TM"
   Vendorname   "Dell"
   Modelname   "Dell D825TM"
   Horizsync   30.0-70.0
   Vertrefresh   50.0-120.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "640x480@85" 36.0 640 696 752 832 480 481 484 509 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync interlace +vsync
  modeline  "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
   Gamma   1.0
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation NV34 [GeForce FX 5200]"
   Monitor      "DELL D825TM"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Virtual   1400   1050
      Modes      "1400x1050@60"   "1280x1024@60"   "1280x960@60"   "1152x864@75"   "1024x768@43"   "1024x768@60"   "1024x768@70"   "1024x768@75"   "1024x768@85"   "832x624@75"   "800x600@60"   "800x600@85"   "800x600@75"   "800x600@72"   "800x600@56"   "640x480@85"   "640x480@75"   "640x480@72"   "640x480@60"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen 0 "Default Screen" 0 0
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
   InputDevice     "stylus"   "SendCoreEvents"
   InputDevice     "cursor"   "SendCoreEvents"
   InputDevice     "eraser"   "SendCoreEvents"
EndSection
Section "Module"
   Load      "glx"
   Load      "GLcore"
   Load      "v4l"
#
   Load       "wacom"
#
EndSection
Section "device" #        
   Identifier   "device1"
   Boardname   "nv"
   Busid      "PCI:4:0:0"
   Driver      "nvidia"
   Screen   1
EndSection
Section "screen" #        
   Identifier   "screen1"
   Device      "device1"
   Defaultdepth   24
   Monitor      "monitor1"
   SubSection "Display"
      Depth   24
      Modes      "800x600@85"   "800x600@60"   "800x600@75"   "832x624@75"   "800x600@72"   "1024x768@85"   "800x600@56"   "1024x768@75"   "640x480@85"   "1024x768@70"   "640x480@75"   "1024x768@60"   "640x480@72"   "1024x768@43"   "640x480@60"   "1152x864@75"   "1280x960@60"   "1280x1024@60"   "1400x1050@60"
   EndSubSection
EndSection
Section "monitor" #        
   Identifier   "monitor1"
   Vendorname   "Dell"
   Modelname   "Dell D825TM"
   Horizsync   30.0-70.0
   Vertrefresh   50.0-120.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "640x480@85" 36.0 640 696 752 832 480 481 484 509 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync interlace +vsync
  modeline  "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
   Gamma   1.0
EndSection
Section "device" #        
   Identifier   "device2"
   Boardname   "ATI Rage XL"
   Busid      "PCI:4:2:0"
   Driver      "ati"
   Screen   0
   Vendorname   "ATI"
   Option      "MergedFB"   "off"
EndSection
Section "screen" #        
   Identifier   "screen2"
   Device      "device2"
   Defaultdepth   24
   Monitor      "monitor2"
   SubSection "Display"
      Depth   24
      Modes      "640x480@60"
   EndSubSection
EndSection
Section "monitor" #        
   Identifier   "monitor2"
   Vendorname   "Plug 'n' Play"
   Modelname   "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
   Gamma   1.0
EndSection
Section "ServerFlags"
EndSection
U.B.U.N.T.U : U Better Use New Technics : UBUNTU
>>>------------------<3------------------->
Vergeef mijn fouten, ik ben franstalig...

Offline Hij

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #12 Gepost op: 2008/07/30, 21:05:22 »
Dit is mijn xorg.conf nu;
# 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" "us"
Option "XkbVariant" "intl"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

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

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
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"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection
Nadat ik sudo dpkg-reconfigure xserver-xorg heb gedaan. Ik heb ook al de toevoeging van Duckie geprobeerd;
Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "stylus"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "eraser"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "cursor"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "pad"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "pad"
    Option        "USB"        "on"
EndSection


Section "ServerLayout"
    Identifier    "Default Layout"
    InputDevice     "stylus"    "SendCoreEvents"
    InputDevice     "cursor"    "SendCoreEvents"
    InputDevice     "eraser"    "SendCoreEvents"
    InputDevice    "pad"        "SendCoreEvents"
EndSection
werkte ook niet, en dan bedoel ik het pijltje doet het wel, alleen kan ik niet de linkermuisknop ingehouden houden, zodat ik dus niet ermee kan tekenen. Out of the box doet ie het dus gewoon op het dit na.

Ik ga nu eerst eens de xorg.conf aanpassing van eendje proberen, kijken of dat helpt.
Btw is dat toeval dat eerst duckie mij helpt en nu eendje ;)

Offline brunod

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #13 Gepost op: 2008/07/30, 21:09:18 »
Ik zie dit niet :
=======================
Section "Module"
    Load        "glx"
    Load        "GLcore"
    Load        "v4l"
#
    Load         "wacom"
#
EndSection
========================
en deze lijn over wacom had ik ook moeten toevoegen.
BD
U.B.U.N.T.U : U Better Use New Technics : UBUNTU
>>>------------------<3------------------->
Vergeef mijn fouten, ik ben franstalig...

Offline eendje

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #14 Gepost op: 2008/07/30, 21:17:19 »
Citaat van: brunod
Ik zie dit niet :
=======================
Section "Module"
    Load        "glx"
    Load        "GLcore"
    Load        "v4l"
#
    Load         "wacom"
#
EndSection
========================
en deze lijn over wacom had ik ook moeten toevoegen.
BD
Bij mij staat die regel ook niet in en de Graphire4 tablet werkt bij mij wel, maar je kunt het proberen natuurlijk
Een dag niets geleerd is een dag niet geleefd!
Ik blog dus ik besta!
__________________________________________________________
Een vraag? Heb je al eens gekeken op: http://wiki.ubuntu-nl.org/FAQ?

Offline Hij

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #15 Gepost op: 2008/07/30, 21:18:59 »
Ik kreeg net bijna geen beeld meer, heb met heel wazig beeld mijn xorg.conf moeten aanpassen. Ik ga eens kijken hoe dit ding het doet in windows. Dan weet ik ook wat ik mis en kan ik gerichter naar een oplossing zoeken.
Ik ben niet van plan om dit ding in windows te gaan gebruiken, ik mag hem dan ook binnen twee weken ruilen als die niet bevalt, gaat het niet lukken om dit ding werkend te krijgen binnen twee weken in linux, dan gaat die terug.

Offline Duckie

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #16 Gepost op: 2008/07/30, 21:26:35 »
Als je je xorg hebt aangepast dan moet ie werken.
Heb je wel de instellingen in Gimp enz. goed gezet?
Daar moet je minimaal de stylus instellen, en als je de gum wilt gebruiken ook de eraser.
Verder heb ik niets veranderd en zolang ik druk op de pen blijf geven kan ik er gewoon mee tekenen.
Dat Load "wacom" is niet nodig, de module wordt als het goed is automatisch al geladen.
Dit kun je eventueel nog even testen met "sudo lsmod | grep wacom"
____________________________________________


Offline Hij

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #18 Gepost op: 2008/07/31, 08:56:00 »
Citaat van: Maxje
Ik heb hier misschien wat gevonden:

http://linuxwacom.sourceforge.net/index.php/howto/main

en

http://ubuntuforums.org/showthread.php?t=765915
YES!!!!!!!!!!!!!!!!!!! HIJ DOET HET!!!!!
Thanks in die laatste link stond een howto voor dat ding werkend te krijgen en het werkt perfect. Naar mijn idee doet ie het nog beter als in windows, maar het kan zijn dat ik bevooroordeeld ben over het besturingssysteem ;)
Alle mensen die meegedacht hebben en geantwoord hebben, HEEL ERG BEDANKT! Ik had nooit gedacht dat dit probleem zo snel werd opgelost!

Offline Max2

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #19 Gepost op: 2008/07/31, 14:29:13 »
Citaat van: Hij
YES!!!!!!!!!!!!!!!!!!! HIJ DOET HET!!!!!
Thanks in die laatste link stond een howto voor dat ding werkend te krijgen en het werkt perfect. Naar mijn idee doet ie het nog beter als in windows, maar het kan zijn dat ik bevooroordeeld ben over het besturingssysteem ;)
Alle mensen die meegedacht hebben en geantwoord hebben, HEEL ERG BEDANKT! Ik had nooit gedacht dat dit probleem zo snel werd opgelost!
Mooi! :D
Ik heb ook een Bamboo A6, hoe werkt het in GIMP?

Offline Hij

  • Lid
Grafische tableaus Wacom Bamboo A6
« Reactie #20 Gepost op: 2008/07/31, 16:18:56 »
Citaat van: Maxje
Mooi! :D
Ik heb ook een Bamboo A6, hoe werkt het in GIMP?
Ik vind dat die heel goed werkt in gimp. Als de pen het tablaeu aanraakt tekent die, iets erboven en dan kun je hem gewoon als cursor gebruiken. Het werkt echt super goed. Het tablue is zeg maar het scherm, linksboven op het tableu betekent ook links boven op het scherm, dat is wel even wennen. Want de muis kun je gewoon oppakken en ergens anders neer leggen dan blijft het pijltje op de zelfde plaats.
Ook heb ik het idee dat die beter in ubuntu werkt als in windows. Maar ik moet toegeven in windows heb ik nog niet naar de instellingen gekeken ervan, waarschijnlijk is dit aan te passen.
Ik ben wel blij dat die het doet in ubuntu, was al bang dat ik steeds naar windows moest gaan...
Nog maals: mensen bedankt! :)