I'm running BT5 as liveUSB with persistent, trying to get oclHashcat running but in order to do that I need to install the latest Nvidia driver for my GeForce GT630. Managed to install the driver but when I rebooted I get error. I could not start "x". Anyone willing to share how to install Nvidia drivers into liveUSB?
Aby$m Thanks for pointing, read this yesterday but haven't try it yet. I believe this is for BT installed in HDD not liveUSB. Anyway will give it a shot when I have time. --- Double Post Merged, 26 Feb 2013, Original Post Date: 25 Feb 2013 --- Aby$m Followed the tutorial from the link given and after rebooted I get the same error as the 1st attempt. Fatal screen error: no screen found Please consult the X.Org Foundation support at http://wiki.x.org for help Please also check log file at "/var/log/Xorg.0.log" for addtional information ddxsigGiveUp:closing log giving up xinit: No such file or directory (errno2) : unable to connect to X server xinit: No such process (errno3) : Server error --- Double Post Merged, 30 Mar 2013 --- Managed to install nvidia driver to Back Track liveUSB with persistent. When I tried to use Nvidia X Server Setting I get this You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server. Then did this nvidia-xconfig during startup I get this WARNING: Unable to locate/open X configuration file. New X configuration file written to '/etc/X11/xorg.conf' This is what I have in my /etc/X11/xorg.conf file # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 310.40 (buildmeister@swio-display-x86-rhel47-07) Sun Mar 3 21:49:58 PST 2013 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection Where did I messed up? Anyone... In order to get back into GUI I did this rm /etc/X11/xorg.conf startx meknb Mr. Penguin
I don't have one. Anyone willing to share? BTW. I've installed this as my driver "version 310.40" Linux 32bit
Unless they have the same graphics card mouse ect it wouldn't be much good to you. Sounds like permissions problem When your new xorg.conf is created Code: Select All sudo xinit gdm I think backtrack uses kdm? if not it might be gdm. It is kde kdm or gnome gdm?? I've only used backtrack 5 a few times and didn't like it so not all that use to ubuntu. It will be sudo xinit gdm for gnome
After much in depth search, my lappy Lenovo G580 with GT630M is with Optimus Technology thus no linux driver support. After reading up this post http://www.backtrack-linux.org/forums/showthread.php?t=55183 I've manage to install nvidia driver and "startx" giving me the normal startup. In order to run nvidia card in linux "Bumblebee" would be the answer http://bumblebee-project.org/ but somehow I ran into much frustrating error Mr. Penguin could you please close this thread as I would not bother with it anymore but will try to start learning ubuntu instead