I've repaired one of these Applevision1710 Monitors here and connected
it to a PC. The problem is the contrast, brightness and
onscreencontrol. Connected to a Apple, I can set trapezoid,
parallelogram in addition, which I can't acess through the front
kontroll knobs. Additional, the screen is much brighter when it is
connected to an Apple. Brightness set to 50% attached to an Apple is
much brighter then set to 100% brightness, when this monitor is
connected to the PC :-(
A smaller problem, is that the OSD won't sync in 1152x864 @75 Hz mode,
so controlling the screen is a little bit trial and error :-)
Is there any additional control inside the monitor, Potis or
something? Or is there a programm similar to the applevisionsoftware
running under DOS or 95??
I didn't find anything on Apples homepage, but this side is a little
bit confusing concerning support....
Thanks!
Stefan
I don't know why, but brightness levels do seem to vary on some monitors
when run on a Mac and PC. I have even seen some older 20" 's that have good
colour on Mac, but a slight green caste on a PC.
Although they are meant to function on a PC, nearly all 1710's are used on
Mac's, or they would be poor value for money as there is no colour
calibration etc options for a PC.
>A smaller problem, is that the OSD won't sync in 1152x864 @75 Hz mode,
>so controlling the screen is a little bit trial and error :-)
>Is there any additional control inside the monitor, Potis or
>something?
Only controls inside are psu volts, H stat, H & V focus and 2 convergence
pots on video pcb and convergance adjusters on yoke.
>Or is there a programm similar to the applevisionsoftware
>running under DOS or 95??
>I didn't find anything on Apples homepage, but this side is a little
>bit confusing concerning support....
>
>Thanks!
> Stefan
Apple doesn't support PC's, so no software. Also the software needs the ADB
bus, which PC's do not have.
Steve Bell
>
> Apple doesn't support PC's, so no software. Also the software needs the ADB
> bus, which PC's do not have.
>
but the internal menu is available from the front panel switch.
Also you can get the Windows screen config files in the
DOS Compatibility card DOS setup disk.
;-----------------------------------------------------------------------
;
; File: applevdo.inf
;
; Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
;
[version]
signature="$CHICAGO$"
Class=Monitor
Provider=%APPLEM%
[Manufacturer]
%APPLEM%=APPLEM
[APPLEM]
%APPLEGENERIC%=APPLEGENERIC, Monitor_AAPL_FFGENERIC
%APPLE14MS%=APPLE14MS, Monitor_AAPL_MS14
%APPLE15MS%=APPLE15MS, Monitor_AAPL_MS15
%APPLE17MS%=APPLE17MS, Monitor_AAPL_MS17
%APPLE20MS%=APPLE20MS, Monitor_AAPL_MS20
%APPLE1705%=APPLE1705, Monitor_AAPL_1705
%APPLE1710%=APPLE1710, MONITOR\APP1017
%APPLE850%=APPLE850, MONITOR\APP0352
[DeleteCurrentRegistry]
HKR,MODES
HKR,,MaxResolution
HKR,,DPMS
HKR,,ICMProfile
[640]
HKR,,MaxResolution,, "640,480"
[800]
HKR,,MaxResolution,, "800,600"
[1024]
HKR,,MaxResolution,, "1024,768"
[1280]
HKR,,MaxResolution,, "1280,1024"
[1600]
HKR,,MaxResolution,, "1600,1200"
[DPMS]
HKR,,DPMS,,1
[APPLEGENERIC]
DelReg=DeleteCurrentRegistry
AddReg=APPLEGENERIC.AddRegistry, 1280
[APPLE14MS]
DelReg=DeleteCurrentRegistry
AddReg=APPLE14MS.AddRegistry, 800
[APPLE15MS]
DelReg=DeleteCurrentRegistry
AddReg=APPLE15MS.AddRegistry, 1024
[APPLE17MS]
DelReg=DeleteCurrentRegistry
AddReg=APPLE17MS.AddRegistry, 1024
[APPLE20MS]
DelReg=DeleteCurrentRegistry
AddReg=APPLE20MS.AddRegistry, 1280
[APPLE1705]
DelReg=DeleteCurrentRegistry
AddReg=APPLE1705.AddRegistry, 1280
[APPLE1710]
DelReg=DeleteCurrentRegistry
AddReg=APPLE1710.AddRegistry, 1280, DPMS
[APPLE850]
DelReg=DeleteCurrentRegistry
AddReg=APPLE850.AddRegistry, 1600, DPMS
[APPLEGENERIC.AddRegistry]
HKR, "MODES\1280,1024", Mode1,, "35.0-80.0, 66.5-76.0,+,+"
[APPLE14MS.AddRegistry]
HKR, "MODES\800,600", Mode1,, "30.0-50.0,60.0-60.0,+,+"
[APPLE15MS.AddRegistry]
HKR, "MODES\1024,768", Mode1,, "30.0-60.0,60.0-60.0,+,+"
[APPLE17MS.AddRegistry]
HKR, "MODES\1024,768", Mode1,, "30.0-60.0,60.0-75.0,+,+"
[APPLE20MS.AddRegistry]
HKR, "MODES\1280,1024", Mode1,, "30.0-80.0,60.0-75.0,+,+"
[APPLE1705.AddRegistry]
KR, "MODES\1280,1024", Mode1,, "30.0-80.0,60.0-60.0,+,+"
[APPLE1710.AddRegistry]
HKR, "MODES\1280,1024", Mode1,, "30.0-80.0,60.0-75.0,+,+"
[APPLE850.AddRegistry]
HKR, "MODES\1600,1200", Mode1,,"30.0-94.0,48.0-120.0,+,+"
[Strings]
APPLEM="Apple Computer, Inc."
APPLEGENERIC="(all other Apple monitors)"
APPLE850="AppleVision 850"
APPLE1710="AppleVision 1710"
APPLE1705="AppleVision 1705"
APPLE14MS="Apple Multiple Scan 14"
APPLE15MS="Apple Multiple Scan 15"
APPLE17MS="Apple Multiple Scan 17"
APPLE20MS="Apple Multiple Scan 20"
--------------------------------------------
Hope it help