As our friend asked, Yes, the Xorg is already installed, but I don't know what (files) was installed by default, nor its version. In my installation, I used files from version 7.6, but some requirements were missing, so i picked them from the latest versions repository.
Well guys, I'm going to write down a tutorial to make the intel linux driver 2.13 work on BT4 R2.
1. Install the xorg to /opt/xorg (can be other path, like /etc/xorg. but I put it there)
I used some links to help me install it. As follows:
http://intellinuxgraphics.org/2010Q3.html
http://www.x.org/wiki/CompileXserverManually
http://www.x.org/wiki/ModularDevelopersGuide
This I didnt used, but can be useful too (specialy it tells wich drivers you need to install (basics only) at session Building X drivers:
http://wiki.x.org/wiki/Development/B...elopment%2Fgit
2. Then reconfigure your xorg.conf
It stills at /etc/X11/xorg.conf
http://pastebin.com/QHRGWvV3 -- here is mine working one.
3. Activate the kernel module for the intel driver
Create the file /etc/modprobe.d/i915-kms.conf with the following line: options i915 modeset=1
4. Reboot, login as root, and type
Code:
startx -- /opt/xorg/bin/Xorg
That is it. If you are able to install the xorg, the rest of it is very simple.
And with this, 2D and 3D acceleration works fine and you can change the brightness of your screen. At least I can do it! =D
Sorry that I'm posting it too late, as the BT5 is on the way and probably this driver is not gonna be a problem any more.
Hope it is clear enough. And sorry for any errors (I'm gonna improve my English soon). And sorry for been too newbie for not understanding everything. =D