je ressaye l'installation avec rasdark, voici tout le processus :
Code : Tout sélectionner
utilisateur@Asus-P5SD2-VM:~$ sudo apt install git build-essential autoconf make libx11-dev xorg-dev xutils-dev libtool -y
[sudo] Mot de passe de utilisateur :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
git est déjà la version la plus récente (1:2.43.0-1ubuntu7.3).
build-essential est déjà la version la plus récente (12.10ubuntu1).
autoconf est déjà la version la plus récente (2.71-3).
make est déjà la version la plus récente (4.3-4.1build2).
libx11-dev est déjà la version la plus récente (2:1.8.7-1build1).
xorg-dev est déjà la version la plus récente (1:7.7+23ubuntu3).
xutils-dev est déjà la version la plus récente (1:7.7+6.2).
libtool est déjà la version la plus récente (2.4.7-7build1).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
utilisateur@Asus-P5SD2-VM:~$ sudo git clone https://github.com/rasdark/xf86-video-sis671
sudo cd xf86-video-sis671
sudo git checkout for-xorg-21.1
fatal: le chemin de destination 'xf86-video-sis671' existe déjà et n'est pas un répertoire vide.
sudo: cd : commande introuvable
sudo: « cd » est une commande interne du shell, elle ne peut pas être exécutée directement.
sudo: l'option -s peut être utilisée pour exécuter un shell privilégié.
sudo: l'option -D peut être utilisée pour exécuter une commande dans un répertoire spécifique.
fatal: ni ceci ni aucun de ses répertoires parents n'est un dépôt git : .git
utilisateur@Asus-P5SD2-VM:~$ cd xf86-video-sis671
utilisateur@Asus-P5SD2-VM:~/xf86-video-sis671$ sudo git checkout for-xorg-21.1
M Makefile.in
M aclocal.m4
M config.h.in
M configure
M ltmain.sh
M man/Makefile.in
M src/Makefile.in
M src/xvmc/Makefile.in
HEAD est maintenant sur 2c81d42 Merge pull request #10 from GrigST/readme_update
utilisateur@Asus-P5SD2-VM:~/xf86-video-sis671$ sudo autoreconf -vi
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal
autoreconf: running: /usr/bin/autoconf
configure.ac:41: warning: The macro `AC_PROG_CC_C99' is obsolete.
configure.ac:41: You should run autoupdate.
./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
aclocal.m4:10987: XORG_COMPILER_BRAND is expanded from...
aclocal.m4:11106: XORG_COMPILER_FLAGS is expanded from...
aclocal.m4:11278: XORG_DEFAULT_OPTIONS is expanded from...
configure.ac:41: the top level
configure.ac:45: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:45: You should run autoupdate.
aclocal.m4:122: AC_PROG_LIBTOOL is expanded from...
configure.ac:45: the top level
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory '.'
utilisateur@Asus-P5SD2-VM:~/xf86-video-sis671$ sudo ./configure --prefix=/usr --disable-static
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc options needed to detect all undeclared functions... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking whether __clang__ is declared... no
checking whether __INTEL_COMPILER is declared... no
checking whether __SUNPRO_C is declared... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking if gcc supports -Werror=unknown-warning-option... no
checking if gcc supports -Werror=unused-command-line-argument... no
checking if gcc supports -Wall... yes
checking if gcc supports -Wpointer-arith... yes
checking if gcc supports -Wmissing-declarations... yes
checking if gcc supports -Wformat=2... yes
checking if gcc supports -Wstrict-prototypes... yes
checking if gcc supports -Wmissing-prototypes... yes
checking if gcc supports -Wnested-externs... yes
checking if gcc supports -Wbad-function-cast... yes
checking if gcc supports -Wold-style-definition... yes
checking if gcc supports -Wdeclaration-after-statement... yes
checking if gcc supports -Wunused... yes
checking if gcc supports -Wuninitialized... yes
checking if gcc supports -Wshadow... yes
checking if gcc supports -Wmissing-noreturn... yes
checking if gcc supports -Wmissing-format-attribute... yes
checking if gcc supports -Wredundant-decls... yes
checking if gcc supports -Wlogical-op... yes
checking if gcc supports -Werror=implicit... yes
checking if gcc supports -Werror=nonnull... yes
checking if gcc supports -Werror=init-self... yes
checking if gcc supports -Werror=main... yes
checking if gcc supports -Werror=missing-braces... yes
checking if gcc supports -Werror=sequence-point... yes
checking if gcc supports -Werror=return-type... yes
checking if gcc supports -Werror=trigraphs... yes
checking if gcc supports -Werror=array-bounds... yes
checking if gcc supports -Werror=write-strings... yes
checking if gcc supports -Werror=address... yes
checking if gcc supports -Werror=int-to-pointer-cast... yes
checking if gcc supports -Werror=pointer-to-int-cast... yes
checking if gcc supports -pedantic... yes
checking if gcc supports -Werror... yes
checking if gcc supports -Werror=attributes... yes
checking whether make supports nested variables... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking if XINERAMA is defined... yes
checking if RANDR is defined... yes
checking if RENDER is defined... yes
checking if XV is defined... yes
checking if DPMSExtension is defined... yes
checking for xorg-server >= 1.0.99.901 xproto fontsproto xf86dgaproto >= 2.1 xineramaproto randrproto renderproto videoproto xextproto... yes
checking for xextproto >= 7.0.99.1... yes
checking for /usr/include/xorg/dri.h... yes
checking for /usr/include/xorg/sarea.h... yes
checking for /usr/include/xorg/dristruct.h... yes
checking whether to include DRI support... yes
checking for libdrm >= 2.0 xf86driproto... yes
checking for xaa.h... no
checking whether to include XAA support... no
checking whether XSERVER_LIBPCIACCESS is declared... yes
checking for pciaccess >= 0.12.901... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/xvmc/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
utilisateur@Asus-P5SD2-VM:~/xf86-video-sis671$ sudo make
make all-recursive
make[1] : on entre dans le répertoire « /home/utilisateur/xf86-video-sis671 »
Making all in src
make[2] : on entre dans le répertoire « /home/utilisateur/xf86-video-sis671/src »
make[2]: Rien à faire pour « all ».
make[2] : on quitte le répertoire « /home/utilisateur/xf86-video-sis671/src »
Making all in man
make[2] : on entre dans le répertoire « /home/utilisateur/xf86-video-sis671/man »
make[2]: Rien à faire pour « all ».
make[2] : on quitte le répertoire « /home/utilisateur/xf86-video-sis671/man »
make[2] : on entre dans le répertoire « /home/utilisateur/xf86-video-sis671 »
make[2] : on quitte le répertoire « /home/utilisateur/xf86-video-sis671 »
make[1] : on quitte le répertoire « /home/utilisateur/xf86-video-sis671 »
utilisateur@Asus-P5SD2-VM:~/xf86-video-sis671$ sudo make install
Making install in src
make[1] : on entre dans le répertoire « /home/utilisateur/xf86-video-sis671/src »
make[2] : on entre dans le répertoire « /home/utilisateur/xf86-video-sis671/src »
make[2]: Rien à faire pour « install-exec-am ».
/usr/bin/mkdir -p '/usr/lib/xorg/modules/drivers'
/bin/bash ../libtool --mode=install /usr/bin/install -c sis671_drv.la '/usr/lib/xorg/modules/drivers'
libtool: install: /usr/bin/install -c .libs/sis671_drv.so /usr/lib/xorg/modules/drivers/sis671_drv.so
libtool: install: /usr/bin/install -c .libs/sis671_drv.lai /usr/lib/xorg/modules/drivers/sis671_drv.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib/xorg/modules/drivers
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/xorg/modules/drivers
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2] : on quitte le répertoire « /home/utilisateur/xf86-video-sis671/src »
make[1] : on quitte le répertoire « /home/utilisateur/xf86-video-sis671/src »
Making install in man
make[1] : on entre dans le répertoire « /home/utilisateur/xf86-video-sis671/man »
make[2] : on entre dans le répertoire « /home/utilisateur/xf86-video-sis671/man »
make[2]: Rien à faire pour « install-exec-am ».
/usr/bin/mkdir -p '/usr/share/man/man4'
/usr/bin/install -c -m 644 sis671.4 '/usr/share/man/man4'
make[2] : on quitte le répertoire « /home/utilisateur/xf86-video-sis671/man »
make[1] : on quitte le répertoire « /home/utilisateur/xf86-video-sis671/man »
make[1] : on entre dans le répertoire « /home/utilisateur/xf86-video-sis671 »
make[2] : on entre dans le répertoire « /home/utilisateur/xf86-video-sis671 »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2] : on quitte le répertoire « /home/utilisateur/xf86-video-sis671 »
make[1] : on quitte le répertoire « /home/utilisateur/xf86-video-sis671 »
utilisateur@Asus-P5SD2-VM:~/xf86-video-sis671$ sudo X :0 -configure
(EE)
Fatal server error:
(EE) Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE)
utilisateur@Asus-P5SD2-VM:~/xf86-video-sis671$ sudo X :1 -configure
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
Current Operating System: Linux Asus-P5SD2-VM 6.14.0-35-generic #35~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Oct 14 13:55:17 UTC 2 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.14.0-35-generic root=UUID=4270d43d-cf0b-4c47-a240-da698ae05258 ro quiet splash vesa
xorg-server 2:21.1.12-1ubuntu1.5 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.42.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Tue Nov 4 23:02:21 2025
List of video drivers:
amdgpu
ati
intel
nouveau
qxl
radeon
sis671
vmware
modesetting
fbdev
vesa
(++) Using config file: "/root/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Xorg detected your mouse at device /dev/input/mice.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.
Your xorg.conf file is /root/xorg.conf.new
To test the server, run 'X -config /root/xorg.conf.new'
(EE) Server terminated with error (2). Closing log file.
utilisateur@Asus-P5SD2-VM:~/xf86-video-sis671$ sudo mv /root/xorg.conf.new /etc/X11/xorg.conf
Malheureusement toujours pareil, ça bloque au redémarrage...
J'ai remis vesa dans le fichier xorg, ça redémarre correctement mais ça reste coincé à 640x480...
C'est vraiment compliqué, à s'arracher les cheveux, à ne rien y comprendre
J'ai donné le maximum d'information pour déterminer et corriger les erreurs qu'il y a...
J'espère qu'on va y arriver...
Merci beaucoup pour la lecture de tout ça
Luci