Re: SIS Video Driver
anticapitalista wrote:Not a lot we can do about that, I'm afraid since neither install in Jessie.
How about looking at this one?
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://github.com/gununu/xf86-video-sis-stable"
linktext was:"https://github.com/gununu/xf86-video-sis-stable"
====================================
The following compares what happens without it and with it for this SiS adaptor.
Code: Select all
lspci -nnk | grep -i vga -A3
01:00.0 VGA compatible controller [0300]: Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter [1039:6325]
Subsystem: Acer Incorporated [ALI] Device [1025:0018]
Live: no persistence
Boot params: quiet splash=off vga=788
Using: vesa
Modules in play
Code: Select all
lsmod | grep sis
sis_agp 3333 1
i2c_sis96x 2856 0
Xorg configuration unmodified
Code: Select all
cat / etc/X11/xorg.conf
#----------------------------------------------------------------------
# xorg.conf file
#
# Generated by make-xorg-conf sometime around Thu Mar 26 09:43:37 GMT 2015
#
# If you want to save customizations, delete the line above or this
# file will get automatically deleted on the next live boot.
#----------------------------------------------------------------------
Section"Monitor"
Identifier"Monitor0"
Option"DPMS""true"
HorizSync 30-75
VertRefresh 55-70
EndSection
Section"Device"
Identifier"Device0"
Driver "vesa"
EndSection
Section"Screen"
Identifier"Screen0"
Monitor"Monitor0"
Device "Device0"
SubSection"Display"
Modes "1280x1024""1333x768""1024x768""800x600"
EndSubSection
EndSection
Obligatory inxi report
Code: Select all
inxi -c0 -G
Graphics: Card: Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter
Display Server: X.Org 1.16.4 driver: vesa
Resolution: 1280x1024@0.00hz
GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
GLX Version: 3.0 Mesa 10.3.2
Range of available resolutions
Code: Select all
xrandr
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
1280x1024 0.00*
1024x768 0.00
800x600 0.00
640x480 0.00
Live: no persistence
Boot params: quiet splash=off vga=788 3
Using: sisimedia
Note: booted to console to build and configure driver, then switched to GUI via startx
Modules in play
Code: Select all
lsmod | grep sis
sis 4432 0
drm 205050 1 sis
i2c_sis96x 2856 0
sis_agp 3333 1
Note extra modules loaded.
Xorg configuration modified
Code: Select all
cat / etc/X11/xorg.conf
#----------------------------------------------------------------------
# xorg.conf file
#
# Generated by make-xorg-conf sometime around Thu Mar 26 08:53:16 GMT 2015
#
# If you want to save customizations, delete the line above or this
# file will get automatically deleted on the next live boot.
#----------------------------------------------------------------------
Section"Monitor"
Identifier"Monitor0"
Option"DPMS""true"
HorizSync 30-75
VertRefresh 55-70
EndSection
Section"Device"
Identifier"Device0"
Driver "sisimedia"
EndSection
Section"Screen"
Identifier"Screen0"
Monitor"Monitor0"
Device "Device0"
SubSection"Display"
Modes "1280x1024""1333x768""1024x768""800x600"
EndSubSection
EndSection
Note only the name of the driver is changed in the Device section
Obligatory inxi report
Code: Select all
inxi -c0 -G
Graphics: Card: Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter
Display Server: X.Org 1.16.4 driver: N/A Resolution: 1280x1024@60.00hz
GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits) GLX Version: 3.0 Mesa 10.3.2
Note the name of the driver is not shown.
Range of available resolutions
Code: Select all
xrandr
Screen 0: minimum 320 x 240, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
1280x1024 60.00*
1024x768 70.00 60.00
800x600 60.00 56.00
1280x960 60.00
1280x854 60.00
1280x800 60.00
1152x864 60.00
1280x768 60.00
1280x720 60.00
1024x576 60.00
960x600 60.00
960x540 60.00
768x576 60.00
720x576 60.00
856x480 60.00
848x480 60.00
800x480 60.00
720x480 61.00
640x480 60.00
512x384 60.00
400x300 60.00
320x240 61.00
Note a large increase in the number of available resolutions[/color]