pop-os / gnome-shell-extension-system76-power

System76 Power Management Extension
MIT License
90 stars 26 forks source link

Update phrasing for gaze14 compatibility #23

Open brs17 opened 5 years ago

brs17 commented 5 years ago

Issue/Bug Description: The 1660ti gaze14 has a working DisplayPort display when in Intel mode. The 1650 gaze14 has a working HDMI display when in Intel mode.

Currently the hotplug notification says: Title: Switch to NVIDIA to use external displays. Body: External displays are connected to the NVIDIA card. Switch to NVIDIA graphics to use them.

I think if we can determine which model(GPU) the system has, say something like:

Title:Switch to NVIDIA to use this display output Body:To keep using Intel graphics, use the $(INTEL_PORT). Switch to NVIDIA to use all display outputs

Similarly in the dropdown menu, currently it says under NVIDIA Graphics:

Enable for external displays.
Requires restart

potentially a quick change there as well:

Enable for all external displays
Requires restart.
brs17 commented 5 years ago

All information related to this issue is now in this issue.