mirror of
https://github.com/hyprwm/aquamarine.git
synced 2025-12-20 00:10:03 +01:00
drm: remove an unnecessary reset after VT switching (#223)
I've tested DPMS and different monitor modes with this change, and everything seems to be working exactly as expected.
This commit is contained in:
parent
c6354f54f9
commit
d83c97f8f5
1 changed files with 0 additions and 3 deletions
|
|
@ -383,9 +383,6 @@ void Aquamarine::CDRMBackend::restoreAfterVT() {
|
|||
|
||||
backend->log(AQ_LOG_DEBUG, "drm: Rescanned connectors");
|
||||
|
||||
if (!impl->reset())
|
||||
backend->log(AQ_LOG_ERROR, "drm: failed reset");
|
||||
|
||||
std::vector<SP<SDRMConnector>> noMode;
|
||||
|
||||
for (auto const& c : connectors) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue