Citiraj:
I think I know what your problem is. To have Ubuntu use a resolution that is not listed, I would edit the /etc/X11/xorg.conf file. Towards the bottom of this file will be a list of resolutions that will be used for the display. You may just need to add a new resolution at the start, so instead of looking like this...
Modes "1024x768" "800x600" "640x480"
it looks like this...
Modes "1152x864" "1024x768" "800x600" "640x480"
|
javi ako ne pomogne.
P.S. za editiranje xorg.conf trebash root ovlasti, dakle
Citiraj:
sudo gedit /etc/X11/xorg.conf
|
preporucam da prvo napravish napravish backup
Citiraj:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-backup
|