X Window System: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (→‎Restarting X: also restarts Sugar)
(add something about Running X)
Line 10: Line 10:
xdpyinfo | grep version
xdpyinfo | grep version
just to see the version.
just to see the version.

== Running X applications ==
You can install and run some graphic [[Linux software]] that displays using X.
You can start these X applications from [[Terminal Activity]] (note they do not work from the [[console]] as they need at least <tt>DISPLAY</tt> and <tt>XAUTHORITY</tt> environment variables).

Unlike Sugar [[Activities]]
* X programs appear as a gray circle icon in [[The Frame]].
* Sharing and collaboration don't work
* Your work doesn't appear in the [[Journal]], you have to explicitly navigate the file system to save and open files.


== See also ==
== See also ==

Revision as of 23:13, 20 September 2008

X, or the X Window System, is the software that enables the XO's Sugar graphical user interface — windows, icons, and menus that you interact with using a pointer.

It is standard open source software provided with nearly all Linux distributions.

Restarting X

You can press Ctrl+Alt+Erase to restart the X server and Sugar UI without rebooting your XO.

Determining X version

In the Terminal Activity, type xdpyinfo and press Enter to display lots of information about the X Window System server on your laptop. Enter

 xdpyinfo | grep version

just to see the version.

Running X applications

You can install and run some graphic Linux software that displays using X. You can start these X applications from Terminal Activity (note they do not work from the console as they need at least DISPLAY and XAUTHORITY environment variables).

Unlike Sugar Activities

  • X programs appear as a gray circle icon in The Frame.
  • Sharing and collaboration don't work
  • Your work doesn't appear in the Journal, you have to explicitly navigate the file system to save and open files.

See also