Direct X on linux??

Is there such think as direct x on linux? or something equivelant to that??If there is i would like to hear all about it! (if possible in rpm format, a thats the only thing i know how to install. . .

Linux Games 157 This topic was started by ,


data/avatar/default/avatar08.webp

28 Posts
Location -
Joined 2004-10-15
Is there such think as direct x on linux? or something equivelant to that??If there is i would like to hear all about it! (if possible in rpm format, a thats the only thing i know how to install...)

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar07.webp

16 Posts
Location -
Joined 2004-08-17
http://www.libsdl.org is what you're looking for.
 
Games such as Quake3 and all of Loki's titles use it. If you wanna use RPM's you should get them from your distributor, or find some custom made for your distro at http://rpm.pbone.net

data/avatar/default/avatar08.webp

28 Posts
Location -
Joined 2004-10-15
OP
wow im not smart, i porbably wanted to word that different. i mean the diredtx diognostics tool. where it tells you all the hardware on your system and drivers. (sorry, thanks though)

data/avatar/default/avatar07.webp

16 Posts
Location -
Joined 2004-08-17
I know GNOME 2.8.0 has a hardware browser, depending on your distro/gnome version it might or might not be available. For just a listing of PCI cards, run "/usr/sbin/lspci".

data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
Direct X is a Microsoft thing so its not available on linux, but the WINE project is working on it so we should see a basic directX architecture soon. (hopefully)

data/avatar/default/avatar03.webp

134 Posts
Location -
Joined 2004-07-27
Directx is an API that allows for interaction with hardware without having to write softweare for each specific hardware type - it makes programming simpler. That said its buggy and lacking in features - even the latest D3D9 can be translated to OpenGL1.2 which is pretty old.
 
The only time you would need directx in linux is for using windows applications - especially games - otherwise there is no need. Cedega (a comercial wine version) has an imnplementation of it as does wine itself. As for the DXDiagnostics tool - again - there is no need for it in linux.