Re: [Xpert]exact integral types

2002-10-17 Thread Warren Turkal
C99 has integer types that have an exact width. For instance, uint32_t is an unsigned integer of 32 bit width. This would put the burden of making the right width integer types on the c library as opposed to the x include. I think that, if possible, getting rid of architecture magic in the

[Xpert]bdf docs in docbook

2002-10-17 Thread Warren Turkal
I have the bdf docs in docbook if anyone is interested. I am thinking about converting some other docs, like the xlibs. Is there any point in doing this. Warren -- Treasurer, GOLUM, Inc. http://www.golum.org ___ Xpert mailing list [EMAIL PROTECTED]

Re: [Xpert]Mirrored display in X

2002-10-17 Thread Gabriel Ripoche
Hi, Thanks for the answer, at least that nails down the problem (I wasn't sure if it was X or the driver). Another question: how am I supposed to only use the external display? If what I have read is correct, the i810 driver does not support the two heads so how can I say I just want to use

Re: [Xpert]SIGFPE in Radeon 7500 DRI support

2002-10-17 Thread Ian Romanick
On Thu, Oct 17, 2002 at 02:06:49PM +0200, Michel Dänzer wrote: On Mon, 2002-10-14 at 04:48, David Hampton wrote: I looked through the last three months of the archives for this mailing list and didn't see anything that quite matched my problem. I get a crash in the DRI code any time I try

Re: [Xpert]Virtual Terminal Question

2002-10-17 Thread Dr Andrew C Aitchison
On Wed, 16 Oct 2002, Terrence O'Connor wrote: How could I run multiple virtual terminals with different video drivers? For example, VT7 - use ati driver VT8 - use vesa driver In your config file have two layouts, one using each driver, then either run startx -- :0 vt07 -layout

Re: [Xpert]ATI IGP Intergrated U1 Graphics

2002-10-17 Thread Michel Dänzer
On Mit, 2002-10-16 at 09:34, Russell Jackson wrote: I recently purchased a Compaq Presario 900Z which has the new ATI IGP chipset containing a Radeon 7000 (7500?) graphics accelerator. Currently, the ati driver does not detect this graphics adapter. Since this adapter is supposed to be a

Re: [Xpert]SIGFPE in Radeon 7500 DRI support

2002-10-17 Thread Michel Dänzer
On Mon, 2002-10-14 at 04:48, David Hampton wrote: I looked through the last three months of the archives for this mailing list and didn't see anything that quite matched my problem. I get a crash in the DRI code any time I try to run a GL application, while everything else seems to run fine.

[Xpert]Chips Technologies Driver

2002-10-17 Thread Zieba Pete
I have a toshiba laptop which uses a CT6 controller, and am trying to figure out which files are used in the X 4.2.0 source to put together the chips_drv.o driver. I want to try to optimize it for my laptop as the performance is actually better using the vesa driver with linux, however, I

Re: [Xpert]Chips Technologies Driver

2002-10-17 Thread David Bateman
Daprès Zieba Pete [EMAIL PROTECTED] (le 17/10/2002): I have a toshiba laptop which uses a CT6 controller, and am trying to figure out which files are used in the X 4.2.0 source to put together the chips_drv.o driver. I want to try to optimize it for my laptop as the performance is actually

Re: [Xpert][Fwd: ATI Radeon 7500 fails in XFree 4.2]

2002-10-17 Thread Ian Romanick
On Tue, Oct 15, 2002 at 11:12:20PM -0400, Apostolod Dimitromanolakis wrote: I have some trouble trying to make my new ATI RADEON 7500 (OEM, made by ATI) work with XFree 4.2.0/1. When X Server start no problems are reported but the screen goes to standby mode. Of course there is nothing on

Re: [Xpert]exact integral types

2002-10-17 Thread Marc Aurele La France
On Thu, 17 Oct 2002, Warren Turkal wrote: Why does X not use the exact integral types in its typedefs? For instance, typedef uint32_t CARD32; instead of all the magic in Xmd.h? These are the ISO C 9X integer types aren't they ? I don't think we have got as far as

[Xpert]Changing ctrl-alt-bckspc to ctrl-alt-delete

2002-10-17 Thread Boris
Does anyone know how to change exiting XFree from ctrl-alt-backspace to ctrl-alt-delete? Any help would be greatful. Even if I have to hardcode it. ___ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert

[Xpert]mga + VDI

2002-10-17 Thread Emiliano Sutil
Hi, I have XFree86 4.2.0 and I have a Matrox G550. I have been using the VGA interface and it works fine, but when I try to use de DVI inrterface it doesn´t work. ¿which can be the problem? Does the mga driver support DVI mode? or do I need something especial? -- Emiliano Sutil García

Re: [Xpert]mga + VDI

2002-10-17 Thread Dr Andrew C Aitchison
On Thu, 17 Oct 2002, Emiliano Sutil wrote: Hi, I have XFree86 4.2.0 and I have a Matrox G550. I have been using the VGA interface and it works fine, but when I try to use de DVI inrterface it doesn´t work. ¿which can be the problem? Does the mga driver support DVI mode? or do I need

Re: [Xpert]gdb on ia64

2002-10-17 Thread Michel Dänzer
On Don, 2002-10-17 at 17:26, Johannes Rath wrote: I have installed gdb with support for xfree modules (5.1.1-2.0xfree) on ia64 machine, but I am still not able to see the symbols of my module inside gdb. Did you call module /path/to/modules before the backtrace? -- Earthling Michel Dänzer

Re: [Xpert]Re: Probable return of Radeon, R128 XFree86 crash at VTswitch

2002-10-17 Thread Marc Aurele La France
On 17 Oct 2002, Michel Dänzer wrote: On Don, 2002-10-17 at 04:50, David Dawes wrote: On Tue, Oct 15, 2002 at 12:28:27AM +0200, Charl P. Botha wrote: On Mon, Oct 14, 2002 at 04:14:22PM -0600, Marc Aurele La France wrote: On Tue, 15 Oct 2002, Charl P. Botha wrote: This would mean that

Re: [Xpert]mga + VDI

2002-10-17 Thread Emiliano Sutil
Dr Andrew C Aitchison escribió:: On Thu, 17 Oct 2002, Emiliano Sutil wrote: Hi, I have XFree86 4.2.0 and I have a Matrox G550. I have been using the VGA interface and it works fine, but when I try to use de DVI inrterface it doesn´t work. ¿which can be the problem? Does the mga driver

Re: [Xpert]SIGFPE in Radeon 7500 DRI support

2002-10-17 Thread David Hampton
On Thu, 2002-10-17 at 05:06, Michel Dänzer wrote: Program received signal SIGFPE, Arithmetic exception. 0x40771fbb in gl_test_os_katmai_exception_support () from /usr/X11R6/lib/modules/dri/radeon_dri.so (gdb) bt #0 0x40771fbb in gl_test_os_katmai_exception_support ()

Re: [Xpert]SIGFPE in Radeon 7500 DRI support

2002-10-17 Thread Ian Romanick
On Thu, Oct 17, 2002 at 11:20:11AM -0700, David Hampton wrote: On Thu, 2002-10-17 at 05:06, Michel Dänzer wrote: Program received signal SIGFPE, Arithmetic exception. 0x40771fbb in gl_test_os_katmai_exception_support () from /usr/X11R6/lib/modules/dri/radeon_dri.so (gdb) bt #0

[Xpert]i815 trouble

2002-10-17 Thread Torsten Bergander
Dear all, when playing back movies using the Xv extensions I get a blue screen insted off the visual part of the movie. I used mplayer and xine under linux to investigate this issue. Histrory: All worked fine with SuSE 8.0 and their Xfree version (4.2.0). The full screen output had a small

Re: [Xpert]SIGFPE in Radeon 7500 DRI support

2002-10-17 Thread Michel Dänzer
On Don, 2002-10-17 at 20:20, David Hampton wrote: On Thu, 2002-10-17 at 05:06, Michel Dänzer wrote: Program received signal SIGFPE, Arithmetic exception. 0x40771fbb in gl_test_os_katmai_exception_support () from /usr/X11R6/lib/modules/dri/radeon_dri.so (gdb) bt #0 0x40771fbb in

[Xpert]Re: Xpert digest, Vol 1 #2338 - 4 msgs

2002-10-17 Thread David Hampton
On Thu, 2002-10-17 at 12:00, Ian Romanick [EMAIL PROTECTED] wrote: It's not long gone. It's sitting right there in gdb. This exception is NOT what is crashing your app. Do 'c' in gdb to get to the real problem. At the point when this happens no 3D rendering has happened. In fact, the

Re: [Xpert]Sun(Sony)GDM-1662B

2002-10-17 Thread Mark Vojkovich
On 15 Oct 2002, Son of Zev wrote: HI Has anyone actually got this one going... I've seen posts that claim to have working modelines on various websites but none seem to work. This is not just a fixed frequency monitor. It is a sync-on-green or composite sync monitor. Your video

Re: [Xpert]Nvidia and Suspend

2002-10-17 Thread Mark Vojkovich
The nv driver doesn't know (and can't know) anything about suspend events. It's handled entirely by the bios and there is no mechanism for XFree86 to get these ACPI events from the kernel. Subsequently, the bios will mess up the nv driver's state and the nv driver won't know that it needs to

RE: [Xpert]i815 trouble

2002-10-17 Thread Sottek, Matthew J
Is this in a Desktop or a Laptop? If it is a laptop or using a DVI Flat Panel then you are likely suffering from the same problem discussed over the last few days on this list under the Correction for i810 driver subject. I think Egbert Eich was looking into committing a fix for the issue. If you

Re: [Xpert]Changing ctrl-alt-bckspc to ctrl-alt-delete

2002-10-17 Thread Mark Vojkovich
On Thu, 17 Oct 2002, Boris wrote: Does anyone know how to change exiting XFree from ctrl-alt-backspace to ctrl-alt-delete? Any help would be greatful. Even if I have to hardcode it. If you wish to hack the source see xf86PostKbdEvent() in common/xf86Events.c MArk.

Re: [Xpert]Changing ctrl-alt-bckspc to ctrl-alt-delete

2002-10-17 Thread Boris
I have found the file, What line would I have to change and what do I have to change it too? - Original Message - From: Mark Vojkovich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 17, 2002 2:37 PM Subject: Re: [Xpert]Changing ctrl-alt-bckspc to ctrl-alt-delete On

[Xpert]xfree86 geode driver on freebsd

2002-10-17 Thread Bruce R. Montague
Hi, this is just to confirm that the new Xserver/hw/xfree86/drivers/geode driver works for me on a National Semiconductor Centaurus II (Geode GX1+5530A) reference system, running FreeBSD 4.6 (a slightly patched -Stable), with X11 built from a 16-oct-2002 xfree86 cvsup. I generated the

Re: [Xpert]Nvidia and Suspend

2002-10-17 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 18 Oct 2002 05:35, Mark Vojkovich wrote: The nv driver doesn't know (and can't know) anything about suspend events. It's handled entirely by the bios and there is no mechanism for XFree86 to get these ACPI events from the kernel.

Re: [Xpert]Nvidia and Suspend

2002-10-17 Thread Mark Vojkovich
On Fri, 18 Oct 2002, Brad Hards wrote: On Fri, 18 Oct 2002 05:35, Mark Vojkovich wrote: The nv driver doesn't know (and can't know) anything about suspend events. It's handled entirely by the bios and there is no mechanism for XFree86 to get these ACPI events from the kernel.

Re: [Xpert]Changing ctrl-alt-bckspc to ctrl-alt-delete

2002-10-17 Thread Mark Vojkovich
On Thu, 17 Oct 2002, Boris wrote: I have found the file, What line would I have to change and what do I have to change it too? You'll have to figure out how things work and investigate that. You can see where the current ctrlaltbs is handled. It looks like: if ((ModifierDown(ControlMask

[Xpert]FreeBSD patches for CVS

2002-10-17 Thread Alastair Hogge
Hello, I'm trying to make install after a successfull make World but I'm getting a load of errors are there any patches for FreeBSD to help with the building/installation of XFree86 CVS? I've managed to remove some errors with using the patches for the XFree86 FreeBSD port. Thanks in advacnce

