Tiny Core Linux
Tiny Core Base => Micro Core => Topic started by: jls on August 20, 2009, 09:43:47 AM
-
Hi
I've tried to use Xorg-vesa-lite with the above mentioned video card but it doesn't work.I've tried without xorg.conf and also with the xorg.conf generated by Xorg -configure
-
I managed to attach the files, see first post
-
A bug in Xorg or the vesa driver, sadly.
Does it help if you disable the shadowfb option:
......
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
Option "ShadowFB" "false"
EndSection
.....