diff options
author | Anssi Hannula <anssi@mandriva.org> | 2009-03-03 14:13:22 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2009-03-03 14:13:22 +0000 |
commit | 1258e15c70b7b7b5493a00655612ef429b412984 (patch) | |
tree | 1f78c8bd70dbfe53175acd0119cede02b6d7adff /lst/Cards+ | |
parent | c1f9739cf00f593fbd23113dc4bcc98110147080 (diff) | |
download | ldetect-lst-1258e15c70b7b7b5493a00655612ef429b412984.tar ldetect-lst-1258e15c70b7b7b5493a00655612ef429b412984.tar.gz ldetect-lst-1258e15c70b7b7b5493a00655612ef429b412984.tar.bz2 ldetect-lst-1258e15c70b7b7b5493a00655612ef429b412984.tar.xz ldetect-lst-1258e15c70b7b7b5493a00655612ef429b412984.zip |
disable fglrx and nvidia71xx as they do not support X.org server 1.6
(IgnoreABI does not work for them)
Diffstat (limited to 'lst/Cards+')
-rw-r--r-- | lst/Cards+ | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -149,7 +149,7 @@ DRI_GLX NAME ATI Radeon 9500 to Radeon X1050 DRIVER ati DRI_GLX -DRIVER2 fglrx +#DRIVER2 fglrx (not compatible with x.org server 1.6) # FireGL cards supported by proprietary driver and free 'radeon' # driver: update name as support changes @@ -161,7 +161,7 @@ SEE ATI Radeon 9500 to Radeon X1050 NAME ATI Radeon X1300 and later DRIVER radeonhd DRI_GLX -DRIVER2 fglrx +#DRIVER2 fglrx (not compatible with x.org server 1.6) # FireGL cards supported by proprietary driver and free 'radeonhd' # driver: update name as support changes @@ -233,7 +233,7 @@ BAD_FB_RESTORE NAME NVIDIA RIVA TNT to GeForce 2 DRIVER nv -DRIVER2 nvidia71xx +#DRIVER2 nvidia71xx (not compatible with x.org server 1.6) NAME NVIDIA GeForce 3 to GeForce 4 DRIVER nv |