This link remains broken, so there is no way to revive my old gpu?
Search Criteria
Package Details: xf86-video-sis671 0.10.7-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-04-08)
| Package Base: | xf86-video-sis671 |
|---|---|
| Description: | SiS 671 video driver (derivate of xf86-sisimedia, latest tested version). Module name is 'sisimedia'. |
| Upstream URL: | https://gitorious.org/xf86-video-sis671 |
| Category: | x11 |
| Licenses: | |
| Submitter: | woelfchen |
| Maintainer: | AlexanderR |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2010-02-02 17:02 |
| Last Updated: | 2012-10-22 01:03 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by Rick
Comment by obscureangel
The sources link is still broken. Is there maybe a specific reason?
Comment by elias19r
The link for the sources https://gitorious.org/xf86-video-sis671/sis-671-fix/archive-tarball/0.10.7 is broken.
Comment by shuuichi
I can't use xorg 1.13 , it simply doesn't work, I'm using xorg 1.12.4, but I copied the sisimedia_drv.so (from xf86-video-sis671) to /usr/lib/xorg/modules/drivers, also I added "sisimedia" on my xorg.conf, it works perfect!
Comment by AlexanderR
Either I did not copy-pasted anything wrong during last changeset or Mandriva package maintainer is doing the same mistake as me. Looks like my quirky xf86MapDomainMemory-pci_device_map_legacy.patch is the real source of EXA crashes :(
Comment by eticre
xorg 1.13 ...... fuck.u
Comment by AlexanderR
New version.
What works:
* Framebuffer
* Shadowfb (accelerates 2D at coast of doing everything on CPU)
* Proper resolution
No longer works:
* 2D acceleration & xv (video playback) - probably copy-pasted wrong lines from Xorg git changesets :(
I will try to fix things soon. In meantime use old version and [xorg112] repository (this is what I currently do) - https://wiki.archlinux.org/index.php/AMD_Catalyst#.5Bxorg112.5D.
Comment by AlexanderR
> autoconf & automake not listed as dependencies.
Please do not try to install stuff without base-devel anymore.
> my sis card don't work anymore, after the last xorg packages update
Unfortunately, I do not currently have access to my notebook with Sis card. Will investigate on weekend. Hint: your only hope is visiting xf86-video-sis Freedesktop git repository and manually introducing same changes in code of this driver. At least, that's how I did it last time :P These drivers are barely supported, so most changes are trivial refactoring.
Anonymous comment
my sis card don't work anymore, after the last xorg packages update, official driver or this don't work, installing this I got:
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: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: se ingresa al directorio `/tmp/yaourt-tmp-shuuichi/aur-xf86-video-sis671/src/xf86-video-sis671-sis-671-fix'
Making all in src
make[2]: se ingresa al directorio `/tmp/yaourt-tmp-shuuichi/aur-xf86-video-sis671/src/xf86-video-sis671-sis-671-fix/src'
CC init301.lo
In file included from init301.h:60:0,
from init301.c:76:
sis.h:257:17: fatal error: xaa.h: No such file or directory
compilation terminated.
make[2]: *** [init301.lo] Error 1
make[2]: se sale del directorio `/tmp/yaourt-tmp-shuuichi/aur-xf86-video-sis671/src/xf86-video-sis671-sis-671-fix/src'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/tmp/yaourt-tmp-shuuichi/aur-xf86-video-sis671/src/xf86-video-sis671-sis-671-fix'
make: *** [all] Error 2
https://bbs.archlinux.org/viewtopic.php?id=150687
Anonymous comment
autoconf & automake not listed as dependencies. Anyway, it doesn't compile:
==> Starting build()...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
configure.ac:44: error: possibly undefined macro: AC_DISABLE_STATIC
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:45: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1
==> ERROR: A failure occurred in build().
Aborting...