История изменений
Исправление kostik87, (текущая версия) :
Видимо, всё же придётся вам собирать драйвер в ручную.
mkdir sis671
cd sis671
wget https://gitorious.org/xf86-video-sis671/sis-671-fix/archive/38bf667ae42818edca60607b38c70100eab3ca36.tar.gz -O xorg-driver-sis671.tar.gz
apt-get install git xorg-dev mesa-common-dev libdrm-dev libtool build-essential
tar -xf xorg-driver-sis671.tar.gz
cd xf86-video-sis671-sis-671-fix
autoconf
autoreconf
./configure
make
make install
Ну а затем пробуйте выполнять
X -configure
Либо можете сразу попробовать написать примерно такой xorg.conf:
Section «ServerFlags» Option «IgnoreABI» «true» # a leftover of trying to get a binary driver working. Probably not needed now EndSection Section «Monitor» # Needed for me because my monitor has no DCC Identifier «Monitor0» HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 Option «DPMS» EndSection Section «Device» Identifier «Device0» Driver «sis671» # this is the crucial line VendorName «Silicon Integrated Systems [SiS]» BoardName «771/671 PCIE VGA Display Adapter» BusID «PCI:1:0:0» EndSection Section «Screen» Identifier «Screen0» Monitor «Monitor0» Device «Device0» Defaultdepth 24 Subsection «Display Depth 24 Modes „1024x768“ EndSubSection EndSection
В начале попробуйте просто сгенерировать xorg.conf.
Исправление kostik87, :
Видимо, всё же придётся вам собирать драйвер в ручную.
mkdir sis671
cd sis671
wget https://gitorious.org/xf86-video-sis671/sis-671-fix/archive/38bf667ae42818edca60607b38c70100eab3ca36.tar.gz -O xorg-driver-sis671.tar.gz
apt-get install git xorg-dev mesa-common-dev libdrm-dev libtool build-essential
tar -xf xorg-driver-sis671.tar.gz
cd xf86-video-sis671-sis-671-fix
autoconf
autoreconf
./configure
make
make install
Ну а затем пробуйте выполнять
X -configure
Исходная версия kostik87, :
Видимо, всё же придётся вам собирать драйвер в ручную.
mkdir sis671
cd sis671
wget https://gitorious.org/xf86-video-sis671/sis-671-fix/archive/38bf667ae42818edca60607b38c70100eab3ca36.tar.gz -O xorg-driver-sis671.tar.gz
apt-get install git xorg-dev mesa-common-dev libdrm-dev libtool build-essential
cd xf86-video-sis671-sis-671-fix
autoconf
autoreconf
./configure
make
make install
Ну а затем пробуйте выполнять
X -configure