View | Details | Raw Unified
Collapse All | Expand All

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