User Tools

Site Tools


docs:man:x_window

Differences

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

Link to this comparison view

Next revision
Previous revision
docs:man:x_window [2008-11-13 23:50]
grizz
docs:man:x_window [2008-12-24 13:23] (current)
grizz
Line 2: Line 2:
  
 ====== X Window ====== ====== X Window ======
 +
 +
 +===== Installing packages =====
 +Main packages: ​
 +
 +<​file>​poldek -u  xorg-xserver-server \
 +xorg-driver-input-keyboard \
 +xorg-driver-input-mouse
 +</​file>​
 +Graphic driver ​
 +
 +<​file>​poldek -u xorg-driver-video-XXX
 +</​file>​
 +]where XXX is one of nv/​ati/​nvidia and so on depend on your graphic card. See package description for more information.  ​
 +
 +
 +
 +===== Configuration =====
 +First of all, just try to start X server. ​
 +
 +<​file>​X
 +</​file>​
 +Nowadays Xorg auto detection is quite good.  ​
 +
 +If, you want to make some changes, generate xorg.conf: ​
 +
 +<​file>​X -configure
 +mv ~/​xorg.conf.new /​etc/​X11/​xorg.conf
 +X
 +</​file>​
 +If something go wrong, look to **/​var/​log/​Xorg.0.log** for details. Errors are marked by double E - **(EE)** ex. 
 +
 +<​file>​(EE) Failed to load module "​ati"​ (module does not exist, 0)
 +</​file>​
 + It means that probably, graphic diver isn't installed. ​
 +
  
  
 ===== Misc docs ===== ===== Misc docs =====
 [[:​Docs:​xorg|Some notes about Xorg]] ​ [[:​Docs:​xorg|Some notes about Xorg]] ​
 +
 +
 + ​[[:​Docs:​man| TOC]] 
 +
 +
 + ​[[:​CategoryUpdateNeeded|CategoryUpdateNeeded]] ​
  
  
docs/man/x_window.1226616648.txt.gz ยท Last modified: 2008-11-13 23:50 by grizz