diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2022-08-03 10:12:43 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2022-08-03 10:13:08 +0200 |
commit | a57b2a0f9e05c970015c41e6ac75511ebf06a914 (patch) | |
tree | d732e35603319850eb540317e923d82853c97035 /lst/Cards+ | |
parent | 6672f4bfcada36c19bc5691459f55dd214f23842 (diff) | |
download | ldetect-lst-a57b2a0f9e05c970015c41e6ac75511ebf06a914.tar ldetect-lst-a57b2a0f9e05c970015c41e6ac75511ebf06a914.tar.gz ldetect-lst-a57b2a0f9e05c970015c41e6ac75511ebf06a914.tar.bz2 ldetect-lst-a57b2a0f9e05c970015c41e6ac75511ebf06a914.tar.xz ldetect-lst-a57b2a0f9e05c970015c41e6ac75511ebf06a914.zip |
Use "fbdev" instead of broken s3/glint/tga
Diffstat (limited to 'lst/Cards+')
-rw-r--r-- | lst/Cards+ | 22 |
1 files changed, 15 insertions, 7 deletions
@@ -64,7 +64,8 @@ DRIVER modesetting # S3 NAME S3 8xx / 9xx / Trio / Aurora64V+-based cards -DRIVER s3 +#DRIVER s3 +DRIVER fbdev NEEDVIDEORAM NAME S3 ViRGE-based cards @@ -316,15 +317,18 @@ DRIVER vesa # 3DLabs NAME 3Dlabs Glint / Permedia-based cards -DRIVER glint +#DRIVER glint +DRIVER fbdev NAME 3Dlabs Glint / Permedia-based cards (software cursor) LINE Option "SWcursor" -DRIVER glint +#DRIVER glint +DRIVER fbdev NAME Diamond Fire GL 3000 LINE Option "SWcursor" -DRIVER glint +#DRIVER glint +DRIVER fbdev LINE Option "FireGL3000" "true" # Alliance Semiconductor @@ -371,16 +375,19 @@ LINE Option "sw_cursor" NAME Digital 8-plane TGA (Generic) CHIPSET TGA -DRIVER tga +#DRIVER tga +DRIVER fbdev NAME Digital 8-plane TGA (Bt485-based) CHIPSET TGA -DRIVER tga +#DRIVER tga +DRIVER fbdev LINE Ramdac "Bt485" NAME Digital 24-plane TGA CHIPSET TGA -DRIVER tga +#DRIVER tga +DRIVER fbdev LINE Ramdac "Bt463" # Rendition @@ -437,6 +444,7 @@ NAME Sun GX-based cards DRIVER suncg6 NAME Sun SX-based cards +# broken DRIVER suncg14 NAME Sun ZX-based cards |