Changes between Initial Version and Version 1 of Ticket #16981, comment 45
- Timestamp:
- Jul 5, 2021, 8:19:20 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16981, comment 45
initial v1 1 1 Thank you. 2 You did exactly right. For some reason the vesa file only gets 'in sync' with app server by explicitly setting the mode. You could Al'shave switched to another colordepth or refreshrate instead of 1024 mode. As long as you set a different mode than the mode you want, explicitly accept it (revert fails in various ways) and then explicitly set the target mode.2 You did exactly right. For some reason the vesa file only gets 'in sync' with app server by explicitly setting the mode. You could also have switched to another colordepth or refreshrate instead of 1024 mode. As long as you set a different mode than the mode you want, explicitly accept it (revert fails in various ways) and then explicitly set the target mode. 3 3 4 4 So, no regression in the driver, it works just as 'good' as before ;-)