Go to the U of M home page
School of Physics & Astronomy
School of Physics and Astronomy Wiki

User Tools


computing:department:unix:desktop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
computing:department:unix:desktop [2007/06/13 15:20] – created allancomputing:department:unix:desktop [2009/07/28 21:06] (current) clayton
Line 1: Line 1:
 ====== Linux Desktop Environment ====== ====== Linux Desktop Environment ======
  
-Two desktop environments are available on the linux systems: KDE and GNOME. The default is KDE.+Two desktop environments are available on the linux systems: KDE and GNOME. The default is KDE. To switch desktop environments you must be logged out and at the hellolinux login screen. Click **Options** and then **Select Session..**.
  
 ===== Changing screen resolution ===== ===== Changing screen resolution =====
  
-If you want to change your screen resolution from the system default, in KDE you can use the "screen resize and rotateutility, under the "system toolsKDE menu.+==== KDE ==== 
 + 
 + 
 +If you want to change your screen resolution from the system default, you can use the **screen resize and rotate** utility, under the **system tools** KDE menu
 + 
 +There is also a KDE tray tool that can be started by typing ''krandrtray'' in a xterm window. 
 + 
 +==== GNOME ==== 
 + 
 +To change the screen resolution from the default, use the **Screen Resolution** tool under the **Preferences** GNOME Applications menu. 
 + 
 +==== Command Line ==== 
 + 
 +From the command line, you can use the ''xrandr'' utility. 
 + 
 +  * Get a list of available resolutions with the command "xrandr -q". This will give you a list of resolutions, each one has an index number with the default being 0. 
 +  * Change your resolution using "xrandr -s n", where n is the index. 
 +  * If for some reason you lose the display (eg the monitor won't sync), hit up arrow, delete, zero, enter (to set it back to index 0).
  
-From the command line, you can use the xrandr utility. 
computing/department/unix/desktop.1181766012.txt.gz · Last modified: 2007/06/13 15:20 (external edit)