| View previous topic :: View next topic |
| Author |
Message |
bi-andrea Tux's lil' helper

Joined: 09 Mar 2010 Posts: 144 Location: cesenatico
|
Posted: Mon Oct 01, 2012 9:59 pm Post subject: aggiungere immagine al boot del pc |
|
|
Vorrei abbelire dopo il menu di Grub, con un'immagine di sfondo, un pò come avviene alle altre distribuzioni e ripeterla al login di Gdm, como posso fare? _________________ Quando arrivi a Linux è un trauma, abituati a Windows, quando arrivi a Gentoo è uno spavento col brivido , però quando lo capisci sei uscito dall'università "GNU/Linux"  |
|
| Back to top |
|
 |
ago Developer


Joined: 01 Mar 2008 Posts: 1403 Location: Cosenza, Italy
|
|
| Back to top |
|
 |
xdarma Guru


Joined: 08 Dec 2003 Posts: 543 Location: tra veneto e friuli (Italy)
|
Posted: Wed Oct 03, 2012 5:45 am Post subject: Re: aggiungere immagine al boot del pc |
|
|
| bi-andrea wrote: | | Vorrei abbelire dopo il menu di Grub, con un'immagine di sfondo, un pò come avviene alle altre distribuzioni e ripeterla al login di Gdm, como posso fare? |
Parti dal documento sul wiki: fbsplash
Trovi riferimenti anche ad altri documenti che ti possono interessare.
Credo tu debba impostare grub, fbsplash e gdm con la stessa immagine e la stessa risoluzione per avere l'effetto che chiedi. _________________ proud user of faKeDE-4.7.3 |
|
| Back to top |
|
 |
bi-andrea Tux's lil' helper

Joined: 09 Mar 2010 Posts: 144 Location: cesenatico
|
Posted: Thu Oct 11, 2012 9:16 pm Post subject: |
|
|
Ho ricompilato il kernel tramite genkernel, sistemato i vari pachetti con la USE static-libs, poi ho provato ad compilare splashutils
| Code: | | emerge -b splashutils |
mi compare
| Code: | * IMPORTANT: 4 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
* Last emerge --sync was 43d 21h 54m 59s ago.
* IMPORTANT: 2 config files in '/etc/portage' need updating.
* See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files.
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) media-gfx/splashutils-1.5.4.4
* splashutils-lite-1.5.4.4.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* splashutils-gentoo-1.0.17.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* miscsplashutils-0.1.8.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* libpng-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* jpegsrc.v8a.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* freetype-2.3.12.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* zlib-1.2.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
[b]* Due to problems with klibc, it is currently impossible to compile splashutils
* with 'hardened' GCC flags. As a workaround, the package will be compiled with
* -fno-stack-protector. Hardened GCC features will not be used while building
* the splash kernel helper[/b]. |
Sembra che Gcc non disponga di hardened anche se ho provato a ricompilarlo specificando hardened in package.use, ma facendo
| Code: | * Last emerge --sync was 43d 22h 3m 25s ago.
* IMPORTANT: 2 config files in '/etc/portage' need updating.
* See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files.
[ebuild R ] sys-devel/gcc-4.5.3-r2 USE="cxx fortran mudflap nls nptl openmp (-altivec) -bootstrap -build -doc (-fixed-point) -gcj -graphite -gtk (-hardened) (-libssp) -lto (-multilib) -multislot -nocxx -nopie -nossp -objc -objc++ -objc-gc -test -vanilla" |
cosa mi manca per installarlo? _________________ Quando arrivi a Linux è un trauma, abituati a Windows, quando arrivi a Gentoo è uno spavento col brivido , però quando lo capisci sei uscito dall'università "GNU/Linux"  |
|
| Back to top |
|
 |
|