Hello,
I've spent hours for solving following situation, but without success.
On my htpc-system (uefi only) I've found out, that I've to boot in framebuffer resolution "mode 3" to use scfb-driver from xorg with correct resolution 1920x1080.
1. escape to loader prompt
2. typing mode to get an overview of possible modes
3. typing mode 3 [RETURN]
4. typing boot [RETURN]
This starts machine in correct framebuffer resolution 1920x1080. But I want to store this.
I've found this Howto to set string "mode 3" in /boot/loader.rc.local
But it does not help, machine starts with wrong resolution 1024x768 and xorg session is not usable with scfb-driver.
How to set it in a correct way?
Kind regards
Holger
I've spent hours for solving following situation, but without success.
On my htpc-system (uefi only) I've found out, that I've to boot in framebuffer resolution "mode 3" to use scfb-driver from xorg with correct resolution 1920x1080.
1. escape to loader prompt
2. typing mode to get an overview of possible modes
3. typing mode 3 [RETURN]
4. typing boot [RETURN]
This starts machine in correct framebuffer resolution 1920x1080. But I want to store this.
I've found this Howto to set string "mode 3" in /boot/loader.rc.local
Code:
[holger@luchs ~]$ less /boot/loader.rc.local
mode 3
[holger@luchs ~]
But it does not help, machine starts with wrong resolution 1024x768 and xorg session is not usable with scfb-driver.
How to set it in a correct way?
Kind regards
Holger