06-30-2016, 12:10 AM
Hi
The lspci -vvv is not showing what kernel module you are using....did you forget to show it?
Leaping ahead...your xorg is using sismedia but I don't see that in your lsmod output. I am still not a sis expert but maybe you can try each in turn of the sis ones to see if they fix your stutter etc
the other page that gave you originally the sismedia as the string to choose....
https://sites.google.com/site/easylinuxtipsproject/sis
did you actually move the module into the driver folder ?
I will show mine and then make some comments
# aus9 results
fbdev_drv.so intel_drv.so modesetting_drv.so vesa_drv.so
so it appears I won't be able to use sismedia as no driver is there. Got it?
The lspci -vvv is not showing what kernel module you are using....did you forget to show it?
Leaping ahead...your xorg is using sismedia but I don't see that in your lsmod output. I am still not a sis expert but maybe you can try each in turn of the sis ones to see if they fix your stutter etc
Code:
lsmod | grep sis*
the other page that gave you originally the sismedia as the string to choose....
https://sites.google.com/site/easylinuxtipsproject/sis
did you actually move the module into the driver folder ?
I will show mine and then make some comments
Code:
ls /usr/lib/xorg/modules/drivers
# aus9 results
fbdev_drv.so intel_drv.so modesetting_drv.so vesa_drv.so
so it appears I won't be able to use sismedia as no driver is there. Got it?
Good Luck