Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Debian 9 stretch with SiS 671/771

Linux Kernel, Network, and Services configuration.
Message
Author
jcglt
Posts: 20
Joined: 2017-03-26 03:13

Debian 9 stretch with SiS 671/771

#1 Post by jcglt »

User of Ubuntu since 09.04 version on a laptop with SiS671 video chip I have succeeded in each upgrade until 16.04 to get a nice 1280x800 resolution.
I have just moved to Debian 9 Stretch and get only a 1024x768 resolution as my laptop uses the "vesa" driver.

I made several false attempts to install a good driver and reported these attempts with a lot of errors in my reports, reason why I deleted many of them and kept only those which can help.

Please see below.
Last edited by jcglt on 2017-04-04 02:45, edited 5 times in total.

peter_irich
Posts: 1403
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

Re: Debian 9 stretch with SiS 671/771

#2 Post by peter_irich »

I have not SISxxx video card. Xorg must work and without /etc/X11/xorg.conf.
xorg.conf it is needed only if Xorg not works without it.
1st check are the libraries installed: libgl1-mesa-dri, libgl1-mesa-glx, libxcb1-dri2-0.
Perhaps, Debian 9 not supports SiS. Driver xserver-xorg-video-sis is exist in Debian Wheezy only.
If xserver-xorg-video-all is installed, X serevr must work if only with vesa.

Peter.

jcglt
Posts: 20
Joined: 2017-03-26 03:13

Re: Debian 9 stretch with SiS 671/771

#3 Post by jcglt »

With Ubuntu, everytime I upgraded I faced the same problem : my system worked with a "vesa" driver with a resolution of 1024x768 and I had to add SiS drivers and an Worg.file to get a 1280x800 resolution. These drivers were 9 years ago SIS671 and now sisimedia work on Ubuntu16.04-2.
I read in this forum that people have got the same result with Debian Jessie : http://forums.debian.net/viewtopic.php?f=6&t=120734
I guess I should get the same result with Stretch even if it was not planned when 9 was released, I have copied sisimedia 64-bit drivers in my system and I just have to tweak my configuration.

jcglt
Posts: 20
Joined: 2017-03-26 03:13

Re: Debian 9 stretch with SiS 671/771

#4 Post by jcglt »

By the way, as I'm new in this forum, how can I wrap very long files in a rolling box ?

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: Debian 9 stretch with SiS 671/771

#5 Post by GarryRicketson »


jcglt
Posts: 20
Joined: 2017-03-26 03:13

Re: Debian 9 stretch with SiS 671/771

#6 Post by jcglt »

Thanks Garry. I amended the first post of this thread. It has become far easier to read. Used to Ubuntu forum I did not know how to do with yours and I must appologize for my rude behaviour.

jcglt
Posts: 20
Joined: 2017-03-26 03:13

Re: Debian 9 stretch with SiS 671/771

#7 Post by jcglt »

Deleted
Last edited by jcglt on 2017-04-04 02:45, edited 2 times in total.

jcglt
Posts: 20
Joined: 2017-03-26 03:13

Re: Debian 9 stretch with SiS 671/771

#8 Post by jcglt »

Deleted
Last edited by jcglt on 2017-04-04 02:46, edited 2 times in total.

jcglt
Posts: 20
Joined: 2017-03-26 03:13

Re: Debian 9 stretch with SiS 671/771

#9 Post by jcglt »

Deleted
Last edited by jcglt on 2017-04-04 02:46, edited 2 times in total.

jcglt
Posts: 20
Joined: 2017-03-26 03:13

Re: Debian 9 stretch with SiS 671/771

#10 Post by jcglt »

Deleted
Last edited by jcglt on 2017-04-04 02:47, edited 2 times in total.

jcglt
Posts: 20
Joined: 2017-03-26 03:13

Re: Debian 9 stretch with SiS 671/771

#11 Post by jcglt »

Deleted
Last edited by jcglt on 2017-04-04 02:47, edited 2 times in total.

peter_irich
Posts: 1403
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

Re: Debian 9 stretch with SiS 671/771

#12 Post by peter_irich »

Your chipset is SIS671, but it is not present in the supported chipsets list in Xorg.log.0, the nearest is SIS670.
I don't is this sis module suitable for SIS670.

Peter.

jcglt
Posts: 20
Joined: 2017-03-26 03:13

New thread : Debian 9 Stretch with SiS671/771

#13 Post by jcglt »

Shifting from Ubuntu 16.04 to Debian 9 Stretch on a laptop with SiS671 I was not surprised to face the same problems I had faced with this SiS671 to get a 1280x800 resolution.
I downloaded the last driver (built in January of 2017) x11-driver-video-sis_0.10.9-2_amd64 from a RPM server and converted it with alien to .deb format.
I ran #dpkg -i x11-driver.....deb which stored a sis_drv.so file in /usr/lib64/xorg/modules/drivers/ and copied it in /usr/lib/xorg/modules/drivers/
Starting the computer in recovery mode I ran #Xorg -configure which stored a xorg.conf.new file in /root/
I ran #X -config /xorg.conf.new and the system blocked.

The /usr/shate/X11/xorg.conf.d folder holds 4 files :

10-amdgpu.conf

Code: Select all

Section "OutputClass"
	Identifier "AMDgpu"
	MatchDriver "amdgpu"
	Driver "amdgpu"
EndSection
10-quirks.conf

