Welcome to the Linux Foundation Forum!

Framebuffer [/dev/fb*]

Posts: 13
edited January 2015 in Drivers

I recently moved from debian to Ubuntu 14.04 and realized, that I have no framebuffer device located at "/dev/fb0". I already uncommented the vesafb driver from the framebuffer-blacklist and updated initramfs, however I do not know how to get access to the fb0 device (it does not show up in "/dev") .

It would be nice If you could help :)

Comments

  • Download your kernel source code look at the video driver source code you're using. Then figure out major and minor device number and do:
    1. mknod /dev/fb0 c [MAJOR MINOR]

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training