X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fgdi%2Fbcm.cpp;h=b215b108385e1c75973064ecdf5d11961f74af37;hb=8424edf325edebd211f1e379a0c9094f7b6ab97c;hp=10219947a728349856a5678163069446a54e26dd;hpb=63e32165a14ac9fc3539bfc9631330b5ca73b756;p=vuplus_dvbapp diff --git a/lib/gdi/bcm.cpp b/lib/gdi/bcm.cpp index 1021994..b215b10 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())