Changes between Initial Version and Version 1 of Ticket #17314, comment 29
- Timestamp:
- Oct 21, 2021, 7:58:47 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17314, comment 29
initial v1 1 1 Nice all those systems! And nice it works again for both of you. I'll close this ticket then. 2 @modeenf: if 1024*768 @ 70Hz works for you, you could try my BWindowScreen command line test app to see it indeed works (it sets 1024x768, which is 60Hz via BWindowScreen, then it sets 1024*768 @ 70Hz via BScreen for that class (a trick), which also is a virtual mode. Then it will draw a vertical single yellow line in top mid , verticallyof your screen, and then it will pan that line with hardware 'acceleration' (pointer updates via X,Y set) smoothly to left and back to right.2 @modeenf: if 1024*768 @ 70Hz works for you, you could try my BWindowScreen command line test app to see it indeed works (it sets 1024x768, which is 60Hz via BWindowScreen, then it sets 1024*768 @ 70Hz via BScreen for that class (a trick), which also is a virtual mode. Then it will draw a vertical single yellow line in top mid of your screen, and then it will pan that line with hardware 'acceleration' (pointer updates via X,Y set) smoothly to left and back to right. 3 3 4 4 This app failed before, now it fully succeeds at the exact same way it did when I wrote it On R5.0.3 and Dan0. 5 5 6 It can be found on my homepage (rudolfs-place.nl): it's in the technical info page at the drivers. It was originally written for the MAtrox driver. So it will initially offer you a lot of other special modes (tv, dualhead stretch ) which will block on all drivers except nvidia and matrox.6 It can be found on my homepage (rudolfs-place.nl): it's in the technical info page at the drivers. It was originally written for the MAtrox driver. So it will initially offer you a lot of other special modes (tv, dualhead stretch: left: yellow line, right: blue line) which will block on all drivers except nvidia and matrox. 7 7 8 8 For 64bit you need to recompile that app first, it's 32bit.