Re: framebuffer fb not listed under /dev

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Mar 11, 2008 at 02:34:16PM +0530, Max Stirling wrote:
> cat /proc/devices shows fb but when I do ls -l /dev  I don't find the fb  
> node
>
> The X-server should be using the framebuffer (/dev/fb)? So why is fb not  
> listed under /dev?

Because the kernel will not create device nodes itself. If you use
udev, udev will create the device node for you. If you don't use udev,
you have to do it by hand: mknod /dev/fb0 c 29 0 .

(Note: the first framebuffer device is called /dev/fb0, not /dev/fb).


Erik

-- 
Erik Mouw -- mouw@xxxxxxxxxxxx

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux