473,796 Members | 2,798 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Trouble configuring duelview with new LCD panel

37 New Member
So, to increase efficiency, and to get away from my old poorly lit laptop monitor (LT) I purchased a very nice LG 23' LCD. The screen is nice.. and I am happy with it except for one thing:

I am unable to set it as the primary display in duelview (which is kind of important)

In a word it is confounding.

the system is a Toshiba P100 with a Gforce 7200 go

I can use the new LCD as on its own as the primary display
I can use the Laptop LCD as the primary display
I can use the new LCD as a secondary display in duelview
but I cannot use it as the primary display in duelview

in fact if I have it set as the owly display, and go to the windows display options, windows plays along... clicking identify shows my new LCD as "1" clicking the greyed out LT monitor prompts dialog asking if I would like to set enable it as a span or something... and when I select apply, it sets the LT LCD as the primary one (at which point I may have howled in anger like an animal...)

Attempting to solve set this up from the NVideo utilities yeilds much the same result, single view works, however when I click the textbox "primary monitor" actually changes its text removing my new LCD as an option

My first attempted solution was the update the video card drivers of coarse, with no success. before or after.
Then suspecting some sort of blocking, I updated the bios to the newest version (there is however no bios option to use a secondary monitor as the primary).
If I go to the windows display properties and select advanced-> monitor in duelview the LG is greyed out, LT is primary and changing to plug and play is changed back to primary the next time I check the settings (could be interference by the nvidia drivers but as mentioned they wont let me remove or change the LT as primary monitor).
I then tried installing the drivers from the CD that the monitor came with (and here I was thinking they included that for my coffee mug...) to no avail.

I am pretty much ready for some registry editing, third party applications, or other hacking of my hardware at this point, as I am beginning to feel that this is programmed in such a way as to never allow the user to change default monitors. Anyone ever had this problem before and survived it?

I hope the problem is an incompetent user, but I fear lazy or inept programmers.

The irony is I had thought having two screens would save me time...
Jul 12 '09 #1
4 1912
themadjester
37 New Member
I feel silly having not mentioned this despite my wall of text: Windows XP, fully updated
Jul 14 '09 #2
Studlyami
464 Recognized Expert Contributor
I have had a little experience with this, but I'm afraid it won't help you much. My friend had a laptop (don't remember the specs, but it had geforce video card somewhere in the 7000's) and he had the same issues. I tried to help him out, but I couldn't get it to work and I tried pretty much the same thing you did. Although, on his laptop he couldn't use the new monitor by itself so he could only use the new monitor if he was in dual monitor mode. Also, we weren't able to make his new monitor primary monitor. If you find a way please post your results and hopefully someone else here can shed some light on how to fix it or why there is this limitation in laptops?
Jul 14 '09 #3
themadjester
37 New Member
yea, its a tricky thing. Part of the problem I believe is drivers that are stepping on each others toes since they share so many settings

When I was researching the problem, on one forum for dell users some people solved a similar problem by changing their windows/nvidia settings in a special order in relation to their function keys built into the laptop... Did not solve my problem however.

Interresringly when my computer starts with the LG LCD set as the only/primary device, the bios screen/boot selector show up on the laptop monit... grrr...
Edit: I should note that before when I had dual monitors the oposite happened... always showed up on my external monitor unless it was unplugged... why?... no idea..
Edit edit: well, actually bad functional testing by Toshiba, MS and NVidia comes to mind
Jul 15 '09 #4
themadjester
37 New Member
If anyone could answer any of these questions it would help in trouble shooting ;)
1) Is there any significant difference between VGA and DVI protocall (for the given circumstance)? Basically is there a reasonable possabilityDVI is my problem, or is that kind of thing unlikely.

In hardware device manager, under monitor I have three display devices listed:
a) Default monitor
b) Plug and play monitor
c) Default monitor
In safe mode I unplugged the external monitor and uninstalled the display adapted, the in regular XP, I removed all the monitor drivers (and unplugged, they didn't show up in safe mode) and restarted.
2) why are they still here (must require silver bullets)
3) what do they actually do? default vs plug and play, I know what a driver does very well... but how do they interact, what is default supposed to mean, given that...
4) Any idea why when I select the LG monitor and set it to be the "default monitor" (when not grayed out) it will not complain, but will resume bing plug and play when I check it later.
5) Why the redundancy?
6) Do the display drivers bundled with the monitor actually do anything, and which device may I/should I install them over.
and finally:
7) nvcpl.exe/dll:When I try to 'trick' xp into allowing me to set the second monitor as primary I receive an error saying I do not have admin privileges and another telling me the settings cannot be supported (both of which are ridiculous). it seems to me nvcpl could be blocking changes to display settings. This cannot be disabled as a task in msconfig for testing this... am I barking up the wrong tree?

I am posting this because I apparently desire to share my pain.
Jul 15 '09 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
4380
by: Edmond Ho | last post by:
Hi, I'm having trouble with a small curses program. I'm associate a pad with a panel. As I understand, a pad is supposed to be just a window with an arbitrary size. That seems to imply that a pad can be treated like a normal window when working with panels. I have this code: #!/usr/bin/env python import curses import curses.panel
9
3187
by: Bill Long | last post by:
I have a control that simply displays a list of links. Following one of the links doesn't post back or redirect to another page, it simply hides the current panel and shows the one you selected... So the behavour is similar to a tab control. The user is expected to fill out required data on each of the panels before pressing a submit button which is visible from all panels. Problem I have is validating the data entered by the user. I...
1
15242
by: laredotornado | last post by:
Hello, I downloaded PHP 4.4.4 and am trying to install for Apache 2 on Fedora Core 5. However when trying to configure with openssl, I get this error, configure: error: Cannot find OpenSSL's <evp.h> That file is located in /usr/include/openssl/evp.h but when I put the directory in the configure option
1
2310
by: Frank Burleigh | last post by:
A while ago I installed Net 2.0 to our Server 2003 web machine, but the Control Panel folder icon for configuring Net 2.0 never made it to the Control Panel folder. Thinking this might indicate a botched install, I used the install.exe found in 2.0's "Microsoft .net framework 2.0" directory to repair the install. No change I can see. I can find the application exe whose icon is missing from control panel easily enough, but I wonder...
2
2065
by: DM | last post by:
Hi All, I'm having trouble accessing the ClientRectangle property on a panel control. At design-time it says that ClientRectangle is not a member of the Panel class, but when I look at the QuickWatch at run-time I can clearly see it is part of the control parameters. Am I missing something obvious? I'm running Visual Basic .NET v1.1.
2
1295
by: GAZ | last post by:
I would be very grateful if someone could point me in the direction of a step-by-step instructions for configuring IIS6 for web development with Visual Studio 2005. God knows I tried everything but nothing works. We can't even create a web site from the VS on our workstations let alone do some development. I must admit it was way easier with IIS5. Thanks in advance.
4
2883
by: spamguy | last post by:
I have a panel that I want to act as an extension of ValidationSummary. Some fields are simply too complex for a RegEx to analyse, so I check them on a button click event and pass error messages to a Label contained in the aforementioned Panel. Trouble is, the Panel doesn't unhide! A rougher alternative I tried, if (!IsPostBack), doesn't work either. <form id="Form1" method="POST" action="" runat="server"> <div style="width:100%"> ...
1
3031
by: laxbob410 | last post by:
TRying to finish the memory game but i can't figure out how to implement the scoreboard to switch from players. My code gives player 1 a point when the boxes match, but i don't know how to make the code recognize player 2's turn and scoring. help? import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener;
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9535
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10244
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9061
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7558
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4130
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2931
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.