Re: Does multicard work for siliconmotion?

2010-12-10 Thread Matt Turner
On Wed, Dec 8, 2010 at 11:56 PM, Artimus Dink  wrote:
> I've been trying to get this working without success.
>
> kernel - 2.6.35.4
> Xorg server - 1.8.2
> siliconmotion driver - 1.7.4
> chipset - Lynx3DM
>
> Does the siliconmotion driver even support multicard setups?  Thanks

What kind of hardware is this? Silicon motion chipsets are usually
embedded, so I'm having a hard time understanding what multicard
silicon motion would be.

Thanks,
Matt
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: [Bug 32307] New: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting

2010-12-10 Thread Sergio Monteiro Basto
On Fri, 2010-12-10 at 17:51 -0800, bugzilla-dae...@freedesktop.org
wrote:
> Product: DRI
>Version: XOrg 6.7.0
  ^^
>   Platform: x86-64 (AMD64) 

Hi, when we report in bugzilla (bugs.freedesktop.org), the options for
Versions are: "DRI CVS", "unspecified", "XFree86 4.4.0", "XFree86 CVS",
"XOrg 6.7.0" and "XOrg CVS"
I ask to someone to update this with 6.8, 6.9, 7.0, 7.1, 7.2, 7.3, 7.4,
7.5 and maybe 7.6 

Thanks, 
-- 
Sérgio M. B.


smime.p7s
Description: S/MIME cryptographic signature
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

video talk about hardware vendors and free software

2010-12-10 Thread Hanno Böck
Hi,

A while ago, I watched a video that was talking about driver development and 
hardware vendors by a guy from Intel. I'm pretty sure it was on some xorg-
conference or somethink alike.

It had a title like "how to make hardware vendors happy" or something similar, 
but I don't remember exactly. It was about the problems that arise when 
hardware vendors want to have free software drivers, one example was the 
mentioning of moving features to a wlan card firmware in order to be able to 
create a driver that complies with state regulation.

Does anyone remember that video and can give me a link?

-- 
Hanno Böck  Blog:   http://www.hboeck.de/
GPG: 3DBD3B20   Jabber/Mail:ha...@hboeck.de

http://schokokeks.org - professional webhosting


signature.asc
Description: This is a digitally signed message part.
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Re: Dri2 buffer format

2010-12-10 Thread Pauli Nieminen
On Tue, Nov 9, 2010 at 2:12 AM, Russell Shaw  wrote:
> Hi,
> How should the "format" of a DRI2 buffer be determined?
>
>
> http://www.x.org/releases/current/doc/dri2proto/dri2proto.txt
>
> DRI2ATTACH_FORMAT { attachment: CARD32
>            format:     CARD32 }
>
>    The DRI2ATTACH_FORMAT describes an attachment and the associated
>    format.  'attachment' describes the attachment point for the buffer,
>    'format' describes an opaque, device-dependent format for the buffer.
>
>
> xorg-server-1.7.7/hw/xfree86/dri2/dri2ext.c
>
>
> If it's opaque, how does a user or library know what bytes are
> red/green/blue
> so that you can draw a line in the right colour?
>

Only driver knows it. That why user code would need glx extension to
map and provide information about format.
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com