Re: [Xpert]X locks up the complete system

2002-11-19 Thread Thomas Winischhofer
Michel Dänzer wrote: > I can't give a definite answer but only an educated guess: with the HW > cursor, Silken mouse may also be used, meaning that the cursor position > is updated asynchronously, which may trigger a race condition in the > driver. If this hypothesis is correct, the HW cursor shoul

Re: [Xpert]X locks up the complete system

2002-11-19 Thread Michel Dänzer
On Die, 2002-11-19 at 09:24, Thomas Winischhofer wrote: > Michel Dänzer wrote: > > I can't give a definite answer but only an educated guess: with the HW > > cursor, Silken mouse may also be used, meaning that the cursor position > > is updated asynchronously, which may trigger a race condition in

[Xpert]Xserver Debug ...

2002-11-19 Thread xpert
I assume this question to be asked lots of times in the past. Unfortunately I tried searching the database and couldn't find an answer. Can anyone Pl. let me know the steps involved in Debugging Xserver. Thanks Sarma. ___ Xpert mailing list [EMAIL PROTE

Re: [Xpert]X locks up the complete system

2002-11-19 Thread Thomas Winischhofer
Michel Dänzer wrote: > > I suspect that may exactly be the problem. It may interfere with other > MMIO register access, overflowing the chip's FIFO or similar. What process is calling the mouse routines? Is it possible that 2D processing (ie setting up a 2D action) is interrupted by mouse activit

Re: [Xpert]X locks up the complete system

2002-11-19 Thread Alan Hourihane
On Tue, Nov 19, 2002 at 10:42:39 +0100, Thomas Winischhofer wrote: > Michel Dnzer wrote: > > > > I suspect that may exactly be the problem. It may interfere with other > > MMIO register access, overflowing the chip's FIFO or similar. > > What process is calling the mouse routines? Is it possible

Re: [Xpert]cvs causes spontaneous reboot??

2002-11-19 Thread Geoffrey
Harri Pasanen wrote: On Monday 18 November 2002 15:03, Geoffrey wrote: SNIP Likely. Any suggestions as to what is causing the spontaneous reboot? I would guess DRI support. Do you have "dri" enabled in your XF86Config-4? If yes, try commenting that out. Thanks for the suggestion, bu

Re: [Xpert]X locks up the complete system