[Xpert]Help needed - Issues with X cvs - module loading broken

2002-10-17 Thread mike
Hi I have just downloaded and built (several times) X cvs I have some issues On my current build (which generally works) The mouse is big and red and cant be changed I get messages related Xlib not supporting my locale #, which is 1so 889915 If I build a non-static server On nearly every

Re: [Xpert]CrtlAltKP_+/KP_- and cvs xfree

2002-10-17 Thread David Dawes
On Sat, Oct 12, 2002 at 10:37:31PM +0200, Arkadiusz Miskiewicz wrote: Hi, I'm using cvs version of xfree from today and CrtlAltKP_+/KP_- no longer works. Previously I was using cvs version of xfree from few weeks ago (before RandR merge). Config is exactly the same. Is there some app now to do

Re: [Xpert]Nvidia and Suspend

2002-10-17 Thread David Dawes
On Thu, Oct 17, 2002 at 02:21:13PM -0700, Mark Vojkovich wrote: On Fri, 18 Oct 2002, Brad Hards wrote: On Fri, 18 Oct 2002 05:35, Mark Vojkovich wrote: The nv driver doesn't know (and can't know) anything about suspend events. It's handled entirely by the bios and there is no mechanism

Re: [Xpert]Changing ctrl-alt-bckspc to ctrl-alt-delete

2002-10-17 Thread David Dawes
On Thu, Oct 17, 2002 at 02:29:19PM -0700, Mark Vojkovich wrote: On Thu, 17 Oct 2002, Boris wrote: I have found the file, What line would I have to change and what do I have to change it too? You'll have to figure out how things work and investigate that. You can see where the current

Re: [Xpert]Re: Probable return of Radeon, R128 XFree86 crash at VT switch

2002-10-17 Thread Charl P. Botha
On Thu, Oct 17, 2002 at 11:17:39AM -0600, Marc Aurele La France wrote: On 17 Oct 2002, Michel Dänzer wrote: On Don, 2002-10-17 at 04:50, David Dawes wrote: On Tue, Oct 15, 2002 at 12:28:27AM +0200, Charl P. Botha wrote: On Mon, Oct 14, 2002 at 04:14:22PM -0600, Marc Aurele La France

Re: [Xpert]Re: Probable return of Radeon, R128 XFree86 crash at VTswitch

2002-10-17 Thread Marc Aurele La France
On Thu, 17 Oct 2002, Charl P. Botha wrote: On Thu, Oct 17, 2002 at 11:17:39AM -0600, Marc Aurele La France wrote: On 17 Oct 2002, Michel Dänzer wrote: Sounds good, unfortunately it doesn't seem to work for the original poster - any idea why? Charl P. Botha did not actually try it.

Re: [Dri-devel] Re: [Xpert]Re: Probable return of Radeon, R128 XFree86 crash at VT switch

2002-10-17 Thread Charl P. Botha
On Thu, Oct 17, 2002 at 02:51:57PM -0600, Marc Aurele La France wrote: The question on my, and David's, mind is whether or not bus mastering was enabled on server entry. According to lspci, it was definitely enabled. Thanks and my apologies for the upset. Indeed. In the future, please

Re: [Dri-devel] Re: [Xpert]Re: Probable return of Radeon, R128 XFree86 crash at VT switch

2002-10-17 Thread David Dawes
On Fri, Oct 18, 2002 at 12:12:03AM +0200, Charl P. Botha wrote: On Thu, Oct 17, 2002 at 02:51:57PM -0600, Marc Aurele La France wrote: The question on my, and David's, mind is whether or not bus mastering was enabled on server entry. According to lspci, it was definitely enabled. I'm reluctant