You are not logged in.

#1 2010-02-02 09:02:18

locrian
Member
Registered: 2010-02-02
Posts: 5

[SOLVED] Asus eeePC 1005HA fbsplash issue

Hello.
I have an Asus eeePC 1005HA running ArchLinux with no problems.
I'm trying to get fbsplash work on my machine.
I have already builded and installed via AUR, i set up the framebuffer to vga=789 aka 800x600 since my netbook doesn't support 1024x768 and seems to work BUT...
when the boot proccess reach udev it change resolution to 1024x600 and fbsplash's errors freeze my netbook.

How can i block this resolution change ?

Last edited by locrian (2010-02-03 09:51:02)

Offline

#2 2010-02-02 20:56:44

hw-tph
Member
Registered: 2006-11-01
Posts: 149

Re: [SOLVED] Asus eeePC 1005HA fbsplash issue

I assume the 1005HA uses the Intel graphics like pretty much all Atom netbooks? If so, the resolution change to 1024x600 is Intel kernel modesetting kicking in. Add i915.modeset=0 to your kernel line in grub to disable it. It should look something like this:

kernel /vmlinuz26 root=/dev/disk/by-uuid/blah-blah-blah ro i915.modeset=0

Offline

#3 2010-02-03 09:50:25

locrian
Member
Registered: 2010-02-02
Posts: 5

Re: [SOLVED] Asus eeePC 1005HA fbsplash issue

That's solved the problem.
Thank you.

Offline

Board footer

Powered by FluxBB