Re: [XFree86] Sol/Sparc: XLUT MapSbusMem failure

2003-06-24 Thread Marc Aurele La France
On 16 Jun 2003, Mike Russo wrote: OK. Then please figure out what errno is when xf86MapSbusMem()'s call to mmap() fails. Using perror(), I found that both the fb and x32 memory regions don't map privately, but they do map shared. The xlut region does not map as either private or shared,

Re: [XFree86] Sol/Sparc: XLUT MapSbusMem failure

2003-06-16 Thread Mike Russo
Using perror(), I found that both the fb and x32 memory regions don't map privately, but they do map shared. The xlut region does not map as either private or shared, and in each case the mmap() error number is EACCES (#13), permission denied. The Solaris 8 man page for mmap(2) mentions: The

Re: [XFree86] Sol/Sparc: XLUT MapSbusMem failure

2003-06-12 Thread Marc Aurele La France
On 11 Jun 2003, Mike Russo wrote: This is a question for anyone who knows anything about the SPARC port :-) I compiled and configured v4.3.0 under Solaris 8/gcc 3.2.2 for a SS-20 with an SX/CG14 fb, but kept receiving AddScreen/ScreenInit failed for driver 0. This inspired me to

Re: [XFree86] Sol/Sparc: XLUT MapSbusMem failure

2003-06-11 Thread Mike Russo
Unfortunately this patch produces the same effect. (After patching, I removed Sbus.o and re-ran make Everything.) xf86MapSbuMem still fails to map the XLUT region of memory. But thank you boatloads for trying. if you would like to me to try anything else, let me know (it's not important and I will

Re: [XFree86] Sol/Sparc: XLUT MapSbusMem failure

2003-06-10 Thread Marc Aurele La France
On 3 Jun 2003, Mike Russo wrote: This is a question for anyone who knows anything about the SPARC port :-) I compiled and configured v4.3.0 under Solaris 8/gcc 3.2.2 for a SS-20 with an SX/CG14 fb, but kept receiving AddScreen/ScreenInit failed for driver 0. This inspired me to put some

[XFree86] Sol/Sparc: XLUT MapSbusMem failure

2003-06-04 Thread Mike Russo
This is a question for anyone who knows anything about the SPARC port :-) I compiled and configured v4.3.0 under Solaris 8/gcc 3.2.2 for a SS-20 with an SX/CG14 fb, but kept receiving AddScreen/ScreenInit failed for driver 0. This inspired me to put some debugging messages in