Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 100391
Collapse All | Expand All

(-)radeontool-1.5/radeontool.c (-1 / +1 lines)
Lines 293-299 Link Here
293
       if(fgets(line,sizeof(line),fp) == NULL) {  /* if end of file */
293
       if(fgets(line,sizeof(line),fp) == NULL) {  /* if end of file */
294
          fatal("Radeon hardware not found in lspci output.\n");
294
          fatal("Radeon hardware not found in lspci output.\n");
295
       }
295
       }
296
       if(strstr(line,"Radeon") || strstr(line,"ATI Tech")) {  /* if line contains a "radeon" string */
296
       if(strstr(line,"Radeon") || strstr(line,"VGA compatible controller: ATI Tech")) {  /* if line contains a "radeon" string */
297
          if(skip-- < 1) {
297
          if(skip-- < 1) {
298
             break;
298
             break;
299
          }
299
          }

Return to bug 100391