Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change dpi by file to dpi by 'xdpyinfo' #47

Closed
wants to merge 1 commit into from
Closed

Conversation

tgwt
Copy link

@tgwt tgwt commented Jan 22, 2019

I think it will be more convenient. But it requires add 'xorg-xdpyinfo' to package dependencies.

@Askannz
Copy link
Owner

Askannz commented May 4, 2019

xdpyinfo | awk '/resolution/ {print $2}' | awk -Fx '{print $1}'

That command shows the current DPI, not the one the display should have. That's not going to work.

Instead I defaulted the DPI to 96 in Nvidia mode. That should do the trick.

@Askannz Askannz closed this May 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants