Subversion Repositories Kolibri OS

Rev

Rev 1406 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1406 Rev 9583
Line 41... Line 41...
41
    if(action != 1)
41
    if(action != 1)
Line 42... Line 42...
42
        return 0;
42
        return 0;
43
 
43
 
Line 44... Line 44...
44
    if(!dbg_open("/bd0/2/ati2d.log"))
44
    if(!dbg_open("/sys/drivers/ati2d.log"))
45
    {
45
    {
46
        printf("Can't open /rd/1/drivers/ati2d.log\nExit\n");
46
        printf("Can't open /sys/drivers/ati2d.log\nExit\n");
47
        return 0;
47
        return 0;
48
    }
48
    }
49
    if( GetScreenBpp() != 32)
49
    if( GetScreenBpp() != 32)
50
    {
50
    {
51
        dbgprintf("32 bpp dispaly mode required !\nExit\t");
51
        dbgprintf("32 bpp dispaly mode required !\nExit\t");