Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[FreeBSD] - framebuffer in console
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sun Nov 13, 2005 8:19 pm    Post subject: [FreeBSD] - framebuffer in console Reply with quote

c'è un modo per abilitare quel maledetto framebuffer? con la modalità 80x25 mi sembra di guardare in un videocitofono
come posso avere la mia cara 1024x768?
Back to top
View user's profile Send private message
ProT-0-TypE
Veteran
Veteran


Joined: 20 Dec 2003
Posts: 1624
Location: Cagliari

PostPosted: Sun Nov 13, 2005 10:12 pm    Post subject: Reply with quote

puoi aumentare la risoluzione con vidcontrol. ora non mi ricordo esattamente la sintassi perchè sono su gentoo, cmq è una faq per cui se googli un po non avrai problemi
_________________
[Vuoi guadagnare navigando?]
Back to top
View user's profile Send private message
TwoMinds
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jul 2004
Posts: 146
Location: Italy

PostPosted: Mon Nov 14, 2005 7:25 am    Post subject: Reply with quote

...ciao... al massimo sono riuscito ad avere una risoluzione a 800x600... di più no... il kernel dev'essere compilato con le opzioni
Code:
options VESA
options SC_PIXEL_MODE

...a questo punto con vidcontrol regoli il tutto...
Code:
/usr/sbin/vidcontrol -g 100x37 VESA_800x600

...in Gentoo/FreeBSD c'è l'init.d syscons che si prende la variabile KBDFLAGS... ma viene passata a kbdcontrol... allora ho modificato l'init aggiungendo
Code:
if [ -n "${RESSYSCONS}" ]; then
      einfo "Setting keyboard flags for all screens"
      for ttyv in /dev/ttyv*; do
         vidcontrol ${RESSYSCONS} <${ttyv} &>${ttyv}
      done
fi

...e inserendo in /etc/conf.d/syscons
Code:
RESSYSCONS="-g 100x37 VESA_800x600"


EDIT: postato soluzione funzionante
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum