Jump to content

omni

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by omni

  1. Sorry, just been busy w/ school/work so haven't had a chance. Gave up on Vista and installed a dual boot of XP, was able to get it working w/out a hitch in XP.
  2. Yes, as I said before it only assigns 1024 pixels on my first monitor, then it squashes the remainding space for the camera. The 2nd monitor is left untouched. I have a 9800GTX NVidia GFX. Q9300 Quad Core. Asus Rampage Formula. 4GB DDR2 1066. Processor is Water Cooled.
  3. Notepad2 is far superior ;) As I said I looked at alot of resources, that was one of them. So far nothing seems to explain why only one monitor is displaying the stuff.
  4. I already know about the phantom monitor issue, however, I do not appear to have a phantom monitor. If I set a resolution of 1024 for the phantom monitor, it squashes my single monitor to take up the remainder of my 1680 resolution, and my second monitor is still untouched. If I set my phantom monitor for 1680, I see nothing but the loading screen. I know there is an issue, and I have attempted to solve it by already investigateing the problem, however, nothing I do gets anything displayed on the second monitor. At all.
  5. I have done an extensive search and looked around to try and find a solution. I have two identical monitors. Both w/ a resolution of 1680x1050. I am unable to get more than 1 monitor working at all. When I attempt to follow some techniques on the forums, I find that the items in question are moved, but they do not appear on the 2nd monitor. This is the setup For my display: Monitor1 Monitor 2 |..........| |..........| |..........| |..........| |..........| |..........| I would like the Camera to appear on Monitor 1 and anything "fancy" to appear on Monitor 2. Here are my lua files. Eagle Dynamics\Ka-50\BlackShark\data\scripts\options.lua options = { ["views"] = { ["cockpit"] = { ["mirrors"] = false, ["reflections"] = false, ["avionics"] = 1, ["russianHud"] = false, }, -- end of ["cockpit"] }, -- end of ["views"] ["difficulty"] = { ["padlock"] = true, ["easyRadar"] = true, ["enemies"] = true, ["setGlobal"] = false, ["immortal"] = false, ["geffect"] = "none", ["easyFlight"] = true, ["permitCrash"] = true, ["radio"] = true, ["tips"] = true, ["fuel"] = false, ["aftSwitching"] = false, ["cockpitLanguage"] = "english", ["units"] = "imperial", ["externalViews"] = true, ["hud"] = true, ["myPlane"] = true, ["iconsTheme"] = "nato", ["map"] = true, ["weapons"] = false, ["allies"] = true, ["labels"] = false, }, -- end of ["difficulty"] ["audio"] = { ["wind"] = 100, ["radio"] = 100, ["musicEn"] = false, ["engines"] = 100, ["soundEn"] = true, ["effects"] = 100, ["music"] = 50, ["radioSpeech"] = true, ["warnings"] = 100, ["volume"] = 100, ["inCockpit"] = 100, ["mech"] = 100, ["subtitles"] = true, ["gui"] = 50, }, -- end of ["audio"] ["graphics"] = { ["multiMonitorSetup"] = "shkval+camera", ["color"] = "32", ["heatBlr"] = 0, ["scenes"] = "medium", ["water"] = 2, ["fullScreen"] = false, ["visibRange"] = "Medium", ["aspect"] = 4.8, ["textures"] = 1, ["shadows"] = 2, ["display_mode"] = { ["avi"] = { ["bpp"] = 32, ["resolution"] = "640x480", ["full_screen"] = false, ["aspect"] = 1.333333333, ["height"] = 480, ["width"] = 640, }, -- end of ["avi"] }, -- end of ["display_mode"] ["effects"] = 3, ["lights"] = 2, ["haze"] = 1, ["terrPrld"] = "20", ["height"] = 1050, ["resolution"] = "1680x1050", ["civTraffic"] = 0, ["width"] = 5040, }, -- end of ["graphics"] } -- end of optionsEagle Dynamics\Ka-50\Config\MonitorSetup\Shkval+Camera.lua Description = 'Shkval on the left monitor, camera on the right' Viewports = { Center = { x = 1680; y = 0; width = 1680; height = 1050; viewDx = 0; viewDy = 0; aspect = 1.6; } } Shkval = { x = 4200; y = 0; width = 840; height = 1050/2; } ABRIS = { x = 3360; y = 0; width = 840; height = 1050; }
×
×
  • Create New...