Re: Xsun24 behaviour

2000-12-12 Thread Ben Collins
On Tue, Dec 12, 2000 at 12:16:49PM +0100, Gabor Zoltan Csejtey wrote:
 I'm running Xsun24 3.3.6-11 server on Ultra 10 and have a Creator 3D
 graphics card.
 
 Q1.
 When I switch to X from console the Control and Alt keys remain
 on. I have to push them to release so they behave as they pushed when
 I use the mouse or hit another key. Why?

Probably something to do with the kbd driver. I remember something similar
before.

 Q2.
 Is it possible to use the mouse under console (in text mode)?

Yes, using gpm. Unfortunately the Xsun servers are very greedy with the
the mouse device so you cannot use gpm and X at the same time. If you want
this behavior, then I suggest using the xserver-xfree86 from woody, and
configure it to use the sunffb driver (for Creator/Elite) which even
supports acceleration and DRI.

Ben

-- 
 ---===-=-==-=---==-=--
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 `---=--===-=-=-=-===-==---=--=---'



Re: Xsun24 behaviour

2000-12-12 Thread Karl Hammar

  About Q2, mouse on console:
Yes, use gpm.

  # cat /etc/gpm.conf 
  device=/dev/sunmouse
  responsiveness=
  repeat_type=
  type=sun
  append=-3
  #

And

  # grep mouse /etc/X11/XF86Config 
  Device /dev/sunmouse
  #

I have an U10 with Mach64 onboard chip.

Regards,
/Karl

---
Karl HammarAspö Data   [EMAIL PROTECTED]
Lilla Aspö 2340 +46  173 140 57Networks
S-742 94 Östhammar +46  70 511 97 84  Computers
Sweden   Consulting
---


From: Gabor Zoltan Csejtey [EMAIL PROTECTED]
Subject: Xsun24 behaviour
Date: Tue, 12 Dec 2000 12:16:49 +0100 (MET)

 I'm running Xsun24 3.3.6-11 server on Ultra 10 and have a Creator 3D
 graphics card.
 
 Q1.
 When I switch to X from console the Control and Alt keys remain
 on. I have to push them to release so they behave as they pushed when
 I use the mouse or hit another key. Why?
 
 Q2.
 Is it possible to use the mouse under console (in text mode)?
 
 Gabor
...


Re: Xsun24 behaviour

2000-12-12 Thread Ben Collins
 
 I have an U10 with Mach64 onboard chip.
 

That will not work with Xsun servers. They open the mouse using the legacy
event driven protocol, which is incompatible with gpm.

-- 
 ---===-=-==-=---==-=--
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 `---=--===-=-=-=-===-==---=--=---'