|
发表于 2010-8-28 11:20:26
|
显示全部楼层
http://wiki.archlinux.org/index.php/Xorg
You can remove HAL from your startup daemon in /etc/rc.conf without problem, but only if you don't have any other app installed in your system that may need HAL as a dependency. Moreover, the settings that were located in the /etc/X11/xorg.conf file, can be found now in the files located in the /etc/X11/xorg.conf.d/ directory.
Udev should be capable of detecting your hardware without problems. Just in case there should be a problem, you could install the whole xorg-input-drivers group.
Xorg-server can be initiated by the startx command. You should only use it in case you have properly edited the ~/.xinitrc file.
Note: In case you are using a Desktop Environment (GNOME, KDE etc), you are encouraged to use a DM (KDM, GDM etc), which will manage the, possible, DE specific apps and libs which should be preloaded.
Configuring
Configuration files are located in /etc/X11/xorg.conf.d/.
You should have 10-evdev.conf which manages the keyboard, the mouse, the touchpad and the touchscreen. You are free to create new config files, but they must start with XX- (where XX is a number) and have a .conf suffix (10 read before 20 for example). |
|