Code: Select all

# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
# http://bugs.freedesktop.org/show_bug.cgi?id=22442 
Section "InputClass"
        Identifier "ThinkPad HDAPS accelerometer blacklist"
        MatchProduct "ThinkPad HDAPS accelerometer data"
        Option "Ignore" "on"
EndSection

# https://bugzilla.redhat.com/show_bug.cgi?id=523914
# Mouse does not move in PV Xen guest
# Explicitly tell evdev to not ignore the absolute axes.
Section "InputClass"
        Identifier "Xen Virtual Pointer axis blacklist"
        MatchProduct "Xen Virtual Pointer"
        Option "IgnoreAbsoluteAxes" "off"
        Option "IgnoreRelativeAxes" "off"
EndSection

# https://bugs.freedesktop.org/show_bug.cgi?id=55867
# Bug 55867 - Doesn't know how to tag XI_TRACKBALL
Section "InputClass"
        Identifier "Tag trackballs as XI_TRACKBALL"
        MatchProduct "trackball"
        MatchDriver "evdev"
        Option "TypeName" "TRACKBALL"
EndSection

# https://bugs.freedesktop.org/show_bug.cgi?id=62831
# Bug 62831 - Mionix Naos 5000 mouse detected incorrectly
Section "InputClass"
        Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE"
        MatchProduct "La-VIEW Technology Naos 5000 Mouse"
        MatchDriver "evdev"
        Option "TypeName" "MOUSE"
EndSection
40-libinput.conf

Code: Select all

# Match on all types of devices but tablet devices and joysticks
Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection
70-wacom.conf

Code: Select all

# Some of the below input classes appear 3x times, once for each of
# "tablet", "touchscreen", and "touchpad" to ensure that the Wacom
# driver is not accidentally bound to other types of hardware that
# Wacom has made which are not handled by the wacom driver (e.g the
# Wacom Bluetooth Keyboard)
#
# https://sourceforge.net/p/linuxwacom/bugs/294/

Section "InputClass"
        Identifier "Wacom USB tablet class"
        MatchUSBID "056a:*"
        MatchDevicePath "/dev/input/event*"
        MatchIsTablet "true"
        Driver "wacom"
EndSection

Section "InputClass"
        Identifier "Wacom USB touchscreen class"
        MatchUSBID "056a:*"
        MatchDevicePath "/dev/input/event*"
        MatchIsTouchscreen "true"
        Driver "wacom"
EndSection

Section "InputClass"
        Identifier "Wacom USB touchpad class"
        MatchUSBID "056a:*"
        MatchDevicePath "/dev/input/event*"
        MatchIsTouchpad "true"
        Driver "wacom"
EndSection

Section "InputClass"
	Identifier "Wacom tablet class"
	MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
	MatchDevicePath "/dev/input/event*"
	MatchIsTablet "true"
	Driver "wacom"
EndSection

Section "InputClass"
	Identifier "Wacom touchscreen class"
	MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
	MatchDevicePath "/dev/input/event*"
	MatchIsTouchscreen "true"
	Driver "wacom"
EndSection

Section "InputClass"
	Identifier "Wacom touchpad class"
	MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
	MatchDevicePath "/dev/input/event*"
	MatchIsTouchpad "true"
	Driver "wacom"
EndSection

# Serial Wacom devices should always be one of tablet, touchscreen, or
# touchpad so we can safely get away with just one match section in
# these cases
Section "InputClass"
        Identifier "Wacom PnP device class"
        MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9"
        MatchDevicePath "/dev/input/event*"
        Driver "wacom"
EndSection

Section "InputClass"
	Identifier "Wacom serial class"
	MatchProduct "Serial Wacom Tablet"
	Driver "wacom"
EndSection

Section "InputClass"
        Identifier "Wacom serial class identifiers"
        MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
        Driver "wacom"
EndSection

# Hanwang tablets
Section "InputClass"
	Identifier "Hanwang class"
	MatchProduct "Hanwang"
	MatchDevicePath "/dev/input/event*"
	Driver "wacom"
EndSection

# Waltop tablets
Section "InputClass"
	Identifier "Waltop class"
	MatchProduct "WALTOP"
	MatchIsTablet "on"
	MatchDevicePath "/dev/input/event*"
	Driver "wacom"
EndSection

# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
	Identifier "Wacom N-Trig class"
	MatchProduct "HID 1b96:0001|N-Trig Pen|N-Trig DuoSense"
	MatchDevicePath "/dev/input/event*"
	Driver "wacom"
	Option "Button2" "3"
EndSection
First xorg.conf.new file tested :

Code: Select all

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "kmsdev"             	# <str>
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "DoubleShadow"       	# [<bool>]
	Identifier  "Card0"
	Driver      "modesetting"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

/var/log/Xorg.0.log.old file found after this test :

Code: Select all

