3droem.ini Driver File Contents (3DR_ControlPanel_Eng_1006.zip)

;
; !!! for Silicon Motion OEM customers only !!!
;
; HideTrayIcon = 0 means do not hide the tray icon. (default)
; HideTrayIcon = 1 means hide the tray icon.
; EnableCRT = 0 means disable CRT support 
; EnableCRT = 1 means enable CRT support (default)
; EnableTV = 0 means disable TV support (default)
; EnableTV = 1 means enable TV support
; EnableSecondaryPanel = 0 means disable Secondary Panel. (default)
; EnableSecondaryPanel = 1 means enable Secondary Panel.
;
; Note: DualApp and DualView only supported in WinNT and Win2K. Other OS is not supported
; EnableDualApp = 0 means disable DualApp (default)
; EnableDualApp = 1 means enable DualApp.
; EnableDualView = 0
; EnableDualView = 1
;
; EnableReduceOn = 0 means disable ReduceOn support (default)
; EnableReduceOn = 1 means enable ReduceOn support
; EnableRotation = 0 means disable Rotation support (default)
; EnableRotation = 1 means enable Rotation support.
; DSMessage = 0 means disable Display Switching Confirmation Message (default)
; DSMessage = 1 means enable display switching Confirmation message.
; CRTDetection = 0 means disable CRT detection during switching to any combination with CRT
; CRTDetection = 1 means enable CRT detection during switching to any combination with CRT (default)
; TVDetection = 0 means disable TV detection during switching to any combination with TV
; TVDetection = 1 means enable TV detection during switching to any combination with TV (default)
; BootupFromCMOS = 0 means use default bootup sequence. (default)
; BootupFromCMOS = 1 means use CMOS setting for the bootup sequence.
; NoAutoReduceOn = 0 means ReduceOn support is automatically turned on 
;	 	  after installing Control Panel for the first time. (default)
; NoAutoReduceOn = 1 means ReduceOn support is not automatically turned on after installing
;		   Control Panel for the first time.
;
; This CompaqDemo flag is a temporary flag to be used for the Compaq Demo to swap the primary display in Dual Monitor mode.
; CompaqDemo = 0 means no Dual Monitor Swapping support. (default)
; CompaqDemo = 1 means Dual Monitor Swapping is supported.
;
; Note: At this moment, EnableToggleSModeHK is only available for rotation mode
; EnableToggleSModeHK = 0 means disable Toggle HotKey to turn on/off special mode (default)
; EnableToggleSModeHK = 1 means enable Toggle Hotkey to turn on/off special mode
;
; HKConfig = 0 means use default hot key configuration (default)
; HKConfig = 1 means use OEM hot key configuration (see below)
;
; For hot key configuration:
; Each hotkey has two parts: <modifier>+<virtual key code>
; Modifier: Alt=4, Ctrl=2, Shift=1
;			for example: Alt+Ctrl=6, Ctrl+Shift=3
; Virtual Key Code: 
;			for example: A=65, B=66, C=67, ...etc.
;           <note that all values are decimals>
; Also note that do NOT configure same modifier and virtual key code for 
; different hot keys.
;
; [Hotkey]
; HK_LCD_Mod = modifier for hotkey <switch to LCD>
; HK_LCD_Vkc = virtual key code for hotkey <switch to LCD>
; HK_CRT_Mod = modifier for hotkey <switch to CRT>
; HK_CRT_Vkc = virtual key code for hotkey <switch to CRT>
; HK_TV_Mod = modifier for hotkey <switch to TV>
; HK_TV_Vkc = virtual key code for hotkey <switch to TV>
; HK_SECPANEL_Mod = modifier for hotkey <switch to Secondary Panel>
; HK_SECPANEL_Vkc = virtual key code for hotkey <switch to Secondary Panel>
; HK_LCD_CRT_Mod = modifier for hotkey <switch to LCD + CRT>
; HK_LCD_CRT_Vkc = virtual key code for hotkey <switch to LCD + CRT>
; HK_LCD_TV_Mod = modifier for hotkey <switch to LCD + TV>
; HK_LCD_TV_Vkc = virtual key code for hotkey <switch to LCD + TV>
; HK_LCD_SECPANEL_Mod = modifier for hotkey <switch to LCD + Secondary Panel>
; HK_LCD_SECPANEL_Vkc = virtual key code for hotkey <switch to LCD + Secondary Panel>
; HK_CRT_SECPANEL_Mod = modifier for hotkey <switch to CRT + Secondary Panel>
; HK_CRT_SECPANEL_Vkc = virtual key code for hotkey <switch to CRT + Secondary Panel>
; HK_SECPANEL_TV_Mod = modifier for hotkey <switch to Secondary Panel + TV>
; HK_SECPANEL_TV_Vkc = virtual key code for hotkey <switch to Secondary Panel + TV>
; HK_RT90_Mod = modifier for hotkey <Rotate 90 degree>
; HK_RT90_Vkc = virtual key code for hotkey <Rotate 90 degree>
; HK_RT180_Mod = modifier for hotkey <Rotate 180 degree>
; HK_RT180_Vkc = virtual key code for hotkey <Rotate 180 degree>
; HK_RT270_Mod = modifier for hotkey <Rotate 270 degree>
; HK_RT270_Vkc = virtual key code for hotkey <Rotate 270 degree>
; HK_SETDA_Mod = modifier for hotkey <set DualApp>
; HK_SETDA_Vkc = virtual key code for hotkey <set DualApp>
; HK_SWAPAPP_Mod = modifier for hotkey <DualApp Swap Application>
; HK_SWAPAPP_Vkc = virtual key code for hotkey <DualApp Swap Application>
; HK_SWAPDISP_Mod = modifier for hotkey <DualApp Swap Display>
; HK_SWAPDISP_Vkc = virtual key code for hotkey <DualApp Swap Display>
; HK_SETDV_Mod = modifier for hotkey <set DualView>
; HK_SETDV_Vkc = virtual key code for hotkey <set DualView>
; HK_SMOFF_Mod = modifier for hotkey <Turn off special mode>
; HK_SMOFF_Vkc = virtual key code for hotkey <Turn off special mode>
;
; This fixed hotkey flag is to enable/disable user to/from modify/modifying the hotkey.
; HK_LCD_Fixed=0 means enable user to modify <switch to LCD> hotkey (default)
; HK_LCD_Fixed=1 means disable user from modifying <switch to LCD> hotkey
; HK_CRT_Fixed=0 means enable user to modify <switch to CRT> hotkey (default)
; HK_CRT_Fixed=1 means disable user from modifying <switch to CRT> hotkey
; HK_TV_Fixed=0 means enable user to modify <switch to TV> hotkey (default)
; HK_TV_Fixed=1 means disable user from modifying <switch to TV> hotkey
; HK_SECPANEL_Fixed=0 means enable user to modify <switch to Secondary Panel> hotkey (default)
; HK_SECPANEL_Fixed=1 means disable user from modifying <switch to Secondary Panel> hotkey
; HK_LCD_CRT_Fixed=0 means enable user to modify <switch to LCD + CRT> hotkey (default)
; HK_LCD_CRT_Fixed=1 means disable user from modifying <switch to LCD + CRT> hotkey
; HK_LCD_TV_Fixed=0 means enable user to modify <switch to LCD + TV> hotkey (default)
; HK_LCD_TV_Fixed=1 means disable user from modifying <switch to LCD + TV> hotkey
; HK_LCD_SECPANEL_Fixed=0 means enable user to modify <switch to LCD + Secondary Panel> hotkey (default)
; HK_LCD_SECPANEL_Fixed=1 means disable user from modifying <switch to LCD + Secondary Panel> hotkey
; HK_CRT_SECPANEL_Fixed=0 means enable user to modify <switch to CRT + Secondary Panel> hotkey (default)
; HK_CRT_SECPANEL_Fixed=1 means disable user from modifying <switch to CRT + Secondary Panel> hotkey
; HK_SECPANEL_TV_Fixed=0 means enable user to modify <switch to Secondary Panel + TV> hotkey (default)
; HK_SECPANEL_TV_Fixed=1 means disable user from modifying <switch to Secondary Panel + TV> hotkey
; HK_RT90_Fixed=0 means enable user to modify <Rotate 90 degree> hotkey (default)
; HK_RT90_Fixed=1 means disable user from modifying <Rotate 90 degree> hotkey
; HK_RT180_Fixed=0 means enable user to modify <Rotate 180 degree> hotkey (default)
; HK_RT180_Fixed=1 means disable user from modifying <Rotate 180 degree> hotkey
; HK_RT270_Fixed=0 means enable user to modify <Rotate 270 degree> hotkey (default)
; HK_RT270_Fixed=1 means disable user from modifying <Rotate 270 degree> rotation hotkey
; HK_SETDA_Fixed=0 means enable user to modify <set DualApp> hotkey (default)
; HK_SETDA_Fixed=1 means disable user from modifying <set DualApp> hotkey
; HK_SWAPAPP_Fixed=0 means enable user to modify <DualApp Swap Application> hotkey (default)
; HK_SWAPAPP_Fixed=1 means disable user from modifying <DualApp Swap Application> hotkey
; HK_SWAPDISP_Fixed=0 means enable user to modify <DualApp Swap Display> hotkey (default)
; HK_SWAPDISP_Fixed=1 means disable user from modifying <DualApp Swap Display> hotkey
; HK_SETDV_Fixed=0 means enable user to modify <set DualView> hotkey (default)
; HK_SETDV_Fixed=1 means disable user from modifying <set DualView> hotkey
; HK_SMOFF_Fixed=0 means enable user to modify <Turn off special mode> hotkey (default)
; HK_SMOFF_Fixed=1 means disable user from modifying <Turn off special mode> hotkey
;
; This section below is to enable/disable certain rotation. Please note that these flags
; are only valid when Rotation feature is enabled.
; [Rotation]
; EnableRT90  = 0 means disable 90 degree rotation.
; EnableRT90  = 1 means enable 90 degree rotation (default).
; EnableRT180 = 0 means disable 180 degree rotation.
; EnableRT180 = 1 means enable 180 degree rotation (default).
; EnableRT270 = 0 means disable 270 degree rotation.
; EnableRT270 = 1 means enable 270 degree rotation (default).
;

