Difference between revisions of "Did X.server recognise your monitor correctly?"

implemented command templates
(Marked this version for translation)
(implemented command templates)
Line 15: Line 15:


  <!--T:5-->
  <!--T:5-->
xdpyinfo | grep -B2 resolution
{{UserCmd|command=xdpyinfo | grep -B2 resolution}}




Line 23: Line 23:


  <!--T:7-->
  <!--T:7-->
[handy@jarmano ~]$ xdpyinfo | grep -B2 resolution
{{UserCmdOutput|command=xdpyinfo | grep -B2 resolution|result=
screen #0:
<pre>
dimensions:    1920x1200 pixels (524x321 millimeters)
screen #0:
resolution:    93x95 dots per inch
dimensions:    1920x1200 pixels (524x321 millimeters)
 
resolution:    93x95 dots per inch
</pre>
}}


<!--T:8-->
<!--T:8-->
Line 44: Line 46:


  <!--T:13-->
  <!--T:13-->
/etc/X11/xorg.conf.d/90-monitor.conf  
{{UserCmd|command=touch /etc/X11/xorg.conf.d/90-monitor.conf}}


<!--T:14-->
<!--T:14-->
Line 68: Line 70:


  <!--T:21-->
  <!--T:21-->
sudo <text.editor.name> /etc/X11/xorg.conf.d/90-monitor.conf
{{UserCmd|command=sudo <text.editor.name> /etc/X11/xorg.conf.d/90-monitor.conf}}


<!--T:22-->
<!--T:22-->
Moderators, translator
424

edits