[    85.668] 
X.Org X Server 1.19.2
Release Date: 2017-03-02
[    85.668] X Protocol Version 11, Revision 0
[    85.668] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[    85.669] Current Operating System: Linux debian 4.9.0-2-amd64 #1 SMP Debian 4.9.13-1 (2017-02-27) x86_64
[    85.669] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-2-amd64 root=UUID=af045728-655c-42d2-b64a-dd011dde3c94 ro single
[    85.669] Build Date: 03 March 2017  03:14:41PM
[    85.669] xorg-server 2:1.19.2-1 (https://www.debian.org/support) 
[    85.669] Current version of pixman: 0.34.0
[    85.669] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    85.669] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    85.670] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr  3 17:34:58 2017
[    85.670] (++) Using config file: "/root/xorg.conf.new"
[    85.670] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    85.670] (==) ServerLayout "X.org Configured"
[    85.670] (**) |-->Screen "Screen0" (0)
[    85.670] (**) |   |-->Monitor "Monitor0"
[    85.671] (**) |   |-->Device "Card0"
[    85.671] (**) |-->Input Device "Mouse0"
[    85.671] (**) |-->Input Device "Keyboard0"
[    85.671] (==) Automatically adding devices
[    85.671] (==) Automatically enabling devices
[    85.671] (==) Automatically adding GPU devices
[    85.671] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    85.671] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    85.671] 	Entry deleted from font path.
[    85.671] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    85.671] 	Entry deleted from font path.
[    85.671] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    85.671] (**) ModulePath set to "/usr/lib/xorg/modules"
[    85.671] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    85.671] (WW) Disabling Mouse0
[    85.671] (WW) Disabling Keyboard0
[    85.671] (II) Loader magic: 0x55d482e96e00
[    85.671] (II) Module ABI versions:
[    85.671] 	X.Org ANSI C Emulation: 0.4
[    85.671] 	X.Org Video Driver: 23.0
[    85.671] 	X.Org XInput driver : 24.1
[    85.671] 	X.Org Server Extension : 10.0
[    85.671] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)
[    85.671] (--) using VT number 2

[    85.671] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    85.672] (--) PCI:*(0:1:0:0) 1039:6351:14c0:003a rev 16, Mem @ 0xc0000000/268435456, 0xd4000000/131072, I/O @ 0x00009000/128, BIOS @ 0x????????/131072
[    85.672] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    85.672] (II) LoadModule: "glx"
[    85.672] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    85.780] (II) Module glx: vendor="X.Org Foundation"
[    85.780] 	compiled for 1.19.2, module version = 1.0.0
[    85.780] 	ABI class: X.Org Server Extension, version 10.0
[    85.780] (II) LoadModule: "modesetting"
[    85.780] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    85.780] (II) Module modesetting: vendor="X.Org Foundation"
[    85.780] 	compiled for 1.19.2, module version = 1.19.2
[    85.780] 	Module class: X.Org Video Driver
[    85.780] 	ABI class: X.Org Video Driver, version 23.0
[    85.780] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    85.781] (EE) open /dev/dri/card0: No such file or directory
[    85.781] (WW) Falling back to old probe method for modesetting
[    85.782] (EE) open /dev/dri/card0: No such file or directory
[    85.782] (EE) Screen 0 deleted because of no matching config section.
[    85.782] (II) UnloadModule: "modesetting"
[    85.782] (EE) Device(s) detected, but none match those in the config file.
[    85.782] (EE) 
Fatal server error:
[    85.782] (EE) no screens found(EE) 
[    85.782] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    85.782] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    85.782] (EE) 
[    85.783] (EE) Server terminated with error (1). Closing log file.
I replaced "modsetting" by "sis" in the xorg.conf.new file and ran again #X -config /root/xorg.conf.new

Code: Select all

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "kmsdev"             	# <str>
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "DoubleShadow"       	# [<bool>]
	Identifier  "Card0"
	Driver      "sis"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
and the system blocked with the following /var/log/Xorg.0.log file :

Code: Select all

[    29.241] 
X.Org X Server 1.19.2
Release Date: 2017-03-02
[    29.241] X Protocol Version 11, Revision 0
[    29.242] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[    29.242] Current Operating System: Linux debian 4.9.0-2-amd64 #1 SMP Debian 4.9.13-1 (2017-02-27) x86_64
[    29.242] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-2-amd64 root=UUID=af045728-655c-42d2-b64a-dd011dde3c94 ro single
[    29.242] Build Date: 03 March 2017  03:14:41PM
[    29.242] xorg-server 2:1.19.2-1 (https://www.debian.org/support) 
[    29.242] Current version of pixman: 0.34.0
[    29.242] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    29.242] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    29.243] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr  3 20:20:10 2017
[    29.316] (++) Using config file: "/root/xorg.conf.new"
[    29.316] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    29.372] (==) ServerLayout "X.org Configured"
[    29.372] (**) |-->Screen "Screen0" (0)
[    29.372] (**) |   |-->Monitor "Monitor0"
[    29.372] (**) |   |-->Device "Card0"
[    29.372] (**) |-->Input Device "Mouse0"
[    29.372] (**) |-->Input Device "Keyboard0"
[    29.372] (==) Automatically adding devices
[    29.372] (==) Automatically enabling devices
[    29.372] (==) Automatically adding GPU devices
[    29.394] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    29.454] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    29.454] 	Entry deleted from font path.
[    29.454] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    29.454] (**) ModulePath set to "/usr/lib/xorg/modules"
[    29.454] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    29.454] (WW) Disabling Mouse0
[    29.454] (WW) Disabling Keyboard0
[    29.454] (II) Loader magic: 0x55dec1984e00
[    29.454] (II) Module ABI versions:
[    29.454] 	X.Org ANSI C Emulation: 0.4
[    29.454] 	X.Org Video Driver: 23.0
[    29.454] 	X.Org XInput driver : 24.1
[    29.454] 	X.Org Server Extension : 10.0
[    29.454] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)
[    29.454] (--) using VT number 2

