LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-13-2010, 05:53 AM   #1
widda
Member
 
Registered: Jun 2009
Location: Uluru
Distribution: Ubuntu 9.04
Posts: 167

Rep: Reputation: 31
That 'X' thing! It's "too short to be included in an LQ Search"!


Damned elusive that's what it is.
I keep coming across "When you're working in an X environment..." etc etc.
But Wiki just drops a tautology like 'when you start x you're in x session' or something.
Does it matter, does it have a meaning? Or is it just a couple of diagonal lines that people like to throw in here and there?
I wonder if I'm having a good old X time right now by typing into linuxquestions, but I JUST DON'T KNOW. its driving me crazy I tell you.
 
Old 01-13-2010, 06:03 AM   #2
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,809

Rep: Reputation: 216Reputation: 216Reputation: 216
It means something...

http://en.wikipedia.org/wiki/X_Window_System

Without X you have a console.

http://www.linfo.org/switch_to_console.html

Last edited by thorkelljarl; 01-13-2010 at 06:14 AM.
 
Old 01-13-2010, 09:16 AM   #3
widda
Member
 
Registered: Jun 2009
Location: Uluru
Distribution: Ubuntu 9.04
Posts: 167

Original Poster
Rep: Reputation: 31
Thumbs up

Console meaning 1. computer without operating system, or 2. Terminal window, like Xterm.

I read your link, but I must go back. I tried startx from the terminal and it said fatal server error, already running - I was just trying to get out of total black to dare-I-say X environment.

Also, When I read sometimes "You must restart your X-environment for these changes to take effect", does it mean restart computer?

I'll go read your link again.
 
Old 01-13-2010, 09:27 AM   #4
widda
Member
 
Registered: Jun 2009
Location: Uluru
Distribution: Ubuntu 9.04
Posts: 167

