N
N
NyashaCat2015-01-18 13:47:23
linux
NyashaCat, 2015-01-18 13:47:23

How to set a different screen resolution?

I connected an external VGA monitor to the laptop, the monitor supports 1360x768 and in the settings a maximum of 1024x768. Under Windows it can be at 1360x768. The laptop monitor is disabled and the output should be VGA.
And when editing Xorg.config with the Invidia panel, after switching graphics, nothing took off, what to do?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eddy_Em, 2015-01-18
@NyashaCat

Something like this:

xrandr --output VGA1 --mode 1360x768 --pos 0x0  --output LVDS1 --off

S
Sergey Krasavin, 2015-01-18
@n74rus

Use XRandR
Or try:
sudo gedit /etc/usplash.con
There change to:
# Usplash configuration file
xres=1360
yres=768
don't forget to reboot

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question