Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Framebuffer und ein Widescreen Display
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
null_
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2004
Posts: 147
Location: Switzerland

PostPosted: Sat Oct 23, 2004 8:17 am    Post subject: Framebuffer und ein Widescreen Display Reply with quote

Hallo,

ich habe meinen Laptop neu aufgesetzt, da ich meine /-Partition abgeschossen hatte. Nach erfolgreicher Installation mit den mm-sources
uname -a wrote:
Linux mobile 2.6.8.1-mm4 #2 Fri Oct 22 18:34:32 CEST 2004 i686 Intel(R) Pentium(R) M processor 1.60GHz GenuineIntel GNU/Linux

funktionierte sogar der Bootsplash!

Leider funktioniert der Framebuffer nur so halb. Ich habe dann eines Screenshot gemacht. Dort sieht man das Problem wohl am Besten.

Ich fahre auf dem Display eine Auflösung von 1280x800 Pixel. Der Kernel wird so gebootet:
cat /proc/cmdline wrote:
root=/dev/hda3 vga=792 video=vesafb:1280x800-16@60 splash=silent theme=gentoo-highquality


Der Framebuffer muss funktionieren. Auf der LiveCD hat er es nämlich auch getan.
Ich hoffe bloss, jemand weiss Abhilfe für dieses hässliche Problem.

Schönes Wochende!
Back to top
View user's profile Send private message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Sat Oct 23, 2004 8:29 am    Post subject: Reply with quote

Das muss ja auch so da drin stehen:
root=/dev/hda3 video=vesafb:1280x800-16@60 splash=silent,theme:gentoo-highquality
und nicht:root=/dev/hda3 vga=792 video=vesafb:1280x800-16@60 splash=silent theme=gentoo-highquality
_________________
"Ich bin ich."
Back to top
View user's profile Send private message
null_
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2004
Posts: 147
Location: Switzerland

PostPosted: Sat Oct 23, 2004 9:11 am    Post subject: Reply with quote

Ich habe deine Änderungen gemacht. Danach hatte ich weder Framebuffer noch Bootsplash. Wenn ich noch vga=792 zu deiner Bootline hinzufüge habe ich zumindest sowas ähnliches wie einen Framebuffer...
Back to top
View user's profile Send private message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Sat Oct 23, 2004 10:24 am    Post subject: Reply with quote

Was nimmst Du als Bootloader? Lilo / Grub?

Beispiele aus http://gentoo-wiki.com/HOWTO_fbsplash:

Code:
Lilo configuration - example

image=/boot/kernel-2.6.8-gentoo-r1
label = "Gentoo"
root = /dev/hda3
append="video=vesa:ywrap,mtrr,1280x1024-32@70 splash=silent,theme:newtheme"
read-only
initrd = /boot/fbsplash-newtheme-1280x1024

Code:
Grub configuration - example

title  Gentoo
root (hd0,0)
kernel (hd0,0)/kernel-2.6.8-gentoo-r1 root=/dev/hda3 video=vesafb:ywrap,mtrr,1280x1024-32@70 splash=silent,theme:newtheme
initrd (hd0,0)/fbsplash-newtheme-1280x1024

Ansonsten schau mal hier: [Kurzanleitung] fbsplash+splashutils
_________________
"Ich bin ich."
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