@staticn0de
Thank you for the reply but I cannot get GUI at all.
I know for this procedure but after
1.I get a black screen.
I updated grub
2.
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset radeon.modeset=0"
Done that
3.4.Again I get a black screen
My xorg.conf looks like this
Code:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
I'm guessing the problem may be with kernel because the Kali version 1.0.9a has kernel 3.14 in which the bash exploit is fixed, in Kali version 1.0.9 of kernel bash exploit is present, it says so on Kali's page.