Find the answer to your Linux question:
Results 1 to 2 of 2
I'm trying to use Qingy for my login, but when it runs, it just says it can't get the framebuffer resolution. When I run fbset, it tells me that /dev/fb0 ...
  1. #1
    Just Joined!
    Join Date
    Mar 2005
    Location
    Kansas
    Posts
    30

    Qingy framebuffer problems

    I'm trying to use Qingy for my login, but when it runs, it just says it can't get the framebuffer resolution. When I run fbset, it tells me that /dev/fb0 doesn't exist. I've been looking through man pages and Google all week, but I haven't had any luck finding a solution. I'm using a vanilla Debian kernel (2.6.14-i686), and I've checked the config to make sure the framebuffer drivers are in it. Anyone have an idea how to fix this?

  2. #2
    Linux Engineer
    Join Date
    Nov 2004
    Location
    Ft. Polk, LA
    Posts
    796
    mknod /dev/fb0 c 29 0

    Is the command to create /dev/fb0 . Documentation/devices.txt in the kernel tarball contains all the device nodes and numbers to go with them, just plug that stuff into the mknod command to create the device node.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •