View previous topic :: View next topic |
Author |
Message |
catwisel n00b
Joined: 11 Feb 2004 Posts: 44 Location: Am schönen Bodensee
|
Posted: Wed Mar 10, 2004 1:17 pm Post subject: qingy |
|
|
Hallo zusammen
ich möchte gerne das qingy als bootloader haben nur weiss ich den emerge befehl nicht kann mir da jemand weiter helfen??
Danke schon im voraus |
|
Back to top |
|
|
Inte Veteran
Joined: 15 Jul 2003 Posts: 1387 Location: Mannheim, GER
|
Posted: Wed Mar 10, 2004 1:32 pm Post subject: |
|
|
Bootloader??? Du meinst wohl den Greeter.
Ein emerge -s qingy liefert: Code: | * sys-apps/qingy
Latest version available: 0.2.3
Latest version installed: [ Not Installed ]
Size of downloaded files: 550 kB
Homepage: http://qingy.sourceforge.net/
Description: Qingy is a DirectFB getty replacement.
License: GPL-2 |
Gruß, Inte. _________________ Gentoo Linux - Die Metadistribution |
|
Back to top |
|
|
catwisel n00b
Joined: 11 Feb 2004 Posts: 44 Location: Am schönen Bodensee
|
Posted: Wed Mar 10, 2004 1:39 pm Post subject: |
|
|
bei emerge qingy kommt dieser fehler....
[CODE]
matrox_maven.c: In function `maven_write_byte':
matrox_maven.c:63: implicit declaration of function `i2c_smbus_write_byte_data'
matrox_maven.c: In function `maven_write_word':
matrox_maven.c:80: implicit declaration of function `i2c_smbus_write_word_data'
make[3]: *** [matrox_maven.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/DirectFB-0.9.20/work/DirectFB-0.9.20/gfxdrivers/matrox'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/DirectFB-0.9.20/work/DirectFB-0.9.20/gfxdrivers'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/DirectFB-0.9.20/work/DirectFB-0.9.20'
make: *** [all-recursive-am] Error 2
!!! ERROR: dev-libs/DirectFB-0.9.20 failed.
!!! Function src_compile, Line 70, Exitcode 2
!!! (no error message)
bash-2.05b#
[/CODE]
mein kollege hatte den selben fehler... er hat ihn mit einem command behoben
?????? emerge qingy
er weiss ihn leider auch net mehr |
|
Back to top |
|
|
siliconburner Guru
Joined: 02 May 2003 Posts: 300
|
Posted: Wed Mar 10, 2004 2:16 pm Post subject: |
|
|
schein fb-problem zu sein. bei mir bricht er hier ab
./creatercfile directfbrc.qingy /usr/bin/fbset
open /dev/fb0: No such file or directory
make[1]: *** [directfbrc.qingy] Error 1
make[1]: Leaving directory `/var/tmp/portage/qingy-0.2.3/work/qingy-0.2.3/media'
make: *** [all-recursive] Error 1
!!! ERROR: sys-apps/qingy-0.2.3 failed.
!!! Function src_compile, Line 21, Exitcode 2
!!! (no error message) _________________ living in /dev/null |
|
Back to top |
|
|
catwisel n00b
Joined: 11 Feb 2004 Posts: 44 Location: Am schönen Bodensee
|
Posted: Wed Mar 10, 2004 2:31 pm Post subject: |
|
|
mit was für einem emerge befehl wolltest du qnigy runterladen?? |
|
Back to top |
|
|
unix l33t
Joined: 06 Jul 2003 Posts: 615 Location: Dürnten ZH Switzerland
|
Posted: Wed Mar 10, 2004 2:36 pm Post subject: |
|
|
siliconburner wrote: | schein fb-problem zu sein. bei mir bricht er hier ab
./creatercfile directfbrc.qingy /usr/bin/fbset
open /dev/fb0: No such file or directory
make[1]: *** [directfbrc.qingy] Error 1
make[1]: Leaving directory `/var/tmp/portage/qingy-0.2.3/work/qingy-0.2.3/media'
make: *** [all-recursive] Error 1
!!! ERROR: sys-apps/qingy-0.2.3 failed.
!!! Function src_compile, Line 21, Exitcode 2
!!! (no error message) |
hi
dein problem liegt daran, dass du Framebuffer nicht aktiviert hast im kernel:
mach mal
Code: | cd /usr/src/linux
make menuconfig |
Code: | Code maturity level options --->
[*] Prompt for development and/or incomplete code/drivers
Processor type and features --->
[*] MTRR (Memory Type Range Register) support
Block Devices ->
[*] Loopback device support
[*] RAM disk support
(4096) Default RAM disk size
[*] Initial RAM disk (initrd) support
Console Drivers ->
[*] VGA text console
[*] Video mode selection support
Console Drivers -> Frame-buffer support ->
[*] Support for frame buffer devices
[*] VESA VGA graphics console
[*] Use splash screen instead of boot logo |
mit dieser Option kannst du dann auch gleich ein bootsplash logo einrichten |
|
Back to top |
|
|
sirro Veteran
Joined: 20 Jul 2003 Posts: 1472 Location: aachen.nrw.de.eu
|
Posted: Wed Mar 10, 2004 3:13 pm Post subject: |
|
|
Ich hatte das gleiche Problem.
Bei mir hatte IMHO ein emergen von der ~x86-Version von qingy geholfen. |
|
Back to top |
|
|
catwisel n00b
Joined: 11 Feb 2004 Posts: 44 Location: Am schönen Bodensee
|
Posted: Wed Mar 10, 2004 6:25 pm Post subject: |
|
|
hat leider auch nicht geklappt muss ein anderer befehl sein:-( |
|
Back to top |
|
|
|