To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72484


User davidfraser changed the following:

                What    |Old value                 |New value
================================================================================
              Issue type|DEFECT                    |ENHANCEMENT
--------------------------------------------------------------------------------
                 Summary|Incorrect number of Monito|Display Display Device Nam
                        |rs detected               |es
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Dec 12 12:27:04 -0800 
2006 -------
pl: indeed, it seems that what would really help here is to have the name of the
device.
This can be got from EnumDisplayDevices, by using the DeviceString for the
corresponding DeviceName. This could then be displayed (probably in brackets
alongside the Monitor N) and would help to distinguish between things.
Here with some Python code enumerating my drivers:

for devicenum in range(nMonitors):
    device = win32api.EnumDisplayDevices(None, devicenum)
    print device.DeviceName, ":", device.DeviceString

\\.\DISPLAY1 : ATI MOBILITY RADEON Xpress 200 Series
\\.\DISPLAYV1 : Winvnc video hook driver
\\.\DISPLAY2 : ATI MOBILITY RADEON Xpress 200 Series

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to