Skip to main content

Questions tagged [framebuffer]

related to Linux `fbdev` abstraction (a.k.a. Linux framebuffer), as well as to accessing the framebuffer (a part of video memory) in general

7 votes
2 answers
7k views

Debian10: No such file or directory: /dev/dri/card0

I'm installing Debian 10 but I cannot startx nor have a GUI. I think the problem is about some driver. Here are the errors I've got in /var/log/Xorg.0.log : [drm] Failed to open DRM device for pci:...
Gian Marco Cialdi's user avatar
0 votes
3 answers
3k views

How to access and use Linux Frame Buffer without GTK?

I'd like to use /dev/fb0 or whichever other files are provided by the linux. This in a system specific way as low as possible how to read/write/interpret those device files for GUI frame-buffer non-...
Mini kute's user avatar
1 vote
1 answer
379 views

Can gstreamer fbdevsink output to Xvfb virtual framebuffer? Which device to use?

I learned recently how to use Xvfb virtual Linux framebuffer: https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=261264 I want gstreamer fbdevsink output into a virtual framebuffer, but that ...
HermannSW's user avatar
1 vote
1 answer
435 views

Displaying a picture on the framebuffer while running a script created with dialog

I have setup scripts that use the dialog command. They are used to prepare embedded servers. I'd like to display a picture on a edge while a dialog script is running. The problem is, that dialog by ...
Hans Müller's user avatar
2 votes
0 answers
784 views

Xfbdev not found after including X (tinyx/kdrive) in Buildroot

I'm trying to add Xorg to an evaluation board for which I've already been provided with a working linux kernel. The evaluation board has an LCD display and I can confirm hardware & drivers are ...
Maldus's user avatar
  • 209
4 votes
1 answer
2k views

How do I get fb0 scanline length?

I am accessing /dev/fb0, the screen's frame buffer, in console mode, Debian 10, using a HP Envy Touchsmart laptop, using fwrite standard C function. I read this page: https://techoverflow.net/2015/06/...
Winston's user avatar
  • 143
3 votes
0 answers
986 views

How can I display graphics on the screen from the kernel over the top of my X11/Wayland session?

I want to draw simple (2D bitmapped) graphics onto my screen (in response to (simple) external inputs) with the lowest latency possible (the order of tens of milliseconds) so I can empirically test ...
i336_'s user avatar
  • 1,027
4 votes
1 answer
2k views

How can I prevent a TTY (e.g. /dev/tty1) from writing to the framebuffer (/dev/fb0)?

I'm running a Raspbian Buster server with no Xserver. I want to display wallpaper on a connected television but /dev/tty1 keeps over writing /dev/fb0 either with a blinking cursor or just refreshing ...
user avatar
0 votes
1 answer
467 views

How to prevent a particular terminal (e.g. /dev/tty1) from writing the cursor to framebuffer (e.g. /dev/fb0)

I'm running Raspbian Buster with no Xserver but attached to a television. I have a script that writes an image to the framebuffer from a timed systemd service. The problem is /dev/tty1 is writing ...
user avatar
0 votes
0 answers
1k views

How to set a large stty size?(default 80x24)

I'm really not sure where is the problem, so I'm putting all message i think helpful here. dmesg | grep drm [ 0.316388] fb0: switching to cirrusdrmfb from EFI VGA [ 0.316769] [drm] fb mappable ...
Obsessive's user avatar
1 vote
0 answers
821 views

Struggling with display KMS options on Lenovo D330-10igm

I'm trying to replace the default Windows 10 installation with Linux on this hybrid tablet. What I tried First I tried with Ubuntu 18.04, blank screen, I thought about starting modifying the KMS ...
Yaron's user avatar
  • 233
0 votes
0 answers
443 views

Accessing the full screen in console mode

I have a newly installed version Rockchip Debian running on a Libre Computer Renegade that I use solely in console mode. I am trying to get text to take up the entire screen and have managed to ...
gatorreina's user avatar
2 votes
0 answers
242 views

Redirect all keyboard input to a detached screen session

I'm trying to build a headless system using a Raspberry Pi; I have two programs runnning on it, one to catch all the input from a barcode reader (a simple keyboard emulation device) and one to display ...
pardie's user avatar
  • 121
2 votes
0 answers
469 views

How do I vsync in bash (or the Linux framebuffer)?

I was trying to see how fast I could fill/swap on /dev/fb0 with something to the effect of: while :; do head -c $SIZE /dev/erg > /dev/fb0; head -c $SIZE /dev/zero > /dev/fb0; done (Where /dev/...
p-valentine's user avatar
1 vote
0 answers
107 views

Display blacking out on boot (Macbook Linux)

(Please note that I am breaking this out as a separate question from this one I asked earlier: How exactly do the Linux display device files work?) I have a Linux From Scratch system that I've built (...
Time4Tea's user avatar
  • 2,405

15 30 50 per page
1 2 3
4
5
11