Re: [opensuse] SaX questions

2005-10-29 Thread meister
Am Freitag 28 Oktober 2005 21:32 schrieb Alexander S. Usov 
[EMAIL PROTECTED]:
 On Thursday 27 October 2005 20:56, Reinhard Gimbel wrote:
  Alexander S. Usov wrote:
   ...
  - Edit xorg.conf
  == [extract of /etc/X11/xorg.conf] ==

Section InputDevice
  Driver synaptics
  Identifier Mouse[1]
  Option Device auto-dev
  Option SHMConfig on
EndSection

Section InputDevice
  Driver mouse
  Identifier Mouse[3]
  Option Buttons 5
  Option Device /dev/input/mice
  Option Protocol imps/2
  Option ZAxisMapping 4 5
EndSection

  == [/extract of /etc/X11/xorg.conf] ==

man synaptics

-- mdc

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] SaX questions

2005-10-29 Thread Alexander S. Usov
On Saturday 29 October 2005 15:33, [EMAIL PROTECTED] wrote:
 Am Freitag 28 Oktober 2005 21:32 schrieb Alexander S. Usov

 [EMAIL PROTECTED]:
  On Thursday 27 October 2005 20:56, Reinhard Gimbel wrote:
   Alexander S. Usov wrote:
...
  
   - Edit xorg.conf
   == [extract of /etc/X11/xorg.conf] ==

 Section InputDevice
   Driver synaptics
   Identifier Mouse[1]
   Option Device auto-dev
   Option SHMConfig on
 EndSection

 Section InputDevice
   Driver mouse
   Identifier Mouse[3]
   Option Buttons 5
   Option Device /dev/input/mice
   Option Protocol imps/2
   Option ZAxisMapping 4 5
 EndSection

   == [/extract of /etc/X11/xorg.conf] ==

 man synaptics

Sorry, I didn't understood the point.
You mean that one doesn't have to specify the exact device for synaptics 
driver?

-- 
Best regards,
  Alexander.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] SaX questions

2005-10-27 Thread Reinhard Gimbel


Hi all !

Alexander S. Usov wrote:

At the moment I am interested in changing default font directories, and the 
only place I have found is /usr/share/sax/api/data/StaticFontPathList, 
however I find myself a bit reluctant to edit it, as it's supposed to be 
rpm-controlled and not edited by hands.


I'm not the final expert, but I guess you will need to do some changes 
by hand.


Question is how often the changes need to be made and how big is the 
effort to maintain the whole story.


I would do the following:

- Change to /etc/X11
- Save working xorg.conf to e.g. xorg.conf-saxorg
- Edit xorg.conf
- Save edited xorg.conf to e.g. xorg.conf-mod

As soon as a new versions of related files of tools are applied you need 
to check if changes need to be transfered. But that should not happen to 
often ...


Hand work, but should work. Of course you could do similar things with 
the StaticFontPathList



BTW, I have noticed that sax doesn't recognizes my mouse correctly.
I have a synaptics touchpad built-in in the notebook and an external wireless 
logitech, while sax detects 3 mouses, of which 2 are detected incorrectly and 
without manual intervention I couldn't get a working wheel.


What is the output of the command hwinfo --mouse ? To compare it I 
included the output of this command issued on my notebook:


== [output of hwinfo --mouse] ==

18: USB 00.0: 10503 USB Mouse
  [Created at usb.122]
  UDI: 
/org/freedesktop/Hal/devices/usb_device_d62_a100_noserial_if0_logicaldev_input

  Unique ID: KRJj.KNGgMra41aC
  Parent ID: uIhY.ZmOycjy+TeA
  SysFS ID: /devices/pci:00/:00:1d.2/usb3/3-1/3-1:1.0
  SysFS BusID: 3-1:1.0
  Hardware Class: mouse
  Model: Darfon USB Optical Mouse
  Hotplug: USB
  Vendor: usb 0x0d62 Darfon
  Device: usb 0xa100 USB Optical Mouse
  Revision: 3.00
  Compatible to: int 0x0210 0x0013
  Driver: usbhid
  Device File: /dev/input/mice (/dev/input/mouse1)
  Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event3
  Device Number: char 13:63 (char 13:33)
  Speed: 1.5 Mbps
  Module Alias: usb:v0D62pA100d0300dc00dsc00dp00ic03isc01ip02
  Driver Info #0:
Buttons: 3
Wheels: 1
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
  Config Status: cfg=no, avail=yes, need=no, active=unknown
  Attached to: #17 (Hub)

25: PS/2 00.0: 10500 PS/2 Mouse
  [Created at input.157]
  UDI: 
/org/freedesktop/Hal/devices/computer_i8042_Aux_3_Port_logicaldev_input

  Unique ID: AH6Q.845qvaQafo3
  Hardware Class: mouse
  Model: SynPS/2 Synaptics TouchPad
  Vendor: int 0x0212
  Device: int 0x0001 SynPS/2 Synaptics TouchPad
  Compatible to: int 0x0210 0x0003
  Device File: /dev/input/mice (/dev/input/mouse0)
  Device Files: /dev/input/mice, /dev/input/mouse0, /dev/input/event2
  Device Number: char 13:63 (char 13:32)
  Driver Info #0:
Buttons: 3
Wheels: 0
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
  Config Status: cfg=no, avail=yes, need=no, active=unknown

== [/output of hwinfo --mouse] ==

I don't know if it helps, but here is the configuration of my notebook 
(external USB mouse [non-wireless / non-logitech] and Synaptics touchpad)


== [extract of /etc/X11/xorg.conf] ==

Section InputDevice
  Driver   mouse
  Identifier   Mouse[1]
  Option   Buttons 5
  Option   Device /dev/input/mice
  Option   Name Darfon USB Optical Mouse
  Option   Protocol explorerps/2
  Option   Vendor Sysp
  Option   ZAxisMapping 4 5
EndSection

Section InputDevice
  Driver   synaptics
  Identifier   Mouse[3]
  Option   Device /dev/input/mice
  Option   Emulate3Buttons on
  Option   InputFashion Mouse
  Option   Name Synaptics;Touchpad
  Option   Protocol explorerps/2
  Option   SHMConfig on
  Option   Vendor Sysp
  Option   ZAxisMapping 4 5
EndSection

== [/extract of /etc/X11/xorg.conf] ==

Never give up !

Best regards,
Reinhard.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] SaX questions

2005-10-26 Thread Alexander S. Usov
Hi!

Is there a legal way to alter the configuration files which are produced by 
sax?

At the moment I am interested in changing default font directories, and the 
only place I have found is /usr/share/sax/api/data/StaticFontPathList, 
however I find myself a bit reluctant to edit it, as it's supposed to be 
rpm-controlled and not edited by hands.

BTW, I have noticed that sax doesn't recognizes my mouse correctly.
I have a synaptics touchpad built-in in the notebook and an external wireless 
logitech, while sax detects 3 mouses, of which 2 are detected incorrectly and 
without manual intervention I couldn't get a working wheel.

-- 
Best regards,
  Alexander.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]