public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Paul Hartman <paul.hartman+gentoo@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] New HD monitor stretches everything. How to teach Xorg?
Date: Tue, 24 Aug 2010 17:59:47 -0500	[thread overview]
Message-ID: <AANLkTikmM4x2TN44yh7t=v7xwNZw_KTx27CN+3xaMP+j@mail.gmail.com> (raw)
In-Reply-To: <4C744990.8000800@gmail.com>

On Tue, Aug 24, 2010 at 5:37 PM, Dale <rdalek1967@gmail.com> wrote:
> Paul Hartman wrote:
>>
>> On Tue, Aug 24, 2010 at 5:07 PM, Kevin O'Gorman<kogorman@gmail.com>
>>  wrote:
>>
>>>
>>> Yah, I might have some luck with that.  Since I'm years out of practice
>>> fooling with this stuff (last seen in 2002) can someone point me at the
>>> tools for
>>> 1) Computing a modeline (I understand the quality varies a lot)
>>> 2) Configuring an xorg.conf
>>>
>>
>> Check out x11-apps/amlc -- it has an interactive modeline generator
>> where you tell it the aspect ratio&  size of your screen and it spits
>> out modelines for you.  You'll still need to fill in the
>> HSync/VSync/Clock speed stuff.
>>
>>
>>
>
> Does this help any?
>
> Section "Screen"
>    Identifier     "Screen0"
>    Device         "Card0"
>    Monitor        "Monitor0"
>    Option         "DPMS" "TRUE"
>    SubSection     "Display"
>        Viewport    0 0
>        Depth       24
>        Modes      "1280x1024" "1024x768" "800x600"
>    EndSubSection
>    SubSection     "Display"
>        Viewport    0 0
>        Modes      "1280x1024" "1024x768" "800x600"
>    EndSubSection
>    SubSection     "Display"
>        Viewport    0 0
>        Depth       4
>        Modes      "1280x1024" "1024x768" "800x600"
>    EndSubSection
>    SubSection     "Display"
>        Viewport    0 0
>        Depth       8
>        Modes      "1280x1024" "1024x768" "800x600"
>    EndSubSection
>
> That's just a part of my xorg.conf.  I don't use hal and don't like udev
> doing mine so I still got my full xorg.conf file.  If you need more, just
> let me know.  Heck, I'll post the whole thing if it will help you any.
>
> Also, have you tried running "X -configure" yet?  I used it on another
> machine and it worked pretty well.
>
> Dale

After creating a basic xorg.conf the modeline should go in the
"Monitor" section. I don't use a modeline now but the only example I
have from my xorg.conf archives are these:

Section "Monitor"
  # 2048x1152 @ 50.00 Hz (GTF) hsync: 59.30 kHz; pclk: 162.24 MHz
  Modeline "2048x1152_50.00"  162.24  2048 2176 2392 2736  1152 1153
1156 1186  -HSync +Vsync
  # 2048x1152 @ 60.00 Hz (GTF) hsync: 71.52 kHz; pclk: 197.97 MHz
  Modeline "2048x1152_60.00"  197.97  2048 2184 2408 2768  1152 1153
1156 1192  -HSync +Vsync
EndSection

And then in the Screen section like Dale posted you'd use for example
"2048x1152_60.00" as your modeline (or whatever you decided to entitle
your modes).

At least that's how it used to work. With modern video cards & modern
Xorg/Gnome/KDE it does a pretty good job of autodetecting that kind of
thing so I haven't had to worry about it in a long time. :)



  reply	other threads:[~2010-08-24 23:00 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-24  2:27 [gentoo-user] New HD monitor stretches everything. How to teach Xorg? Kevin O'Gorman
2010-08-24  2:38 ` Bill Longman
2010-08-24  3:58   ` dennisonic
2010-08-24  5:24     ` Kevin O'Gorman
2010-08-24  5:40       ` d.fedorov
2010-08-24  7:30         ` Petri Rosenström
2010-08-24 17:09         ` Kevin O'Gorman
2010-08-24 10:23       ` Adam Carter
2010-08-24 11:27         ` Mick
2010-08-24 17:10           ` Kevin O'Gorman
2010-08-24 18:48             ` Paul Hartman
2010-08-24 22:07               ` Kevin O'Gorman
2010-08-24 22:18                 ` Paul Hartman
2010-08-24 22:37                   ` Dale
2010-08-24 22:59                     ` Paul Hartman [this message]
2010-08-24 23:10                       ` dhk
2010-08-25  0:00                         ` Kevin O'Gorman
2010-08-25  0:07                         ` Dale
2010-08-25 10:38                           ` dhk
2010-08-25  0:03                   ` Kevin O'Gorman
2010-08-25 14:17                     ` Paul Hartman
2010-08-25 14:25                       ` Mick
2010-08-25 14:38                         ` Paul Hartman
2010-08-25 14:44                           ` Mick
2010-08-25 14:57                             ` Paul Hartman
2010-08-25 20:29                               ` Kevin O'Gorman
2010-08-27  2:00                                 ` Walter Dnes
2010-08-25 16:30                             ` Peter Humphrey
2010-08-25 16:39                               ` Maciej Grela
2010-08-25 17:09                                 ` Peter Humphrey
2010-08-25 16:39                               ` Maciej Grela
2010-08-25 19:20                               ` Alan McKinnon
2010-08-24  2:51 ` Adam Carter
2010-08-25 20:48 ` Håkon Alstadheim
2010-08-25 20:56   ` Kevin O'Gorman
2010-08-26  3:11     ` Kevin O'Gorman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTikmM4x2TN44yh7t=v7xwNZw_KTx27CN+3xaMP+j@mail.gmail.com' \
    --to=paul.hartman+gentoo@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox