Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Vesafb-tng fuziona, vesafb no! [RISOLTO]
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
juri
Tux's lil' helper
Tux's lil' helper


Joined: 13 Dec 2003
Posts: 88
Location: Pistoia - Italy

PostPosted: Thu Mar 31, 2005 7:52 pm    Post subject: Vesafb-tng fuziona, vesafb no! [RISOLTO] Reply with quote

Salve a tutti,
credo che il mio problema sia semplice ma non sono riuscito a trovare la soluzione nei forum,
gensplash con il driver vesafb-tng funziona bene, ma volendo provare vesafb ho ricompilato il kernel
cambiando solo il driver da vesafb-tng a vesafb. Ho modificato grub.conf aggiungendo vga=791 ma
il framebuffer non va più. Allora ho provato a cambiare la linea in grub.conf in vari modi ma senza successo.
Ecco il mio grub.conf:

Code:

default 0
timeout 30
splashimage=(hd2,0)/grub/splash.xpm.gz

title=gentoo 2.6.11
root (hd2,0)
kernel /kernel-2.6.11 root=/dev/hdc3 vga=791 video=vesafb:ywrap,mtrr,1024x768-32@85 splash=verbose,theme:gentoo
initrd /boot/fbsplash-gentoo-1024x768



con questa configurazione vesafb-tng funziona, anche col parametro vga=791.
Non è questione di vita o di morte, ma mi piacerebbe risolvere questo problemino


Last edited by juri on Wed Apr 06, 2005 6:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Thu Mar 31, 2005 9:28 pm    Post subject: Reply with quote

vesab-tng usa una sintassi del tipo 1024x768-16@75 (per esempio), inoltre non importa dare il paramentro al boot (a meno che tu non voglia modificare i valori di default) perché gliel'hai già detto nel kernel quale risoluzione ti piace di più....
vesafb vecchio usa la sintassi del tipo vga=791 e devi passare per forza tale parametro al boot perché non puoi metterlo nel kernel

visto che vesafb-tng funziona meglio di vesafb non vedo il problema comunque....
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
redview
Guru
Guru


Joined: 18 Feb 2004
Posts: 365
Location: Goteborg - Sweden

PostPosted: Thu Mar 31, 2005 10:10 pm    Post subject: Reply with quote

quindi se io non uso nè splash al boot nè sfondi per le console è inutile che passi
Code:
video=vesafb:ywrap,mtrr,1024x768-32@85

giusto?

se passo queste opzioni potrei avere dei problemi?

cosa significano ywrap e mtrr? nn ho trovato niente negli howto per gensplash e simili..sono date così "per assodate"..

inoltre ho capito bene che, dato che uso vesafb-tng, nn è necessario che passi
Code:
1024x768-32@85
?


grazie per i chiarimenti
_________________
our enterprise a success as return is no option/our eyes were removed for our own safety/the distance too great for you to hear our cries/nevermind take this lamp we are beyond light [kinetic-arcturus]
you and I, connect and emerge [we ride-syl]
Back to top
View user's profile Send private message
maninthebox1
Guru
Guru


Joined: 14 Nov 2004
Posts: 384
Location: ITALIA - L'AQUILA

PostPosted: Thu Mar 31, 2005 10:51 pm    Post subject: Reply with quote

redview wrote:
quindi se io non uso nè splash al boot nè sfondi per le console è inutile che passi
Code:
video=vesafb:ywrap,mtrr,1024x768-32@85

giusto?

se passo queste opzioni potrei avere dei problemi?

cosa significano ywrap e mtrr? nn ho trovato niente negli howto per gensplash e simili..sono date così "per assodate"..

inoltre ho capito bene che, dato che uso vesafb-tng, nn è necessario che passi
Code:
1024x768-32@85
?


Se non usi nè splash , nè sfondi puoi anche passare il semplice vga=791.
Se vuoi usare vasafb-tng metti le opzioni nel kernel. (io per sicurezza le passo anche al grub)

Se passi queste opzioni (video=vesafb:ywrap,mtrr,1024x768-32@85 )non avrai dei problemi...puoi andare tranquillo(devi essere solo sicuro che la tua scheda supporta i 32 bit).

Per quanto riguarda le guide su mtrr e yawrp guarda meglio che se ne trovano molte. E' tardi e voglio andare a dormire...al massimo, se domani mi ricordo cerco di incollarti qualche link. :D
Back to top
View user's profile Send private message
redview
Guru
Guru


Joined: 18 Feb 2004
Posts: 365
Location: Goteborg - Sweden

PostPosted: Thu Mar 31, 2005 11:09 pm    Post subject: Reply with quote

maninthebox1 wrote:
Se non usi nè splash , nè sfondi puoi anche passare il semplice vga=791.

ma questa notazione nn viene usata nel caso si sia rimasti ancora a vesafb? io uso vesa-tng..

maninthebox1 wrote:
Se passi queste opzioni (video=vesafb:ywrap,mtrr,1024x768-32@85 )non avrai dei problemi...puoi andare tranquillo(devi essere solo sicuro che la tua scheda supporta i 32 bit).

se uso vesafb-tng nn devo passare
Code:
video=vesafb-tng
?

maninthebox1 wrote:
Per quanto riguarda le guide su mtrr e yawrp guarda meglio che se ne trovano molte. E' tardi e voglio andare a dormire...al massimo, se domani mi ricordo cerco di incollarti qualche link. :D


buonanotte&grazie :)
_________________
our enterprise a success as return is no option/our eyes were removed for our own safety/the distance too great for you to hear our cries/nevermind take this lamp we are beyond light [kinetic-arcturus]
you and I, connect and emerge [we ride-syl]
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Thu Mar 31, 2005 11:17 pm    Post subject: Reply with quote

questa è la mia riga e funziona (vesafb-tng)
Code:
video=vesafb:ywrap,pmipal,mtrr,vram:16,1280x1024-16@75

buonanotte a tutti :wink:
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
maninthebox1
Guru
Guru


Joined: 14 Nov 2004
Posts: 384
Location: ITALIA - L'AQUILA

PostPosted: Fri Apr 01, 2005 10:40 am    Post subject: Reply with quote

redview...
se usi vesafb-tng devi passare la riga video=vesafb....ecc senza la riga vga .
se usi vesafb passi la riga vga .

Questa è la mia riga con vesafb-tng
Code:
kernel /kernel-2.6.10-r6splash root=/dev/hdc3 video=vesafb:ywarp,mtrr,1152x864-24@75 splash=silent,theme:emergence
Back to top
View user's profile Send private message
juri
Tux's lil' helper
Tux's lil' helper


Joined: 13 Dec 2003
Posts: 88
Location: Pistoia - Italy

PostPosted: Wed Apr 06, 2005 6:24 pm    Post subject: Reply with quote

risolto,
nella configurazione del kernel avevo saltato "video mode selection" che non serve
con vesa-tng ma è fondamentale per il vecchio vesafb.
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