[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
slackbook:xwindow_system [2012/09/08 20:24 (UTC)] – [Choosing a Window Manager] updated section to match original text and formatting mfillpotslackbook:xwindow_system [2012/12/29 19:45 (UTC)] (current) – [What Is (And Isn't) X] typo escaflown
Line 13: Line 13:
 primarily used without graphics of any sort, but today it is perhaps primarily used without graphics of any sort, but today it is perhaps
 more common than not for users to prefer their Linux computers come more common than not for users to prefer their Linux computers come
-with shiney, flashy, clickable GUIs, and all these GUIs run on+with shiny, flashy, clickable GUIs, and all these GUIs run on
 **//X//**(7). **//X//**(7).
  
Line 59: Line 59:
  
  
-<code>+<file>
 darkstar:~$ cat /etc/X11/xorg.conf.d/synaptics.conf darkstar:~$ cat /etc/X11/xorg.conf.d/synaptics.conf
 Section "InputDevice" Section "InputDevice"
Line 88: Line 88:
     Option          "VertTwoFingerScroll"   "0"     Option          "VertTwoFingerScroll"   "0"
 EndSection EndSection
-</code>+</file>
  
  
Line 119: Line 119:
 ===== Setting Up A Graphical Login ===== ===== Setting Up A Graphical Login =====
  
-By default, when you boot your Slackware Linux system you are presented with a login prompt on a virtual terminal. This is more than adequate for most people's needs. If you need to run commandline applications, you may login and do so right away. If you want to run X, simply executing startx will do that for you nicely. But suppose you almost exclusively use your system for graphical duties like many laptop owners? Wouldn't it be nice for Slackware to take you straight into a GUI? Fortunately, there's an easy way to do just that.+By default, when you boot your Slackware Linux system you are presented 
 +with a login prompt on a virtual terminal. This is more than adequate 
 +for most people's needs. If you need to run commandline applications, 
 +you may login and do so right away. If you want to run X, simply executing 
 +**//startx//** will do that for you nicely. 
 +But suppose you almost exclusively 
 +use your system for graphical duties like many laptop owners? Wouldn't 
 +it be nice for Slackware to take you straight into a GUI? Fortunately, 
 +there's an easy way to do just that.
  
-Slackware uses the System V init system which allows the administrator to boot into or change to different runlevels, which are really just different "states" the computer can be in. In fact, shutting down the computer is really only a case of changing to a runlevel which accomplishes just that. Runlevels can be rather complicated, so we won't delve into them any further than necessary. 
  
-Runlevels are configured in inittab(5). The most common ones are runlevel 3 (Slackware's default) and runlevel 4 (GUI). In order to tell Slackware to boot to a GUI screen, simply open /etc/inittab with your favorite editor of choice. (You may wish to refer to one of the chapters on vi or emacs at this point.) Near the top, you'll see the relevant entries.+Slackware uses the System V init system which allows the administrator 
 +to boot into or change to different runlevels, which are really just 
 +different //"states"// the computer can be in. In fact, shutting down the 
 +computer is really only a case of changing to a runlevel which 
 +accomplishes just that. Runlevels can be rather complicated, so we 
 +won't delve into them any further than necessary. 
 + 
 + 
 +Runlevels are configured in ''inittab''(5). 
 +The most common ones are 
 +runlevel 3 (Slackware's default) and runlevel 4 (GUI). In order to tell 
 +Slackware to boot to a GUI screen, simply open 
 +''/etc/inittab'' with your 
 +favorite editor of choice. (You may wish to refer to one of the 
 +chapters on **//vi//** or 
 +**//emacs//** at this point.) Near the top, you'll 
 +see the relevant entries.  
 + 
 + 
 +<file>
  
-<code> 
 # These are the default runlevels in Slackware: # These are the default runlevels in Slackware:
 #   0 = halt #   0 = halt
Line 137: Line 162:
 # Default runlevel. (Do not set to 0 or 6) # Default runlevel. (Do not set to 0 or 6)
 id:3:initdefault: id:3:initdefault:
-</code>+</file>
  
-In this file (along with most configuration files) anything following a hash symbol # is a comment and not interpreted by init(8). Don't worry if you don't understand everything about inittab, as many veteran users don't either. The only line we are interested in is the last on above. Simply change the 3 to a 4 and reboot. 
  
-<code>+In this file (along with most configuration files) anything following a 
 +hash symbol # is a comment and not interpreted by init(8). Don't worry 
 +if you don't understand everything about inittab, as many veteran users 
 +don't either. The only line we are interested in is the last on above. 
 +Simply change the 3 to a 4 and reboot. 
 + 
 + 
 +<file> 
 # These are the default runlevels in Slackware: # These are the default runlevels in Slackware:
 #   0 = halt #   0 = halt
Line 153: Line 185:
 # Default runlevel. (Do not set to 0 or 6) # Default runlevel. (Do not set to 0 or 6)
 id:4:initdefault: id:4:initdefault:
-</code>+</file> 
 + 
 +====== Chapter Navigation ====== 
 + 
 +**Previous Chapter: [[slackbook:process_control|Process Control]]** 
 + 
 +**Next Chapter: [[slackbook:printing|Printing]]** 
  
 ====== Sources ====== ====== Sources ======
 <!-- If you copy information from another source, then specify that source --> <!-- If you copy information from another source, then specify that source -->
- * Original source: [[http://www.slackbook.org/beta/]] +  * Original source: [[http://www.slackbook.org/beta]] \\
 <!-- Authors are allowed to give credit to themselves! --> <!-- Authors are allowed to give credit to themselves! -->
-<!-- * Originally written by [[wiki:user:xxx | User X]] -->+  * Originally written by Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson
 <!-- * Contrbutions by [[wiki:user:yyy | User Y]] --> <!-- * Contrbutions by [[wiki:user:yyy | User Y]] -->
  
 slackbook:xwindow_system ()