Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[risolto]abilitare il modulo vesafb-tng
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
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Sun Nov 13, 2005 9:55 pm    Post subject: [risolto]abilitare il modulo vesafb-tng Reply with quote

Sembra impossibile ma non riesco a selezionare questo modulo. nella relativa lista di selezione del menuconfig appare l'unico elemento selezionabile: vesafb.
"Eppure ricordo di averlo visto una volta." Forse ho cambiato qualche opzione che ha disabilitato la selezione di quel modulo. Come fare a riabilitarlo?
_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered


Last edited by fbcyborg on Mon Nov 14, 2005 12:05 am; edited 1 time in total
Back to top
View user's profile Send private message
skakz
Guru
Guru


Joined: 03 Jul 2004
Posts: 380
Location: Ischia/Napoli/Italia/Terra

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

potresti provare a cancellare .config* dentro la cartella dei sorgenti (naturalmente dopo averne fatta una copia da qualche parte) e vedere se compare la voce che ti interessa nel menuconfig...
se compare provi ad abilitare man mano tutte le altre opzioni...
_________________
Linux Registered User n.340423
Linux User Group Ischia
www.tush.it
Back to top
View user's profile Send private message
enx89
Apprentice
Apprentice


Joined: 21 Mar 2003
Posts: 192
Location: Milano

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

Anche a me è successa la stessa cosa, ma quando sono passato da un'architettura x86-32 ad una x86-64. Infatti quando compilavo il kernel sul p4 a 32bit avevo la possibilità di selezionare il modulo vesa-tng, ma ora con un pentium d a 64bit posso selezionare solo il modulo standard. La stessa cosa mi è successo con un amd64. Putrotroppo non so perchè :( .

Mi dispiace ma di + non so.

Ciao ENx
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


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

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

vesafb-tng viene aggiunto da una patch presente nei gentoo-sources
negli altri kernel di solito non c'è
Back to top
View user's profile Send private message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

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

ad essere sincero io avevo il vesafb-tng abilitato, ma non sapendo bene cosa fosse, l'ho disabilitato e abilitato quello normale.. da quella volta non è più apparso, ho anche riemerso i gentoo-sources
e non c'è
_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Back to top
View user's profile Send private message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Sun Nov 13, 2005 11:33 pm    Post subject: Reply with quote

Il fatto è questo:
il kernel sembra essere già patchato, ma nonostante io abbia ripatchato il kernel con
fbsplash-0.9.2-r4-2.6.13-rc6.patch
(viene rilevata la presenza di una patch, la stessa, sui sorgenti, mentre la applico)
le opzioni:
Code:

Device Drivers > Graphics support:
 [*] Support for frame buffer devices
 <*>   VESA VGA graphics support
         VESA driver type (vesafb-tng)  --->
 (HRESxVRES@FREQ) VESA default mode    # pick resolution@freq of your own here !
                                       # 8pp is the only one supported for this time
                                       # Ex: (1024x768@72)
Device Drivers > Graphics support > Console display driver support:
 [*] Video mode selection support
 <*> Framebuffer Console support

_____
Device Drivers > Graphics support:
 [*] Support for the framebuffer splash

non appaiono...

ASSURDO
_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Back to top
View user's profile Send private message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Mon Nov 14, 2005 12:04 am    Post subject: Reply with quote

Risolto:
non appare perchè non è compatibile con gli amd64
_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


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

PostPosted: Mon Nov 14, 2005 12:06 am    Post subject: Reply with quote

no... è assurdo che tu applichi patch ad un kernel...
che senso ha usare portage se poi uno deve spacciugare come gli pare? tanto vale usare i sorgenti di kernel.org, non ti pare?
la patch che stai cercando di applicare non ricordo di preciso se c'è già, nei gentoo-sources, o se collide con la fbsplash
Back to top
View user's profile Send private message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Mon Nov 14, 2005 12:24 am    Post subject: Reply with quote

no, infatti c'è già.. ma il problema è che collide con x86_64!

Code:
config FB_VESA_TNG
        bool "vesafb-tng"
        [b]depends on !X86_64[/b]
        select FB_MODE_HELPERS
        help
          This is the frame buffer device driver for generic VESA 2.0
          compliant graphic cards. It is capable of taking advantage of
          VBE 3.0 features. With this driver you will be able to adjust
          the refresh rate (VBE 3.0 compliant boards only) and change
          the graphic mode on-the-fly.

_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


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

PostPosted: Mon Nov 14, 2005 12:43 am    Post subject: Reply with quote

ma scusa... e cosa pensi di ottenere applicando una patch già applicata?
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Nov 14, 2005 8:26 am    Post subject: Reply with quote

fbcyborg wrote:
non appare perchè non è compatibile con gli amd64


Una buona idea, quando si usano architetture differenti da Linux/x86, é quella di fare la dovuta precisazione con un tag nel titolo del topic. Nel tuo caso un semplice "[AMD64]"(o anche [x86-64]) avrebbe fatto capire immediatamente quale era il problema invece di obbligare i lettori a supposizioni e voli pindarici... non trovi?
_________________
Ciao da me!
Back to top
View user's profile Send private message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Mon Nov 14, 2005 9:08 am    Post subject: Reply with quote

Si ok, hai perfettamente ragione e mi scuso. Vorre precisare però che in altri topic l'ho fatto. Purtroppo ho reputato, erroneamente, che questo [amd64] nel titolo in questo topic fosse superfluo.
In ogni caso non è per niente intelligente continuare a fare supposizioni come hai appunto detto tu, anche DOPO che il tag [risolto] è stato apposto.
_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
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