Mailinglist Archive: opensuse (2333 mails)
| < Previous | Next > |
Re: [opensuse] udev
- From: primm <lynn@xxxxxxxxxxxx>
- Date: Wed, 2 Jul 2008 18:22:31 +0200
- Message-id: <200807021822.31212.lynn@xxxxxxxxxxxx>
On Wednesday 02 July 2008 18:04:33 Rui Santos wrote:
Jesus. please just tell me how to do it. But as you asked here is the boring
details:
I want to write this: and made it work. why not simply tell me what to do'
There are no opensuse documnets son this: i've done it all from a cup of
ubuntu. just want to know what a one liner in ubuntu is in suse, thta's all
Calibration (NOT TRANSLATED!!!)
IconsPage/IconHint2.png Note: In the subsection, you'll find output from
calibrate! If you tablet is listed there, you can just use that output
instead!
If you tablet isn't listed, I would love to recieve an email with the output,
and the model of your tablet! (See email at the end of the page!)
If you want to calibrate yourself, just proceed.
Enter the "calibrate"-directory - Run this command:
cd calibrate
Build the calibration tool - Run this command:
make
Calibrate in order to find the edges of your tablet/digitizer - Run this
command:
sudo ./wizardpen-calibrate /dev/tablet-event
Save the output from wizardpen-calibrate (the last 8 lines!) - You need it
later in this howto!
Calibration output (If calibrate for some reason doesn't work!) (NOT
TRANSLATED!!!)
IconsPage/IconHint2.png Skip this section if calibrate worked for you!
Tablet W5540U (UC-Logic):
Driver "wizardpen"
Option "Device" "/dev/tablet-event"
Option "TopX" "2199"
Option "TopY" "3598"
Option "BottomX" "30325"
Option "BottomY" "29278"
Option "MaxX" "30325"
Option "MaxY" "29278"
Tablet W8060U (UC-Logic):
Driver "wizardpen"
Option "Device" "/dev/tablet-event"
Option "TopX" "826"
Option "TopY" "2626"
Option "BottomX" "32747"
Option "BottomY" "32762"
Option "MaxX" "32747"
Option "MaxY" "32762"
Configuración de las X (NOT TRANSLATED!!!)
Lo primero, por seguridad, es hacer una copia de seguridad del archivo que
vamos a editar.
En los pasos anteriores, aun cometiendo algún fallo, no provocaríamos ningún
sobresalto al sistema y este funcionaría sin problemas (o debería). Sin
embargo, a partir de ahora, los cambios que hagamos pueden causar que el
servidor X (el sistema de ventanitas) deje de funcionar.
Ejecutar en terminal:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
Edit the file - Run this command:
sudo vi /etc/X11/xorg.conf
Press "I" - So that "-- INSERT --" appears!
Insert the following section into xorg.conf: (just place it below your generic
mouse!)
Section "InputDevice"
Identifier "WizardPen Tablet"
Option "SendCoreEvents" "true"
(the output from calibrate)
EndSection
Add the following line in the "ServerLayout" section:
InputDevice "WizardPen Tablet" "AlwaysCore"
Save the file, and exit the editor! (Press "ESC" and write ":wq" and press
"Enter")
Why not just tell me what the command is? My graphics tablet isn't
hotpluggable OK? Now please just tellme. And if you have any better dieas
please tell em in another thread..
love from Lynn x x x
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
primm wrote:
in ubuntu you write:
/etc/init.d/udev restart
What do you write in open suSE?
Why would you want to restart udev ?
Jesus. please just tell me how to do it. But as you asked here is the boring
details:
I want to write this: and made it work. why not simply tell me what to do'
There are no opensuse documnets son this: i've done it all from a cup of
ubuntu. just want to know what a one liner in ubuntu is in suse, thta's all
Calibration (NOT TRANSLATED!!!)
IconsPage/IconHint2.png Note: In the subsection, you'll find output from
calibrate! If you tablet is listed there, you can just use that output
instead!
If you tablet isn't listed, I would love to recieve an email with the output,
and the model of your tablet! (See email at the end of the page!)
If you want to calibrate yourself, just proceed.
Enter the "calibrate"-directory - Run this command:
cd calibrate
Build the calibration tool - Run this command:
make
Calibrate in order to find the edges of your tablet/digitizer - Run this
command:
sudo ./wizardpen-calibrate /dev/tablet-event
Save the output from wizardpen-calibrate (the last 8 lines!) - You need it
later in this howto!
Calibration output (If calibrate for some reason doesn't work!) (NOT
TRANSLATED!!!)
IconsPage/IconHint2.png Skip this section if calibrate worked for you!
Tablet W5540U (UC-Logic):
Driver "wizardpen"
Option "Device" "/dev/tablet-event"
Option "TopX" "2199"
Option "TopY" "3598"
Option "BottomX" "30325"
Option "BottomY" "29278"
Option "MaxX" "30325"
Option "MaxY" "29278"
Tablet W8060U (UC-Logic):
Driver "wizardpen"
Option "Device" "/dev/tablet-event"
Option "TopX" "826"
Option "TopY" "2626"
Option "BottomX" "32747"
Option "BottomY" "32762"
Option "MaxX" "32747"
Option "MaxY" "32762"
Configuración de las X (NOT TRANSLATED!!!)
Lo primero, por seguridad, es hacer una copia de seguridad del archivo que
vamos a editar.
En los pasos anteriores, aun cometiendo algún fallo, no provocaríamos ningún
sobresalto al sistema y este funcionaría sin problemas (o debería). Sin
embargo, a partir de ahora, los cambios que hagamos pueden causar que el
servidor X (el sistema de ventanitas) deje de funcionar.
Ejecutar en terminal:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
Edit the file - Run this command:
sudo vi /etc/X11/xorg.conf
Press "I" - So that "-- INSERT --" appears!
Insert the following section into xorg.conf: (just place it below your generic
mouse!)
Section "InputDevice"
Identifier "WizardPen Tablet"
Option "SendCoreEvents" "true"
(the output from calibrate)
EndSection
Add the following line in the "ServerLayout" section:
InputDevice "WizardPen Tablet" "AlwaysCore"
Save the file, and exit the editor! (Press "ESC" and write ":wq" and press
"Enter")
Why not just tell me what the command is? My graphics tablet isn't
hotpluggable OK? Now please just tellme. And if you have any better dieas
please tell em in another thread..
love from Lynn x x x
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |