fix manual page building on Mac OS X

2003-12-29 Thread Matthieu Herrb
Hi, The process that builds XFree86 manual pages needs cpp -traditional when GNU cpp is used. I'd propose to apply the following patch do darwin.cf. Index: darwin.cf === RCS file: /cvs/xf86/xc/config/cf/darwin.cf,v retrieving

via driver build fix

2003-12-29 Thread Matthieu Herrb
Ok? Index: via_driver.c === RCS file: /home/x-cvs/xc/programs/Xserver/hw/xfree86/drivers/via/via_driver.c,v retrieving revision 1.18 diff -u -r1.18 via_driver.c --- via_driver.c24 Dec 2003 02:36:46 - 1.18 +++

Help: gdb xfree86 video card driver on rh9

2003-12-29 Thread harry
Iamdebuging a video card driver on XFree86.Iwas using gdb 5.1.1-2.0xfreeon radhat 9.0. AndI had tried: (1)I was using "gdb /usr/X11R6/bin/XFree86", then run. It result as "Segmentation fault". (2) During build sis_drv.o,Ihad usingpara "-g" for gcc. "startx" open Xwindow fristly, then

Re: fix manual page building on Mac OS X

2003-12-29 Thread Thomas Dickey
On Mon, 29 Dec 2003, Matthieu Herrb wrote: Hi, The process that builds XFree86 manual pages needs cpp -traditional when GNU cpp is used. speaking of manpages, I've been looking at updating rman - some of the HTML which 3.0.8+patches generates is not correct, e.g., tags are not nested. I did

Re: Help: gdb xfree86 video card driver on rh9

2003-12-29 Thread Thomas Winischhofer
harry wrote: I am debuging a video card driver on XFree86.I was using gdb 5.1.1-2.0xfree on radhat 9.0. And I had tried : (1) I was using gdb /usr/X11R6/bin/XFree86 , then run. It result as Segmentation fault. (2) During build sis_drv.o, I had using para -g for gcc. startx open

Re: Help: gdb xfree86 video card driver on rh9

2003-12-29 Thread Alex Deucher
try one of these module enabled versions of gdb: http://www.logix.cz/michal/devel/gdb-xfreemod/ http://www.dawa.demon.co.uk/xfree-gdb/ Alex --- Thomas Winischhofer [EMAIL PROTECTED] wrote: harry wrote: I am debuging a video card driver on XFree86.I was using gdb 5.1.1-2.0xfree on

Re: fix manual page building on Mac OS X

2003-12-29 Thread Torrey Lyons
At 10:21 AM +0100 12/29/03, Matthieu Herrb wrote: Hi, The process that builds XFree86 manual pages needs cpp -traditional when GNU cpp is used. Although the man pages build correctly I suppose you are trying to avoid the multi-line string literals are deprecated warning. Good idea. I'd propose

Re: Radeon 9800XT 3D acceleration problem

2003-12-29 Thread Gerhard W. Gruber
On Mon, 29 Dec 2003 19:18:55 +, M Taylor [EMAIL PROTECTED] wrote: To the best of my knowledge XFree86 4.3.0 supports all Radeon cards. Yes, but not 3D. XFree86 only provides 2D, for 3D acceleration (which is OpenGL not X11) you need to get the ATI binary drivers from ATI's website. Because

Re: Help: gdb xfree86 video card driver on rh9

2003-12-29 Thread harry
Using gdb-xfreemod 6.0 instead of gdb-xfreemod 5.11-2.0 , I could use gdb to debug XFree86 430 under redhat 9.0. Following is the way what i am using. Using attach process ID after Xwindow had running, still could not break during what i setted breakpoints. But direct debug XFree86 gdb