- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: X question
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2003 04:37 AM
тАО03-24-2003 04:37 AM
X question
can some explain me, what is X, if this is used to Xwindows then what are KDE and GNOME. how they are corelated. How they work, and when machine ( X ) hangs, what all should i check,
regards
chakri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2003 05:05 AM
тАО03-24-2003 05:05 AM
Re: X question
What I think you are referring to is XML, (* Extensive Markup Language *) which is used with LINUX, GNOME, KDE (* K desktop environment *).
So this is mostly GNU shareware while X-windows and CDE are proprietary. Since they are proprietary they don't 'really' qualify for LINUX.
Here are two links about XML the later discusses it's interactions with GNOME, et al:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2003 08:14 AM
тАО03-24-2003 08:14 AM
Re: X question
The X Window System is a network transparent window system which runs on a wide range of computing and graphics machines.
GNOME and KDE are desktop environments running on top of X Windows providing functionality similar to a bare-bones Windows install. KDE has it's own window manager, and GNOME is more agnostic in this area.
http://www.gnome.org/start/2.2/ and
http://www.kde.org/
has more information.
If you experience hangs in X you could try disabling DRI in /etc/X11/XF86Config and see if that helps. Other than that check the logs in /var/log/messages and /var/log/XFree86.0.log maybe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2003 08:39 PM
тАО03-24-2003 08:39 PM
Re: X question
regards
chakri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2003 02:24 AM
тАО03-25-2003 02:24 AM
Re: X question
X is a windowing system primarily for unix. It is what controls the windows and allows them to be moved, resized, overlap etc. It is an easy (depending on how you look at it) interface to writing graphical programs and interacting with the user via the mouse and keyboard. The other real advantage of X is transparent networking. This means the program can be running on a different machine but displayed on the machine that you are using, just like any other program that you run locally. For more detailed information, in a shell type "man X". This will bring up the X manual page. An online version can be found here:
http://www.xfree86.org/4.2.1/X.7.html
KDE and gnome are window/desktop managers. There are others too, like CDE and I don't know the names of any others, but I know they're out there. Basically they provide an easy interface to launching programs, via a panel and menus, and also add title bars and borders to the windows. They often allow multiple desktops, and the look and feel of the environment can be changed by the user.
If X hangs, it can be restarted by pressing ctrl-alt-bkspc. Alternatively, on a dumb terminal (press ctrl-alt-F1 to switch to one) type kill-all X. Usually X will be automatically restarted after that. If neither of those work, then your operating system has crashed, and you need to restart your computer.
I hope this helps, and I also hope it's correct.
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2003 06:10 AM
тАО03-25-2003 06:10 AM
Re: X question
Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2003 07:05 AM
тАО03-25-2003 07:05 AM
Re: X question
http://www.plig.org/xwinman/intro.html(short)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2003 11:23 PM
тАО03-30-2003 11:23 PM
Re: X question
That is if you started X with startx or xinit. If you have default runlevel=5 , the X-server will restart itself infinately, and you will not get in touch with your system.
In this case you need to boot in single user mode, or from a recovery cd, and edit your /etc/inittab file. Change the line id:5:initdefault: to
id:3:initdefault: , and restart.
Then you will boot only in text mode, and you can run startx to test your X-config file, if it doesn't work you can kill the X-server (like mentioned) edit your config and try again.
Rgds Jarle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2003 04:49 AM
тАО03-31-2003 04:49 AM