Jump to content

ElHyperion

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ElHyperion

  1. I can't get the gunpods to work properly, not even with Shkval. I just cycled through the different modes after locking a target but the gun pods just stayed in their raised positions. At least in MP, in SP it usually works fine. Or is it just breaking down randomly?
  2. I have a full HD monitor as my main screen and a smaller 1280x1024 to it's right. I would like to utilize the second screen for the sim by extending the view and keeping the main monitor focused on the cockpit as it is defautly, and just focus the side screen to the right of it. I managed to create a custom multiscreen profile that keeps the main screen intact and extends the view to the right, but it's not very smooth and somewhat distorted or angled in a certain direction, easily seen as not matching on the screenshot below. I tried to change the aspect ratio of the secondary screen but any other than 1920 / 1080 gives me visible offsets. Here is my current config that I achieved this result with: _ = function(p) return p; end; name = _('Extended to right'); Description = 'Custom dual screen configuration' Viewports = { Center = { x = 0; y = 0; width = 1920; height = screen.height; viewDx = 0; viewDy = 0; aspect = 1920 / 1080; }, Right = { x = 1920; y = 0; width = 1280; height = screen.height; viewDx = 1; viewDy = 0; aspect = 1920 / 1080; } } UIMainView = Viewports.CenterI want to keep the main screen as it is right now and just make the transition to the second one smooth, just as it is if I use one of the default config and set my resolution in the settings to 3200x1080. Is that possible and what edits do I need to make? UPDATE: Tried changing the width of the right screen to 1920, at a cost of 10 - 15 FPS I was able to reduce the distortion, but it's still not smooth, as the lines still keep converging towards the middle of the screen, like on the screenshot above.
  3. I think I could also try to install some very old drivers, like the one on the CD when I bought it some years ago, but I cannot find it now. Anyone knows where to find those? 6.x.x.x drivers I mean. I would just install the new ones over these old ones and it could then finally work, as it does on my old system
  4. I don't understand how UAC affects anything, I see it only as a harmless warning message. But I have it already off and I did install it through that option. And I have no antivirus software, even the Windows Defender refuses to work here. Thanks for the thread, but the Saitek support sent me the same (and even more) information on how to completely get rid of Saitek files. I've followed up all the steps before installing the newest drivers
  5. I would like to say that even by disabling XHCI I still cannot complete the installation of the newest drivers due to the error. Tested on both internal and external USB 2.0 ports. My friend has adviced me to buy a PCI USB card, anyone got experience with it? My X52 Pro is working flawlessly on an older WinXP 32bit rig, no idea why I can't get it to work at all here on Win8 64bit... Even if I install the SD6 drivers, which give me no error, and then go to SST installation (either 6.6.6.9 or 7.0.27.13), I get the "Error 2 in UpdateDriverForPlugAndPlayDevices" message during the installation, which doesn't close it by the way, but the device then won't respond to any binded commands and the MFD is blank all the time, even although the SST software appears to be working and registering my button presses
×
×
  • Create New...