User Tools

Site Tools


docs:xorg

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:xorg [2010-10-12 12:16]
Mateusz Korniak
docs:xorg [2013-04-05 10:00] (current)
glen slug from it's own site
Line 1: Line 1:
-/* pragma: section-numbers 2 */ 
- 
- 
 ====== X.Org ====== ====== X.Org ======
-Implementation of the X Window System ​ 
- 
- 
- 
-===== Resources ===== 
- 
-  * [[http://​www.x.org/​|Project homepage]] ​ 
- 
- 
-===== Contents ===== 
-/* UndefinedMacro:​ TableOfContents(None) */  
- 
- 
  
 +[[http://​www.x.org/​|The X.Org]] project provides an open source implementation of the [[wp>X Window System]].
 ===== The simplest working config (th) ===== ===== The simplest working config (th) =====
 The shortest way to working xorg with mouse and keyboard for common hardware configurations: ​ The shortest way to working xorg with mouse and keyboard for common hardware configurations: ​
Line 66: Line 51:
         Option "​XkbModel"​ "​evdev"​         Option "​XkbModel"​ "​evdev"​
         Option "​XkbVariant"​ ",​qwerty"​         Option "​XkbVariant"​ ",​qwerty"​
-        #Option "​XkbOptions"​ +        #Option "​XkbOptions"​ "​grp:​alt_shift_toggle,​grp:​switch,​compose:​rwin,​terminate:​ctrl_alt_bksp"​
-"​grp:​alt_shift_toggle,​grp:​switch,​compose:​rwin,​terminate:​ctrl_alt_bksp"​+
         Option "​XkbOptions"​ "​compose:​rwin,​terminate:​ctrl_alt_bksp"​         Option "​XkbOptions"​ "​compose:​rwin,​terminate:​ctrl_alt_bksp"​
  
Line 184: Line 168:
  
  
-===== XDCMP ===== +===== XDMCP ===== 
-If you want to create cross computer X sessions using XDCMP please enable it *dm (kdm, gdm) on machine you wish to connect to. +If you want to create cross computer X sessions using XDMCP please enable it *dm (kdm, gdm) on machine you wish to connect to. 
  
 Now you can run:  Now you can run: 
  
-<​file>​ X -query ​xdcmp.enabled.server+<​file>​ X -query ​xdmcp.enabled.server
 </​file>​ </​file>​
 or just  X or local kdm and select network log in instead of local log in.  or just  X or local kdm and select network log in instead of local log in. 
Line 202: Line 186:
 Try if forcing connection source ip adress helps: ​ Try if forcing connection source ip adress helps: ​
  
-<​file>​ X -query ​xdcmp.enabled.server ​ -from  my.adress.acessible.to.server+<​file>​ X -query ​xdmcp.enabled.server ​ -from  my.adress.acessible.to.server
 </​file>​ </​file>​
- 
docs/xorg.1286878573.txt.gz · Last modified: 2010-10-12 12:16 by Mateusz Korniak