Re: resolution stuck at 3000 x 2000
Reply #4 –
How did you install X.Org? That package is part of the xorg-apps and xorg package group, it should have been installed.
Never mind though. You can install it with
$ su
# pacman -S xorg-xrandr
and then paste its output. Edit: This could be the reason why you can't change the resolution or don't have additional resolutions offered! I would even just reinstall xorg with
$ su
# pacman -S xorg
and then press Enter at the following prompts, accepting all packages (normally 26) offered by that command.
False. As said above, it is part of the xorg-apps and xorg package groups and is normally installed when installing xorg. Just executing:
pacman -S xorg
pulls xorg-xrandr as well.
Have you tried setting resolution through xrandr? If not, you can't be certain about it.