Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
radeon-framebuffer-grub?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
olal
n00b
n00b


Joined: 08 Sep 2002
Posts: 64
Location: Gothenburg, Sweden

PostPosted: Mon Sep 09, 2002 10:23 am    Post subject: radeon-framebuffer-grub? Reply with quote

Hi

I recently installed gentoo on my workstation. Installation worked smooth. The problem I find out is when i reboot.. I get the blank screen on my radeon 8500

radeon framebuffer is enabled in kernel.. I have searched the forums & found similar posts.. But has anyone come up to any conclusion regarding this problem?

I know I must post something like video:radeon:1280x1024@85 but it wasnt quite correct.. the screens still blank at boot.. (have tried from 800x600@60 -> 1280x1024@85 & noone seems to work). What is the exact line to add to grubs menu.lst ?

Tanks alot

.o
Back to top
View user's profile Send private message
Useful Idiot
Guru
Guru


Joined: 30 Aug 2002
Posts: 329
Location: Finland

PostPosted: Mon Sep 09, 2002 11:07 am    Post subject: Reply with quote

Here is what I've got in my menu.lst

Code:
vga=0x31B video=radeon:1280x1024@85


I'm not sure do you need that vga=0x31B part in it but, at least for me, my screen went blank when I tried to boot without it.

Hope this helps.
Back to top
View user's profile Send private message
olal
n00b
n00b


Joined: 08 Sep 2002
Posts: 64
Location: Gothenburg, Sweden

PostPosted: Mon Sep 09, 2002 2:35 pm    Post subject: Reply with quote

it didnot work.. maybe i miss something in my /boot/grub/menu.list file?

this is the look of it

default 0
timeout 10
splashimage=(hd0,5)/boot/grub/splash.xpm.gz

title=Gentoo
root(hd0,5)
kernel /boot/bzImage root=/dev/hda7
vga=0x31B video=radeon:1280x1024@85

did i miss something?

tanks alot

.o
Back to top
View user's profile Send private message
Useful Idiot
Guru
Guru


Joined: 30 Aug 2002
Posts: 329
Location: Finland

PostPosted: Mon Sep 09, 2002 2:56 pm    Post subject: Reply with quote

Try moving that fb stuff to the same line with the other options. For you it would look like this:

Code:
kernel /boot/bzImage root=/dev/hda7 vga=0x31B video=radeon:1280x1024@85


Also that vga option might need VESA VGA graphics console option to be build in kernel. If my first suggestion didn't work make sure it's enabled. It can be found from Console Drivers -> Frame-buffer support -> VESA VGA graphics console.
Back to top
View user's profile Send private message
olal
n00b
n00b


Joined: 08 Sep 2002
Posts: 64
Location: Gothenburg, Sweden

PostPosted: Mon Sep 09, 2002 3:53 pm    Post subject: Reply with quote

tanks
works like a dream

love ya

.o
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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