Q: Is there a Geo-11 hot key turn on and off green text in the screen?

Post Reply
nautymac
One Eyed Hopeful
Posts: 10
Joined: Mon Jul 25, 2022 5:56 am

Q: Is there a Geo-11 hot key turn on and off green text in the screen?

Post by nautymac »

Can I turn on and off the green text with hotkey?

https://drive.google.com/file/d/16V8ok6 ... drive_link

Geo-11 hotkey
  • Ctrl + F3 : Separation Decrease
  • Ctrl + F4 : Separation Increase
  • Ctrl + F5 : Convergence Decrease
  • Ctrl + F6 : Convergence Increase
  • Ctrl + F7 : Configuration Save
mhalsan
One Eyed Hopeful
Posts: 25
Joined: Tue Jan 29, 2008 2:51 pm
Location: Olney, Oregon USA

Re: Q: Is there a Geo-11 hot key turn on and off green text in the screen?

Post by mhalsan »

To toggle the data overlay, use Shift + F6

This and other hotkeys can be set up in D3DXDM.INI
You can set up the FPS counter and its hotkey here also.
D3DX.INI also has a lot of useful options.

Thanks, Mark
nautymac
One Eyed Hopeful
Posts: 10
Joined: Mon Jul 25, 2022 5:56 am

Re: Q: Is there a Geo-11 hot key turn on and off green text in the screen?

Post by nautymac »

Thank you.

I find those hotkeys.

d3dxdm.ini
[Include]
include = ShaderFixesDM\hotkeys.ini

[KeyToggleStereo]
Key = ctrl t
type = toggle
dm_stereo_enabled = !dm_stereo_enabled

[KeyToggleOverlayStereoParams]
Key = ctrl F1
type = toggle
$showoverlaystereoparams = 1

[KeyIncreaseConvergence]
Key = ctrl F6
type = hold
run = CommandListIncreaseConvergence

[KeyDecreaseConvergence]
Key = ctrl F5
type = hold
run = CommandListDecreaseConvergence

[KeyIncreaseSeparation]
Key = ctrl F4
type = hold
run = CommandListIncreaseSeparation

[KeyDecreaseSeparation]
Key = ctrl F3
type = hold
run = CommandListDecreaseSeparation

[KeySaveSettings]
Key = ctrl F7
run = CommandListSaveSettings
NoricForge
One Eyed Hopeful
Posts: 22
Joined: Sun May 16, 2021 5:11 am

Re: Q: Is there a Geo-11 hot key turn on and off green text in the screen?

Post by NoricForge »

You can also set hunting=0 in d3dx.ini to disable it permanently
nautymac
One Eyed Hopeful
Posts: 10
Joined: Mon Jul 25, 2022 5:56 am

Re: Q: Is there a Geo-11 hot key turn on and off green text in the screen?

Post by nautymac »

Thank you.
That's what I'm looking for.
Post Reply

Return to “Nvidia 3D Vision Fixes, Solutions and Troubleshooting”