Thanks lordplagueis
That was useful for going straight into the GUI after logging in.![]()
this is from (Micked) on the old forum and still works
make you not have to type startx every time you boot, it goes right to desktop.
Using this on backtrack 4 Pre Final persistent changes.
Code:
nano /root/.bash_profile
enter:
Code:
startx
ctrl+o #WriteOut (o=letter, NOT a zero)
enter #save
ctrl+x #Exit
all done!! reboot and try it out.
you can put all kind of things you want to autostart in this file, like me, I have put "start-network" and "wicd-client" so that I have working network every time I boot.
HP DV7
8GB DDR3
Core i7-720QM
Nvidia GeForce GT 320M
BT5-64bit x WIN7-64bit DualBoot
Thanks lordplagueis
That was useful for going straight into the GUI after logging in.![]()
"start-network" and "wicd-client" don't work for me. only startx is working.
Please help
HP DV7
8GB DDR3
Core i7-720QM
Nvidia GeForce GT 320M
BT5-64bit x WIN7-64bit DualBoot
@Alex2005
Are you running those command as root? maybe you should add sudo infront of the commands...
Last edited by lokschmidt; 02-12-2010 at 01:07 PM. Reason: Qouted wrong post..
It's time to free yer Mind; It's time to cleanse yer Soul
having to type startx was starting to annoy me. Thanks for the info.
Thank you, i also put wireless start up in there![]()
Thanks
That was usefull