X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fgdi%2Fbcm.cpp;h=ccf16f41ef09b56d01f51a99c4f48a3d93a7ea04;hb=1b1339127ce152097492d899e401e3c6a2438f2c;hp=12b5f22a2353298dc2927f6a0822cfdc7fc2ad11;hpb=db1d27d8b635de5bf0096a4853b45f42090050ad;p=vuplus_dvbapp diff --git a/lib/gdi/bcm.cpp b/lib/gdi/bcm.cpp index 12b5f22..ccf16f4 100644 --- a/lib/gdi/bcm.cpp +++ b/lib/gdi/bcm.cpp @@ -23,10 +23,10 @@ static int exec_list(void); int bcm_accel_init(void) { - fb_fd = open("/dev/fb/0", O_RDWR); + fb_fd = open("/dev/fb0", O_RDWR); if (fb_fd < 0) { - perror("/dev/fb/0"); + perror("/dev/fb0"); return 1; } if (exec_list())