[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
Last revisionBoth sides next revision
slackbook:xwindow_system [2012/09/08 20:28 (UTC)] – [Sources] updated sources and authors mfillpotslackbook:xwindow_system [2012/09/12 21:05 (UTC)] – updated code block to syntax highlighting mfillpot
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 149: Line 149:
  
  
-<code>+<file>
  
 # These are the default runlevels in Slackware: # These are the default runlevels in Slackware:
Line 162: 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>
  
  
Line 172: Line 172:
  
  
-<code>+<file>
  
 # These are the default runlevels in Slackware: # These are the default runlevels in Slackware:
Line 185: 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 ====== ====== Chapter Navigation ======
Line 191: Line 191:
 **Previous Chapter: [[slackbook:process_control|Process Control]]** **Previous Chapter: [[slackbook:process_control|Process Control]]**
  
-**Next Chapter: [[slackbook:cups|Printing]]**+**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 Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson+  * 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 ()