Re: Is i855 datasheet useful for resolution, external crt?

2004-02-10 Thread Ryan Underwood
On Tue, Feb 10, 2004 at 01:04:56AM -0500, L. Jensen wrote: http://developer.intel.com/design/chipsets/datashts/25261503.pdf On pages 119-120 there is information about setting the resolution. Would it be possible to disassemble a bios routine and compare it to the datasheet to

Re: Is i855 datasheet useful for resolution, external crt?

2004-02-10 Thread Ryan Underwood
To clarify, I did this: $ sudo dd if=/dev/mem of=/tmp/bios bs=1 skip=786432 count=32768 to dump my vga bios, and loaded the resulting file into a disassembler. You may have to fiddle a bit to get the entry point right (or sod it altogether and pick random points in the code to start at). I was

Support for Radeon Mobility

2004-02-10 Thread Cyril Duveau
Hello, I am running linux on a Compaq Presario with an ATI video card, reporting the following via lspci VGA compatible controller: ATI Technologies Inc Radeon Mobility U1 PCI bridge: ATI Technologies Inc U1/A3 AGP Bridge [IGP 320M] (rev 01) I installed the Xfree 4.4.0 RC2, kernel 2.4.24. If my

Re: Is i855 datasheet useful for resolution, external crt?

2004-02-10 Thread L. Jensen
On Tuesday 10 February 2004 03:07 am, Ryan Underwood wrote: To clarify, I did this: $ sudo dd if=/dev/mem of=/tmp/bios bs=1 skip=786432 count=32768 Thanks, this is a good tip. To be clear, I am disassembling using the command objdump -D -b binary -EL -m i386 -M addr16 -M data16 bios bios.asm

Re: Is i855 datasheet useful for resolution, external crt?

2004-02-10 Thread Ryan Underwood
On Tue, Feb 10, 2004 at 06:48:38AM -0500, L. Jensen wrote: On Tuesday 10 February 2004 03:07 am, Ryan Underwood wrote: To clarify, I did this: $ sudo dd if=/dev/mem of=/tmp/bios bs=1 skip=786432 count=32768 Thanks, this is a good tip. To be clear, I am disassembling using the command

Re: Support for Radeon Mobility

2004-02-10 Thread Alex Deucher
--- Cyril Duveau [EMAIL PROTECTED] wrote: Hello, I am running linux on a Compaq Presario with an ATI video card, reporting the following via lspci VGA compatible controller: ATI Technologies Inc Radeon Mobility U1 PCI bridge: ATI Technologies Inc U1/A3 AGP Bridge [IGP 320M] (rev 01) I

GL_VERSION string fix

2004-02-10 Thread Torrey Lyons
At 3:46 PM -0800 2/9/04, Alan Hourihane wrote: CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/02/09 15:46:31 Log message: 797. Fix GL_VERSION string for indirect rendering (Bugzilla #1147, DRI Project) Modified files:

Re: GL_VERSION string fix

2004-02-10 Thread Alan Hourihane
On Tue, Feb 10, 2004 at 02:34:54PM -0800, Torrey Lyons wrote: At 3:46 PM -0800 2/9/04, Alan Hourihane wrote: CVSROOT: /home/x-cvs Module name: xc Changes by: [EMAIL PROTECTED] 04/02/09 15:46:31 Log message: 797. Fix GL_VERSION string for indirect rendering (Bugzilla #1147,

a8r8g8b8

2004-02-10 Thread Thomas Winischhofer
Mark (and others), I played a little with a8r8g8b8 alpha textures and despite the fact my driver (erm, by hardware reasons) can't accelerate them, I think I found an issue: (I use a source where these kinds of alpha textures are still accepted by XAA, ie before Mark disabled this). The

Questions regarding gdb on Solaris/SPARC

2004-02-10 Thread Matt Prazak
Partly out of curiosity and partly out of a desire for XFree86's GTK+ XInput support, I'm trying to see how difficult/practical it would be to get the XFree86 sunffb driver working under Solaris/SPARC. So far, XFree86 will simply report that it finds no screens even when using a working config

Latest fixes from DRI Project

2004-02-10 Thread Torrey Lyons
At 10:11 AM -0800 1/28/04, Alan Hourihane wrote: Log message: 778. Fix Multitexture problems with vertex arrays and indirect rendering (Bugzilla #1092, DRI Project). 777. Fix SecondaryColor FogColor when indirect rendering (Bugzilla #1091, DRI Project). These fixes have the

Re: a8r8g8b8

2004-02-10 Thread Mark Vojkovich
What's the question/problem? Mark. On Tue, 10 Feb 2004, Thomas Winischhofer wrote: Mark (and others), I played a little with a8r8g8b8 alpha textures and despite the fact my driver (erm, by hardware reasons) can't accelerate them, I think I found an issue:

Re: Is i855 datasheet useful for resolution, external crt?

2004-02-10 Thread David Dawes
On Tue, Feb 10, 2004 at 01:04:56AM -0500, L. Jensen wrote: nothing can be done without more information from Intel. I just wanted to ask what can be made of the register information from this datasheet. http://developer.intel.com/design/chipsets/datashts/25261503.pdf On pages 119-120 there is

Re: Latest fixes from DRI Project

2004-02-10 Thread Ian Romanick
Torrey Lyons wrote: These fixes have the side effect of breaking GLX on Mac OS X. The problem is the addition of new server side dependencies on glPointParameteri, glPointParameteriv, glSampleMaskSGIS, glSamplePatternSGIS. Mac OS X instead uses glPointParameteriNV and glPointParameterivNV and

Display Manager communication

2004-02-10 Thread Calvin Spealman
Are there any defined protocols for communication with the active display manager? I need to able to get information to it, and to have a DM send information to a client. This needs to be done authenticated. ___ Devel mailing list [EMAIL PROTECTED]

Re: Latest fixes from DRI Project

2004-02-10 Thread Torrey Lyons
At 7:11 PM -0800 2/10/04, Ian Romanick wrote: Torrey Lyons wrote: These fixes have the side effect of breaking GLX on Mac OS X. The problem is the addition of new server side dependencies on glPointParameteri, glPointParameteriv, glSampleMaskSGIS, glSamplePatternSGIS. Mac OS X instead uses

69030 zoom video port for capture

2004-02-10 Thread Suhaib Chishtie
I have v4l device which outputs data to chips 69030 using zoom video port in YUV format. When chip driver is called by X11 v4l module to open an offscreen surface in YUV format, the driver only sets up the BitBlt playback engine. It doesn't set up the capture engine (which enables playing

Re: Display Manager communication

2004-02-10 Thread Andrew C Aitchison
On Tue, 10 Feb 2004, Calvin Spealman wrote: Are there any defined protocols for communication with the active display manager? I need to able to get information to it, and to have a DM send information to a client. This needs to be done authenticated. I think ICCCM is the traditional