Sunday, January 28, 2007

 

SuSE, Acer aspire 5580 and non-standard resolution 1280x800

My roommate recently purchased an Acer Aspire 5580 laptop and handed it to me for installing Linux. It is a pretty good laptop, well supported under Linux. It features Intel Core 2 Duo processor with Intel 945 GMA and 3945ABG wireless. I installed openSUSE 10.2 and everything went fine except for the screen resolution.

This laptop uses 1280x800 as native resolution, but my X refused to work with anything greater than 1024x768. Initially I thought that the problem is with SuSE not recognizing HSync and VSync frequencies of the LCD screen. I tried every possible refresh rate in display settings. After a lot of googling around, I found 945gm and 1280x800 laptop monitor problem suse 10.2 and patch the video BIOS. For some reason, the hardware vendor did not include the native resolution of the LCD display in the list of supported resolutions. The solution however is simple, as there exists a hack for fooling X. On SuSE, simply edit /etc/sysconfig/videobios and reboot. Also make sure that /etc/init.d/boot.videobios is executed on boot time by running the following command.

insserv boot.videobios

After editing, my /etc/sysconfig/videobios looks as follows:

VIDEOBIOS_PATCH="yes"
VIDEOBIOS_PARAMETERS="5c 1280 800"

I don't understand why hardware vendors can not follow standards! Anyway, the laptop is functioning fine now.

Labels: , ,


Comments:
Thank you Nilesh.

I've just been given a Dell Inspiron 640M by my company, resolution 1280x800, which had the same problem with screen resolution running SuSE Linux 10.2. And your solution worked perfectly.

Robert Bradford
 
Thank you,

this worked well also on OpenSuse 10.2 + Acer Aspire 5310.

koldo
 
Thanks Nilesh. Your blog was helpful to me as I was also struck with resolution problem on my Compaq presario v6000 with PCOSLINUX 2007 with no option for higher resolution. I found the answer myself by going to Administration Center>Hardware>Change the screen resolution, which automatically downloads a software which allows users to opt for higher resolution (in my case 1280 x 800).
 
I have acer arcade deluxe. but blu-ray movies dont work. software has blu-ray support so what the problem? [...]resource[...]
 
Initially I thought that the problem is with SuSE not recognizing HSync and VSync frequencies of the LCD screen.
 
Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?