Hamcha
08-29-2001, 07:49 AM
Hi there.
I´m programming openGL in linux/SDL, and today I wrote a small program that checks if the computer has hardware support.
The code to detect is this: (probably sucks)
videoInfo = SDL_GetVideoInfo();
if(videoInfo->hw_available) {
printf("\nHardware available");
} else {
printf("\nNo hardware!");
}
When I run it at my own computer it says that I havent' got hardware available.
My graphics card is a ASUS GeForce2 MX, and I'm using nVIDIA kernel x.x, and nVIDIA GLX.
How can I configure my graphics card, so that I get "hardware_available" ?
/Hamcha
I´m programming openGL in linux/SDL, and today I wrote a small program that checks if the computer has hardware support.
The code to detect is this: (probably sucks)
videoInfo = SDL_GetVideoInfo();
if(videoInfo->hw_available) {
printf("\nHardware available");
} else {
printf("\nNo hardware!");
}
When I run it at my own computer it says that I havent' got hardware available.
My graphics card is a ASUS GeForce2 MX, and I'm using nVIDIA kernel x.x, and nVIDIA GLX.
How can I configure my graphics card, so that I get "hardware_available" ?
/Hamcha