You are not logged in.
Pages: 1
I have a high resolution monitor (2560x1600) and I've noticed that when I boot into Arch my resolution is not native. I do not have a desktop environment installed at the moment. When I installed using the latest media, however, it was definitely using the monitor's native resolution so I know it can be done. I've installed the appropriate Nvidia driver and run nvidia-xconfig, but it has not fixed the problem. I assume X11 is responsible for display after booting from GRUB, which, from what I've read is itself limited in the resolutions it can display. I have had KDE installed previously and it was using the correct resolution. I'm just not sure what to try next. Can anyone help?
Thanks,
D
Last edited by davermont (2015-02-04 03:00:33)
Offline
Offline
Alternatively, you can use nouveau instead of nvidia.
Once you're using X and not the tty, nvidia should give you plenty options. What's the output of 'xrandr'?
Offline
You can try xrandr
xrandr --output HDMI-0 --mode 2560x1600to adjust your resolution and also put it in your .xinitrc
Offline
Pages: 1