Re: KeyBoard BUG on sparc/sparc64 in 4.3.0 too.

2003-03-02 Thread Balint Cristian
On Sunday 02 March 2003 03:25, David S. Miller wrote: From: Balint Cristian [EMAIL PROTECTED] Date: Sat, 1 Mar 2003 17:11:34 +0200 Unable to handle kernel paging request \|/ \|/ @'/ .. \`@ /_| \__/ |_\

patches: qnx neutrino (nto) 6.2, mb86291-scarlet, startup-speedup

2003-03-02 Thread Sven Goethel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 dear xfree developers, i have added xfree86 _server_ support for qnx neutrino 6.2 ! this includes a mit-shm layer on top of nto's posix-shm implementation, as well as the nto's pci access ! currently i do transfer my patches to the latest xfree86

Re: patches: qnx neutrino (nto) 6.2, mb86291-scarlet, startup-speedup

2003-03-02 Thread Alex Deucher
Send your patches to [EMAIL PROTECTED] and/or [EMAIL PROTECTED] for inclusion in a future release. Alex --- Sven Goethel [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 dear xfree developers, i have added xfree86 _server_ support for qnx neutrino 6.2 ! this

Re: Server doesn't build for me (setjmp)

2003-03-02 Thread Mark Vojkovich
On Sat, 1 Mar 2003, Marc Aurele La France wrote: On Sat, 1 Mar 2003, Mark Vojkovich wrote: setjmp is a *macro* (for __sigsetjmp) defined in /usr/include/setjmp.h. This is libc 2.2. so it doesn't set HAS_GLIBC_SIGSETJMP. SYMCFUNCALIAS chokes on this. This is gcc 2.95.3. I think

Re: NVidia driver (open source) on Apple Powerbook G4 12

2003-03-02 Thread Christoph Pittracher
On Sunday 02 March 2003 02:25, Mark Vojkovich wrote: chip-PMC[0x0004/4] is a 32 word. You can just print it out. ErrorF(chip-PMC[0x0004/4] = 0x%x\n, chip-PMC[0x0004/4]); will send it to the /var/log/XFree86.0.log. output: chip-PMC[0x0004/4] = 0x101 First time I start X

Re: NVidia driver (open source) on Apple Powerbook G4 12

2003-03-02 Thread Mark Vojkovich
On Mon, 3 Mar 2003, Christoph Pittracher wrote: On Sunday 02 March 2003 02:25, Mark Vojkovich wrote: chip-PMC[0x0004/4] is a 32 word. You can just print it out. ErrorF(chip-PMC[0x0004/4] = 0x%x\n, chip-PMC[0x0004/4]); will send it to the /var/log/XFree86.0.log. output:

Re: Server doesn't build for me (setjmp)

2003-03-02 Thread Marc Aurele La France
On Sun, 2 Mar 2003, Mark Vojkovich wrote: setjmp is a *macro* (for __sigsetjmp) defined in /usr/include/setjmp.h. This is libc 2.2. so it doesn't set HAS_GLIBC_SIGSETJMP. SYMCFUNCALIAS chokes on this. This is gcc 2.95.3. I think the HAS_GLIBC_SIGSETJMP set logic is wrong.

Sofort Geld verdienen!

2003-03-02 Thread glasur
Wir zahlen 10-15 Cent pro Click! http://www.ero4click.com Die Vergütung, der auf Ihren Seiten eingeblendeten Werbung erfolgt im PayPerClick Verfahren. Das heisst, Sie bekommen für jeden Klick, welche Besucher Ihrer Seite auf einen Werbe-Banner tätigen, 0.10 EUR gutgeschrieben.Bannerwerbung

RE: Maximum number of clients?

2003-03-02 Thread Kean Johnston
MAXCLIENTS is defined in xc/programs/Xserver/include/misc.h It's currently 256. Available fds would be another limiting factor. The client ID and the resource ID share 29 bits of the XIDs, so beware that doubling the number of client IDs will half the number of resources available

Re: Server doesn't build for me (setjmp)

2003-03-02 Thread Mark Vojkovich
On Sun, 2 Mar 2003, Marc Aurele La France wrote: On Sun, 2 Mar 2003, Mark Vojkovich wrote: setjmp is a *macro* (for __sigsetjmp) defined in /usr/include/setjmp.h. This is libc 2.2. so it doesn't set HAS_GLIBC_SIGSETJMP. SYMCFUNCALIAS chokes on this. This is gcc 2.95.3.

RE: Maximum number of clients?

2003-03-02 Thread Mark Vojkovich
On Sun, 2 Mar 2003, Kean Johnston wrote: MAXCLIENTS is defined in xc/programs/Xserver/include/misc.h It's currently 256. Available fds would be another limiting factor. The client ID and the resource ID share 29 bits of the XIDs, so beware that doubling the number of client

Re: Multiple video consoles

2003-03-02 Thread David Dawes
On Sat, Mar 01, 2003 at 10:34:20AM +0100, Sven Luther wrote: On Fri, Feb 28, 2003 at 04:19:37PM -0500, David Dawes wrote: Are you speaking about the current 4.3.0 or the stuff you are working on ? What I was working on. Ok, ... I take it, there will be a 4.4.0 before 5.0 ? Most likely.

Re: Multiple video consoles

2003-03-02 Thread David Dawes
On Sat, Mar 01, 2003 at 10:52:08AM +0100, Sven Luther wrote: On Fri, Feb 28, 2003 at 04:19:37PM -0500, David Dawes wrote: On Fri, Feb 28, 2003 at 09:04:06PM +0100, Sven Luther wrote: Are you speaking about the current 4.3.0 or the stuff you are working on ? What I was working on. BTW, is the

Re: Server doesn't build for me (setjmp)

2003-03-02 Thread David Dawes
On Sun, Mar 02, 2003 at 08:04:42PM -0500, Mark Vojkovich wrote: On Sun, 2 Mar 2003, Marc Aurele La France wrote: On Sun, 2 Mar 2003, Mark Vojkovich wrote: setjmp is a *macro* (for __sigsetjmp) defined in /usr/include/setjmp.h. This is libc 2.2. so it doesn't set HAS_GLIBC_SIGSETJMP.

Re: Server doesn't build for me (setjmp)

2003-03-02 Thread David Dawes
On Sat, Mar 01, 2003 at 08:27:49PM -0700, Marc Aurele La France wrote: On Sat, 1 Mar 2003, Mark Vojkovich wrote: setjmp is a *macro* (for __sigsetjmp) defined in /usr/include/setjmp.h. This is libc 2.2. so it doesn't set HAS_GLIBC_SIGSETJMP. SYMCFUNCALIAS chokes on this. This is gcc 2.95.3.

Re: Definition of HasShadowPasswd

2003-03-02 Thread David Dawes
On Sun, Mar 02, 2003 at 05:38:45PM +0100, Matthias Scheler wrote: Hello, HasShadowPasswd is only defined in a few files in xc/config/cf, there is no default in e.g. X11.tmpl. But xc/programs/xdm/Imakefile and xc/programs/xdm/greeter/Imakefile use it unconditionally like this. #if SystemV4

Re: Definition of HasShadowPasswd

2003-03-02 Thread Matthias Scheler
On Sun, Mar 02, 2003 at 11:41:51PM -0500, David Dawes wrote: HasShadowPasswd is only defined in a few files in xc/config/cf, there is no default in e.g. X11.tmpl. But xc/programs/xdm/Imakefile and xc/programs/xdm/greeter/Imakefile use it unconditionally like this. #if SystemV4 ||