You are not logged in.
Hi!
(I'm new, don't bite)
Just put #! on my Thinkpad T520.
Its got the Intel HD Graphics 3000.
$ lspci -v | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])When I boot with the 2.6.32-5-amd64 kernel, I get an incorrect resolution.
(ie. I can't run at FHD 1920x1080)
When I boot with the 2.6.36-2.dmz.5-liquorix-amd64 kernel, I get the full resolution, but display is choppy. (ie. moving windows is clunky)
In addition, when I run glxinfo with the liquorix kernal, I get the following errors:
$ glxinfo
name of display: :0.0
Unrecognized deviceID 126
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Serial number of failed request: 21
Current serial number in output stream: 24Here's my xorg log booting with 2.6.36-2.dmz.5-liquorix-amd64:
http://sprunge.us/Ofgj
Heres xorg log w/ 2.6.32-5-amd64:
http://sprunge.us/eVeJ
Other stuff that may be pertinent:
$ dpkg -l | grep glx
ii libgl1-mesa-glx 7.7.1-4 A free implementation of the OpenGL API -- GLX runtime
$ dpkg -l | grep video-intel
ii xserver-xorg-video-intel 2:2.13.0-6 X.Org X server -- Intel i8xx, i9xx display driverI'm still reading to try to figure this one out, and am likely posting this before I have exhausted other resources, so I apologize in advance if I'm missing something obvious.
Thanks for any insight!
Last edited by zikzak (2011-09-14 15:04:54)
Offline
You need to enable squeeze-backports to get kernel 2.6.39 and xserver-xorg-intel 2.15.0.
Technically, it's recommended by Intel that you have newer packages than that, but you'd have to move to Debian unstable to get them, and that's risky business.
Last edited by soren121 (2011-09-11 01:29:41)
Offline
Yup! that worked!
Thanks!
(sorry, I meant to confirm this earlier, but I got caught up playing with my new toy... )
For anyone else trying to get the correct resolution/get Intel graphics working...
http://backports-master.debian.org/Instructions/
will tell you how to enable backports.
This will help you find the right kernel
apt-cache search 2.6.39Seems to be working fine so far!
Thanks again.
Offline
I know this is probably super easy question but I can't get any further with the Intel HD 3000 issue.
I do have the same resolution problem, I located linux-kbuild-2.6.39, then:
sudo apt-get install linux-kbuild-2.6.39
sudo update-grub
New kernel didn't show up. I know this is probably basic question but I can't get it to work.
Offline
First of all, welcome! Second, 2.6.39 is no longer in the backports repo. (I have no idea why the kbuild package is still there; it seems to be an orphan.)
Perhaps try with the latest backported kernel?
Online
Hello again.
after apt-cache search i Found linux-kbuild-3.2
I installed it:
apt-get install linux-kbuild-3.2
what should I do next to load new kernel ? (It downloaded suspiciously quick ~200kb)
update-grub didn't add new kernel to list.
Sorry if this is a basic question...
Offline
sudo apt-get -t squeeze-backports install linux-image-3.2.0-0.bpo.2-amd64Reboot into the new kernel, and
sudo apt-get -t squeeze-backports install linux-headers-$(uname -r)Last edited by xaos52 (2012-04-13 10:20:48)
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
sudo apt-get -t squeeze-backports install linux-image-3.2.0-0.bpo.2-amd64Reboot into the new kernel, and
sudo apt-get -t squeeze-backports install linux-headers-$(uname -r)
You're a gentleman and a scholar, Thanks.
Offline
This helped to fix the resolution, great! But running glxinfo yields an exception. To resolve this you need to update your mesa and xserver from backports as well:
apt-get install -t squeeze-backports libgl1-mesa-dri libgl1-mesa-glx
apt-get install -t squeeze-backports xorg xserver-xorg xserver-xorg-core xserver-xorg-input-synaptics xserver-xorg-video-intel.

Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.