Skip to content

Instantly share code, notes, and snippets.

@spelcaster
Last active January 14, 2019 13:20
Show Gist options
  • Select an option

  • Save spelcaster/f7a973e5a805ea6b7cc9a9c7f8352cf5 to your computer and use it in GitHub Desktop.

Select an option

Save spelcaster/f7a973e5a805ea6b7cc9a9c7f8352cf5 to your computer and use it in GitHub Desktop.

Revisions

  1. spelcaster revised this gist Jan 14, 2019. 1 changed file with 12 additions and 0 deletions.
    12 changes: 12 additions & 0 deletions instructions.md
    Original file line number Diff line number Diff line change
    @@ -11,4 +11,16 @@ Section "Monitor"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 76.0
    EndSection
    ```

    And update the `screen` section:

    ```
    Section "Screen"
    # ...
    Monitor "Dell-P2414Hb"
    # ...
    EndSection
    ```
  2. spelcaster created this gist Jan 14, 2019.
    14 changes: 14 additions & 0 deletions instructions.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    If `cat /var/log/Xorg.0.log | grep -P "Mode is rejected: (Vert|Horiz)"`, then you probably need to update the monitor section in your xorg.conf.

    Example:

    ```
    Section "Monitor"
    Identifier "Dell-P2414Hb"
    VendorName "DELL"
    ModelName "P2414Hb"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 76.0
    EndSection
    ```