Skip to main content

All Questions

Tagged with
0 votes
0 answers
17 views

Is it possible to get separate framebuffers for displays on Nouveau?

I'm using a simple Nvidia GPU (gt730) to run desktop system on a home server. I'm using nouveau as the GPU driver built-in on the 6.9 latest kernel. I use FBDEV (on /dev/fb0) to run the X server. /dev/...
melonfsck's user avatar
5 votes
1 answer
3k views

How to get tty to display on another monitor (using nvidia drivers)

I am trying to have the tty (at boot) to display on a secondary monitor than what it currently starts on, or even better - to have multiple tty's running at once on different displays, as is described ...
Meep's user avatar
  • 87
1 vote
0 answers
212 views

Load NVIDIA module for X and load nouveau module for framebuffer: automatically

NVIDIA driver doesn't have support for framebuffer console. I want Linux kernel to automatically load NVIDIA for X window system, and nouveau for framebuffer console. There should be a method to ...
Megidd's user avatar
  • 1,559
2 votes
1 answer
2k views

How can I move framebuffer or X screen relative position?

A long time ago in a galaxy far, far away I had fixed boot screen using this nice solution. Since that time I have been looking for the way to move framebuffer in virtual console slightly to the right ...
Danatela's user avatar
  • 178
2 votes
0 answers
306 views

re-initialize the framebuffer when program crashes

I'm using SDL to display images on a monitor, without X installed. When my program ends successfully, the monitor goes back to the login prompt (as expected). But when my program crashes, the last ...
Jav's user avatar
  • 1,010
6 votes
1 answer
710 views

Specify Monitor For Linux Console

Does the kernel, framebuffer, or a framebuffer driver (uvesafb) have an option to specify the video-card output to use? The kernel only outputs to one monitor: Kernel message buffer (before and ...
Steven's user avatar
  • 738