LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-13-2009, 06:02 AM   #31
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33

what does "then su" mean?
 
Old 11-13-2009, 06:02 AM   #32
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
and how the hell do i get out of the console you made me go into????
 
Old 11-13-2009, 06:04 AM   #33
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by elishac View Post
eric,
i thought this was a sort of "windows update". such updates are usually good windows, i didn't know that linux would propose me something that could damage my computer.
i thought linux could go for years without even any restart, and i would need to reinstall it all after a few days only??? I'd rather not do that. I don't know how to anyway. And i'd rather not lose time/money to make backups just to reinstall linux.
You really cannot compare Windoze to Linux in any way. Ubuntu is one of the distro's that are considered as 'easy' because they have automated a lot of stuff that the more experienced user likes to keep under his/her own control. It comes with the territory . I advice you to read up on Ubuntu and Linux in general. This way you could 'fine-tune' your Ubuntu to do what YOU want and not like Windows (what IT wants). Furthermore the knowledge you'll acquire reading, learning and trying, will serve you whenever you try out another distro.

Kind regards,

Eric
 
Old 11-13-2009, 06:05 AM   #34
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by elishac View Post
how am i supposed to verify that, i cant even see the cursor. how do i get out of this black console?
Type
Code:
exit
to get out of the console.
Code:
reboot
to reboot your computer.

Kind regards,

Eric
 
Old 11-13-2009, 06:06 AM   #35
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by elishac View Post
and how the hell do i get out of the console you made me go into????
Hell is far away from heaven....

Which way do you want to go?

Kind regards,

Eric
 
Old 11-13-2009, 06:08 AM   #36
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
nope, exit didn't work.
it just asked me to type my login again, and i'm right back where i started.
 
Old 11-13-2009, 06:09 AM   #37
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by elishac View Post
what does "then su" mean?
Code:
su
means get root privileges. Like granting a normal user in Windows administrative rights by adding him (temporarily) to the Admin group.

In Linux you can open a session that gives you root privileges (so you don't have to type sudo in front of every command) by typing
Code:
su
It will ask you for your password and then you'll be in a 'privileged' session until you type
Code:
exit
Kind regards,

Eric
 
Old 11-13-2009, 06:09 AM   #38
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by elishac View Post
nope, exit didn't work.
it just asked me to type my login again, and i'm right back where i started.
CTRL-ALT-F7

should take you back to the graphical login if I'm not mistaking.

Kind regards,

Eric
 
Old 11-13-2009, 06:10 AM   #39
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
so what do i type to get out of the black screen?
 
Old 11-13-2009, 06:11 AM   #40
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
ok, ctrl alt f7 did work.
yet the mouse still doesn't work
 
Old 11-13-2009, 06:11 AM   #41
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by elishac View Post
so what do i type to get out of the black screen?
asked and answered in the post above.
 
Old 11-13-2009, 06:13 AM   #42
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by elishac View Post
ok, ctrl alt f7 did work.
yet the mouse still doesn't work
OK, bad luck. Could you try the solution that repo pointed out?

http://danilogurovich.wordpress.com/...hpad-behavior/

I'll keep my fingers crossed meanwhile.

Kind regards,

Eric
 
Old 11-13-2009, 06:13 AM   #43
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
i typed alt+f2 and then su and then enter, but the computer is getting all confused.
there's an orange rectangle where there used to be the prompt commande, and some words can't be read anymore (the login name in the top right and the preferences, administration words in the top left)
 
Old 11-13-2009, 06:15 AM   #44
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
when i press alt+f2, it still opens the same window, but then when i type alt+f2 and su and enter, the windows closes and there's no other effect whatsoever.
 
Old 11-13-2009, 06:17 AM   #45
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Looks like your thinkpad isn't going to be the only problem you have. Seems like your graphics are all off. Between all the things you have tried have you rebooted your computer? If not, reboot it to see if it comes up with a normal graphic login and a normal graphic screen after logging in.

Kind regards,

Eric
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with update divnypatron Ubuntu 3 06-27-2007 10:30 PM
problem with update.. natarajrhce Linux - Enterprise 1 12-22-2006 10:31 PM
YAST Update problem, won't update anymore sir_shunt SUSE / openSUSE 7 04-11-2006 12:55 PM
I have problem to update with the update function under fedora core 2 babyboss Fedora 4 08-10-2005 07:34 AM
Update Fedora2 using "yum update" problem chinaundead Fedora 9 04-27-2004 09:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration