bigger screen resolution for shell textmode like

3 posts / 0 new
Last post
#1 Mon, 2013-07-01 16:53
WriteConsole
  • WriteConsole's picture
  • Offline
  • Last seen: 4 years 9 months ago
  • Joined: 2013-07-01

hi,

currently my alpine is using textmode,
i want to view it bigger (no need GUI, just plain textmode or vga vesa mode)

objective is 1024x768 or bigger, and minimalistic approach,

is Xorg my only choice? or xvesa, any guide to set up those mode?

thank you,

ps: I posted on mailing list but no reply, so gonna try my luck here,
congratulate new opening, alpine forum

Wed, 2013-08-14 14:42
ncopa
  • ncopa's picture
  • Offline
  • Last seen: 2 years 1 month ago
  • Joined: 2011-05-12

you'll need a framebuffer driver for your video card. Its probably only a question of removing the proper driver in /etc/modules.d/blacklist (or remove all *fb drivers there) and then add fbcon to /etc/modules.

Sun, 2013-12-01 03:09
dubiousjim
  • dubiousjim's picture
  • Offline
  • Last seen: 9 months 3 weeks ago
  • Joined: 2013-06-25

It depends on what your video hardware is. On a few machines, I have Intel embedded graphics, and there the trick is to do "modprobe i915". This happens automatically if I start up X (and it stays in that mode even after quitting X).

Log in or register to post comments