Carsten Friede wrote:
Fabian Hänsel wrote:
Hilft ein 'fbset -xres 1024 -yres 768 -depth 16'?
Das bringt leider nur: ioctl FBIOPUT_VSCREENINFO: Invalid argument
Probiere mal:
console1> fbset -xres 1024 -yres 768 -depth 16 console1> fbset -s mode "1024x768-116" # D: 100.000 MHz; H: 93.985 kHz, V: 116.318 Hz geometry 1024 768 1024 768 16 timings 10000 16 16 16 16 8 8 rgba 8/0,8/0,8/0,0/0 endmode console1> chvt 2 console2> fbset -s mode "1024x768-116" # D: 100.000 MHz; H: 93.985 kHz, V: 116.318 Hz geometry 1024 768 1024 768 XXX timings 10000 16 16 16 16 8 8 rgba 8/0,8/0,8/0,0/0 endmode
Was steht bei XXX? Wenn dort nach wie vor 8 steht, dann wird auf vt 7, auf dem X starten will, auch noch 8 aktuell sein, und ein X mit 16 Bit Farbtiefe unmöglich. Dann müsste man am herausfinden, wie der wechsle_nach_vt_und_mach_dort_etwas-Befehl heißt.
mfg, Fabian