Changes between Initial Version and Version 1 of Ticket #17314, comment 7
- Timestamp:
- Oct 8, 2021, 9:45:50 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17314, comment 7
initial v1 1 OK, The trouble is that the 60Hz mode should be selected, but comes later in the generated modelist . Since now SetMode calls ProposeMode, which iterates over this list, where before ProposeMode was (incorrectly) not called by SetMode, this problem is introduced.1 OK, The trouble is that the 60Hz mode should be selected, but comes later in the generated modelist I think. Since now SetMode calls ProposeMode, which iterates over this list, where before ProposeMode was (incorrectly) not called by SetMode, this problem is introduced. 2 2 3 3 ProposeMode needs to be expanded to check the refreshrate and with that come up with the really requested (closer) mode. That would solve it, though if all would be perfect, even other modes would be handled correctly.