summaryrefslogblamecommitdiffstats
path: root/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh
blob: 880bcb8db35570075373460dd1f2917bd7cc7b37 (plain) (tree)
1
2
3
4
5
6
7
8





                                                                         
                                           
 
# get an idea of the installed graphics hardware - might be needed if the
# automatic Xorg configation fails in this field. If no useable info was
# detected just delete the file.

( hwinfo --monitor >/etc/hwinfo.display; grep "Generic Monitor" \
    /etc/hwinfo.display >/dev/null 2>&1 && rm /etc/hwinfo.display ) &
( hwinfo --gfxcard >/etc/hwinfo.gfxcard ) &