[OEM]
HideTrayIcon=0
EnableCRT=1
EnableTV=0
EnableSecondaryPanel=0
EnableDualApp=0
EnableDualView=0
EnableReduceOn=0
EnableRotation=1
DSMessage=0
CRTDetection=1
TVDetection=1
BootupFromCMOS=0
NoAutoReduceOn=0
CompaqDemo=0
EnableToggleSModeHK=0
HKConfig=0

[Hotkey]
HK_LCD_Mod=6
HK_LCD_Vkc=76
HK_CRT_Mod=6
HK_CRT_Vkc=67
HK_TV_Mod=6
HK_TV_Vkc=84
HK_SECPANEL_Mod=6
HK_SECPANEL_Vkc=80
HK_LCD_CRT_Mod=3
HK_LCD_CRT_Vkc=67
HK_LCD_TV_Mod=3
HK_LCD_TV_Vkc=84
HK_LCD_SECPANEL_Mod=3
HK_LCD_SECPANEL_Vkc=80
HK_CRT_SECPANEL_Mod=5
HK_CRT_SECPANEL_Vkc=80
HK_SECPANEL_TV_Mod=5
HK_SECPANEL_TV_Vkc=84
HK_RT90_Mod=6
HK_RT90_Vkc=219
HK_RT180_Mod=6
HK_RT180_Vkc=187
HK_RT270_Mod=6
HK_RT270_Vkc=221
HK_SETDA_Mod=6
HK_SETDA_Vkc=65
HK_SWAPAPP_Mod=3
HK_SWAPAPP_Vkc=65
HK_SWAPDISP_Mod=3
HK_SWAPDISP_Vkc=68
HK_SETDV_Mod=6
HK_SETDV_Vkc=86
HK_SMOFF_Mod=6
HK_SMOFF_Vkc=81

HK_LCD_Fixed=0
HK_CRT_Fixed=0
HK_TV_Fixed=0
HK_SECPANEL_Fixed=0
HK_LCD_CRT_Fixed=0
HK_LCD_TV_Fixed=0
HK_LCD_SECPANEL_Fixed=0
HK_CRT_SECPANEL_Fixed=0
HK_SECPANEL_TV_Fixed=0
HK_RT90_Fixed=0
HK_RT180_Fixed=0
HK_RT270_Fixed=0
HK_SETDA_Fixed=0
HK_SWAPAPP_Fixed=0
HK_SWAPDISP_Fixed=0
HK_SETDV_Fixed=0
HK_SMOFF_Fixed=0

[Rotation]
EnableRT90=1
EnableRT180=1
EnableRT270=1
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 3.08