[Xpert]Mouse deceleration problems, no fast mouse, xset,xf86Xinput.c, xf86PostMotionEvent

2001-12-30 Thread Craig Carey
A PS/2 mouse in FreeBSD behaves very badly when it is configured to run fast like can be done in any Windows NT operating system. To compare XFree86 with Windows NT, the Windows Registry can have this entered into it (with a reboot being done): [HKEY_CURRENT_USER\Control Panel\Mouse]

Re: [Xpert]ATY R128/RF (Xpert2000, 32mb, AGP)

2001-12-30 Thread Martijn Houtman <[EMAIL PROTECTED]>
> > >Please try current CVS or wait for 4.2.0 and see if it's still there. > > Ok, I will. The bug (?) has been there ever since the card was supported > > though. It has gotten less during development, but it's still there. > > Well, if it's OK with 2D acceleration but without DRI now, chances

Re: [Xpert]Re: radeon 7000 (ve) "fix" question

2001-12-30 Thread Michel Dänzer
On Sun, 2001-12-30 at 05:55, Daniel A. Nobuto wrote: > Forgot to mention, > Option "CrtScreen" "True" > didn't work, the messages said it was ignoring > it and still tried to use DVI, which is why I > was wondering about fixing the radeon driver. If it's ignoring the option it's probably n

Re: [Xpert]I830M memory/bios/vidmode problem?

2001-12-30 Thread Manuel M. T. Chakravarty
Hi Abraham, > Yes, there is a problem with the i830 driver if you only have 1M stolen > memory in your BIOS. I'll fix this as soon as I get time (and as soon as I > start working again in January). > > If you're really anxious to get the driver going, you can try this hack: > > Edit xc/programs

Re: [Xpert]ATY R128/RF (Xpert2000, 32mb, AGP)

2001-12-30 Thread Michel Dänzer
On Sun, 2001-12-30 at 13:15, Martijn Houtman wrote: > > > >Please try current CVS or wait for 4.2.0 and see if it's still there. > > > Ok, I will. The bug (?) has been there ever since the card was supported > > > though. It has gotten less during development, but it's still there. > > > > Well

[Xpert]Why the atom I defined cannot effect?

2001-12-30 Thread hzeng
Hi, I add a attribute XV_AlLLOC_FB to use the fb managet to allocate a block of offscreen memory for other useage. And I also define a attribute XV_FREE_FB to free the video memory. But when I use in the app, the XV_ALLOC_FB can do, but the XV_FREE_FB can do nothing, the setattribute canno

[Xpert]SiS6326 - xrender

2001-12-30 Thread Pierpaolo Di Panfilo
The SiS6326 support the RENDER extension? ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

[Xpert]Nvidia Linux PowerMac G4 driver

2001-12-30 Thread F. Heitkamp
I've pulled the latest CVS xfree86 and compiled it on my G4 533 dual Snakebite. I am also using the latest benh kernel. My Mac has the GForce 2MX card (I think.). I've gotten X to work with the nv driver but it usually crashes after a few minutes. Once it crashed when I tried to send a mail m

Re: [Xpert]XFree86 and Trident Cyberblade XP

2001-12-30 Thread David L. Gehrt
> I am unable to run X on a toshiba satellite pro 4600 with trident = > cyberblade XP and Redhat 7.2... > Can you have any idea??? N.B.: Please do guys like me a favor a loose the HTML in mail to lists. Get the 4.2 release candidate, compile the drivers and it will work. I have the driver wor

Re: [Xpert]Xfree4.1on a CyberBlade XP

2001-12-30 Thread David L. Gehrt
> Hi there. > > Has anyboby managed to get Xfree4.1.0-3 (which comes > with Rh7.2) running on a CyberBlade XP? > > I've just updated my Toshiba 4600 to RH7.2 but didn't > manage to get the graphics card to work properly. > > > Any suggestions? Have you tried the driver in the 4.2 Release Can

Re: [Xpert]Why the atom I defined cannot effect?

2001-12-30 Thread Mark Vojkovich
On Sun, 30 Dec 2001, hzeng wrote: > Hi, >I add a attribute XV_AlLLOC_FB to use the fb managet to allocate a block of >offscreen memory for > other useage. And I also define a attribute XV_FREE_FB to free the video memory. But >when I use in > the app, the XV_ALLOC_FB can do, but the XV_FR

[Xpert]some question about writing an input-driver

2001-12-30 Thread Stefan Gmeiner
Hi I have written an xfree input driver for the synaptics-touchpad from my Acer-Laptop that utilizing the absolute-mode for some extra features like corner-taps, multi-finger-taps and border-scrolling. It have worked since august without problems for me, but now I want to share it with others

Re: [Xpert]Nvidia Linux PowerMac G4 driver

2001-12-30 Thread Mark Vojkovich
On Sun, 30 Dec 2001, F. Heitkamp wrote: > I've pulled the latest CVS xfree86 and compiled it on my G4 533 dual > Snakebite. I am also using the latest benh kernel. My Mac has the > GForce 2MX card (I think.). I've gotten X to work with the nv driver but it > usually crashes after a few minute

Re: [Xpert]Nvidia Linux PowerMac G4 driver

2001-12-30 Thread Michel Dänzer
On Sun, 2001-12-30 at 22:35, Mark Vojkovich wrote: > On Sun, 30 Dec 2001, F. Heitkamp wrote: > > > I've pulled the latest CVS xfree86 and compiled it on my G4 533 dual > > Snakebite. I am also using the latest benh kernel. My Mac has the > > GForce 2MX card (I think.). I've gotten X to work w

Re: [Xpert]Why the atom I defined cannot effect?

2001-12-30 Thread hzeng
Hi, Oh, yes,the trouble is in the programe. At the end of the programe , I use XvSet to free the video memory,but after the founction, I must do something about SetPort or GetPort attribute, or use XFlush(), the the XV_FREE_FB will go to founction. Otherwise, the Xvsetattribute will not be s

Re: [Xpert]Why the atom I defined cannot effect?

2001-12-30 Thread Mark Vojkovich
On Mon, 31 Dec 2001, hzeng wrote: > Hi, > Oh, yes,the trouble is in the programe. At the end of the programe , I use XvSet >to > free the video memory,but after the founction, I must do something about SetPort or > GetPort attribute, or use XFlush(), the the XV_FREE_FB will go to founction.

Re: [Xpert]I830M memory/bios/vidmode problem?

2001-12-30 Thread Manuel M. T. Chakravarty
"Manuel M. T. Chakravarty" <[EMAIL PROTECTED]> wrote, > As I have tried to explain before, I believe that the > problem is NOT in the driver actually having a problem with > only 1MB stolen memory. The problem - as far as I > understand it - is that the BIOS *assumes* that only a > restricted nu