Ubuntu :: Stuck On Command Line / No Gui / Unable To Start Xorg?

Apr 2, 2011

Last night my system rebooted and dropped screen resolution to 800*600. I was unable to change that from no where. I tried to install nvidia driver and now no gui, only command line. Starting xorg by using 'startx' fails. How I can get back to normal with normal resolution?At the moment I am logged in via live cd. Let me know if any log files needed (if I can locate those).

View 9 Replies


ADVERTISEMENT

CentOS 5 Networking :: Unable To Start Eth1 From The Command Line?

May 28, 2009

I am trying to attach my server to 2 diferent networks, with fixed ip addresses,
eth0 = 192.168.0.2 255.255.255.0 with gateway 192.168.0.1. This is currently working, and I can ssh o the machine on this address

eth1 = 192.168.150.5 255.255.255.0 with gateway 192.168.150.1

When I try and start eth1 with ifconfig eth1 up, I get the error message "eth1: unknown interface: no such device"

I have configured eth1 using system-config-network-tui and /etc/sysconfig/networking/devices/ifcfg-eth1 looks correct

GATEWAY=192.168.150.1
TYPE=Ethernet
DEVICE=eth1
BOOTPROTO=none

[Code].....

View 2 Replies View Related

Ubuntu :: Computer Stuck In Command Line Mode

Oct 5, 2010

I just loaded up the Ubuntu 10.04 onto a newly scratch built computer. It went to the desktop after loading up and asking for my password. I then navigated to SYS>ADMIN>DRIVERS and preceded with download of recommended drivers for Nvadia G430 on-board display adapter. Restarted the computer to activate the new drivers and it's stuck in Command Line Mode. I tried Ctrl/Alt/F7 to escape, along with a bunch of other things but nothing will kick this puppy into the desktop.

View 4 Replies View Related

General :: Stuck On GRUB Command Line / What Happened?

Mar 26, 2011

I am running Natty Alpha 3. I used Update Manager to install something (not sure what it was), then I restarted, but instead of listing all the kernels, it gave me a command line. I don't know what happened and how to use it.

View 6 Replies View Related

General :: Dell Mini 910 Ubuntu 8.04 Then All Of Sudden Stuck In Grub At Line Command

Nov 23, 2010

I have tried hours of followed fixes for my situation to no avail.I am stuck in grub line command and cannot get out.I have tried everything under the sun and nothing. every command comes back with disk read error, unrecognized command, etc.I am about ready to throw the mini 9 through the wall.

View 4 Replies View Related

Ubuntu Multimedia :: Start Only In Command Line?

Apr 23, 2010

Ubuntu 9.10 (Karmic Koala) 64 bitlaptop Asus f5n vidio: GeForce 7000MI try to remove piton2.6, but system freeze, after these ubuntu show massage (after reboot)"Ubuntu is running in low-grahics mode our screen, graphics card, and input device settings could not be detected correctly. You will need to configure these yourself"I press "ok"and give me next list of options"run ubuntu in low-graphics mode for just one session" -- system freeze "regonfigure graphics" -- no resultI try to reinstall graphic driver "nvidia-glx-185" -- no result

View 3 Replies View Related

Fedora :: Where To Start Command Line

May 4, 2011

I may need to handle a Red Hat server soon and thought that has the same command line.Where do I start if I wanted to learn the command line? Especially, how do you connect to a Redhat / Fedora Server using console on windows and do C programming

View 6 Replies View Related

General :: Start .pps In Command Line?

Jun 16, 2010

i'm using ubuntu with the GUIi have a .pps (power point presentation) on the desktop. I installed the powerpoint viewer and made it the default program for opening the file.when i double click on the file everything works.my problem is i need this on a schedule so i downloaded scheduled task.in scheduled task they ask me the command line i want to execute and that's where it doesn't work. I checked the "allow executing file as program" box on the file but i get the error cannot execute binary file.

View 1 Replies View Related

Ubuntu :: Start The Desktop Environment From The Command Line?

Mar 14, 2010

how to start the desktop enviorment from the command line.

View 2 Replies View Related

Ubuntu :: Start Up Graphical Mode From Command Line?

Sep 19, 2010

Is it possible to instruct Ubuntu to start up (GUI) Graphical User Interface mode from (CLI) Command Line Interface mode? In the old days, you can type "win" in DOS to get into Windows - something along that line. Is it possible for Ubuntu in this case?

Yes, you can reboot to switch between the modes, but shouldn't there be a command for this?

View 2 Replies View Related

OpenSUSE :: Start VirtualBox From Command Line?

Feb 5, 2010

if is posible to start a VM from the command line?

[code]...

View 3 Replies View Related

General :: Start GUI Programs From The Command Line?

Aug 18, 2010

In Windows, if I have a console window open, type winmine, and press enter, Minesweeper will appear, completely separate from the cmd program. The Minesweeper instance is not tied to the command prompt in any way that I know of, with the exception of Minesweeper's parent being set to that instance of the command prompt. It's different in Linux, however.

In Linux, if I have a console window open, type emacs and press enter, Emacs will open, but it seems tied to the command line. Specifically, it appears that I can't use the command line anymore until that instance of Emacs is closed. Is there a way to replicate the Windows behavior in Linux?

View 11 Replies View Related

Ubuntu :: GRUB Command Line Appears On Start Up. YIKES?

Feb 14, 2010

I just booted into Linux and the Update Manager prompted me to restart. After the restart the GRUB interface I expect to see is no longer there and now it is just a command line that says press tab for more options.I have not got a clue with shell language as I have had no time to learn it as of yet. Do I need to uninstall and reinstall Linux or is there a command that can be typed that boots up the operating system.Even better is there something I can do that can return me to seeing the interface like I was used to.

View 3 Replies View Related

Debian Programming :: Automate Command Line At Start-up

Jan 26, 2015

I'm trying to automate two command lines, a synclient and a syndaemon. They both work well if I type them manually in a terminal, but if I do a littre script to do this, tap to click and scrolling don't work anymore.

This is the script I wrote:
Code: Select all#!/bin/bash
synclient VertEdgeScroll=1
syndaemon -d -t -K
exit 0

So I made a chmod +x on the file, placed it in ~/bin then change PATH to include the directory. Then I added this file in "Startup applications".

The scripts run ok, mais it has a different effect than if I run the commands manually.

View 10 Replies View Related

Slackware :: Start Compiz And Plugins From Command Line

May 20, 2010

I've been searching for hours now on how to start compiz from command line and configure the plugins. I just want to use the compiz core package in Slackware (no add-ons for now). I've figured out starting compiz

Code:
compiz --replace
and the windows decorator

Code:
gtk-window-decorator --replace
kde-window-decorator --replace
for gtk based or kde respectively. I know how to start the plugins (by putting their names in the compiz command), but not what all of their command line names are.

What I'm looking for is all the console names of the base plugins (and eventually the others too), the order they need to be started in (if any), how to automatically start compiz when X starts, and how to change plugin settings (all without ccsm). How to do the above stuff without the use of a graphical tool.

View 14 Replies View Related

OpenSUSE :: Invoking The Gnome Start Menu From The Command Line?

Jun 28, 2010

I'm wanting to be able to run the Open Suse start menu from the command line.king remotely, I have found that I have faster response time by only running specific X components instead of an entire desktop (particularly useful under Windows 7 Cygwin). Specifically, I'd like to invoke the start menu from a ssh command line.On Linux Mint,line command is:mintmenuWhat is the equivalent command to bring up the Slab Start Menu on Open Suse?

View 8 Replies View Related

OpenSUSE Install :: Start / Stop KDE From Command Line (Terminal)?

Jul 10, 2011

How to stop/start KDE from the command line (Terminal) on opensuse 11.4?

View 9 Replies View Related

General :: Start KDE From Command Line (Debian Lenny On IMac)?

Jan 22, 2010

I have a nearly 10 years old iMac at home and installed Lenny on (somehow, I had to thrash Mac OS 9.2 :-P). Everything was successful until now, but on entering "startkde", the screen fills withkpersonalizer: cannot connect to X serverlines. Upon looking at other threads here I tried mdetect, installing X11... but to no avail

View 14 Replies View Related

Software :: Can't Start / Stop / Restart Samba Via Command Line

Oct 12, 2010

I have a GUI for Samba already as it most likely installed, the problem is I don't have a shared folder in admin menu. I have told samba what folder to share and what user to have access to it. As well I have looked at the config file to make sure what was in the gui printed into the config file. However I cannot start, stop, restart samba via command line. I will try config package and hopefully that drops down everything,

[code]...

sudo service smbd restart unrecognized service, nmbd same thing. Now it is installed, but has no script file or the script file is not in the init.d folder like it should be still trying to figure I have come to the conclusion that the daemons are not installed and am trying to figure out what those script files look like or a way to import them off a ftp, however no luck with google so far. But the scripts files don't exist on my box. how do you install samba daemons when it says samba is already installed.

