MorphOS Developer
Posts: 507 from 2003/6/14
Quote:
Furvert wrote:
However, about half the "3d hardware acceleration" cards list as no W3D.
What I'd like to know is how important is this really?
If you want to make sure you have nothing relying on W3D, you could disable its two libraries in the shell:
Code:
rename MOSSYS:Libs/Warp3D.library MOSSYS:Libs/Warp3D.library_disabled
rename MOSSYS:Libs/Warp3DPPC.library MOSSYS:Libs/Warp3DPPC.library_disabled
Then reboot and check if everything is still working...
You could later re-enable W3D compatibility by typing in the shell:
Code:
rename MOSSYS:Libs/Warp3D.library_disabled MOSSYS:Libs/Warp3D.library
rename MOSSYS:Libs/Warp3DPPC.library_disabled MOSSYS:Libs/Warp3DPPC.library
Don't be afraid to try because there is nothing in MorphOS itself relying on W3D. So your system should still boot and be usable, no matter what.