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

Updating to match new version of source page
(Updating to match new version of source page)
 
(Updating to match new version of source page)
Line 11: Line 11:




  xdpyinfo | grep -B2 resolution
  {{UserCmd|command=xdpyinfo | grep -B2 resolution}}




Line 17: Line 17:




  [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>
}}


'''Note:''' If you are running more than one monitor, this test will most likely provide results that are created by combining the monitors that you have connected to your machine & treating them as though they are one monitor!  
'''Note:''' If you are running more than one monitor, this test will most likely provide results that are created by combining the monitors that you have connected to your machine & treating them as though they are one monitor!  
Line 33: Line 35:
If the X.server can't work out what your screen size is it will set your DPI at the default of 75 x 75. If so, you will need to manually create a file like so:  
If the X.server can't work out what your screen size is it will set your DPI at the default of 75 x 75. If so, you will need to manually create a file like so:  


  /etc/X11/xorg.conf.d/90-monitor.conf  
  {{UserCmd|command=touch /etc/X11/xorg.conf.d/90-monitor.conf}}


to which you must add the pertinent details ''(see below)''.
to which you must add the pertinent details ''(see below)''.
Line 51: Line 53:
Enter the following into the Terminal to call your favourite text editor as root & create an initially empty file with the right path & name:
Enter the following into the Terminal to call your favourite text editor as root & create an initially empty file with the right path & name:


  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}}


Then copy the following into your editor's blank page:
Then copy the following into your editor's blank page:
Line 77: Line 79:
If you can't find the manufacturer's specifications on the web, have a look at this page as you still have options available to you: [https://wiki.archlinux.org/index.php/Xorg#Display_Size_and_DPI]
If you can't find the manufacturer's specifications on the web, have a look at this page as you still have options available to you: [https://wiki.archlinux.org/index.php/Xorg#Display_Size_and_DPI]


=Support=
Following is a link to this page's forum counterpart where you can post any related feedback: [https://forum.manjaro.org/t/wiki-did-x-server-recognise-your-monitor-correctly/17653]


[[Category:Contents Page{{#translation:}}]]
[[Category:Contents Page{{#translation:}}]]
8,138

edits