Bâshrat the Sneaky Posted June 24, 2004 Posted June 24, 2004 And how could you do this in a universal way? Instead of specifying a monitor I mean...If you are sure to include all the right monitor drivers that you might need, I guess you could use the method mentionned by bonedaddy and maybe remove even more default/plug and play monitor detection... This way it would have to fall back on your new drivers instead. It would probably be tricky to find out what to remove though... Could it perhaps be possible to entirely REMOVE monitor.inf?
Fonceur Posted June 24, 2004 Author Posted June 24, 2004 Could it perhaps be possible to entirely REMOVE monitor.inf?Hmm, I guess that might work... Your best bet is probably to ask the people that made reducing tools like nLite and the other batch files about it. Who knows, they might be interested to adding that too if they see some interest...
Sgt_Strider Posted October 10, 2004 Posted October 10, 2004 Just wondering has anything changed regarding installing a monitor driver unattended? Thx
Bâshrat the Sneaky Posted October 11, 2004 Posted October 11, 2004 Unfortunately I haven't done any further research on this topic. Maybe in the future... But it's not a priority to me.Bâshrat the Sneaky
prathapml Posted October 11, 2004 Posted October 11, 2004 Just wondering has anything changed regarding installing a monitor driver unattended?Please see the devcon command described above.As for my own adventure: I did see that when I used the drivers on the floppy-disk that came with my Samsung monitor, it did install that one unattended. But what use is this:SyncMaster 703(M)s/ 753(M)s/750(M)s/753(M)v, MagicSyncMaster CM173A(M)Ha ha.... That's what the INF contained, and that's what the monitor name in display properties showed up as. So I changed the monitor name in the INF to have the name of my monitor alone, and not the entire product segment. But, as is obvious, that broke driver signature, and the .CAT of the driver could not validate it anymore. Installing it manually works now, with a dialog about non-WHQL driver, but unattended has been no go.Other than that, I have a few things that I'm yet to try out myself. So the below is untested ideas:Maybe deleting monitor.inf and replacing it with your own monitor's INF file - and if it contains associated DLLs/ICMs you need to have it copied over to the system as well (txtsetup.sif).Or... disabling driver signing.Or... Make your own INF and your own .CAT (this one is highly improbable, I think).
Bâshrat the Sneaky Posted October 12, 2004 Posted October 12, 2004 Well, I've got a strange experience with monitor installations: sometimes it DOES detect my Hyundai Q17 and sometimes it doesn't...So I have absolutely NO clue why and how...Bâshrat the Sneaky
Sgt_Strider Posted October 31, 2004 Posted October 31, 2004 Just wondering has anything changed regarding installing a monitor driver unattended?Please see the devcon command described above.As for my own adventure: I did see that when I used the drivers on the floppy-disk that came with my Samsung monitor, it did install that one unattended. But what use is this:SyncMaster 703(M)s/ 753(M)s/750(M)s/753(M)v, MagicSyncMaster CM173A(M)Ha ha.... That's what the INF contained, and that's what the monitor name in display properties showed up as. So I changed the monitor name in the INF to have the name of my monitor alone, and not the entire product segment. But, as is obvious, that broke driver signature, and the .CAT of the driver could not validate it anymore. Installing it manually works now, with a dialog about non-WHQL driver, but unattended has been no go.Other than that, I have a few things that I'm yet to try out myself. So the below is untested ideas:Maybe deleting monitor.inf and replacing it with your own monitor's INF file - and if it contains associated DLLs/ICMs you need to have it copied over to the system as well (txtsetup.sif).Or... disabling driver signing.Or... Make your own INF and your own .CAT (this one is highly improbable, I think). Have you tried it yet?
Sgt_Strider Posted November 15, 2004 Posted November 15, 2004 Wow, I'm surprised no one has managed to solve my problem installing the LG Flatron 915 FT Plus driver.
Sgt_Strider Posted November 18, 2004 Posted November 18, 2004 I use the following to update my monitor:"devcon update "D:\drivers\sony\sonylcd.inf" "Monitor\SNY0280"Thanks Tyke, that method did the trick! I got the devcon file from MS site and the .inf monitor file had the internal model name of the monitor. So I ended adding this to my cleanup.cmd (the start /wait is probably overkill for that but...):start /wait %CDROM%\Apps\devcon update "%CDROM%\Apps\Hitachi_50v500.inf" "Monitor\HTCD7A6"I tried the bonedaddy/Cydine method but it did not work in my case. Can you be a bit more specific in how to apply devcon to this process? Thanks
Bilou_Gateux Posted November 18, 2004 Posted November 18, 2004 Post a link to download your monitor driver inf file or post the content of your inf file.
Sgt_Strider Posted November 20, 2004 Posted November 20, 2004 Post a link to download your monitor driver inf file or post the content of your inf file.Here it is:http://members.shaw.ca/Sgt_Strider/Monitor.zip
Bilou_Gateux Posted November 23, 2004 Posted November 23, 2004 devcon update <your_path_to_files>\915FT_PL.inf "Monitor\GSM4A4D"devcon.exe should be in your path, ie %windir% or %windir%\system32unpack your zip archive in specified folder and use the correct path in the command.or use Install Program for Windows 2000 DriversInstall.exe <your_path_to_files>\915FT_PL.inf Monitor\GSM4A4DWindows 2000 DDK Download
oioldman Posted August 21, 2005 Posted August 21, 2005 (edited) Wondering if anyone can help, Have followed this through and at moment am doing this as a test on the PC that i am sat at. I am using the code below [code]cmd /k e:\xpsp2\i386\devcon update e:\xpsp2_apps\apps\monitor\mitsubis.inf "Monitor\MEL6140"[/code] I'm using the cmd /k, so that when it processes the results stay on-screen. I believe all is correct and i keep getting the response [code]devcon failed[/code] as i'm basing this one instructions laid out above. Now, my monitor is currently at Pug and Play and driver signing is set to ignore. Any ideas as to tell what is the issue? [edit] removed; devcon does work on 2k looking at ms site. any thoughts? [/edit Edited August 21, 2005 by oioldman
PhreeZ Posted August 21, 2005 Posted August 21, 2005 @oioldman: try installing your monitor using the method i described [url="http://www.msfn.org/board/index.php?showtopic=49374"]HERE[/url]. let us know if you get it to work.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now