diff --git a/src/driver/framebuffer_ng.h b/src/driver/framebuffer_ng.h index d642722de..4b6c9c6cc 100644 --- a/src/driver/framebuffer_ng.h +++ b/src/driver/framebuffer_ng.h @@ -174,7 +174,7 @@ class CFrameBuffer void setupGXA(void); #endif - void init(const char * const fbDevice = "/dev/fb/0"); + void init(const char * const fbDevice = "/dev/fb0"); int setMode(unsigned int xRes, unsigned int yRes, unsigned int bpp);