This topic has been brought up many times. One of the many threads about
it is this one: Black Screen afnstter Hard Disk Install and "startx"
there are many solution
The fix that works for me permanently is:
Edit your grub file with:
After installation of backtrack the screen go blank when startx command is pressed so instead of typing startx type below code
Code:
gedit /etc/default/grub
Find this line in that file
Code:
GRUB_CMDLINE_LINUX_DEFAULT="text splash nomodeset=1 vga=791"
change that line to
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modeset=1 vga=791"
as show in below pic
Save and close this file.
dont forget to update grub after changes type below command
Code:
update-grub
there are many solution
The fix that works for me permanently is:
Edit your grub file with:
After installation of backtrack the screen go blank when startx command is pressed so instead of typing startx type below code
Code:
gedit /etc/default/grub
Find this line in that file
Code:
GRUB_CMDLINE_LINUX_DEFAULT="text splash nomodeset=1 vga=791"
change that line to
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modeset=1 vga=791"
as show in below pic
Save and close this file.
dont forget to update grub after changes type below command
Code:
update-grub
Thanks A lot dude, it worked perfectly for me....
ReplyDeletethank you...could you please explain,why we changed that parameter...
my graphics card is ati radeon 5670 hd...
ReplyDeleteplease tell me how to fix this??
thanks!!! perfect for me. the true!!! very very very thanks!!!! :)
ReplyDeletehi... i tried to access the grub file but i got an error...
ReplyDeleteGtk-WARNING **:cannot open display:
what do i do..???