Genius wizard pen 4x3 setup

What works, and doesn't, for you. Be specific, and please include Puppy version.
Post Reply
Message
Author
User avatar
chrisperry
Posts: 50
Joined: Fri 02 Sep 2005, 18:52
Location: Georgetown, Ky

Genius wizard pen 4x3 setup

#1 Post by chrisperry »

how do i set up this tablet?
i am using puppy 1.0.5
usb tablet
from what i can find i need to change the xorg.conf however i can not find it( where can i look)
thanks chris

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

here are some typical autogenerated entries.
but wacom-tablets (like lobster uses) seem to need some recompiled files.

So this here is no solution for you,just intended to give you an idea how such entries look like.

Mark

Code: Select all


# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

User avatar
chrisperry
Posts: 50
Joined: Fri 02 Sep 2005, 18:52
Location: Georgetown, Ky

where is xorg.conf

#3 Post by chrisperry »

Mu thanks for the direction
but where is xorg.conf do i have it in puppy 1.0.5 or is it somthing i need to download, i can't locate it
i think i read somewhere i could use the summa driver and maybe another one can't remember the name right off
thanks chris

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#4 Post by MU »

xorg.conf is used by the X.org xserver.
It is part of Puppy 1.0.7 (final version available at new years day, beta version see newspage).

the conf is in /etc/X11/xorg.conf

For older puppys:
http://www.murga.org/~puppy/viewtopic.php?p=14009#14009
But I would suggest using Puppy 107, as it has some great wizards that make setting up X.org much easier than with the Dotpup.

Mark

User avatar
chrisperry
Posts: 50
Joined: Fri 02 Sep 2005, 18:52
Location: Georgetown, Ky

upgrade to 1.07 ?

#5 Post by chrisperry »

thanks i dloaded the test version of 1.07
can i upgrade to 1.07 without loosing all the information that i already have set up:
favorites
email
custom settings
etc.
thanks chris

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#6 Post by MU »

Use a copy of your existing pup001 to test it.

Configuration-files basically should not be touched.
But several dotpups might need to be re-installed.

Puppy moves several files to /root/tmp/USERREMOVED.
So copy them back to the correct location after the upgrade, or re-install the broken Dotpups.

I am not shure if that is a bug in the Dotpups created with my wizard, or in Puppy.
If I remember well, that did not happen when upgrading from puppy 105 to 106, but I am not shure about that.

Mark

Post Reply