Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gensplash
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
HotBBQ
Apprentice
Apprentice


Joined: 03 Mar 2004
Posts: 275
Location: West Melbourne, FL

PostPosted: Thu Oct 07, 2004 7:45 pm    Post subject: Gensplash Reply with quote

Has anyone gotten gensplash to work on 64-bit? It shouldn't be a problem, but I just cannot get it to work.
_________________
"If tyranny and oppression come to this land, it will be in the guise of fighting a foreign enemy." -- James Madison
Back to top
View user's profile Send private message
vwj
n00b
n00b


Joined: 01 Sep 2004
Posts: 24
Location: Ekeren, Belgium

PostPosted: Thu Oct 07, 2004 9:12 pm    Post subject: Reply with quote

I just emerged it, changed my grub config and created a new initrd
And it works fine.

Just follow this guide:

http://dev.gentoo.org/~spock/projects/gensplash/archive/gensplash-in-5-easy-steps.txt

ps: I am using gentoo-dev-sources 2.6.8-r4

grts
jan
Back to top
View user's profile Send private message
HotBBQ
Apprentice
Apprentice


Joined: 03 Mar 2004
Posts: 275
Location: West Melbourne, FL

PostPosted: Fri Oct 08, 2004 7:19 am    Post subject: Reply with quote

OK, I got it to work. I had to change the vesafb to radeonfb in my grub.conf.
_________________
"If tyranny and oppression come to this land, it will be in the guise of fighting a foreign enemy." -- James Madison
Back to top
View user's profile Send private message
lordrings
n00b
n00b


Joined: 28 Oct 2004
Posts: 8
Location: HangZhou,China

PostPosted: Thu Oct 28, 2004 6:49 am    Post subject: Reply with quote

HotBBQ wrote:
OK, I got it to work. I had to change the vesafb to radeonfb in my grub.conf.


can you write you kernel argument??
and I am use radeon 9550 video card,if I use radeonfb,it doesn't
work ,but when I use vesafb,it works well.
my kernel is gentoo-dev-source 2.6.8-rc4
can I use atyfb or aty128fb ?
THX
Back to top
View user's profile Send private message
HotBBQ
Apprentice
Apprentice


Joined: 03 Mar 2004
Posts: 275
Location: West Melbourne, FL

PostPosted: Thu Oct 28, 2004 7:03 pm    Post subject: Reply with quote

lordrings wrote:
HotBBQ wrote:
OK, I got it to work. I had to change the vesafb to radeonfb in my grub.conf.


can you write you kernel argument??
and I am use radeon 9550 video card,if I use radeonfb,it doesn't
work ,but when I use vesafb,it works well.
my kernel is gentoo-dev-source 2.6.8-rc4
can I use atyfb or aty128fb ?
THX


This is what my line in grub.conf looks like:

Code:

title=Gentoo 2.6.9-r1
        root (hd0,4)
        kernel /kernel-2.6.9-r1-gentoo root=/dev/hda4 video=radeonfb:ywrap,pmipal,1024x768-32@85 splash=silent,theme:gentoo
        initrd /boot/fbsplash-gentoo-1024x768


Make sure you have Radeon support compiled into the kernel. I don't have my machine up at the moment to tell you exactly what you need to have marked as yes.
_________________
"If tyranny and oppression come to this land, it will be in the guise of fighting a foreign enemy." -- James Madison
Back to top
View user's profile Send private message
mooseboy
n00b
n00b


Joined: 14 Oct 2004
Posts: 26

PostPosted: Thu Oct 28, 2004 7:42 pm    Post subject: Reply with quote

what about nvidia users? Vesafb doesn't work for my fx5900. I'm on a K8T800 chipset.
Back to top
View user's profile Send private message
HotBBQ
Apprentice
Apprentice


Joined: 03 Mar 2004
Posts: 275
Location: West Melbourne, FL

PostPosted: Thu Oct 28, 2004 8:00 pm    Post subject: Reply with quote

mooseboy wrote:
what about nvidia users? Vesafb doesn't work for my fx5900. I'm on a K8T800 chipset.


I would assume it was nvfb or something like that. Just make sure you have the support for you video card compiled into the kernel.
_________________
"If tyranny and oppression come to this land, it will be in the guise of fighting a foreign enemy." -- James Madison
Back to top
View user's profile Send private message
lordrings
n00b
n00b


Joined: 28 Oct 2004
Posts: 8
Location: HangZhou,China