[    29.454] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    29.455] (--) PCI:*(0:1:0:0) 1039:6351:14c0:003a rev 16, Mem @ 0xc0000000/268435456, 0xd4000000/131072, I/O @ 0x00009000/128, BIOS @ 0x????????/131072
[    29.455] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    29.455] (II) LoadModule: "glx"
[    29.483] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    29.612] (II) Module glx: vendor="X.Org Foundation"
[    29.612] 	compiled for 1.19.2, module version = 1.0.0
[    29.612] 	ABI class: X.Org Server Extension, version 10.0
[    29.612] (II) LoadModule: "sis"
[    29.613] (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so
[    29.632] (II) Module sis: vendor="X.Org Foundation"
[    29.632] 	compiled for 1.19.1, module version = 0.10.9
[    29.632] 	Module class: X.Org Video Driver
[    29.632] 	ABI class: X.Org Video Driver, version 23.0
[    29.632] (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
	SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
	SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
	SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX],
	SIS340
[    29.632] (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
	Volari V3XT/V5/V8/Duo (XG40)
[    29.634] (WW) Falling back to old probe method for sis
[    29.634] (EE) No devices detected.
[    29.634] (EE) 
Fatal server error:
[    29.634] (EE) no screens found(EE) 
[    29.634] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    29.634] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    29.634] (EE) 
[    29.635] (EE) Server terminated with error (1). Closing log file.
This thread replaces a formerly written thread on this subject with too many errors.
Does somebody have ideas about this problem. I am sure it should work as I succeeded to run SiS671 on an Ubuntu16.04 with a nice 1280x800 resolution and a nice picture.

jcglt
Posts: 20
Joined: 2017-03-26 03:13

Re: Debian 9 stretch with SiS 671/771

#14 Post by jcglt »

I close this thread with too many errors and replace it by a new thread with the same subject.
Last edited by jcglt on 2017-04-04 02:48, edited 1 time in total.

User avatar
dilberts_left_nut
Administrator
Administrator
Posts: 5346
Joined: 2009-10-05 07:54
Location: enzed
Has thanked: 12 times
Been thanked: 66 times

Re: Debian 9 stretch with SiS 671/771

#15 Post by dilberts_left_nut »

Threads merged - keep it in one place please.
AdrianTM wrote:There's no hacker in my grandma...

jcglt
Posts: 20
Joined: 2017-03-26 03:13

Re: Debian 9 stretch with SiS 671/771

#16 Post by jcglt »

Deleted
Last edited by jcglt on 2017-04-04 02:49, edited 1 time in total.

jcglt
Posts: 20
Joined: 2017-03-26 03:13

Re: Debian 9 stretch with SiS 671/771

#17 Post by jcglt »

Deleted
Last edited by jcglt on 2017-04-04 02:50, edited 2 times in total.

jcglt
Posts: 20
Joined: 2017-03-26 03:13

Re: Debian 9 stretch with SiS 671/771

#18 Post by jcglt »

peter_irich wrote:Your chipset is SIS671, but it is not present in the supported chipsets list in Xorg.log.0, the nearest is SIS670.
I don't is this sis module suitable for SIS670.

Peter.
Thanks, you are right : sis-drv is not for SiS671 and I need sisimedia_drv instead.
I downloaded from RPM source (https://www.rpmfind.net/linux/RPM/magei ... 86_64.html) and converted with alien the following driver built on the 14th of December of 2016 :
x11-driver-video-sisimedia_0.9.1-10.20091203_amd64.deb
I read also in the documentation that with older 2.6 kernels a patch to the kernel was needed. I saw nothing about newer kernels.

Using the following xorg.conf I ran#X -config /root/xorg.conf
which started X11 for about 10seconds then the screen remained black steady.
xorg.conf file :

Code: Select all

Section "Device"
Identifier "sis671"
Driver "sisimedia"
Screen 0
EndSection

Section "Monitor"
Identifier "tft"
Option "PreferredMode" "1280x800"
Gamma 1
EndSection

Section "Screen"
Identifier "Default Screen"
Device "sis671"
Monitor "tft"
DefaultDepth 24
SubSection "Display"
Virtual 1280 800
Depth 24
Modes "1280x800@60" "1024x768@60"
EndSubSection
EndSection

# Section "ServerFlags"
# Option "IgnoreABI" "True"
# EndSection
Copy of the /var/olg/xorg.log.old file :

Code: Select all

[    36.000] 
X.Org X Server 1.19.2
Release Date: 2017-03-02
[    36.001] X Protocol Version 11, Revision 0
[    36.001] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[    36.001] Current Operating System: Linux debian 4.9.0-2-amd64 #1 SMP Debian 4.9.13-1 (2017-02-27) x86_64
[    36.001] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-2-amd64 root=UUID=af045728-655c-42d2-b64a-dd011dde3c94 ro single
[    36.001] Build Date: 03 March 2017  03:14:41PM
[    36.001] xorg-server 2:1.19.2-1 (https://www.debian.org/support) 
[    36.001] Current version of pixman: 0.34.0
[    36.001] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    36.001] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    36.002] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr  4 11:07:26 2017
[    36.075] (++) Using config file: "/root/xorg_2.conf"
[    36.075] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    36.131] (==) No Layout section.  Using the first Screen section.
[    36.131] (**) |-->Screen "Default Screen" (0)
[    36.131] (**) |   |-->Monitor "tft"
[    36.131] (**) |   |-->Device "sis671"
[    36.132] (==) Automatically adding devices
[    36.132] (==) Automatically enabling devices
[    36.132] (==) Automatically adding GPU devices
[    36.153] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    36.195] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    36.195] 	Entry deleted from font path.
[    36.224] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    36.224] (==) ModulePath set to "/usr/lib/xorg/modules"
[    36.224] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    36.224] (II) Loader magic: 0x55ac5034de00
[    36.224] (II) Module ABI versions:
[    36.224] 	X.Org ANSI C Emulation: 0.4
[    36.224] 	X.Org Video Driver: 23.0
[    36.224] 	X.Org XInput driver : 24.1
[    36.224] 	X.Org Server Extension : 10.0
[    36.224] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)
[    36.224] (--) using VT number 2