View 7 Replies View Related

OpenSUSE :: YaST Partitioner Does Not Start - Launch It From Command Line To Get Some Output?

Jun 4, 2011

I have a problem with YaST Partitioner. When I launch it, a window opens, a dialog (to confirm that I know what I am doing) pop-ups, I choose "Yes", the application starts to initialize, and after 0.5-1s the window is closed without any error message. Does anybody know how to at least find out what is wrong? .. or how to launch it from command line to get some output?

View 8 Replies View Related

General :: Command For Appending A Text At The Start Of Every Line And Save It Another File?

Mar 10, 2011

I wish to append a text at the start of every line and save it to another file without changing the original file.know the command

For example:
Orignal.txt
a.txt

[code]...

View 5 Replies View Related

Ubuntu :: Unable To Open Documents From Command Line?

Jun 3, 2010

Previously I was able to open any document I wanted in the CLI by typing:

Code:
open some_document.txt
Now when I try to do this I get the following:

[code]...

View 2 Replies View Related

CentOS 5 :: Added Gnome And X To Command Line Only Install - How To Make X Start At Boot

Nov 5, 2009

I've got an install of CentOS 5.3 in a VM which was installed without X or Gnome.I've added X (yum groupinstall 'X Window System') and Gnome (yum groupinstall 'GNOME Desktop Environment) and can now run startx no problem.However on boot I get a command line login rather than the graphical login screen one normally gets if Gnome is included at install time.What do I need to do to get the graphical login after boot?

View 3 Replies View Related

SUSE :: Unable To Get A Program To Run From The Command Line?

Nov 9, 2010

I have reinstalled Suse 10.1 as dual-boot with Windows XP. I am now unable to get a program to run from the Linux command line. I am familiar with the program and have had it running previously when the machine was Linux-only. Everything else, e.g.Firefox and Office, work fine in Suse.

[Code]...

The problem occurs with all commands - not just this one. isis3Startup.sh is in green on the screen so I assume I should be able to run it - I have never had any problem when it was installed previously.

View 2 Replies View Related

Fedora :: Unable To Boot Via Grub Command Line?

May 27, 2011

When I turned on my laptop today, instead of showing me the boot menu..it show grub command line..ie

Code:
grub>_

I have no knowledge about grub command line..still i tried to boot into my fc14 ..using these steps given here

[Code]...

Thus boot configuration files have been lost..i think I have to install Fedora again

View 2 Replies View Related

General :: Unable Command Line Autocomplete After Sqlite?

Jun 3, 2010

Once upon a time when I started sqlite from the command line I could using the tabbing autocomplete to enter the database name. This has not worked for a while now.

View 1 Replies View Related

General :: Unable To Log In Credential For Internet Through Command Line?

Jun 30, 2011

My GUI for backtrack is not working. I want to connect to internet. I gave the required static ip to my machine. but the problem is I have to give username and pasword through the browser before accessing the internet. Now here , i dont have any browserHow to give the log in credentials through command line in backtrack machine?

View 1 Replies View Related

Ubuntu :: Unable To Find Any List Of Arguments That Can Be Added In The Command Line

Aug 23, 2010

I am able to start up firefox just fine out of my terminal, but i have not been able to find any list of arguments that can be added in the command line. what i'm looking for is that it starts up in Full Screen mode right off. is there an argument that can be added to ti to do that?

View 2 Replies View Related

Ubuntu Networking :: Unable To Install Command-line Version Of Maverick From Alternate CD

Oct 2, 2010

I'm attempting to install a command-line version of Maverick, from the alternate CD. I'm using the 64-bit version. The installation has gone fine - however, I'm having troubles getting the wireless to work. I've installed wireless-tools by carting the *.deb archive over from another computer - this seemed to go fine, and iwconfig shows my wireless card as "wlan0". However, even after setting the essid and the WEP key I can't connect to the internet (tested this using apt-get). I know that this wireless card requires the "rtl8187se" module, which automatically loads with the desktop version of Maverick - however, it isn't working on the command-line. Running "sudo modprobe rtl8187se" pings back an error message saying that the module can't be found. Is there a way for me to manually install it or "find" it?

View 1 Replies View Related

Fedora :: Run Python3 Scripts From Command Line And Call Up Python 2.6.2 Idle With The Command Idle From Command Line?

May 29, 2010

i've gotten my fedora 12 to the point where i can run python3 scripts from command line and can call up python 2.6.2 idle with the command 'idle' from command line. what command will call up python3 (3.1.2 to be exact) idle?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved