As far as I could read, there is no i965 kernel driver, see here for example:
http://lists.freedesktop.org/archive...er/008943.html
So, first, zigmos will need to do the "modprobe i915 modeset=1" before he does startx.
Second, I noticed misconfiguration in the xorg.conf file posted by zigmos. I'll quote here the relevant section, with the mistake marked with red:
Please replace
Driver "fbdev" with Driver "intel". Again, do this before you issue startx, obviously.
And third, make sure you have Xorg Intel drivers installed from the ppa ( add-apt-repository ppa:glasen/intel-driver; apt-get update; apt-get upgrade).
Now, you can issue startx !
NOTE: You can check your Xorg Intel drivers version like this, copy/paste from my laptop follows:
Code:
# apt-cache policy xserver-xorg-video-intel
xserver-xorg-video-intel:
Installed: 2:2.15.0~lucid~ppa9
Candidate: 2:2.15.0~lucid~ppa9
Version table:
*** 2:2.15.0~lucid~ppa9 0
500 http://ppa.launchpad.net/glasen/intel-driver/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
2:2.9.1-3ubuntu5 0
500 http://64.repository.backtrack-linux.org/ revolution/main Packages
500 http://updates.repository.backtrack-linux.org/ revolution/main Packages
So, make sure that installed version is "2:2.15.0~lucid~ppa9".
Good luck! Please post your results...