PostPosted: Fri Oct 29, 2004 1:40 am    Post subject: To HotBBQ Reply with quote

I can't use radeonfb driver,and I have compiled the ATI radeon support in kernel.
like this:
[ ]TI radeon old support
[*]TI radeon support
[ ]ATI March64 support
[ ]ATI rage128 support

kernel (hd0,8)/gentoo-2.6.8-rc4 root=/dev/hda11 noapic video=radeonfb:1024x768-24@76,ywap,mtrr silent,theme=emergence
but it doesn't work .

what's wrong with me.


another problem:
when I use vesafb,It works if only the kernel arguments set to
kernel (hd0,8)/gentoo-2.6.8-rc4 root=/dev/hda11 noapic vga=0x317,ywap,mtrr silent,theme=emergence

not

kernel (hd0,8)/gentoo-2.6.8-rc4 root=/dev/hda11 noapic video=vesafb:1024x768-24@76,ywap,mtrr silent,theme=emergence

why????
and I can't find /etc/fb.modes .



_________________
AMD Athlon64 2800+ / DDR400 512M
seagate 120G / EPox K8(nForce3 250GB)
ATI Radeon 9550
Gentoo 2004.2 for AMD64 / gentoo-dev-source 2.6.8-r4
xorg 6.8.0 + FVWM + gensplash
Back to top
View user's profile Send private message
HotBBQ
Apprentice
Apprentice


Joined: 03 Mar 2004
Posts: 275
Location: West Melbourne, FL

PostPosted: Fri Oct 29, 2004 4:18 am    Post subject: Reply with quote

I think there is one more thing that you have to have compiled into the kernel. I'll try to get my kernel config up soon.
_________________
"If tyranny and oppression come to this land, it will be in the guise of fighting a foreign enemy." -- James Madison
Back to top
View user's profile Send private message
logon
Apprentice
Apprentice


Joined: 22 May 2002
Posts: 182
Location: Bonn / NRW Germany

PostPosted: Fri Oct 29, 2004 10:31 am    Post subject: Re: To HotBBQ Reply with quote

lordrings wrote:

kernel (hd0,8)/gentoo-2.6.8-rc4 root=/dev/hda11 noapic video=radeonfb:1024x768-24@76,ywap,mtrr silent,theme=emergence
but it doesn't work .

another problem:
when I use vesafb,It works if only the kernel arguments set to
kernel (hd0,8)/gentoo-2.6.8-rc4 root=/dev/hda11 noapic vga=0x317,ywap,mtrr silent,theme=emergence

not

kernel (hd0,8)/gentoo-2.6.8-rc4 root=/dev/hda11 noapic video=vesafb:1024x768-24@76,ywap,mtrr silent,theme=emergence

why????
and I can't find /etc/fb.modes .




I am not shure but the 1024x768@76 argument is only for vesafb-tng which is able to do more than 60hz but is not working on amd64... or something. Correct me if I am wrong.
Back to top
View user's profile Send private message
HotBBQ
Apprentice
Apprentice


Joined: 03 Mar 2004
Posts: 275
Location: West Melbourne, FL

PostPosted: Fri Oct 29, 2004 7:29 pm    Post subject: Re: To HotBBQ Reply with quote

Quote:
I am not shure but the 1024x768@76 argument is only for vesafb-tng which is able to do more than 60hz but is not working on amd64... or something. Correct me if I am wrong.


I am not using the vesafb-tng and it is working just fine on my computer (~amd64). Check the previous link about setting up Gensplash in five steps. I was having all sorts of troubles before hand, but it seemed to have fixed it.
_________________
"If tyranny and oppression come to this land, it will be in the guise of fighting a foreign enemy." -- James Madison
Back to top
View user's profile Send private message
HotBBQ
Apprentice
Apprentice


Joined: 03 Mar 2004
Posts: 275
Location: West Melbourne, FL

PostPosted: Sat Oct 30, 2004 12:44 am    Post subject: Reply with quote

Here are pieces my kernel config those still having problems.

Code:

CONFIG_DRM_RADEON=y
# CONFIG_FB_RADEON_OLD is not set
CONFIG_FB_RADEON=y
CONFIG_FB_RADEON_I2C=y
# CONFIG_FB_RADEON_DEBUG is not set

#CONFIG_FB_VESA is not set
CONFIG_FRAMEBUFFER_CONSOLE=y


Hope it helps.
_________________
"If tyranny and oppression come to this land, it will be in the guise of fighting a foreign enemy." -- James Madison
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 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