2002-11-19 Thread Martin Knoll
Hi ! I'm new to this mailing list but maybe I can give some interesting input: I've an Athlon 800 (Asus mainboard) with ATI Xpert 2000 Pro running SuSE 8.1 (2.4.19 kernel). When I load glx and dri the system locks up at many conditions. (I didn't check until now glx OR dri, only both) Easiest way

Re: [Xpert]cvs causes spontaneous reboot??

2002-11-19 Thread Alan Hourihane
On Tue, Nov 19, 2002 at 07:59:51 -0500, Geoffrey wrote: > Harri Pasanen wrote: > >On Monday 18 November 2002 15:03, Geoffrey wrote: > > > > SNIP > > >>Likely. Any suggestions as to what is causing the spontaneous > >>reboot? > > > > > >I would guess DRI support. Do you have "dri" enabled in yo

[Xpert]Any idea ?

2002-11-19 Thread COLIN Stéphane
Hi ! I'm currently porting slackware on my SGI Indy. I have compiled XFree86 4.2.1 on the SGI + glib/gtk 1.2.10 to be able to compile AfterStep 1.8.11. Ok ... all seem to be compiled without problems, but now i'm try to compile a simple gtk prog, seem to be compiled fine too but ... here is t

Re: [Xpert]Xserver Debug ...

2002-11-19 Thread Mark Vojkovich
On Tue, 19 Nov 2002, xpert wrote: > I assume this question to be asked lots of times in the past. > Unfortunately I tried searching the database and couldn't find an > answer. Can anyone Pl. let me know the steps involved in Debugging > Xserver. You need the version of gdb hacked for XFree86 m

[Xpert]Re: Can XVideo work on 3dfx Voodoo 3 3000?

2002-11-19 Thread F S
Hi I've finally managed to run XVideo on the Voodoo 3. The problem was that the X server wasn't properly configured (I had a driver "vesa" in XF86Config). After running the xf86config script, I have set up the tdfx driver in XF86Config and the XVideo is running, even with 24 bit colour depth. Now

[Xpert]XFree86 "Automatic" generated modelines have a max refresh rate of85Hz?

2002-11-19 Thread Gerhard Olsson
I have been looking for information about this issue, but not found any resources. However, a search on the web indicates that I am not the only one with questions about this... The modelines automatically generated by XFree86 seems to give a refresh rate of maximum 85 Hz. You have to generate a

[Xpert]unresolved symbols

2002-11-19 Thread Max Z.
I am trying to get XFree running under RH8 with a GeForce 4 440 go. X would not work with the nv driver, so i am trying to get the nvidia driver to work. I compiled the nvidia drivers and it is running as a module perfectly fine, but X still goes down. with the following errors.(II) Loading

Re: [Xpert]unresolved symbols

2002-11-19 Thread Mark Vojkovich
On Tue, 19 Nov 2002, Max Z. wrote: > I am trying to get XFree running under RH8 with a GeForce 4 440 go. X > would not work with the nv driver, so i am trying to get the nvidia The "nv" driver will work with GeForce 4 440 Go, but only if you build the server from CVS. That hardware is newer

RE: [Xpert]unresolved symbols

2002-11-19 Thread Max Z.
There is a mismatch: XFree86 Version 4.2.1 / X Window System ... (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 Module class: XFree86 Server Extensi

RE: [Xpert]unresolved symbols

2002-11-19 Thread Mark Vojkovich
On Tue, 19 Nov 2002, Max Z. wrote: > There is a mismatch: > > XFree86 Version 4.2.1 / X Window System > ... > (II) LoadModule: "extmod" > (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a > (II) Module extmod: vendor="The XFree86 Project" > compiled for 4.2.0, module version =

RE: [Xpert]unresolved symbols

2002-11-19 Thread Max Z.
I have also tried to run the "nv" driver you suggested, and got a lot of errors: Symbol RegisterResourceName from module /usr/X11R6/lib/modules/extensions/libextmod.a is unresolved! Symbol RegisterResourceName from module /usr/X11R6/lib/modules/extensions/libextmod.a is unresolved! Symbol Register

RE: [Xpert]unresolved symbols

2002-11-19 Thread Mark Vojkovich
On Tue, 19 Nov 2002, Max Z. wrote: > I have also tried to run the "nv" driver you suggested, and got a lot of > errors: > > Symbol RegisterResourceName from module > /usr/X11R6/lib/modules/extensions/libextmod.a is unresolved! > Symbol RegisterResourceName from module > /usr/X11R6/lib/modules/ext

RE: [Xpert]unresolved symbols

2002-11-19 Thread Max Z.
I recompiled my kernel to 2.4.19 before I started on X. Could that be it? Before I started configuring X I also upgraded it to 4.2.1 from 4.2.0. Should I start over with 4.2.0 and a stock kernel? Thank You Max Z -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behal

Re: [Xpert]Multiple copies of screen left to right with S3 Trio3d on XFree86 4.2.0

2002-11-19 Thread Kevin Brosius
[EMAIL PROTECTED] wrote: > > > Having just upgraded my system from Mandrake 7.2 running the original > XFree86 4.1.0 binaries to the XFree86 4.2.0 provided with Mandrake 8.2 (/ > partition was reformatted for this upgrade) I now have a visual problem > with the XFree86 display. The card in this m

[Xpert]XFree86 from cvs fails with Undefined symbol "XextFindDisplay"

2002-11-19 Thread Andrew P. Lentvorski
Folks, I just grabbed the latest CVS and compiled. When I installed, I'm now getting a lot of applications which are failing with: /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXrender.so.1: Undefined symbol "XextFindDisplay" Is this a known issue? Randomly having a lot of my X applications goi

RE: [Xpert]unresolved symbols

2002-11-19 Thread Mark Vojkovich
On Tue, 19 Nov 2002, Max Z. wrote: > I recompiled my kernel to 2.4.19 before I started on X. Could that be it? > Before I started configuring X I also upgraded it to 4.2.1 from 4.2.0. > Should I start over with 4.2.0 and a stock kernel? It's got nothing to do with the kernel. The upgrade from

[Xpert]Off by one error in drawing code for Radeon VE

2002-11-19 Thread Andrew P. Lentvorski
I have a Radeon VE and was having problems with the dragging. Most notably, dragging elements in Matlab left lots of junk on the screen. A refresh would clear it, but it would just come back when I started doing more stuff. So, I grabbed the latest version from CVS and recompiled. It's still th

Re: [Xpert]Spanish input Environment

2002-11-19 Thread Ricardo Baratto
At some point in the past you ("sanal kumar" <[EMAIL PROTECTED]>) said: > Hello All , > >We are using 'Xfbdev' ( framebuffer based Tiny-X ) > , > and we intend to create a Spanish environment . > > Can anybody tell us how to create a Spanish > input Environment , so that we can enter spani

Re: [Xpert]what wrong with "/etc/rc.d/rc.local"?Please help.

2002-11-19 Thread Roy
chmod 744 /etc/rc.d/rc.local best regards Roy - Original Message - From: "Roy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 5:45 PM Subject: [Xpert]what wrong with "/etc/rc.d/rc.local"?Please help. > HI,list: > When boot,I need some