Code:
[ 1098.214] (==) Matched sis as autoconfigured driver 0 [ 1098.214] (==) Matched modesetting as autoconfigured driver 1 [ 1098.214] (==) Matched fbdev as autoconfigured driver 2 [ 1098.214] (==) Matched vesa as autoconfigured driver 3
Code:
[ 1098.217] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 1098.217] (II) FBDEV: driver for framebuffer: fbdev [ 1098.217] (II) VESA: driver for VESA chipsets: vesa [ 1098.217] (++) using VT number 7 [ 1098.218] (WW) Falling back to old probe method for sis [ 1098.218] (--) Assigning device section with no busID to primary device [ 1098.218] (EE) open /dev/dri/card0: No such file or directory [ 1098.218] (WW) Falling back to old probe method for modesetting [ 1098.218] (EE) open /dev/dri/card0: No such file or directory [ 1098.218] (II) Loading sub module "fbdevhw" [ 1098.218] (II) LoadModule: "fbdevhw" [ 1098.218] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 1098.218] (II) Module fbdevhw: vendor="X.Org Foundation" [ 1098.218] compiled for 1.15.1, module version = 0.0.2 [ 1098.218] ABI class: X.Org Video Driver, version 15.0 [ 1098.218] (EE) open /dev/fb0: No such file or directory [ 1098.218] (WW) Falling back to old probe method for fbdev [ 1098.218] (II) Loading sub module "fbdevhw" [ 1098.219] (II) LoadModule: "fbdevhw" [ 1098.219] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 1098.219] (II) Module fbdevhw: vendor="X.Org Foundation" [ 1098.219] compiled for 1.15.1, module version = 0.0.2 [ 1098.219] ABI class: X.Org Video Driver, version 15.0 [ 1098.219] (EE) open /dev/fb0: No such file or directory [ 1098.219] (EE) Screen 0 deleted because of no matching config section. [ 1098.219] (II) UnloadModule: "modesetting" [ 1098.219] (EE) Screen 0 deleted because of no matching config section. [ 1098.219] (II) UnloadModule: "fbdev"
Code:
$ sudo lshw -C display [...snip...] configuration: latency=0
What's the output of:
Code:
lsmod grep -i sis /var/log/syslog grep -i sis /var/log/syslog.1
Leave a comment: