PDA

View Full Version : [SOLVED] Graphics issue with Thinkpad Edge 14"



ugodiggi
April 23rd, 2010, 07:04 AM
Hi,
I'm trying to get 9.10 to work nicely on a Thinkpad Edge 14".

Everything is working fine, except that I have issues with the intel graphics drivers.
The monitor's native resolution is 1366x768 and I have Intel HD graphics card on it.
I have changed my xorg.conf to use driver = "vesa", but now I get only a resolution of 1024x768.
I tried to use xrandr to fix this, by adding a new mode etcetera, but this does not work - I believe because the driver is the issue.

Also, doing Ctrl+Alt+F[1-6] gives me a blank screen rather than a console.

How do I find out the details about my graphics chip? I see this:


$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Arrandale Integrated Graphics Controller (rev 12)

Maybe I should go more bleeding edge for my drivers? How do I do that?

Thank you!

Ugo

Mark Phelps
April 23rd, 2010, 08:57 PM
Maybe I should go more bleeding edge for my drivers? How do I do that?

You could download the 10.04 RC that was just posted, burn that to CD, and try that in LiveCD mode -- but it may not work because according to the Release Notes, Intel is still investigating their 8xxx-series display drivers problems and the fixes are not in 10.04 as yet.

ugodiggi
April 24th, 2010, 05:18 PM
Thanks for the suggestion, Mark.

I'm downloading 10.4RC CD right now, will ping back with what I find.

thinkbrowner
April 25th, 2010, 10:01 PM
Any Luck on this? I just got a Dell with the Arrandale Chipset, and I'm curious what your experience with 10.04 is.

ugodiggi
April 28th, 2010, 01:17 AM
I finally got to this, and it does work!

I used 10.4 beta 2 for amd64.

I get full resolution with the default installation and the consoles are working again.
The driver that is used in the new xorg.conf is:
Driver = "fbdev"
rather than the intel one, or vesa like I was using before.