public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Richard Marza <richardmarzan@optonline.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges
Date: Sat, 17 Oct 2009 15:22:02 -0400	[thread overview]
Message-ID: <638426DECD5244DB8031D7EE34B48B5E@RichardPC> (raw)
In-Reply-To: <9acccfe50910171158v49bffd66m85b43c46440c2008@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4356 bytes --]


  ----- Original Message ----- 
  From: Kevin O'Gorman 
  To: gentoo-user@lists.gentoo.org 
  Sent: Saturday, October 17, 2009 2:58 PM
  Subject: Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges


  On Sat, Oct 17, 2009 at 10:29 AM, Volker Armin Hemmann <volkerarmin@googlemail.com> wrote:

    On Samstag 17 Oktober 2009, Kevin O'Gorman wrote:
    > I normally stay logged in forever, even after updates.  I'm both busy and
    > lazy.  However, the Xorg flurry seemed to have died down, so I took the
    > plunge and rebooted.  Oops.
    >
    > <troll option=ignore>
    > It had not re-emerged xf86-input-* for me, a case that I think should be
    > handled automatically -- I use a source distro because I want to be able to
    > tweak it, not so that it can force me to do so at arbitrary, inconvenient
    > and unpredictable intervals.
    > </troll>
    >


    gentoo is about 'doing it yourself' and 'emancipation of the user' and not
    about 'holding your hand'. It is not gentoo's fault if you act stupid.


    >
    > My Xorg.conf does specify some details about the monitor, but no modeline.
    > I had to put that stuff in there originally to get my preferred 1280x1024
    > resolution.  Do I need to go back to the days of modelines?  Xorg.conf is
    > attached.


    Section "Monitor"
           Identifier   "Monitor0"
           VendorName   "WDE"
           ModelName    "LCM-20v5"
           Option      "DPMS"
    EndSection

    ?


  Opinions differ about what constitutes stupidity.  I'm not much interested in yours and I don't speak about mine, in part because neither one clarifies anything.  Opinions about usefulness are another matter. Why not dispense with portage and have everyone compile their own from tarballs -- just publish a list of packages and patches; then you'd really not be holding hands.  It seems to be a matter of degrees and judgement.

  Modifying the monitor section made no noticeable change.  There's still a 24-pixel bleed off the right edge to begin with.  I can fool with settings to make it bleed left instead, but there's no setting that affects pixel spacing.  I like the cleaner monitor section, though.

  I'm back to thinking about modelines.  Any better ideas?



  -- 
  Kevin O'Gorman, PhD




------------------------------------------------------------------------------



  No virus found in this incoming message.
  Checked by AVG - www.avg.com 
  Version: 8.5.421 / Virus Database: 270.14.20/2441 - Release Date: 10/16/09 18:39:00





  Let's not rule-out the possibility that this might be an issue with a bad video card. I once thought I had a bad monitor because of horizontal and vertical bleeding and it turned out to be the video card. Try the modelines, if it does not work, swap video cards. Below is a section pertaining to modelines from my config. User gtf  to generate proper modelines for your monitor.

  you can omit the identifier if you don't have a 22 inch minitor.

  Section "Modes"
          Identifier      "16:10"
  #
  # Modelines for attached projectors.
  # Occasionally in town halls you meet ancient donated projectors
  # that can cope only with low resolutions.
  #
  # HorxVer @ clock       hsync = clock * Vtot    pclk = hsync * Htot
  #       ModeLine        "HorxVer" pclk Hor Hstart Hend Htot Ver Vstart Vend Vtot [Interlace]
  #
  # 640x480 @ 60.00 Hz (GTF) hsync: 31.50 kHz; pclk: 25.20 MHz
  #       ModeLine        "640x480" 25.20 640 664 760 800 480 491 493 525
  #
  # 800x600 @ 60.00 Hz (GTF) hsync: 37.68 kHz; pclk: 39.79 MHz
  #       ModeLine        "800x600" 39.79 800 856 1040 1056 600 600 616 628
  #
  # 1024x768 @ 60.00 Hz (GTF) hsync: 48.36 kHz; pclk: 65.00 MHz
  #       ModeLine        "1024x768" 65.00 1024 1032 1176 1344 768 771 777 806
  #
  # 1024x768 @ 60.00 Hz (GTF) hsync: 29.97 kHz; pclk: 37.88 MHz
  #       ModeLine        "1024x768" 37.88 1024 1048 1208 1264 768 776 784 999 Interlace
  #
  # Modelines for the native 16:10 LCD screen.
  #
  # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
          ModeLine        "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828
  #
  # 1680x1050 @ 60.00 Hz (GTF) hsync: 63.84 kHz; pclk: 144.02 MHz
           Modeline "1680x1050_75.00"  188.07  1680 1800 1984 2288  1050 1051 1054 1096  -HSync +Vsync
  EndSection

[-- Attachment #2: Type: text/html, Size: 7280 bytes --]

  parent reply	other threads:[~2009-10-17 19:22 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-17 17:21 [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds off the edges Kevin O'Gorman
2009-10-17 17:29 ` Volker Armin Hemmann
2009-10-17 18:58   ` Kevin O'Gorman
2009-10-17 19:18     ` Alan McKinnon
2009-10-17 19:26       ` Kevin O'Gorman
2009-10-17 19:34         ` Alan McKinnon
2009-10-17 19:42           ` Kevin O'Gorman
2009-10-17 19:56             ` [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds " Richard Marza
2009-10-17 20:11               ` Kevin O'Gorman
2009-10-17 20:57                 ` [gentoo-user] Desperately seeking modelines; xorg1.6.3.901-r2bleeds " Richard Marza
2009-10-17 19:39         ` [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds " Richard Marza
2009-10-17 19:51           ` Kevin O'Gorman
2009-10-17 20:02             ` [gentoo-user] Desperately seeking modelines; xorg1.6.3.901-r2bleeds " Richard Marza
2009-10-17 20:57             ` [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds " Keith Dart
2009-10-17 21:45               ` Kevin O'Gorman
2009-10-17 19:22     ` Richard Marza [this message]
2009-10-17 19:36       ` Kevin O'Gorman
2009-10-17 18:03 ` [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds " Dirk Heinrichs
2009-10-17 18:42   ` Kevin O'Gorman
2009-10-17 18:57     ` [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds " Richard Marza
2009-10-17 19:11       ` Kevin O'Gorman
2009-10-17 19:56 ` [gentoo-user] Re: Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds " walt

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=638426DECD5244DB8031D7EE34B48B5E@RichardPC \
    --to=richardmarzan@optonline.net \
    --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