You are not logged in.

#1 2009-04-20 10:23:27

Eax
Member
From: Denmark
Registered: 2009-02-04
Posts: 40
Website

1280x800 Framebuffer on Acer Travelmate

Hi there smile

I have an Acer TravelMate 4314 where the native resolution is 1280x800
and I'm just wondering how can I make the framebuffer show that resolution?
I know there's a "hack" for intel 915 but my lapto has a Radeon Xpress 200M.
Anyone know how to do this? Google only turned up 915 :S

Thanks in advance smile

Offline

#2 2009-04-20 10:48:56

cwjiof
Member
From: Taichung, TW
Registered: 2008-01-27
Posts: 131

Re: 1280x800 Framebuffer on Acer Travelmate

1. install the lrmi  package, and run vbetest as root, and you can see if your screen support 1280x800;

2. if it doesn't support the resolution, and if you have an intel graphic card, you can turn on KMS (Kernel Modeset). See HOWTO: Enable KMS.

Offline

#3 2009-04-20 10:52:12

Eax
Member
From: Denmark
Registered: 2009-02-04
Posts: 40
Website

Re: 1280x800 Framebuffer on Acer Travelmate

cwjiof wrote:

1. install the lrmi  package, and run vbetest as root, and you can see if your screen support 1280x800;

2. if it doesn't support the resolution, and if you have an intel graphic card, you can turn on KMS (Kernel Modeset). See HOWTO: Enable KMS.

Just ran it, doesn't look like it supports it. (It doesn't show up?) But that's the resolution I've always run with :S

I don't have an intel card hmm It's a radeon

Last edited by Eax (2009-04-20 10:57:13)

Offline

#4 2009-04-20 20:14:55

lssjbrolli
Member
Registered: 2007-12-16
Posts: 26

Re: 1280x800 Framebuffer on Acer Travelmate

you can allways build a custom kernel + a few patches from fedora and you'll have KMS on radeon.

Offline

#5 2009-04-20 20:28:00

xdeusx
Member
Registered: 2007-10-15
Posts: 168

Re: 1280x800 Framebuffer on Acer Travelmate

I also have a Radeon Xpress 200M in my laptop and recently discovered radeonfb.

Just put radeonfb in the Modules array in /etc/mkinitcpio.conf
MODULES="radeonfb"
and run
mkinitcpio -p kernel26
to regenerate your kernel image, don't forget to remove all previous framebuffer stuff from grub.
radeonfb will use the highest possible resolution automatically.

Works fine on my system.

You could also achieve the same effect by using uvesafb.
http://wiki.archlinux.org/index.php/Uvesafb

Offline

#6 2009-04-21 08:55:35

Eax
Member
From: Denmark
Registered: 2009-02-04
Posts: 40
Website

Re: 1280x800 Framebuffer on Acer Travelmate

xdeusx: Thank you so much! smile

Offline

#7 2009-04-21 09:13:43

uncholowapo
Member
From: US
Registered: 2009-03-29
Posts: 238

Re: 1280x800 Framebuffer on Acer Travelmate

If all else fails you could try vga=865 at the end of your kernel line in your grub config for a 1280x800 framebuffer at 32-bit.

Offline

Board footer

Powered by FluxBB