PLDWWW: Docs/xorg

pawelz pawelz at pld-linux.org
Wed Feb 25 21:00:55 CET 2009


Author: pawelz   Date: Wed Feb 25 20:00:55 2009 GMT
Module: PLDWWW   URL: http://pld-linux.org/Docs/xorg?action=diff&rev2=14&rev1=13
---- Log message:
simple but working configuration for th

---- Page affected: Docs/xorg

---- Diffs:

================================================================
The comment on the change is:
simple but working configuration for th

  == Contents ==
  
  [[TableOfContents]]
+ 
+ == The simplest working config (th) ==
+ 
+ The shortest way to working xorg with mouse and keyboard:
+ {{{
+ # backup xorg.conf, and then
+ rm /etc/X11/xorg.conf
+ # isntall xorg metapackage
+ poldek -i X11
+ # install drivers
+ poldek -i xorg-driver-video-$YOUR_VIDEO_DRIVER
+ poldek -i xorg-driver-input-evdev
+ # install hal and dbus
+ poldek -i hal dbus
+ # and the most important step for mouse and keyboard (-:
+ service haldaemon start
+ # test it
+ Xwrapper
+ }}}
  
  == xserver >= 1.5.3 and kbd + mouse drivers + no HAL ==
  


More information about the pld-cvs-commit mailing list