Registered Member
|
Hello,
I have monitor with native resolution 1920 x 1080. I want it to be 1600 x 900, but this option doesn't appear in kscreen. I used some advices and set it using xrandr, here is my output right now:
But it doesn't cooperate with kscreen, and I'd have to use a startup script. I also can't use NVidia drivers this way, because with them, after changing resolution, screen is rampaging. Is there a way to add this resolution, so that even kscreen can see it? |
Registered Member
|
i have a similar problem - i have to run xrandr commands to get my monitors default resolution to show up.
this wiki page calls out how to add changes persistently: https://wiki.ubuntu.com/X/Config/Resolu ... rsistently however, I don't like the idea of using xprofile (I haven't tried) since it takes place late in startup. And I can't find the kdm startup scripts (that page is out of date, showing something for kde4). And i definitely don't want to deal with creating an xorg.conf file.... I am trying the xprofile options listed here now: https://askubuntu.com/questions/754231/ ... ith-xrandr going to reboot and see if it works for me. not sure if it's a solution for you though, but maybe can help. oh - one other thread, probably not related but cvt command gives me the wrong output. not sure if that relates to your 'screen is rampaging' problem, but in any case, it seems the output of cvt is not always correct. https://ubuntuforums.org/showthread.php ... dr+startup UPdate: Ok, .xprofile didn't work, but putting these into .profile did work seemlessly. I autologin anyway, didn't notice any additional flicker or issues in my case, so this was my solution -Added to ~/.profile # I add to fix resolution issue sudo xrandr --newmode "2560x1440_60" 241.50 2560 2608 2640 2720 1440 1442 1447 1481 +hsync +vsync sudo xrandr --addmode HDMI-1 2560x1440_60 I had manually set in kscreen this resolution before reboot, and it seemed to remember now that it picked up this option from the .profile file |
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]