I'm trying to install it on a very old Acer Aspire 3002LM1 with 521MB of ram. Live CD works fine but when i install it on hard disk x wont start. Last message before console login is"splash-all exit: No framebuffer found"
It has a SiS card which shows up in inxi -F
Startx
Code: Select all
Bus error at address 0x.......
Fatal server error: Caught signal 7
.....
Code: Select all
LoadModule:"Sis"
Warning , couldn't open module sis
UnloadModule :"sis"
Unloading sis
Failed to load module sis.(module does not exist,0)
open /dev/dri/card0 no such file or directory
Code: Select all
We added a sisimedia kernel driver from outside the vanilla Linux kernel tree. It does not get loaded automatically by X so for people who have SisS graphics hardware, X was not using their hardware. To get around this, we detect the graphics hardware and if it supports the"sis" or"sis-agp" kernel module then we create an xorg.conf file as per the sisimedia README so people with this hardware boot to X with their graphics hardware supported automatically.
thanks