Changes between Initial Version and Version 1 of Ticket #17008, comment 30
- Timestamp:
- Dec 13, 2021, 10:10:27 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17008, comment 30
initial v1 1 Thank you for the extensive report. So when actively switching to VGA this screen is deteced. I am guessing it still does not work because the BIOS sends both signals via PipeA, which results currently in illegal setup by the intel_extreme driver, unless you were to set internal panel native mode maybe (now you tried 1024 ,768 which should be scaled up to the native internal panel mode. So you could try specifically that to see if both outputs give a desktop.1 Thank you for the extensive report. So when actively switching to VGA this screen is deteced. I am guessing it still does not work because the BIOS sends both signals via PipeA, which results currently in illegal setup by the intel_extreme driver, unless you were to set internal panel native mode maybe (now you tried 1024x768 which should be scaled up to the native internal panel mode. So you could try specifically that to see if both outputs give a desktop. 2 2 3 3 If so, you could try to experiment with the driver to see if you can actively use PipeB for the analog screen for instance, though it might be that won't work at all since there's the FDI interface we cant control succesfully yet.