Re: [kteague@sprocket.ddts.net: xserver-xsun drivers]

2000-12-12 Thread Tomas Berndtsson

[EMAIL PROTECTED] (Branden Robinson) writes:

 Does anyone know which driver the TurboGX uses?
 
 - Forwarded message from Ken Teague [EMAIL PROTECTED] -
 
 From: Ken Teague [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: xserver-xsun drivers
 Date: Mon, 11 Dec 2000 13:29:55 -0800
 Delivered-To: [EMAIL PROTECTED]
 Delivered-To: [EMAIL PROTECTED]
 Message-Id: [EMAIL PROTECTED]
 
 Hi Branden, sorry to bother you like this.  I'm running Debian Sparc (woody) and 
can't find a listing of which driver to use for X with my TURBOXGX SBus card.  I also 
checked www.xfree86.org but they don't list it either.  Can you please point me to 
where I can find information about which driver I need for my frame buffer card?  
Thanks.
 
 - Ken
 
 - End forwarded message -
 
 -- 
 G. Branden Robinson|Somewhere, there is a .sig so funny that
 Debian GNU/Linux   |reading it will cause an aneurysm.  This
 [EMAIL PROTECTED]  |is not that .sig.
 http://deadbeast.net/~branden/ |


The TurboGX is a cgsix. If he's using Xfree 3.3.x, xserver-xsun
works. If it's Xfree 4, he should of course use xserver-xfree86 and
the driver module is called "suncg6".

www.xfree86.org doesn't seem to say anything at all about Sun
drivers.


Greetings,

Tomas


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: [kteague@sprocket.ddts.net: xserver-xsun drivers]

2000-12-12 Thread Tomas Berndtsson
Clint Adams [EMAIL PROTECTED] writes:

  www.xfree86.org doesn't seem to say anything at all about Sun
  drivers.
 
 On a vaguely related note, is there a way other than gpm to get
 sunmouse support under X4?

I use:

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol busmouse
Option  Device /dev/mouse
EndSection

with /dev/mouse being a link to /dev/sunmouse.

It works very well. At least with a 2.4.0-test11 kernel, don't know if
the mouse protocol for sparc has changed in newer kernels.


Tomas