Re: [Xpert]Mouse problem with Matrox G400

2002-08-29 Thread Panagiotis Papadakos

No scrolling yet.The last button is working as middle button, but there is
no scrolling.Also I haven't noticed yet the weird problem with the mouse
pointer.The only strange thing is that whenever I restart the Xserver the
mouse at the beginning is a little crazy but after two seconds it works
just fine.

Panagiotis Papadakos

On Thu, 29 Aug 2002, Dr Andrew C Aitchison wrote:

 On Thu, 29 Aug 2002, Panagiotis Papadakos wrote:

  I can't get scrolling working. I have read README.mouse and I am using the
  following in my XF86Config:
 
  Section InputDevice
Drivermouse
IdentifierMouse[1]
OptionDevice/dev/input/mice
OptionProtocol  auto
OptionButtons   6
OptionZAxisMapping  5 6
  EndSection

 X only has 5 first class buttons (ie buttons 6... work differently).
 Try
 Option  ZaxisMapping  4 5
 This should enable scrolling.
 For me the last button acts as another middle button which
 can be convenient since I find it easy to scroll by mistake
 while pressing the wheel.

 --
 Dr. Andrew C. Aitchison   Computer Officer, DPMMS, Cambridge
 [EMAIL PROTECTED] http://www.dpmms.cam.ac.uk/~werdna

 ___
 Xpert mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xpert


___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



Re: [Xpert]Adding extensions

2002-08-29 Thread Michel Dänzer

On Don, 2002-08-29 at 12:32, Vlad Stamate wrote:
 I am trying to add an extension (glX) to a driver that I am writing for a
 video card. Two problems I am seeing here. 
 
 First, how do I tell the server that my client driver has an extension that
 it needs to export? 
 
 Second, from an application point of view how I get the extension's entry
 point? I can check if it supported by doing glXQueryExtensionsString.
 
 I am using XFree86 4.2.0-8 which does not export GLX_ARB_get_proc_address.

I think you should try DRI CVS and post problems there to the dri-devel
list.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



[Xpert]Xserver Extension

2002-08-29 Thread Preetham

Hi all:
 I want to know if i can add an extension that would capture all the
Requests a particular XClient sends to the Xserver. I am not looking to add
new Requests, just look at the existing requests that are sent to the
Xserver.
Will such a situation qualify for an Extension.
Thanks,
Preetham.

___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



Re: [Xpert]Xserver Extension

2002-08-29 Thread Mark Vojkovich

On Sat, 29 Jun 2002, Preetham wrote:

 Hi all:
  I want to know if i can add an extension that would capture all the
 Requests a particular XClient sends to the Xserver. I am not looking to add
 new Requests, just look at the existing requests that are sent to the
 Xserver.
 Will such a situation qualify for an Extension.

   I think the X-Record extension may already be able to do that.


Mark.
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



Re: [Xpert]Mouse problem with Matrox G400

2002-08-29 Thread Panagiotis Papadakos

Finally I still have the problem with my mouse.
Are there any other suggestions?

Panagiotis Papadakos


___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



Re: [Xpert]Xserver Extension

2002-08-29 Thread Preetham


