Way I see it, bub, everyone is a troll.
ATI HD6870 driver and GPU! can't get it to work
Collapse
X
-
Originally posted by Kano View PostMost likely it will run but you will get the well known unsupported hardware watermark. I can hack that of couse, maybe i add that feature directly in my script...
Maybe AMD can just add it to the boxes (unsupported in Linux) so no one has to hack anymore.
Comment
-
-
Originally posted by Redook View PostWas anybody succesfull in running 10.12 with hd 69xx?
I'm interested in buying 6950 but I dont want to be forced to use vesa.
I am also using three monitor (easy as pie to setup)
Gonna "upgrade" the 6950 to a 6970 later today
Comment
-
-
Basically that "control" file check is really stupid, as all supported cards can be found with the correct pci id in the kernel driver. There is a second check, which is especially annoying for FirePro users. Even when the control file does not contain the ids for the cards aticonfig still works for the desktop series - so that tool has its own whitelist. aticonfig does not work with certain (new) FirePro cards and just writes unsupported, when you manually create the file it works (or when you create it with an other card). When you think about that FirePro is the most expensive card series that ATI/AMD sells and has the worst support in current drivers then something is not normal. The "signature" check used to mark beta drivers from release drivers is a piece of cake to get rid of as every old signature can be reused. As the content of the control file is not decoded you have to patch the binary to disable the code that displays the watermark (ATI called it Logo, so not that hard to find). That can be done in a generic way since long time with a code i showed here:
Comment
-
-
Originally posted by pwyll View PostYes it works. I just installed a Sapphire 6950 on opensuse 11.3 with 2.6.37-rc8 kernel. Im using the 10.2 driver (patched). There is the watermark though and working on getting rid of that now.
I am also using three monitor (easy as pie to setup)
Gonna "upgrade" the 6950 to a 6970 later today
Comment
-
Comment