I was looking through the config files for Freelancer, and came accross this interesting tidbit.
0x1527 = "Fusion G800"
0x2007 = "Mistral"
0x2527 = "G550"
Disable1600x1200
if os > win2k
if driver < 5.12.1.1221
UnsupportedDriver
endif
endif
if os == win2k
if driver < 5.10.1.1361
UnsupportedDriver
endif
endif
if os < win2k
if driver < 4.12.1.1320
UnsupportedDriver
endif
endif
break
0x0527 = "Parhelia 128"
if os >= win2k
if driver < 5.13.1.1065
UnsupportedDriver
endif
endif
if os < win2k
UnsupportedDriver
endif
break
Interesting, eh?
Leech
0x1527 = "Fusion G800"
0x2007 = "Mistral"
0x2527 = "G550"
Disable1600x1200
if os > win2k
if driver < 5.12.1.1221
UnsupportedDriver
endif
endif
if os == win2k
if driver < 5.10.1.1361
UnsupportedDriver
endif
endif
if os < win2k
if driver < 4.12.1.1320
UnsupportedDriver
endif
endif
break
0x0527 = "Parhelia 128"
if os >= win2k
if driver < 5.13.1.1065
UnsupportedDriver
endif
endif
if os < win2k
UnsupportedDriver
endif
break
Interesting, eh?
Leech
Comment