Original Poster
Rep: Reputation: 31
Ah, so Console is the text-mode, and THAT is CLI, which is what happens with CtrlAltF1, but the terminal emulators are little GUIs within X (which is "whole-system" GUI for Console layer beneath.
And MS Windows is almost totally X-environment.
 
Old 01-13-2010, 11:36 AM   #5
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,839
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
Quote:
And MS Windows is almost totally X-environment
Well, not really X. Windows uses a GUI (graphical user interface), but it's not X. Console means the command line where you see something like :

C:>

or

READY

or

$myname or #root

Usually on a black screen and white letters, though green or amber letters used to be around on old cathode ray tube terminals. Xterms are emulations of old terminals that used to be command line only, though nobody seems to make amber or green xterms unless they're a total geek.

GUI generally means you're looking at icons and using a mouse and clicking, not typing your commands to run things, just typing in a word processor...
 
Old 01-13-2010, 07:08 PM   #6
jmite
Member
 
Registered: Jun 2008
Distribution: Ubuntu
Posts: 266

Rep: Reputation: 36
X, or X11, or xorg are all part of the software that allows linux to have a gui. X kind of acts as a server between the console, the window manager (which manages windows, draws them, moves them, etc.) the decorator (which makes buttons, icons, etc.) and other gui goodness.

X is to GUI as Linux is to OS. X is not ANY gui, it's the particular graphical interface used my most open source systems.

If you were to just search X, you'd get TONS!!!!! of results, most of them peopel wondring why their monitors won't work.
 
Old 01-14-2010, 02:45 AM   #7
widda
Member
 
Registered: Jun 2009
Location: Uluru
Distribution: Ubuntu 9.04
Posts: 167

Original Poster
Rep: Reputation: 31
wow! I do thank you for your attempted contributions to my clarification.
But it is so weird to not have a handle on apparently very basic concepts still.
What does 'restart your x environment' mean? (in terms of my actual required keyboard actions?
This is a lot like my asking a musician to define 'bar' as in '3 beats to the bar' What is bar?
Am I autistic?
I keep thinking: there is some thing I haven't grasped that will make everything clear, but I don't know the question.
O dear.
But thanks, really, for your responses. My brain may just be entirely the wrong shape to comprehend this.
But the question above about proper response to 'restart your X environment' may be important.
 
Old 01-14-2010, 02:51 AM   #8
widda
Member
 
Registered: Jun 2009
Location: Uluru
Distribution: Ubuntu 9.04
Posts: 167

Original Poster
Rep: Reputation: 31
Alao, second pragmatic question:
How,(by what command) after CtrlAltF1 entry to black screen, do I revert to "ordinary" windows? And which one of the 2 styles is X?
Please.
 
Old 01-14-2010, 02:52 AM   #9
widda
Member
 
Registered: Jun 2009
Location: Uluru
Distribution: Ubuntu 9.04
Posts: 167

Original Poster
Rep: Reputation: 31
typo: for alao read also
 
Old 01-14-2010, 06:30 AM   #10
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
You can correct typos by using the edit button on your post.

The Command Line Mode is just a place to enter commands (not a terminal in a GUI window, but a black screen with a command prompt on it).

Some distros boot right onto command line mode (and you have to type "startx" to enter the GUI), but most go straight to the GUI.

I actually modified my Fedora installation to boot to command line.

X is a program that runs on top of this command line. It uses "windows", which are like handles that GUI programs use and create to draw in rectangular portions of the screen. These "windows" can be nested into each other many levels deep (they have a concept of "parent windows").

X creates the root window, which is a window spanning the entire screen and is always below others. This is the window that the wallpaper is drawn on.

Windows that are children of the root window are called top-level windows. These are decorated with a frame by a program called the window manager. The window manager lets you manipulate the window with the frame. Note that the program itself is not even aware of the frame.

Pop-up menus are also top-level windows (this is the only way they can stick outside the boundaries of the program's main window), but they tell the window manager not to decorate them with a frame.

Then windows that are children of these and so on are just plain windows. Usually every single button, menu item, and other widget actually has its own window. X reports mouse events to every window, and every widget listens for events from that window to know what to do.

A Desktop Environment is an all-in-one package of a window manager, lots of programs, and libraries and resources shared among these programs.

A Widget Toolkit is a programming library that creates widget like buttons, menus, etc. using X.

Last edited by MTK358; 01-14-2010 at 06:32 AM.
 
Old 01-14-2010, 07:30 AM   #11
Agrouf
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596

Rep: Reputation: 80
What is happening on your screen is not all what is happening in the computer. Some computers have no screen. When you communicate with a web server, your computer is sending a request to another computer that has no screen. That computer is just there to respond to page request with web pages sent over the internet.
The screen is one way to communicate with the user. The OS is not aware of the screen existence. The OS is running programs that do whatever they are supposed to do. Some programs communicate with other computers, like web servers and some other programs display things on the screen. That is what the X server does. X is a rather complex program that display things on the screen. X is there taking over the screen and waiting for other programs to ask it to display things. Other programs communicate with X. This is what firefox does for instance. Firefox asks X "display a title bar, put some tabs there, and that text at that place" and X displays it on the screen. If X does not run and you launch Firefox, it will tell you "I can't talk to X".
startx launches the X server for other applications to display things. When you hit ctrl+alt+f1, you tell X to get away from the screen. ctrl+alt+f7 tells X to get back again.

X is a separate program on linux, that does not always run (it does not run on web servers for instance). On Windows, it's different. The GUI is a part of the OS. Windows can't run without a GUI.

Last edited by Agrouf; 01-14-2010 at 07:33 AM.
 
Old 01-14-2010, 05:23 PM   #12
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Centos 7.7 (?), Centos 8.1
Posts: 18,166

Rep: Reputation: 2680Reputation: 2680Reputation: 2680Reputation: 2680Reputation: 2680Reputation: 2680Reputation: 2680Reputation: 2680Reputation: 2680Reputation: 2680Reputation: 2680
1. Console mode is when there is no X-server running: usually runlevel 3 on Linux. See /etc/inittab
http://en.wikipedia.org/wiki/Runlevel

2. On Linux you can access multiple 'consoles' using Ctl-Alt-F1, ... F2 etc.
You can have X running on one and all the rest will be console mode (at the same time)
http://en.wikipedia.org/wiki/Linux_Virtual_Consoles

3. CLI is any time you are typing to the cmd line instead of using the GUI / click-n-point

4. Technically, Linux is just the kernel; the 'proper' name for the kernel + userland tools is GNU/Linux, as most of the user tools are from the GNU project.
http://en.wikipedia.org/wiki/Linux_kernel

5. X is actually the X-server, which provides the basic facilities to create a GUI looking env eg wallpaper, windows, menus etc. Note that this means the server is always 'local' and you can have (multiple) local or remote clients eg you can display the output on another system.
http://en.wikipedia.org/wiki/X_Window_System

6. As can be seen from the above, you can have X-Windows running regardless of whether a webserver or anything else is running....
Some old school Admins prefer to not run X-Win on prod servers.
It reduces the potential attack surface area.
It used to have a performance impact way back when, but these days systems are much more powerful, and, unless you are actually actively using the GUI, 99% of it gets dumped and only a small stub remains in memory so the kernel can respond to GUI actions next time you want to use it.

Last edited by chrism01; 01-14-2010 at 05:27 PM.
 
Old 01-14-2010, 10:04 PM   #13
orangesky
Member
 
Registered: Jun 2009
Posts: 87

Rep: Reputation: 17
Quote:
Originally Posted by widda View Post
Alao, second pragmatic question:
How,(by what command) after CtrlAltF1 entry to black screen, do I revert to "ordinary" windows? And which one of the 2 styles is X?
Please.
I only know the GNOME command.

Code:
/etc/init.d/gdm stop
Kills X and dumps you to a terminal.

Code:
/etc/init.d/gdm start
Starts X if it wasn't already.
 
Old 01-14-2010, 10:17 PM   #14
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Quote:
Alao, second pragmatic question:
How,(by what command) after CtrlAltF1 entry to black screen, do I revert to "ordinary" windows? And which one of the 2 styles is X?
Please.
Alt-F7 should put you back in X. When you hit Ctrl-Alt-F1, you're actually switching to the first of 7 text-mode "virtual consoles". X is simply running "on top of" the 7th console.
 
Old 01-15-2010, 10:03 AM   #15
geek745
Member
 
Registered: Jul 2004
Location: Alton, IL
Distribution: Linux Mint; Slackware; Ubuntu; Slax
Posts: 172
Blog Entries: 2

Rep: Reputation: 34
Ok, so simply, here are the layers, the most visible of which is on top:

- Window Manager (KDE/Gnome/Fluxbox/Blackbox/WindowMaker/etc)
- X Windows (this layer can be replaced by other products but X is so popular it suffices to leave it at this)
- Console
- Kernel
- Hardware

Your computer's hardware is accessed by software (including X) through the kernel (which is essentially all you need for an operating system to be linux). That software naturally includes a command line interface (CLI), which is provided by the startup processes and from which other more familiar programs are started. From the console, you can launch X Windows, which provides basic graphical capability and coordinates keyboard and mouse input with video output so you can do everything that you do. On top of X Windows, we launch a window manager, like the ones mentioned above, and within that environment (that usually contains some sort of "system toolbar") we can launch every other graphical application, including an application that provides a virtual terminal window (virtual because the kernel does not necessarily see it directly).

I hope my overview helps in your understanding - X is a (fairly) universally-used software package to enable the graphical interface on Linux/BSD/UNIX (comprehensively "*nix") systems, including providing compatibility for familiar *nix software applications on Mac OS X (their X means 10).
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Getting "Short read in buffer_copy" error with "dpkg" stalefries Linux - Software 6 03-24-2010 03:19 PM
Telling people to use "Google," to "RTFM," or "Use the search feature" Ausar General 77 03-21-2010 11:26 AM
[SOLVED] Why isn't "Auto Mobile Connection" included with all Linux distros? catilley1092 Linux - Hardware 2 09-25-2009 12:11 AM
Apply "Advanced Search" options to "My LQ" searches PTrenholme LQ Suggestions & Feedback 22 03-10-2007 08:30 AM
Is there any tar equivalent library function which can be included in a "C" code bagav General 1 09-13-2006 01:16 PM

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

All times are GMT -5. The time now is 10:28 PM.

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