[    36.224] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    36.226] (--) PCI:*(0:1:0:0) 1039:6351:14c0:003a rev 16, Mem @ 0xc0000000/268435456, 0xd4000000/131072, I/O @ 0x00009000/128, BIOS @ 0x????????/131072
[    36.226] (II) LoadModule: "glx"
[    36.242] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    36.371] (II) Module glx: vendor="X.Org Foundation"
[    36.372] 	compiled for 1.19.2, module version = 1.0.0
[    36.372] 	ABI class: X.Org Server Extension, version 10.0
[    36.372] (II) LoadModule: "sisimedia"
[    36.372] (II) Loading /usr/lib/xorg/modules/drivers/sisimedia_drv.so
[    36.393] (II) Module sisimedia: vendor="X.Org Foundation"
[    36.393] 	compiled for 1.19.0, module version = 0.8.0
[    36.393] 	Module class: X.Org Video Driver
[    36.393] 	ABI class: X.Org Video Driver, version 23.0
[    36.393] (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
	SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
	SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
	SIS[M]661[F|M]X/[M]741[GX]/[M]760[GX]/[M]761[GX]/662, SIS340,
	[M]670/[M]770[GX], [M]671/[M]771[GX]
[    36.393] (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
	Volari V3XT/V5/V8/Duo (XG40/XG42)
[    36.394] (II) SIS_pci_probe - begin, entity_num=0
[    36.394] (II)                        vendor_id=0x1039
[    36.394] (II)                        device_id=0x6351
[    36.394] (II)                        bus=1
[    36.394] (II)                        dev=0
[    36.394] (II)                        func=0
[    36.394] (II) SIS_pci_probe - ConfigPciEntity found
[    36.394] (II) SIS(0): SIS_pci_probe - GetEntityInfo chipset is 0x6351
[    36.394] (II) SIS(0): SIS_pci_probe - end
[    36.395] (II) SIS(0): SiS driver (2006/10/17-1, compiled for X.org 1.19.0.0)
[    36.395] (II) SIS(0): Copyright (C) 2001-2005 Thomas Winischhofer <thomas@winischhofer.net> and others
[    36.395] (II) SIS(0): *** See http://www.winischhofer.at/linuxsisvga.shtml
[    36.395] (II) SIS(0): *** for documentation, updates and a Premium Version.
[    36.395] (II) SIS(0): RandR rotation support not available in this version.
[    36.395] (II) SIS(0): Dynamic modelist support not available in this version.
[    36.395] (II) SIS(0): Screen growing support not available in this version.
[    36.395] (II) SIS(0): Advanced Xv video blitter not available in this version.
[    36.395] (II) SIS(0): Advanced MergedFB support not available in this version.
[    36.395] (--) SIS(0): sisfb not found
[    36.395] (--) SIS(0): Relocated I/O registers at 0x9000
[    36.396] (II) Loading sub module "ramdac"
[    36.396] (II) LoadModule: "ramdac"
[    36.396] (II) Module "ramdac" already built-in
[    36.396] (**) SIS(0): Depth 24, (--) framebuffer bpp 32
[    36.396] (==) SIS(0): RGB weight 888
[    36.396] (==) SIS(0): Default visual is TrueColor
[    36.422] (WW) SIS(0): Could not find/read video BIOS
[    36.422] (==) SIS(0): Color HW cursor is enabled
[    36.422] (II) SIS(0): Using VRAM command queue, size 512k
[    36.422] (==) SIS(0): Hotkey display switching is enabled
[    36.422] (==) SIS(0): SiSCtrl utility interface is disabled
[    36.422] (II) SIS(0): For information on SiSCtrl, see
		http://www.winischhofer.at/linuxsispart1.shtml#sisctrl
[    36.422] (==) SIS(0): X server will not keep DPI constant for all screen sizes
[    36.422] (==) SIS(0): DRI enabled
[    36.422] (--) SIS(0): 262144K shared video RAM (UMA)
[    36.422] (--) SIS(0): DRAM type: DDR SDRAM
[    36.422] (--) SIS(0): Memory clock: 332.892 MHz
[    36.422] (--) SIS(0): DRAM bus width: 64 bit
[    36.422] (--) SIS(0): Linear framebuffer at 0xC0000000
[    36.422] (--) SIS(0): MMIO registers at 0xD4000000 (size 64K)
[    36.422] (--) SIS(0): VideoRAM: 262144 KB
[    36.422] (II) SIS(0): Using 20480K of framebuffer memory at offset 0K
[    36.423] (II) Loading sub module "ddc"
[    36.423] (II) LoadModule: "ddc"
[    36.423] (II) Module "ddc" already built-in
[    36.423] (--) SIS(0): Detected SiS307LV video bridge (Charter/UMC-1, ID 7; Rev 0xe1)
[    38.176] (--) SIS(0): No CRT1/VGA detected
[    38.176] (--) SIS(0): Detected LCD/plasma panel (1280x800, 11, non-exp., RGB18 [ec0305])
[    38.176] (**) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
[    38.176] (II) SIS(0): CRT1 gamma correction is enabled
[    38.176] (II) SIS(0): Separate Xv gamma correction for CRT1 is disabled
[    38.176] (II) SIS(0): CRT2 gamma correction is enabled
[    38.176] (--) SIS(0): Memory bandwidth at 32 bpp is 665.784 MHz
[    38.176] (--) SIS(0): Detected LCD PanelDelayCompensation 0x00 (for LCD=CRT2)
[    38.176] (--) SIS(0): Detected LCD PanelDelayCompensation 0x00 (for LCD=CRT1)
[    38.176] (--) SIS(0): 302LV/302ELV: Using EMI 0x6a0d7038 (LCD)
[    38.176] (--) SIS(0): CRT2 DDC probing failed
[    38.176] (==) SIS(0): Min pixel clock is 10 MHz
[    38.176] (--) SIS(0): Max pixel clock is 340 MHz
[    38.176] (II) SIS(0): Replaced entire mode list with built-in modes
[    38.176] (II) SIS(0): Correcting missing CRT2 monitor HSync range
[    38.176] (II) SIS(0): Correcting missing CRT2 monitor VRefresh range
[    38.176] (II) SIS(0): "Unknown reason" in the following list means that the mode
[    38.176] (II) SIS(0): is not supported on the chipset/bridge/current output device.
[    38.176] (II) SIS(0): tft: Using hsync range of 30.00-80.00 kHz
[    38.176] (II) SIS(0): tft: Using vrefresh range of 59.00-61.00 Hz
[    38.176] (II) SIS(0): tft: Using vrefresh value of 71.00 Hz
[    38.176] (II) SIS(0): Clock range:  10.00 to 340.00 MHz
[    38.176] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "800x600" (hsync out of range)
[    38.176] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
[    38.176] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
[    38.176] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
[    38.176] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
[    38.176] (II) SIS(0): Not using default mode "1280x1024" (height too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1280x1024" (height too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1280x1024" (height too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1280x1024" (height too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1600x1200" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1600x1200" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1600x1200" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1600x1200" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1600x1200" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1600x1200" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1600x1200" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1920x1440" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1920x1440" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1920x1440" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1920x1440" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1920x1440" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1920x1440" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "2048x1536" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "2048x1536" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "2048x1536" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "2048x1536" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "2048x1536" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1400x1050" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1400x1050" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1280x800" (vrefresh out of range)
[    38.176] (II) SIS(0): Not using default mode "1280x800" (hsync out of range)
[    38.176] (II) SIS(0): Not using default mode "1440x900" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1440x900" (width too large for virtual size)
[    38.176] (II) SIS(0): Not using default mode "1440x900" (width too large for virtual size)
[    38.177] (II) SIS(0): Not using default mode "1366x768" (width too large for virtual size)
[    38.177] (II) SIS(0): Not using mode "1280x800@60" (no mode of this name)
[    38.177] (II) SIS(0): Not using mode "1024x768@60" (no mode of this name)
[    38.177] (**) SIS(0): Virtual size is 1280x800 (pitch 1280)
[    38.177] (**) SIS(0):  Default mode "1280x800" (1280x800) (For CRT device: 107.9 MHz, 63.9 kHz, 59.9 Hz)
[    38.177] (**) SIS(0):  Default mode "1024x768" (1024x768) (For CRT device: 65.1 MHz, 48.5 kHz, 60.1 Hz)
[    38.177] (**) SIS(0):  Default mode "800x600" (800x600) (For CRT device: 40.0 MHz, 37.9 kHz, 60.3 Hz)
[    38.177] (**) SIS(0):  Default mode "640x480" (640x480) (For CRT device: 25.1 MHz, 31.3 kHz, 59.7 Hz)
[    38.177] (==) SIS(0): DPI set to (96, 96)
[    38.177] (II) Loading sub module "fb"
[    38.177] (II) LoadModule: "fb"
[    38.177] (II) Loading /usr/lib/xorg/modules/libfb.so
[    38.198] (II) Module fb: vendor="X.Org Foundation"
[    38.198] 	compiled for 1.19.2, module version = 1.0.0
[    38.198] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    38.198] (--) Depth 24 pixmap format is 32 bpp
[    38.198] (II) Loading sub module "vbe"
[    38.198] (II) LoadModule: "vbe"
[    38.198] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    38.213] (II) Module vbe: vendor="X.Org Foundation"
[    38.213] 	compiled for 1.19.2, module version = 1.1.0
[    38.213] 	ABI class: X.Org Video Driver, version 23.0
[    38.213] (II) Loading sub module "int10"
[    38.213] (II) LoadModule: "int10"
[    38.213] (II) Loading /usr/lib/xorg/modules/libint10.so
[    38.230] (II) Module int10: vendor="X.Org Foundation"
[    38.230] 	compiled for 1.19.2, module version = 1.0.0
[    38.230] 	ABI class: X.Org Video Driver, version 23.0
[    38.230] (II) SIS(0): initializing int10
[    38.235] (II) SIS(0): Primary V_BIOS segment is: 0xc000
[    38.236] (II) SIS(0): VESA BIOS detected
[    38.236] (II) SIS(0): VESA VBE Version 3.0
[    38.236] (II) SIS(0): VESA VBE Total Mem: 262144 kB
[    38.236] (II) SIS(0): VESA VBE OEM: SiS
[    38.236] (II) SIS(0): VESA VBE OEM Software Rev: 1.0
[    38.236] (II) SIS(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
[    38.236] (II) SIS(0): VESA VBE OEM Product: 6330
[    38.236] (II) SIS(0): VESA VBE OEM Product Rev: 3.74.16a
[    38.256] (II) SIS(0): Setting standard mode 0x16
[    39.268] drmOpenDevice: node name is /dev/dri/card0
[    39.272] drmOpenDevice: node name is /dev/dri/card0
[    39.376] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[    39.376] drmOpenDevice: node name is /dev/dri/card0
[    39.376] drmOpenDevice: open result is 13, (OK)
[    39.376] drmOpenByBusid: drmOpenMinor returns 13
[    39.376] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[    39.376] (II) [drm] loaded kernel module for "sis" driver.
[    39.376] (II) [drm] DRM interface version 1.4
[    39.376] (II) [drm] DRM open master succeeded.
[    39.376] (II) SIS(0): [drm] Using the DRM lock SAREA also for drawables.
[    39.376] (II) SIS(0): [drm] framebuffer handle = 0xc0000000
[    39.376] (II) SIS(0): [drm] added 1 reserved context for kernel
[    39.376] (II) SIS(0): X context handle = 0x1
[    39.376] (EE) SIS(0): [drm] failed to setup DRM signal handler
[    39.376] (EE) SIS(0): [dri] DRIScreenInit failed. Disabling the DRI.
[    39.392] (--) SIS(0): CPU frequency 2100.00Mhz
[    39.392] (II) SIS(0): Failed to allocate video RAM for video data transfer benchmark
[    39.392] (II) SIS(0): Chose SSE method for aligned data transfers to video RAM
[    39.392] (II) SIS(0): Chose built-in-1 method for unaligned data transfers to video RAM
[    39.392] (--) SIS(0): CPU frequency 2100.00Mhz
[    39.392] (II) SIS(0): Failed to allocate video RAM for video data transfer benchmark
[    39.392] (II) SIS(0): Chose SSE method for aligned data transfers from video RAM
[    39.392] (II) SIS(0): Chose built-in-1 method for unaligned data transfers from video RAM
[    39.392] (==) SIS(0): Backing store enabled
[    39.392] (==) SIS(0): Silken mouse enabled
[    39.402] (==) SIS(0): DPMS enabled
[    39.402] (II) SIS(0): Direct rendering disabled
[    39.402] (WW) SIS(0): Option "PreferredMode" is not used
[    39.437] (II) SIS(0): Initialized SISCTRL extension version 0.1
[    39.437] (II) SIS(0): Registered screen 0 with SISCTRL extension version 0.1
[    39.438] (==) RandR enabled
[    39.443] (II) SELinux: Disabled on system
[    39.443] (II) AIGLX: Screen 0 is not DRI2 capable
[    39.443] (EE) AIGLX: reverting to software rendering
[    41.030] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[    41.031] (II) IGLX: Loaded and initialized swrast
[    41.031] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    41.557] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    41.557] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    41.557] (II) LoadModule: "libinput"
[    41.557] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    41.635] (II) Module libinput: vendor="X.Org Foundation"
[    41.636] 	compiled for 1.19.0, module version = 0.23.0
[    41.636] 	Module class: X.Org XInput Driver
[    41.636] 	ABI class: X.Org XInput driver, version 24.1
[    41.636] (II) Using input driver 'libinput' for 'Power Button'
[    41.636] (**) Power Button: always reports core events
[    41.636] (**) Option "Device" "/dev/input/event5"
[    41.636] (**) Option "_source" "server/udev"
[    41.636] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[    41.636] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[    41.676] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event5"
[    41.676] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    41.676] (**) Option "xkb_model" "pc105"
[    41.676] (**) Option "xkb_layout" "fr"
[    41.676] (**) Option "xkb_variant" "latin9"
[    41.754] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[    41.754] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[    41.754] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    41.754] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    41.754] (II) Using input driver 'libinput' for 'Power Button'
[    41.754] (**) Power Button: always reports core events
[    41.754] (**) Option "Device" "/dev/input/event4"
[    41.754] (**) Option "_source" "server/udev"
[    41.755] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    41.755] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    41.784] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/PNP0C0C:00/input/input5/event4"
[    41.784] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    41.784] (**) Option "xkb_model" "pc105"
[    41.784] (**) Option "xkb_layout" "fr"
[    41.784] (**) Option "xkb_variant" "latin9"
[    41.785] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    41.785] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    41.785] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    41.786] (II) No input driver specified, ignoring this device.
[    41.786] (II) This device may have been added with another device file.
[    41.786] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    41.786] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    41.786] (II) Using input driver 'libinput' for 'Video Bus'
[    41.786] (**) Video Bus: always reports core events
[    41.786] (**) Option "Device" "/dev/input/event6"
[    41.787] (**) Option "_source" "server/udev"
[    41.787] (II) input device 'Video Bus', /dev/input/event6 is tagged by udev as: Keyboard
[    41.787] (II) input device 'Video Bus', /dev/input/event6 is a keyboard
[    41.820] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0b/LNXVIDEO:00/input/input7/event6"
[    41.820] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    41.820] (**) Option "xkb_model" "pc105"
[    41.820] (**) Option "xkb_layout" "fr"
[    41.820] (**) Option "xkb_variant" "latin9"
[    41.821] (II) input device 'Video Bus', /dev/input/event6 is tagged by udev as: Keyboard
[    41.821] (II) input device 'Video Bus', /dev/input/event6 is a keyboard
[    41.821] (II) config/udev: Adding drm device (/dev/dri/card0)
[    41.821] (II) xfree86: Adding drm device (/dev/dri/card0)
[    41.821] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[    41.822] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event2)
[    41.822] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[    41.822] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[    41.822] (**) Logitech Wireless Mouse: always reports core events
[    41.822] (**) Option "Device" "/dev/input/event2"
[    41.822] (**) Option "_source" "server/udev"
[    41.823] (II) input device 'Logitech Wireless Mouse', /dev/input/event2 is tagged by udev as: Mouse
[    41.823] (II) input device 'Logitech Wireless Mouse', /dev/input/event2 is a pointer caps
[    41.852] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.0/usb2/2-1/2-1:1.2/0003:046D:C52B.0003/0003:046D:4055.0004/input/input3/event2"
[    41.852] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 9)
[    41.852] (**) Option "AccelerationScheme" "none"
[    41.852] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[    41.852] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[    41.852] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[    41.853] (II) input device 'Logitech Wireless Mouse', /dev/input/event2 is tagged by udev as: Mouse
[    41.853] (II) input device 'Logitech Wireless Mouse', /dev/input/event2 is a pointer caps
[    41.854] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse1)
[    41.854] (II) No input driver specified, ignoring this device.
[    41.854] (II) This device may have been added with another device file.
[    41.855] (II) config/udev: Adding input device HDA SIS966 Mic (/dev/input/event9)
[    41.855] (II) No input driver specified, ignoring this device.
[    41.855] (II) This device may have been added with another device file.
[    41.855] (II) config/udev: Adding input device HDA SIS966 Headphone (/dev/input/event10)
[    41.856] (II) No input driver specified, ignoring this device.
[    41.856] (II) This device may have been added with another device file.
[    41.856] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    41.856] (II) No input driver specified, ignoring this device.
[    41.856] (II) This device may have been added with another device file.
[    41.857] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    41.857] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    41.857] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    41.857] (**) AT Translated Set 2 keyboard: always reports core events
[    41.857] (**) Option "Device" "/dev/input/event0"
[    41.857] (**) Option "_source" "server/udev"
[    41.858] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    41.858] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    41.888] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    41.888] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    41.888] (**) Option "xkb_model" "pc105"
[    41.888] (**) Option "xkb_layout" "fr"
[    41.888] (**) Option "xkb_variant" "latin9"
[    41.889] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    41.889] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    41.889] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event1)
[    41.889] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "libinput touchpad catchall"
[    41.889] (II) Using input driver 'libinput' for 'AlpsPS/2 ALPS GlidePoint'
[    41.890] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    41.890] (**) Option "Device" "/dev/input/event1"
[    41.890] (**) Option "_source" "server/udev"
[    41.890] (II) input device 'AlpsPS/2 ALPS GlidePoint', /dev/input/event1 is tagged by udev as: Touchpad
[    41.890] (II) AlpsPS/2 ALPS GlidePoint: no resolution or size hints, assuming a size of 69x50mm
[    41.890] (II) input device 'AlpsPS/2 ALPS GlidePoint', /dev/input/event1 is a touchpad
[    41.920] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[    41.920] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 11)
[    41.920] (**) Option "AccelerationScheme" "none"
[    41.920] (**) AlpsPS/2 ALPS GlidePoint: (accel) selected scheme none/0
[    41.920] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[    41.920] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[    41.921] (II) input device 'AlpsPS/2 ALPS GlidePoint', /dev/input/event1 is tagged by udev as: Touchpad
[    41.921] (II) AlpsPS/2 ALPS GlidePoint: no resolution or size hints, assuming a size of 69x50mm
[    41.921] (II) input device 'AlpsPS/2 ALPS GlidePoint', /dev/input/event1 is a touchpad
[    41.921] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse0)
[    41.921] (II) No input driver specified, ignoring this device.
[    41.922] (II) This device may have been added with another device file.
[    41.922] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    41.922] (II) No input driver specified, ignoring this device.
[    41.922] (II) This device may have been added with another device file.
[    41.992] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)
[    41.992] (EE) 
[    41.992] (EE) Backtrace:
Any idea about what is wrong ?
Last edited by jcglt on 2017-04-04 02:56, edited 1 time in total.

jcglt
Posts: 20
Joined: 2017-03-26 03:13

Re: Debian 9 stretch with SiS 671/771

#19 Post by jcglt »

Deleted

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Debian 9 stretch with SiS 671/771

#20 Post by debiman »

please stop deleting your posts.
it creates an atmosphere of distrust.

Post Reply