
Originally Posted by
fromthestars
Does all of this still apply the same to bt4-r2?
Yes, I can confirm the same issues using a fresh BackTrack 4-R2 live USB, at least on my hardware (ASUS Eee PC 1005PEB which uses the Intel N450 Pineview/GMA 3150 chipset).
I experienced the same issues with the GMA 3150 IGP not being recognized by the intel video driver, and that the non-standard resolutions (ie, 1024x600) are not listed in the Intel Video Bios by default.
BackTrack 4-R2 is still using xserver-xorg-core 1.5.2 and xserver-xorg-video-intel 2.4.1. Full hardware acceleration support of the latest Intel integrated graphics platforms requires (X-org 1.8) to upgrade to at least version (2.12) of the xserver-xorg-video-intel drivers.
(Intel Linux Graphics: 2010Q2)

Originally Posted by
fromthestars
edit: intel gma 3150, bt4-r2 I was able to simply edit my xorg.config
Can you confirm what resolution X is starting in? Use the following command from a terminal while in X:
Code:
root@bt:~# xrandr
Screen 0: minimum 640 x 480, current 800 x 600, maximum 800 x 600
...
Also could you share your hardware information, and the relevant parts of your xorg.conf.
Code:
root@bt:~# lshw -C cpu
*-cpu
description: CPU
product: Intel(R) Atom(TM) CPU N450 @ 1.66GHz
...
root@bt:~# lshw -C display
*-display:0 UNCLAIMED
description: VGA compatible controller
product: N10 Family Integrated Graphics Controller
...