- Original Message -
From: Mark Vojkovich [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 29, 2002 12:38 PM
Subject: Re: [Xpert]Xserver Extension


 On Sat, 29 Jun 2002, Preetham wrote:

  Hi all:
   I want to know if i can add an extension that would capture all the
  Requests a particular XClient sends to the Xserver. I am not looking to
add
  new Requests, just look at the existing requests that are sent to the
  Xserver.
  Will such a situation qualify for an Extension.

I think the X-Record extension may already be able to do that.

Thanks, will look into it. Is there any Documentation for the Extension.
what i bascially wanted to know, should i use an extension if i am dealing
with such a problem, the problem i mentioned above.
Thanks,
Preetham.


___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



[Xpert]non_driver side of X.

2002-08-29 Thread J. Imlay


Is there any documentation for the xfree86 source code that is not the
driver side? I have read the DESIGN and XAA.HOWTO and this leaves me with
a bunch of questions about the rest of xf86.

Is there someplace where I can find answers to questions like these:

Why is xfree86 in general designed the way it is? What kinds of things
were considered when it was redisigned from xf863?

What parts of the source tree are part of the DIX, DDX and otherparts
(would this be non device dependant modules, or are they part of the DIX?)

A rational for the utterly huge structure _Screen, and it's huge parts. Or
at least an explanation of what parts of them are used by what. I mean if
I understand this right it seems like a bit of overkill to pass a
ScreenPtr to ScreenInit in the drivers.

What are the global variables employed and where are the defined, and why
are they the way they are?

What does the xf86 loader do different than ldopen? It seems like it
resolves symbols in the loaded module to access global variables in the
rest of the server.

Where is the part of the xf86 that handles implementing the X Protocol and
how is this implemented? (I really have no understanding of this part of
xf86
because I havn't found any docs or picked my way that far through int
main() )

Why is it that header files included by drivers, also include some of the
X headers from xc/include/ (specifically Xfuncproto.h and Xmd.h) AFAIK the
drivers shouldn't know boo about X. There job is to interface the hardware
with XFree86.

Where is the code that processes XF86Config files? I have looked but I
think it is hiding from me.

How does the shared memory architecture of xf86 work? Or is this part
handled by Xlib?

How much of talking X does xf86 do? Is that mostly handled by Xlib? Or
is it implemented as part of the xf86 code?

These questions are kind of broad in scope but I think they would greatly
help me in understanding xf86.

Thanks,

Josie Imlay
http://josie.atypedigital.com



___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



[Xpert]Re: #define XprtServer NO and libXp

2002-08-29 Thread Frédéric L. W. Meunier

Answering my own question:

#define XprtServer NO
/* This disables compilation of libXp, which is required to run
RealOne, RealPlayer, and Java, among others.
cd ~/tmp/objdir
lndir /usr/local/src/CVS/X11/xc/lib/Xp
xmkmf
Edit Makefile
make
*/

-- 
0@pervalidus.{net, {dyndns.}org} Tel: +55 (21) 2717-2399

___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



[Xpert]xf86 source documentation

2002-08-29 Thread J. Imlay


I have written a script that produces a serchable catalog of the entire
xfree86 source. And lists all of the types that are used by xf86.
It is located at josie.atypedigital.com/xc/. For example, if you were
to search for _Screen it would return a list of all declareation of type
_Screen in the source, there is only one. And it would take you to it's
declaration. Where apon you could click on the types of it's members and
it would take you to a list of the declations of that particular type.
Very usefull for getting a general understanding of the types. Or simply
looking up what the structure of a particular struct is, because if you
don't know what header it is actually in, that can be a half hour
nightmare. If this looks interesting to the appropriate people (who I
assume are on this list?) mabie it could go on the documentation list on
xfree86.org. I know it would have helped me if it was there.

Is there something of an online code repository of xf86 that has
highlighting and crosslinking. (so inside a function declaration, where a
function is called, you can click the function and it will take you to
it's declaration?) Or would this be something of interest to writing.
Because if there is not this is what I am contemplating seting up. I know
there are several different packages that can do this (any one have a
sugestion on which one to use?)

Thanks,

Josie Imlay
http://josie.atypedigital.com



___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



[Xpert]Re: i845

2002-08-29 Thread Biswapesh Chattopadhyay

The solution is to run Xconfigurator, and then manually choose the
driver to be VESA. It works (not very well, but OK-ish). Choose 1MB RAM
and 8 bit color at 1024 res. WFM but YMMV depending on other factors I
guess. If you want my XFConfig-4 file, mail me (privately).

A general warning: Please don't buy the Dell Optiplex GX260 series - it
has loads of Linux compatibility issues - almost as if they were trying
to break things deliberately :-(. To list:

1) Video is a mess.
2) IDE DMA does not work - so HD is *super-slow*. If you try hdparm -d1,
it will tell you that it is unable to make the change.
3) Resource collision issues with Kernel 2.4.18 (and maybe above as well
- I haven't tried (yet))

- Biswa.

On Fri, 2002-08-30 at 18:45, Zachar Mihaly wrote:
 
 
 Hi Biswa,
 
 If you have any idea for the i845 problem, please tell me the solution...
 
 Thank you very much,
 
 Misi
 
 


___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



Re: [Xpert]Intel 845 problems with XF 4.2.0

2002-08-29 Thread Biswapesh Chattopadhyay

On Thu, 2002-08-29 at 19:13, [EMAIL PROTECTED] wrote:
 
 
 Biswapesh Chattopadhyay wrote:
   does the CVS version contain the Intel drivers ?
 
 Yes.

Thanks a lot !

Biswa.

 
 --
 /\
   Jens Owen/  \/\ _
[EMAIL PROTECTED]  /\ \ \   Steamboat Springs, Colorado
 
 ___
 Xpert mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xpert
 
 


___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert