Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Hardware => Téma založeno: Smartyn34 26 Prosince 2014, 19:06:55
-
Potřebuju otočit monitor o 90st, v NASTAVENÍ-MONITOR to nejde, nenabídne to volbu pro otočení. Xrandr taky nereaguje, ten vypíše chybu:
$ xrandr -o left
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 149 (RANDR)
Minor opcode of failed request: 2 (RRSetScreenConfig)
Serial number of failed request: 14
Current serial number in output stream: 14
jedná se ubuntu 12.04.
-
protoze mas nvidia a ta neumi pouzivat (mozna nejak podle verze ovladace) xrandr 1.1? a vyssi .. viz xrandr manual .. se svobodnym ovladacem to funguje
-
Jenže ja mám integrovanou grafiku Intel. S novejšim jadrem to funguje dobře, takže bych to tipoval na ovlače. Ale jak je aktualizuju?
-
dej nam prosim vystup z:
lspci | grep -i vga
xrandr --listproviders
-
Výstup z lspci:
martin@martincnc:~$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation ValleyView Gen7 (rev 0c)
martin@martincnc:~$xrandr --listproviders vypíše jen co můžu napsat za parametr za xrandr
martin@martincnc:~$ xrandr --listproviders
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
--current
--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>
martin@martincnc:~$