Multi-monitor enable

I just upgraded to this MS-6526G with P4 1.8. Now I'd like to enable dual monitor support by disabling onbaod VGA and adding PCI card BUT...
BIOS doesn't have initial boot PCI/AGP setting like my previous MB did. Help please.

Just to clarify my question...
By enabling onboard VGA and inserting PCI card in the first slot, and after installing drivers under Windows 98, dual monitors were enabled!
Question still remains, how to do this under Windows 2000?
Also, how to do this with inserted AGP card?
Thanks in advance.

Similar Messages

  • ATI card + OS driver + multi monitor

    Hello everyone,
    I'm stuck configuring the RadeonHD drivers for multi monitor setup. The system starts with both screens cloned; logging in is in clone mode too. After that the second display is being turned of (no signal). Using xrandr --auto will enable the second display to life and clones the sreen again. xrandr --output DVI-I_1/analog --left-of DVI-I_2/analog will create a big desktop only the second display can only be used for a half screen mouse will go further anything else will not.
    I've started with a autogenerated, by xorg, xorg.conf file and tweaked to the one below
    xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    # Load "glx"
    # Load "dbe"
    # Load "dri2"
    # Load "extmod"
    # Load "dri"
    # Load "record"
    EndSection
    Section "Monitor"
    Identifier "AL1916W"
    VendorName "Acer"
    ModelName "AL1916W"
    DisplaySize 1440 900
    EndSection
    Section "Monitor"
    Identifier "AL2016W"
    VendorName "Acer"
    ModelName "AL2016W"
    Option "RightOf" "AL1926W"
    DisplaySize 1680 1050
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # [<str>]
    #Option "offscreensize" # [<str>]
    #Option "SWcursor" # [<bool>]
    #Option "ignoreconnector" # [<str>]
    #Option "forcereduced" # [<bool>]
    #Option "forcedpi" # <i>
    #Option "useconfiguredmonitor" # [<bool>]
    #Option "HPD" # <str>
    #Option "NoRandr" # [<bool>]
    #Option "RROutputOrder" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "TVMode" # [<str>]
    #Option "ScaleType" # [<str>]
    #Option "UseAtomBIOS" # [<bool>]
    #Option "AtomBIOS" # [<str>]
    #Option "UnverifiedFeatures" # [<bool>]
    #Option "Audio" # [<bool>]
    #Option "AudioStreamSilence" # [<str>]
    #Option "HDMI" # [<str>]
    #Option "COHERENT" # [<str>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "LowPowerModeEngineClock" # <i>
    Option "monitor-DVI-I_1/analog" "AL1916W"
    Option "monitor-DVI-I_2/analog" "AL2016W"
    Identifier "Card0"
    Driver "radeonhd"
    VendorName "ATI Technologies Inc"
    BoardName "RV710 [Radeon HD 4350]"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    # Monitor "AL1916W"
    SubSection "Display"
    Depth 24
    # Virtual 3840 1920
    EndSubSection
    EndSection
    My Xorg.0.log shows the line (WW) RADEONHD(0): Option "monitor-DVI_I_2/analog" is not used wich puzzles me!
    Information:
    X.Org X Server 1.7.1.901 (1.7.2 RC 1)
    xrandr program version       1.3.2
    Server reports RandR version 1.3
    xf86-video-radeonhd 1.3.0-1
    If more information, from Xorg.0.log or anywhere else, is needed just ask....
    Thanks in advance,
    Arjan Gelderblom
    Last edited by Bloged (2009-12-14 10:02:05)

    Sorry for the delay, but I was away for the weekend!
    Andrwe wrote:Please try setting the bigger one monitor right-of the small one.
    xrandr --output DVI-I_2/analog --right-of DVI-I_1/analog
    This doens't change much except that now the smaller monitor has the problems!
    litemotiv wrote:try using xf86-video-ati instead of radeonhd. i tried to get xrandr working for over a week having exactly the same problem, ultimately switched drivers and had everything set up in ~10 minutes.
    Changed to ati instead of the radeonhd drivers still gives the same error!
    Eratosthenes wrote:
    I think you need to set a valid virtual size in your xorg. I think the one you have commented out is too large.
    Mine is:
    Subsection "Display"
    Virtual 3200 1200
    EndSubsection
    Changed see new xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    # Load "glx"
    # Load "dbe"
    # Load "dri2"
    # Load "extmod"
    # Load "dri"
    # Load "record"
    EndSection
    Section "Monitor"
    Identifier "AL1916W"
    VendorName "Acer"
    ModelName "AL1916W"
    EndSection
    Section "Monitor"
    Identifier "AL2016W"
    VendorName "Acer"
    ModelName "AL2016W"
    Option "RightOf" "AL1926W"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # [<str>]
    #Option "offscreensize" # [<str>]
    #Option "SWcursor" # [<bool>]
    #Option "ignoreconnector" # [<str>]
    #Option "forcereduced" # [<bool>]
    #Option "forcedpi" # <i>
    #Option "useconfiguredmonitor" # [<bool>]
    #Option "HPD" # <str>
    #Option "NoRandr" # [<bool>]
    #Option "RROutputOrder" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "TVMode" # [<str>]
    #Option "ScaleType" # [<str>]
    #Option "UseAtomBIOS" # [<bool>]
    #Option "AtomBIOS" # [<str>]
    #Option "UnverifiedFeatures" # [<bool>]
    #Option "Audio" # [<bool>]
    #Option "AudioStreamSilence" # [<str>]
    #Option "HDMI" # [<str>]
    #Option "COHERENT" # [<str>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "LowPowerModeEngineClock" # <i>
    Option "monitor-DVI-1" "AL1916W"
    Option "monitor-DVI-0" "AL2016W"
    Identifier "Card0"
    Driver "ati"
    VendorName "ATI Technologies Inc"
    BoardName "RV710 [Radeon HD 4350]"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "AL1916W"
    SubSection "Display"
    Depth 24
    Virtual 3120 1050
    EndSubSection
    EndSection
    Andrwe wrote:BTW could you please sent teh log, maybe there is something you may have missed.
    Because of the switch to ati from radeon the log is different now... but here it is: http://pastebin.com/m77d0ea0b
    This one at least shows that my seccond monitor is connected which failed in radeonhd!
    Thanks for all the help,
    Arjan Gelderblom
    Edit: changed topic title to have it apply better to it's content
    Last edited by Bloged (2009-12-14 10:02:47)

  • Multi monitor issues with resolution(?)

    At a customer I have got a really strange and annoying problem. The customer has got a Hyper-V VM with 2012 R2 Server as a RDS server aka Terminal Server.
    One user has got issues with his multi monitor setup. The connection settings seems to be OK. It is set to full screen and the checkbox for the multi monitor configuration is enabled. Theoretically this works because the user sees a correct setup with one
    primary display and one secondary display. The settings itself are correct.
    1. Primary display: 1680*1050
    2. Secondary display: 27" 1920*1080
    The display settings on the client are nearly the same except that the numbers of the two monitors are different (those numbers you get when you click identify at the resolution change window). On the Windows 7 client the primary display
    number 2 and the 27" has got the number 1. On the Terminal Server the primary display has got the number 1 and the 27" display has got the number 2. But the corresponding resolution at the display number is correct.
    Now the problem. Everything seems fine, the desktop is expended. But when the user is "touching" the top or bottom edge of the screen the display is scrolling (in full screen) -  like in a 3D game scrolling over a map. The user told me that
    both screens are scrolling equally at the same time. I am not sure but the user told me that if he is going to the bottom the CLIENT task bar appears. Changing the task bar of the client to fixed the user told me that the task bar will always show up. - Strange
    that CTRL + ALT + BREAK does not work.
    I tried to press CTRL + ALT + BREAK twice, changing the resolution to a fixed value and back to full screen again, changing the primary display to the new 27" monitor, adding smart sizing:i:1 to rdp file and upgrading the Intel HD
    4600 laptop graphic drivers (must be downloaded from Lenovo :/). NOTHING helped :(.
    But this strange behavior does not exist on the client. Opening two programs (simple notepad e.g.) on each display and maximize them and moving the mouse the screen borders won't show this problem. It only exist on the remote session. 
    Now the "funny" part. If I connect with Team Viewer to the client the problem disappears as long as I am connected. If I disconnect the problem shows up again.

    Hi,
    This is most likely a problem with the local machine's graphics driver and monitor configuration.  I would suggest trying different things like removing and re-installing the display adapter and its drivers, removing the second monitor/restarting/adding
    the second monitor back, adjusting the multi-monitor settings in display properties (changing between extending the desktop to the second monitor and not), undocking/restarting/docking, changing between different modes using Fn key on laptop (if laptop), etc.
    The behavior under Team Viewer is likely because the graphics configuration is different when the driver is active.
    I wish I could give you more precise instructions on how to resolve the issue.  I have seen this behavior (panning desktop, multi-monitor config not exactly right) probably 3 times over the last 5 years, always with a laptop, and I had to "play"
    with the settings before it finally went back to normal.  The instances I have seen it occur did not involve Remote Desktop specifically.
    -TP

  • How do I avoid errors on a Multi - monitor setup?

    Hi.
    I want to use Photoshop CS6 on a Multi - monitor setup, using iGPU multi-monitor + GPU system for 4 monitors.
    Preiously, I used Photoshop on a Multi - monitor setup without useing iGPU multi-monitor.
    And, Photoshop worked well.
    However, when I wanted to use 1 more monitor, my GPU supports only 3 monitors.
    Then, I enabled iGPU multi-monitor function. It supports 2 more monitors.
    At first, It worked. But, after I use "Free transform", "Transform"  or something like these tools, Photoshop hang up!
    I couldn't figure out the reason why these errors happened.
    I need ways to avoid these errors.
    Thanks.

    Thanks for viewing this discussion.
    Finally, I brok through this problem.
    I show you how to do, in case of when you face to this problem.
    The way to solve this problem is, simple, "buy a new GPU."
    But, there is 1 important point, you should buy a same bland's GPU.
    In my case, I have SAPPHIRE'S RADEON HD5670, and I bought SAPPHIRE'S RADEON HD 6450.
    I think that Photoshop GPUsniffer was confused about GPU driver.
    Because there were 2 drivers -- Radeon and Intel Graphics -- exist.
    That's why Photoshop hang up.
    For your reference,
    Best regards.

  • Multi Monitor Management Question

    I'm running a three 30" Cinema Display config for photo editing but I don't always use all three monitors at the same time. Is there a way, or any third party software out there, that will enable me to turn off the extended desktop when I don't want to use all of my monitors, or am I forced to always plug/unplug the monitors (to force the resync) when I want to use them? System Preferences > Displays isn't much help in this regard. Thanks!

    Basically to restate my question. When I decide to turn off my #1 (left) and #3 (right) monitor and just use my #2 (center), the pointer is always disappearing off the screen to the left or the right. Isn't there any multi-monitor control utility out there, or do I always have to crawl down on the floor, unplug my other monitors and restart (a real PIA).
    Thanks.

  • [Forum FAQ] SharePoint 2013: Extracting values from a multi-value enabled lookup column and merge values to a multi-value enabled column

    For some business requirements, users want to extract values from a multi-value enabled lookup column
    and add items to another list based on each separate value. In contrast, others want to find duplicate values in the list and merge associated values to a multi-value enabled column and then
    add items to another list based on the merged value. All of these can be achieved using SharePoint Designer 2013 Workflow.
    How to extract values from a multi-value enabled lookup column and add items to another list based
    on each separate value using SharePoint Designer 2013.
    Important actions: Loop Shape; Utility Actions
    Three scenarios
    Things to note
    Steps to create Workflow
    How to merge values to a multi-value enabled column and add item to another list based on the
    merged value using SharePoint Designer 2013.
    Important actions: Call HTTP Web Service; Build Dictionary
    Things to note
    Steps to create Workflow
    How to
    extract values from a multi-value enabled lookup column and
    add items to another list based on each separate value using SharePoint Designer 2013.
    For example, they have three lists as below. They want to
    extract values from the Destinations column
    in Lookup2 and add items to Lookup3 based on each country and set Title to current item: ID.
    Lookup1:
    Title (Single line of text)
    Lookup2:
    Title (Single line of text), Destinations (Lookup; Get information from: Lookup1 in Title column).\
    Lookup3:
    Title (Single line of text), Country (Single line of text).
    Important action
    1. Loop Shape: SharePoint Designer 2013 support two types of loops: loop n times and loop with condition.
    Loops must also conform to the following rules:
    Loops must be within a stage, and stages cannot be within a loop.
    Steps may be within a loop.
    Loops may have only one entry and one exit point.
    2. Utility Actions: It contains many actions, such as ‘Extract Substring from Index of String’ and ‘Find substring in String’.
    Three scenarios
    We need to loop through the string returned from the look up column and look for commas. There are three
    scenarios:
    1.  No comma but string is non-empty so there is only one country.
    2.  At least one comma so there is at least two or more countries to loop.
    3.  In the loop we have consumed all the commas so we have found the last country. 
    Things to note
    There are two things to note:
    1. "Find string in string (output to Variable:index)"  will return -1 if doesn't find
    the searched for string.
    2. In the opening statement "Set Variable: Countries to Current Item:Destinations" set the return
    field as  "Lookup Values, Comma Delimited".
    Steps to create Workflow
    Create a custom list named Lookup1.
    Create a custom list named Lookup2, add column: Destinations (Lookup; Get information from: Lookup1 in Title column).
    Create a custom list named Lookup3, add column: Country (Single line of text).
    Create a workflow associated to Lookup2.
    Add conditions and actions:
    Start the workflow automatically when an item is created.
    Add item to Lookup2, then workflow will be started automatically and create multiple items to lookup3.
    See the below in workflow History List:
    How to merge values to a multi-value enabled column and add item to another list based on the
    merged value using SharePoint Designer 2013
    For example, they have three lists as below. They want to find duplicate values in the Title column in
    Lookup3 and merge country column to a multi-value enabled column and then add item to lookup2 and set the Title to Current Item: Title.
    Lookup1:
    Title (Single line of text)
    Lookup3:
    Title (Single line of text), Country (Single line of text).
    Lookup2:
    Title (Single line of text), Test (Single line of text).
    Important actions
    "Call HTTP Web Service"
    action: In SharePoint 2013 workflows, we can call a web service using a new action introduced in SharePoint 2013 named Call HTTP Web Service. This action
    is flexible and allows you to make simple calls to a web service easily, or, if needed, you can create more complex calls using HTTP verbs as well as allowing you to add HTTP headers.
    “Build Dictionary"
    action:
    The Dictionary variable type is a new variable type in the SharePoint 2013 Workflow.
    The following are the three actions specifically designed for the Dictionary variable type: Build Dictionary, Count Items in a Dictionary and Get an Item from a Dictionary.
    The "Call HTTP Web Service" workflow action would be useless without the new "Dictionary" workflow action.
    Things to note
    The
    HTTP URI is set to https://sitename/_api/web/lists/GetByTitle('listname')/items?$orderby=Id%20desc and the HTTP method is set to “GET”. Then the list will be sort by Id in descending order.
    Use Get
    d/results(0)/Id form
    Variable: ResponseContent (Output to
    Variable: maxid) to get the Max ID.
    Use Set
    Variable: minid to Current List:ID to get the Min ID.
    Use Copy from
    Variable: destianation , starting at
    1 (Output to
    Variable: destianation) to remove the space.
    Steps to create Workflow
    Create a custom list named Lookup1.
    Create a custom list named Lookup2, add column: Test (Single line of text).
    Create a custom list named Lookup3, add column: Country (Single line of text).
    Create a workflow associated to Lookup3.
    Add a new "Build Dictionary" action
    to define the http request header:
    Add a Call HTTP Web Serviceaction, click on
    this and paste your http request.
    To associate the
    RequestHeader variable, select the Call action property,
    set the
    RequestHeaders property to
    RequestHeader:
    In the Call action, click on
    response and associate the response to a new
    variable: ResponseContent (of type Dictionary).
    After the Call action add Get item from Dictionary action to get the Max ID.
    Add Set Workflow Variable action to get the Min ID.
    Add Loop Shape (Loop with Condition) to get all the duplicate titles and integrate them to a string.
    Create item in Lookup2.
    The final Stage should look like this:
    Start the workflow automatically when an item is created.
    Add item to Lookup3, then workflow will be started automatically and create item to lookup2.
    See the below in workflow History List:
    References
    SharePoint Designer 2013 - Extracting values from a multi-value enabled lookup column into a dictionary as separate items:
    http://social.technet.microsoft.com/Forums/en-US/97d34468-1b53-4741-88b0-958472f8ca9a/sharepoint-designer-2013-extracting-values-from-a-multivalue-enabled-lookup-column-into-a
    Workflow actions quick reference (SharePoint 2013 Workflow platform):
    http://msdn.microsoft.com/en-us/library/jj164026.aspx
    Understanding Dictionary actions in SharePoint Designer 2013:
    http://msdn.microsoft.com/en-us/library/office/jj554504.aspx
    Working with Web Services in SharePoint 2013 Workflows using SharePoint Designer 2013:
    http://msdn.microsoft.com/en-us/library/office/dn567558.aspx
    Calling the SharePoint 2013 Rest API from a SharePoint Designer Workflow:
    http://sergeluca.wordpress.com/2013/04/09/calling-the-sharepoint-2013-rest-api-from-a-sharepoint-designer-workflow/

    GREAT info, but it may be helpful to note that when replacing a portion of the variable "Countries" with a whitespace character, you may cause the workflow to fail in a few specific cases (certain lookup fields will not accept this and will automatically
    cancel).  I only found this out when recreating your workflow on a similar, but much more complex list set.  
    To resolve this issue, I used another utility action (Extract Substring from Index of List) to clear out the whitespace.  I configured it as "Copy from
    Variable: Countries, starting at
    1 (Output to Variable: Countries), which takes care of this issue in those few cases.
    Otherwise, WOW!  AWESOME JOB!  Thanks!  :)

  • Multi-Monitor PSE 9 Corrupt Display

    Multi-Monitor PSE 9 Corrupt Display
    Evening all -
    First post here at PS Gurus.  I hope that you guys can lend your  expertise in pinning down an issue that I am having and have also had on  other PS versions.  I am running
    Windows 7 (64 bit) Ultimate
    2600k / 8 gb ram / 256 Samsung SSD / 460 GTX 1GB
    Matrox Triplehead 2 Go with x3 22" monitors (resolution 5040 x1050)
    A fresh install of the trial version of PSE 9 is yielding corrupt main  toolbar and options bar (for each tool selected).  The application is  expanding full screen on all three monitors just fine but the toolbar  are corrupt - partly transparent / party compressed to the left.  No  matter what I have done in terms of resizing the application window the  results are the same or get worse.
    On another computer I installed PS CS5 (also under win7 64 bit  environment) and I was having the same issue.  However, at the time I  thought the install was bad in some shape or form so I dropped the  issue. 
    I am now considering PSE 9 but see that Win7 + Matrox just isn't  working correctly with this combination of hardware / software  components. 
    Has anyone see this issue or know of a potential fix?  I have read a  couple of threads on the net with similar issues but I don't see any  resolution.  Your help is greatly appreciated.
    Thanks-
    Benjamin

    My main reason for testing PSE-O 9.0 was to find out if this "bug" was fixed. I can not use PSE-O to organize and show pictures the way I want to with this weaknes in place. Your answer is probably correct, bun not at all helpfull.
    So thank you for trying, but my test of PSE O is over for now.
    Does anybody out there know of other products that will do the trick?

  • Uix 2.2.8 multi monitor related bug

    Hi,
    I have a multi monitor system, on the seconnd screen, there is the browser , showing a page which has a Date Picker and a LOV. If I click on one of the icons, the window opens, and then all of a sudden jumps to the first screen with IE, with Mozilla it already opens on the first one. Same screen would be nice though.
    Bye Jan

    Hello Jan,
    In the UIX javascript code the newly opened window's coordinates are checked to make sure it is not partially off the screen. If so, the window's coordinates are adjusted to put it on the screen.
    I think there is a bug in IE which doesn't treat the multi-monitors as a single monitor, or something like that. Unfortunately, I doubt we can do anything about this.
    Are you saying it works in Mozilla, correct?
    Thanks,
    Jeanne

  • Multi monitor cursor swapping

    I've got three monitors lined up and I'm looking for a way to instantly center the cursor on a specific display to avoid dragging it everywhere. I know there's a software called Multi Monitor Mouse for Windows which is supposed to handle that pretty well. So do you guys know a corresponding software or script for mac or is it possible to run the win. app in OS X via 3rd party software?
    /Erik

    Is the question clear or should I rephrase it?
    I need a keyommand to move the cursor from one screen to another.

  • Multi monitor on xp partition

    I'm having a problem with setting multi-monitor for the xp side partition. I use xp most of the time and having problem with the multi screen.
    please help
    thanks guys

    i got it working finally

  • Multi Monitor - different Screeen Saver for different monitor - Setting for notebook computers...

    Hi,
    I have a question about the multi monitor, screen saver setting for Windows 7.  I'd like to know 2 questions.
    1.) if I can set different screen saver settings on different monitors
    2.) If I can do it, can I work on the external (or non-primay) monitor, when I have the primary monitor with "blank" screen saver?
    Basically, I put my notebook computer at the docking station at work, and the docking station is connected to a 22" monitor, desktop keyboard and mouse.  So, at work, the 22" monitor and K/B would be my primary use.  However, I still "flip"
    open the notebook monitor for dual monitor use. 
    I'd like to "save" the notebook monitor when I don't use it for 30 min. or so...  I'd like to "power" it off or set it so that it would only turn on if I move my mouse to that screen.
    Is there a way to do it?
    Thanks

    Hi
    There isn't any way to do what you are describing.
    The reason is that both monitors have the same source for the video. You can extend the video to the second monitor, but this just gives you more screen space.
    The screen saver will only display on the monitor that is set as the default and when the screen saver starts, the other monitor will be blank.
    Hope this helps.
    Thank You for using Windows 7
    Ronnie Vernon MVP

  • Multi-monitor SW is affecting VMware performance on Helix

    I have discovered that running multi-monitor software like Matrix desktop management is affecting the VMware Workstation 10 guest performance so drastically that virtual machines become literally unusable.  Similar experience is reported by other people using different multi-monitor software like DisplayFusion, see https://communities.vmware.com/message/2315099#2315099
    ThinkPad W520, i7-2820 CPU, 32GB RAM, NVidia Quadro 2000M 2GB GPU , mSATA Samsung Evo 840 1TB + 2x Samsung SSD EVO 840 1TB & Lenovo Helix i7 8GB RAM & ThinkPad W540, i7-4800MQ, 32 GB RAM, NVidia Quadro K1100M, OS on M.2 2242 Transcend MTS400 256GB + 2x Samsung SSD EVO 840 1TB

    Ray, it will do a lot more good if you file an official bug report at http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Be sure to describe the configuration in extreme detail.
    Peter

  • Mouse pointer is unchangeable at 100% scaling in multi monitor setup with different resolutions

    Hi there, I have been asked by one of the moderators of the Windows 8.1 forums to post this topic here.  You can see the thread relating to this post here
    http://answers.microsoft.com/en-us/windows/forum/windows8_1-tms/cant-change-the-cursor-pointer/ae8ad8a0-3ded-4810-a3be-794f6c4830a4?msgId=2bd7082f-f5d1-4b01-8c70-e0d2a754d66f&page=1<o:p></o:p>
    The problem:  The mouse pointer becomes unchangeable in size, type, trails etc when 100% scaling is used.  As in it reverts to the standard small white non-inverted, no trails,
    no shadow 'pointer', no matter what options you select in the 'Mouse' control panel settings.<o:p></o:p>
    This appears to be a scaling problem with the Windows 8/8.1 display, not an actual mouse problem.  Judging by my own and other peoples experience it seems to happen mainly with multi
    monitor setups where different screen resolutions are used.  The issue occurs typically when 100% scaling for all monitors is used or this option is un-ticked and the 'change the size of all items' is on smallest (equivalent to 100%).  <o:p></o:p>
    If the scaling is set to 150% or greater the issue disappears and the mouse pointer becomes fully functional.  Also bizarrely when the scaling is set to 100% if the screen is recorded
    using a screen capture program, the recording of the screen shows the mouse pointer selected in the mouse options and not the default small white cursor that is present when recording it.  Here is a link to a video where I explain and show the problem
    happening on my system.  http://youtu.be/xs2cxoeaq-A<o:p></o:p>
    I have every update installed without exception, latest drivers etc.  I use a 55" 4k screen with 2x1080p monitors in portrait on either side.  All are connected through 1 Nvidia
    GTX 780 6GB graphics card<o:p></o:p>
    Hope you can help us<o:p></o:p>
    thanks<o:p></o:p>
    Jon M<o:p></o:p>

    Hi Jon,
    I'm looking into this issue but it will take me some time to provide a reply. 
    In the meantime I noticed that you have 3 monitors with 1x 55' and 2x27' - please have a try to only connect 1x27' monitor and see if issue persists.
    Also please try to change the screen resolution to a lower size and see if issue persists. 
    Both suggestions are not solution, I just would like to know if it is related to multiple monitor or screen resolution. 
    If you have any feedback on our support, please send to [email protected]

  • Get the current active monitor handle in multi monitor environment

    Hi,
    I have a requirement to get the HMONITOR handle of the active monitor in multi monitor environment.
    i.e; Get the HMONITOR of the currently selected monitor
    Thanks in advance

    Hi Chris Lewis,
    Thanks for quick reply.
    I'm referring to the monitor, where a window is invoked
    I want to identify from which monitor, my window was invoked, so that I can create and  show the window in that monitor.
    I had already tried using MonitorFromWindow(). But it always give primary monitor handle.
    My Code:
    HMONITOR hMonitor = ::MonitorFromWindow(myMainFrame->GetSafeHwnd(), MONITOR_DEFAULTTONEAREST);
    hMonitor always refers to Primary monitor, though window is invoked from Secondary monitor.
    Thanks in advance

  • Error JMS queue cannot be multi-conumer enabled

    Hi
    I wanted to enqueue using IPmessage type in java but I ended up getting the error
    Exception: oracle.jms.AQjmsException: JMS-130: JMS queue cannot be multi-conumer enabled
    Below is my java code. Anyone has any ideas.
    public static void main (String args [])
    throws java.sql.SQLException, ClassNotFoundException, JMSException
    try
    String ora_sid = "QA620";
    String host = "localhost";
    String schema = "OSA";
    String password = "OSA";
    String queueName = "IP_OUT_QUEUE";
    int port = 1521;
    Enqueue(ora_sid, host, schema, password, queueName, port);
    System.out.println("You should see messages in IP_OUT_QUEUE. Should be buffered but they are persistent instead");
    catch (Exception ex)
    System.out.println("Exception: " + ex);
    public static void Enqueue(String ora_sid, String host,
    String schema, String password, String queueName, int port) throws Exception
    String s5 = generateIdAsString();
    String s6 = "";
    String s7 = "Acme";
    String s8 = "GlobalChips";
    String s9 = "ProcessORDERS";
    String s10 = null;
    String s11 = null;      
    int i = 1;
    String s12 = null;
    if(!isNullString(s12))
    i = Integer.parseInt(s12);
    String s13="D:\\sas.xml";
    if(isNullString(s13))
    throw new Exception("No payload uri");
    String s14 = readFile(s13);
    byte abyte0[] = null;
    String s15 = "";
    if(!isNullString(s15))
    abyte0 = readFileInByte(s15);
    QueueConnectionFactory qc_fact = null;
    QueueConnection q_conn = null;
    QueueSession q_sess = null;
    java.sql.Connection db_conn = null;
    Queue queue = null;
    AdtMessage adt_msg = null;
    QueueSender q_sender = null;
    oracle.xdb.XMLType xtype = null;
    String data = null;
    try
    qc_fact = AQjmsFactory.getQueueConnectionFactory(host,
    ora_sid, port, "thin");
    q_conn = qc_fact.createQueueConnection(schema, password);
    q_sess = q_conn.createQueueSession(true, Session.CLIENT_ACKNOWLEDGE);
    q_conn.start();
    db_conn = ((AQjmsSession)q_sess).getDBConnection();
    queue = ((AQjmsSession)q_sess).getQueue(schema, queueName);
    q_sender = q_sess.createSender(queue);
    adt_msg = ((AQjmsSession)q_sess).createAdtMessage();
    data = "<bolek>olek</bolek>";
    ///xtype = oracle.xdb.XMLType.createXML(db_conn, data);
    //=====================================
    //AdtMessage adtmessage = aqjmssession.createAdtMessage();
    IPMessageOld ipmessageold = new IPMessageOld(s5, s6, s8, s7, s9, s10, s11, i, s14.toCharArray(), abyte0);
    ipmessageold.setPayload(CLOB.empty_lob());
    ipmessageold.setAttachment(BLOB.empty_lob());
    //=====================================
    //adtmessage.setAdtPayload(ipmessageold);
    adt_msg.setAdtPayload(ipmessageold); //xtype
    //try sending a buffered message, different ways, none of them works!
    ((AQjmsQueueSender)q_sender).send(queue, adt_msg,
    DeliveryMode.PERSISTENT, 1,
    AQjmsConstants.EXPIRATION_NEVER);
    q_sender.setDeliveryMode(DeliveryMode.PERSISTENT);
    ((AQjmsQueueSender)q_sender).send(queue, adt_msg,
    DeliveryMode.PERSISTENT, 1,
    AQjmsConstants.EXPIRATION_NEVER);
    adt_msg.setJMSDeliveryMode(DeliveryMode.PERSISTENT);
    ((AQjmsQueueSender)q_sender).send(queue, adt_msg,
    DeliveryMode.PERSISTENT, 1,
    AQjmsConstants.EXPIRATION_NEVER);
    q_sess.commit();
    q_sess.close();
    q_conn.close();
    catch (Exception e)
    System.out.println("Exception: " + e);
    }

    Hi.. i'm trying to put an ADT message created using an ORA Message in the Topic. but i'm getting the conversion error!
    below is the code.
    * Preparing request Message
    try {
                        requestMessage.setOsmOrderid("OSMOrderID12345");
                        requestMessage.setOsmEventVersion("OSMEventVersion1.0");
                        requestMessage.setEventType("SendOrder");
                        CLOB payload = CLOB.createTemporary(conn, true, CLOB.DURATION_SESSION);
                        Writer w= payload.setCharacterStream(1);
                        w.write(xml);
                        w.flush();
                        w.close();
                        //payload.setString(1, xml);
                        requestMessage.setEventPayload(payload);
                   } catch (SQLException se) {
                        System.out.println("SQL Exception Occured :" + se.getMessage());
                        se.printStackTrace();
                   } catch (IOException e) {
                        System.out.println("IO Exception!");
                        e.printStackTrace();
                   AdtMessage request=((AQjmsSession)session).createORAMessage(requestMessage);
                   System.out.println("ORA Message Created.");
                   request.setJMSCorrelationID("ABG");
                   request.setJMSMessageID("324324435435");
                   request.setJMSDeliveryMode(AdtMessage.DEFAULT_DELIVERY_MODE);
    * Creating Sender and sending message.
    TopicConnection topicConn= AQjmsTopicConnectionFactory.createTopicConnection(conn);
                   topicConn.start();
                   TopicSession topicSess= topicConn.createTopicSession(true, TopicSession.CLIENT_ACKNOWLEDGE);
                   Topic requestopic = ((AQjmsSession)topicSess).getTopic("BG_AQ_USER","BG_REQUEST_Q");
                   MessageProducer t_sender= topicSess.createProducer(requestopic);
                   t_sender.send(request, DeliveryMode.PERSISTENT, 1,600000);
    and the error is:
    java.lang.AbstractMethodError: oracle.jms.AQjmsSession.createProducer(Ljavax/jms/Destination;)Ljavax/jms/MessageProducer;
    Instead of a topic connection, I tried using a AQjmsSession and instead of MessageProducer I've tried using AQjmsProducer as well... but the error persists... please help...

Maybe you are looking for

  • Sending a photo heavy PDF for book printing on a web press.  Convert photo in photoshop first or Acrobat 11?

    Hi,      The printing company for our photo book on Loons, uses roll fed web presses.  They have asked for a pdf set to X-1a. First soft proof was light and washed out.  Printer had us increase saturation and contrast.  Second proof all our blue wate

  • Use Tax Posting To Tax Payable and Expense Account

    Hello Experts, I am trying to post tax, code 03, to an expense account instead of the customer account at the time of billing. This is for use tax posting based on the costs of our materials and should be paid by company and not passed to the custome

  • How to enable Navigation tab in PDF

    Hi, Can any one help me on this. I have nearly 100 PDF document. When I open the PDF,  the pdf should opened with Bookmark  view. I found this option under Document Properties --> Initial View --> Navigation tab  (Bookmarks Panel and Page). But i nee

  • How do i get my itunes from iPad and iPhone apps to iPod??

    I stay in the UAE and i dont get Albums or anything from iTunes all i get it the apps for iPhone and iPad, but when i try to use the USA version it tells me i cant so please i need help for many things on the internet are infected by viruses

  • Javaversiondisplayapplet.class error on mac

    I am trying to log into my office using remote access. Itsays it is testing Java compatability and I get this message. Ihave the latest version of Java Help would be appreciated