


wayne128 wrote:hmm, you are now only boot into the console...![]()
may be you could try to use smix to rescue.
hopefully you still have internet,
follow the steps outline in smxi, link below.
http://smxi.org/site/install.htm

===========================================================================
:: Home
:: Documentation
:: FAQs
:: Forums
:: Donations ::
===========================================================================
How to Install the Scripts
===========================================================================
Well, you can't very well run these scripts if they aren't installed on your system, can you? Here's how you install them all, one by one.
NOTE: to copy any command, just highlight the whole command string, and then paste it into your console with a center mousewheel click. Who needs typing! This is Free Software, and you're free to not type if you so choose!
Also note that all these scripts must be installed in the /usr/local/bin directory, except for inxi, which you can install anywhere, but you really should install that one in /usr/local/bin too to keep things simple.
1) Installing smxi / sgfxi / svmi with zip installer
2) Installing single smxi / sgfxi / svmi scripts
3) Installing sgfxi (non-smxi mode)
4) The smxi / sgfxi / svmi stub installer
5) inxi install options
6) rbxi install options
7) switcher install options
8) dws install options
9) acxi install options
----------------------------------------------------------------------------
Installing smxi / sgfxi / svmi
----------------------------------------------------------------------------
There are several ways to install smxi and related scripts sgfxi and svmi:
----------------------------------------------------------------------------
Installing with smxi.zip
I'll start with the easiest. Download and extract the smxi.zip package. This requires the unzip utility. So first let's check if you have it:
# type this command:
which unzip
# if it gives you an answer, you have it.
# If nothing happens when you do that, just do this:
apt-get update && apt-get install unzip
# or, if you prefer aptitude, do:
aptitude update && aptitude install unzip
Ok, so now we're ready to get the file, which contains smxi, svmi, and sgfxi.
# as root, run the following command
cd /usr/local/bin && wget -Nc smxi.org/smxi.zip && unzip smxi.zip && smxi
If everything worked as expected, it should, if you are X (KDE, Gnome, etc), ask if you want to turn off X and start again.
This method installs smxi, svmi, and sgfxi, all ready to go.
top
----------------------------------------------------------------------------
Installing single scripts
If you only want one of those, here's how you do it. Just copy and paste which ever command you want:
Arch Linux users, install to: /usr/bin
# to install just smxi, as root, do:
cd /usr/local/bin && wget -Nc smxi.org/smxi && chmod +x smxi && smxi
# same for the others: sgfxi
cd /usr/local/bin && wget -Nc smxi.org/sgfxi && chmod +x sgfxi && sgfxi
# and svmi
cd /usr/local/bin && wget -Nc smxi.org/svmi && chmod +x svmi && svmi
smxi and sgfxi can't really be run in X, but svmi and of course, inxi, can be.
top
----------------------------------------------------------------------------
Installing with the smxi stub installer
A few lucky users (for example, antiX 8.0 and later) are running distros that are using the smxi stub installer (svn source page). This lets you install any of the supported scripts by simply typing in the following commands, as root:
smxi
# or for sgfxi
sgfxi
# or for svmi
svmi
The stub installer downloads and starts the scripts if they are missing, otherwise it just runs the script directly. This is by far the most pleasant, and the easiest, way to install and start the scripts, but it requires a preinstalled smxi stub installer to work.

z06gal wrote:i cannot get out of tty. It says now "screens found but no usable configuration"

wayne128 wrote:z06gal wrote:i cannot get out of tty. It says now "screens found but no usable configuration"
are you in $ prompt?


wayne128 wrote:refer to the coded page I inserted earlier, start here
# type this command:
which unzip
should see this
wayne@lmde32x210204rc ~ $ which unzip
/usr/bin/unzip


wayne128 wrote:ok it said you have unzip, now next command from the coded page, is to install smxi script ...
this one mean your internet must work
also you should have the /usr/local/bin directory.
if not it is simple just to create, get into root prompt
then mkdir /usr/local/bin
# as root, run the following command
cd /usr/local/bin && wget -Nc smxi.org/smxi.zip && unzip smxi.zip && smxi









craigevil wrote:Use smxi to install the proper nvidia driver. Not only will it download and install the proper driver, it will remove and blacklist nouveau , and configure xorg.conf correctly.

Users browsing this forum: No registered users and 4 guests