|
|
|
|
|
by pjlegato
3519 days ago
|
|
Not at all an exaggeration. I recently had to binary patch a video card driver -- using a patch I found on a forum -- just to get it to start X, after I had specifically bought the hardware (Foxconn, AMD - major brands) because they specifically advertised that they fully support Linux and X, which I had cross-verified with the Linux and X documentation. Why? The video card was a Radeon model "1234" (I forget the real exact number), but the hardware was a newer minor revision that identified itself as a "1234-A" to the OS in its ID string. Linux (Ubuntu) then simply refused to load the "1234" driver, because "1234-A" was not in the list of approved card ID strings in the driver. Absolutely nothing on AMD's site, nothing on Foxconn's site, nothing on Ubuntu's sites. Contact tech support? Ha. Eventually -- after days of googling for a solution -- I found some obscure forum where others were discussing the exact same problem. Someone provided a binary patch ("just load up the video driver in a hex editor and change the following 20 bytes to these other opaque values".) It worked. That is why I don't want a Linux desktop. |
|