Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
uvesafb und fbsplash funktioniert nicht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
ank666
Guru
Guru


Joined: 12 May 2004
Posts: 319
Location: CO/BY/DE

PostPosted: Sun Sep 13, 2009 12:38 pm    Post subject: uvesafb und fbsplash funktioniert nicht Reply with quote

Hallo zusammen,

ich wollte uvesafb zusammen mit fbsplash benutzen, erste Frage geht das überhaupt?

Ich habe uvesafb wie hier http://dev.gentoo.org/~spock/projects/uvesafb/ beschrieben eingerichtet.
Dann nach dem Wiki Eintrag http://en.gentoo-wiki.com/wiki/Splash die Splash Geschichten installiert.

Anschließend habe ich eine initrd erstellt:
Code:
splash_geninitramfs -v -g /boot/fbsplash-emerge-world-1680x1050  -r 1680x1050 emerge-world

Die Bootloader Konfiguration sieht momentan so aus:
Code:
title=Gentoo Linux Kernel-2.6.31-gentoo uvesafb
        root (hd0,0)
        kernel (hd0,0)/kernel-2.6.31-gentoo root=/dev/sda3 hpet=disable video=uvesafb:1680x1050-24,mtrr:3,ywrap splash=verbose,fadein,theme:emerge-world CONSOLE=/dev/tty1
        initrd (hd0,0)/fbsplash-emerge-world-1680x1050

So weit so gut, beim booten splasht aber leider überhaupt nix und ich sehe die folgende Fehlermeldung:
Code:
[    0.257046] uvesafb: Getting VBE info block failed (eax=0x4f00, err=0)
[    0.257117] uvesafb: vbe_init() failed with -22
[    0.257187] uvesafb: probe of uvesafb.0 failed with error -22

Brauche ich im Kernel eigentlich noch support für andere Framebuffer Devies also
z.B. radeonfb da ich eine ATI Karte habe, oder würden die Framebuffers sich gegenseitig blockieren?

Bin jetzt leider ziemlich ratlos, woran es hängt, kann mir bitte jemand weiterhelfen?
_________________
Auf der Verpackung stand benötigt Windows 9x/2000/XP oder BESSER, deshalb hab ich Linux installiert


Last edited by ank666 on Sun Sep 13, 2009 1:16 pm; edited 1 time in total
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2229
Location: My own world! I and Gentoo!

PostPosted: Sun Sep 13, 2009 12:40 pm    Post subject: Reply with quote

Ich glaube für eine Ati-GraKa kann der radeon verwendet werden, also Kombination uvesafb + ATI Radeon... Bin mir aber da nicht so ganz sicher.
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
ank666
Guru
Guru


Joined: 12 May 2004
Posts: 319
Location: CO/BY/DE

PostPosted: Sun Sep 13, 2009 12:49 pm    Post subject: Reply with quote

Hi,

also ich habe in der aktuellen Kernel Konfiguration nur das folgende aktiviert und sonst nix,
also kein "VESA VGA graphics support" und kein "ATI Radeon display support"
Code:
Graphics support ---> Support for frame buffer devices ---> Userspace VESA VGA graphics support

Ist das so in Ordnung?
_________________
Auf der Verpackung stand benötigt Windows 9x/2000/XP oder BESSER, deshalb hab ich Linux installiert
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2229
Location: My own world! I and Gentoo!

PostPosted: Sun Sep 13, 2009 1:28 pm    Post subject: Reply with quote

Kann ich nicht hundertpro sagen. Also ich weiß das nvidia ihr eigenes Kernel-Modul im nvidia-drivers Paket mitliefert, ob das auch für ATI Karten gilt kann ich nicht sagen.

Ich würde mal mit den FB Ati Treibern rumexperimentieren.
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
ank666
Guru
Guru


Joined: 12 May 2004
Posts: 319
Location: CO/BY/DE

PostPosted: Sun Sep 13, 2009 1:44 pm    Post subject: Reply with quote

Jetzt habe ich mal mit radeonfb, aber es funktioniert leider immer noch nicht...
Code:
[    0.228349] radeonfb 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10
[    0.229289] radeonfb: Found Intel x86 BIOS ROM Image
[    0.234982] radeonfb: Retrieved PLL infos from BIOS
[    0.235046] radeonfb: Reference=27.00 MHz (RefDiv=60) Memory=133.00 Mhz, System=133.00 MHz
[    0.235126] radeonfb: PLL min 12000 max 35000
[    1.113009] radeonfb: Monitor 1 type DFP found
[    1.113070] radeonfb: EDID probed
[    1.113128] radeonfb: Monitor 2 type no found
[    1.465603] radeonfb (0000:01:00.0): ATI Radeon 5159 "QY"
[    1.466604] uvesafb: Getting VBE info block failed (eax=0x4f00, err=0)
[    1.466711] uvesafb: vbe_init() failed with -22
[    1.466794] uvesafb: probe of uvesafb.0 failed with error -22

_________________
Auf der Verpackung stand benötigt Windows 9x/2000/XP oder BESSER, deshalb hab ich Linux installiert
Back to top
View user's profile Send private message
Oerpi
n00b
n00b


Joined: 20 Jun 2008
Posts: 36
Location: Germany

PostPosted: Sun Sep 13, 2009 2:06 pm    Post subject: Reply with quote

Vllt hilft dir der Bug hier ja was weiter: https://bugs.gentoo.org/show_bug.cgi?id=196848
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2229
Location: My own world! I and Gentoo!

PostPosted: Sun Sep 13, 2009 2:10 pm    Post subject: Reply with quote

Dann hab ich ehrlich keine Ahnung was noch falsch läuft.
Also bei dir stimmt die Auflösung nicht, und daher kann der fbsplash nicht arbeiten. Richtig?

Meine grub.conf:
Code:
title Gentoo Linux
        root (hd0,0)
        kernel /vmlinuz root=/dev/sda2 video=uvesafb:1600x1200-32@75,mttr:3,ywrap CONSOLE=/dev/tty1 quiet # splash=verbose,theme:livecd-2006.0
#        initrd /splash
        savedefault

_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
ank666
Guru
Guru


Joined: 12 May 2004
Posts: 319
Location: CO/BY/DE

PostPosted: Sun Sep 13, 2009 2:31 pm    Post subject: Reply with quote

Max Steel wrote:
Also bei dir stimmt die Auflösung nicht, und daher kann der fbsplash nicht arbeiten. Richtig?

Nee, das Problem ist viel eher dass das ganze Framebuffer Zeug nicht tut.
Von den Splash Geschichten keine spur und die Auflösung ist wenn es hoch kommt 800x600
_________________
Auf der Verpackung stand benötigt Windows 9x/2000/XP oder BESSER, deshalb hab ich Linux installiert
Back to top
View user's profile Send private message
ank666
Guru
Guru


Joined: 12 May 2004
Posts: 319
Location: CO/BY/DE

PostPosted: Sun Sep 13, 2009 2:57 pm    Post subject: Reply with quote

Oerpi wrote:
Vllt hilft dir der Bug hier ja was weiter: https://bugs.gentoo.org/show_bug.cgi?id=196848

@Oerpi
you made my day :D
Code:
USE="x86emu" emerge -av sys-apps/v86d

hat das Problem gelöst!

Oh man, den ganzen Sonntag wegen einem einzigen verdammten USE Flag verplämpert! :evil:
_________________
Auf der Verpackung stand benötigt Windows 9x/2000/XP oder BESSER, deshalb hab ich Linux installiert
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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