It might be worth using another distribution to get the feel of Linux before hand.
Depending on what edition of backtrack you're using, here are some Linux x86 drivers
http://www.nvidia.com/object/linux_d...32_177.13.html
Hello all, im new here and never used BT or any other kind of linux platform before.
I just installed BT-5 on VirtualMachine and with my 26" monitor 800x600 screen resolution makes everything HUGE!
I cant seem to find any drivers or something to download.
My monitor is LG - W2452T and my graphics card is Nvidia GTX 260.
Getting my resolution sorted is my main priority because it's painfully big to look at lol its hurting my eyes....
I'm using 1920x1200 on windows vista 32bit at the moment.
It might be worth using another distribution to get the feel of Linux before hand.
Depending on what edition of backtrack you're using, here are some Linux x86 drivers
http://www.nvidia.com/object/linux_d...32_177.13.html
Last edited by g0tmi1k; 09-26-2011 at 08:06 AM.
Have you...g0tmi1k?
Might also need to install the virtual machine drivers, that usually fixes the virtual video card issues.
Of course, if you really wanted to have some fun, go to Wal-Mart late at night and ask the greeter if they could help you find trashbags, roll of carpet, rope, quicklime, clorox and a shovel. See if they give you any strange looks. --Streaker69
I am running Backtrack 5 KDE version and here is what it says on my screen resolution
I shall try those drivers you posted. I hope it works
**EDIT** that link you posted is 2008 and well out of date... any other solutions?
Last edited by uperkurk; 09-26-2011 at 04:53 PM.
Of course, if you really wanted to have some fun, go to Wal-Mart late at night and ask the greeter if they could help you find trashbags, roll of carpet, rope, quicklime, clorox and a shovel. See if they give you any strange looks. --Streaker69
I'm quite sure he didn't. It would have shown VBOX monitor, not default.
Screenshot.jpg
@OP: hit HOST+D and install the drivers following these steps
1. make sure you have dkms installed:
2. in the right lower corner you will have a USB icon, click on the "VBOXADDITIONS_4.1.2_73507" to open in File Manager(it will be automatically mounted)Code:apt-get install dkms
3. open a terminal, and type
note: modify the commands for your virtualbox versionCode:cd /media/VBOXADDITIONS_4.1.2_73507/
4.5. reboot and enjoy.Code:./VBoxLinuxAdditions.run
extra: 6. if you want a custom resolution just type on the host terminal(assuming you're running linux, thought windows will have equivalent command): VBoxManage controlvm "VM NAME" setvideomodehint [width] [height] 24 0
Last edited by erhardm; 09-28-2011 at 01:41 AM.
Great minds have purposes, others have wishes
You don't need dkms(think it's already installed).
BT5VBox.jpg
Of course, if you really wanted to have some fun, go to Wal-Mart late at night and ask the greeter if they could help you find trashbags, roll of carpet, rope, quicklime, clorox and a shovel. See if they give you any strange looks. --Streaker69
http://www.virtualbox.org/manual/ch04.html#idp11850096Again, as with Linux hosts, we recommend using DKMS if it is available for the guest system. If it is not installed, use this command for Ubuntu/Debian systems:
sudo apt-get install dkms
Dkms is for the virtualbox linux addition to work properly when the linux kernel is changed. It will rebuild the virtualbox guest module when kernel changes.
I don't know about hdd installed BT5R1, I do have dkms installed and I don't remember if I installed it myself. I quickly checked the BT5R1 KDE 64 iso and it doesn't have dkms installed.
Last edited by erhardm; 09-28-2011 at 02:03 AM.
Great minds have purposes, others have wishes
Of course, if you really wanted to have some fun, go to Wal-Mart late at night and ask the greeter if they could help you find trashbags, roll of carpet, rope, quicklime, clorox and a shovel. See if they give you any strange looks. --Streaker69