Title | Blank Screen on Backtrack 5 when Using Startx [Intel] |
Permission | rw-r--r-- |
Author | Hargo Haripamudya |
Date and Time | 20:31 |
Category | backtrack| bug| driver |
Share |
First use the Backtrack live CD and boot with it then Configure the Xorg
Xorg -configure
Copy xorg.conf file to /etc/X11
cp /root/xorg.conf.new /etc/X11/xorg.conf
Open xorg.conf
nano /etc/X11/xorg.conf
Change "intel" to "vesa" and then save the file
Reboot your Backtrack and then open xorg.conf again
nano /etc/X11/xorg.conf
Change "vesa" to "intel" and install this intel driver
apt-cache search intel | grep xorg
xserver-xorg-video-intel - X.Org X server -- Intel i8xx, i9xx display driver
xserver-xorg-video-intel-dbg - X.Org X server -- Intel i8xx, i9xx display driver (debug symbols)
xserver-xorg-video-i740 - X.Org X server -- i740 display driver
Install the driver with this command
apt-get install xserver-xorg-video-intel
apt-get install xserver-xorg-video-intel-dbg
apt-get install xserver-xorg-video-i740
Edit grub.cfg
gedit /boot/grub/grub.cfg
Change "text splash vga=791" to "text i915.modeset=1"
I hope your problem solved