xrandr adding a new monitor resolution

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bitodd

xrandr adding a new monitor resolution

Post by bitodd »

hi, i am trying to create a new monitor resolution using xrandr (for my plasma), following these instructions -http://solutionz.yolasite.com/linux/add ... buntu-9-10

but when i try to --addmode it does not work, if i type xrandr again i can see it in the list but cant select it in control panel - monitors

could someone please tell me where i am going wrong


pete@Mint ~ $ cvt 1360 768
# 1360x768 59.80 Hz (CVT) hsync: 47.72 kHz; pclk: 84.75 MHz
Modeline "1360x768_60.00" 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync

pete@Mint ~ $ xrandr --newmode "1360x768_60.00" 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync

pete@Mint ~ $ xrandr --addmode 1360x768_60.00
usage: xrandr [options]
where options are:
-display <display> or -d <display>
-help
-o <normal,inverted,left,right,0,1,2,3>
or --orientation <normal,inverted,left,right,0,1,2,3>
-q or --query
-s <size>/<width>x<height> or --size <size>/<width>x<height>
-r <rate> or --rate <rate> or --refresh <rate>
-v or --version
-x (reflect in x)
-y (reflect in y)
--screen <screen>
--verbose
--dryrun
--nograb
--prop or --properties
--fb <width>x<height>
--fbmm <width>x<height>
--dpi <dpi>/<output>
--output <output>
--auto
--mode <mode>
--preferred
--pos <x>x<y>
--rate <rate> or --refresh <rate>
--reflect normal,x,y,xy
--rotate normal,inverted,left,right
--left-of <output>
--right-of <output>
--above <output>
--below <output>
--same-as <output>
--set <property> <value>
--scale <x>x<y>
--transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i>
--off
--crtc <crtc>
--panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]]
--gamma <r>:<g>:<b>
--primary
--noprimary
--newmode <name> <clock MHz>
<hdisp> <hsync-start> <hsync-end> <htotal>
<vdisp> <vsync-start> <vsync-end> <vtotal>
[+HSync] [-HSync] [+VSync] [-VSync]
--rmmode <name>
--addmode <output> <name>
--delmode <output> <name>

pete@Mint ~ $ xrandr
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 0.0*
1360x768_60.00 (0x115) 84.0MHz
h: width 1360 start 1432 end 1568 total 1776 skew 0 clock 47.3KHz
v: height 768 start 771 end 781 total 798 clock 59.3Hz
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
bitodd

Re: xrandr adding a new monitor resolution

Post by bitodd »

found my problem. added "default" after --addline, and now i can see it control centre/monitors.
problem now is, i find in small print at the bottom of the manual that the resolution is only for the 50" and mine is 42" :oops:
Locked

Return to “Software & Applications”