* [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds off the edges @ 2009-10-17 17:21 Kevin O'Gorman 2009-10-17 17:29 ` Volker Armin Hemmann ` (2 more replies) 0 siblings, 3 replies; 22+ messages in thread From: Kevin O'Gorman @ 2009-10-17 17:21 UTC (permalink / raw To: gentoo-user [-- Attachment #1.1: Type: text/plain, Size: 1192 bytes --] 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> That was easily solved by searching my gmail archive, which in my case contains only the contents of technical mailing lists. Gmail seemed to me perfect for that. Others had already solved that problem, and I re-emerged. The bigger problem is that now Xorg is trying to display things off the left and right edges of my monitor. By adjusting the monitor I see that there are 24 pixels of stuff bleeding off the edge -- enough to lose a close box, for instance. 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 modlines? Xorg.conf is attached. ++ kevin -- Kevin O'Gorman, PhD [-- Attachment #1.2: Type: text/html, Size: 1287 bytes --] [-- Attachment #2: xorg.conf --] [-- Type: application/octet-stream, Size: 3266 bytes --] # This config file is modified from the results of "Xorg -configure" # on 9 July 2009 on host treat. # Added this to prevent inputless instances (usually involving bugs in the config) Section "ServerFlags" Option "AllowEmptyInput" "false" EndSection Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 #InputDevice "Mouse0" "CorePointer" #InputDevice "Keyboard0" "CoreKeyboard" InputDevice "evdev" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dbe" Load "extmod" Load "xtrap" Load "record" EndSection # Added per Xorg 1.5 Update Guide Section "InputDevice" Identifier "evdev" Driver "evdev" Option "GrabDevice" "False" EndSection Section "Monitor" # Uncommented DisplaySize DisplaySize 410 310 # mm Identifier "Monitor0" VendorName "WDE" ModelName "LCM-20v5" HorizSync 30.0 - 82.0 VertRefresh 56.0 - 76.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "probe_sparse" # [<bool>] #Option "accel" # [<bool>] #Option "crt_display" # [<bool>] #Option "composite_sync" # [<bool>] #Option "hw_cursor" # [<bool>] #Option "force_pci_mode" # [<bool>] #Option "dma_mode" # <str> #Option "agp_mode" # <i> #Option "agp_size" # <i> #Option "local_textures" # [<bool>] #Option "buffer_size" # <i> #Option "tv_out" # [<bool>] #Option "tv_standard" # <str> #Option "mmio_cache" # [<bool>] #Option "test_mmio_cache" # [<bool>] #Option "panel_display" # [<bool>] #Option "reference_clock" # <freq> #Option "shadow_fb" # [<bool>] #Option "sw_cursor" # [<bool>] #Option "AccelMethod" # <str> #Option "RenderAccel" # [<bool>] Identifier "Card0" Driver "mach64" VendorName "ATI Technologies Inc" BoardName "Rage XL" BusID "PCI:7:1:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "DRI" Mode 0666 EndSection ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds off the edges 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 18:03 ` [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds " Dirk Heinrichs 2009-10-17 19:56 ` [gentoo-user] Re: Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds " walt 2 siblings, 1 reply; 22+ messages in thread From: Volker Armin Hemmann @ 2009-10-17 17:29 UTC (permalink / raw To: gentoo-user 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 modlines? Xorg.conf is > attached. Section "Monitor" Identifier "Monitor0" VendorName "WDE" ModelName "LCM-20v5" Option "DPMS" EndSection ? ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds off the edges 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:22 ` Richard Marza 0 siblings, 2 replies; 22+ messages in thread From: Kevin O'Gorman @ 2009-10-17 18:58 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 2012 bytes --] 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 [-- Attachment #2: Type: text/html, Size: 2632 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds off the edges 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:22 ` Richard Marza 1 sibling, 1 reply; 22+ messages in thread From: Alan McKinnon @ 2009-10-17 19:18 UTC (permalink / raw To: gentoo-user On Saturday 17 October 2009 20:58:00 Kevin O'Gorman wrote: > 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? I'd try adjust the frequencies first, then try modelines. -- alan dot mckinnon at gmail dot com ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds off the edges 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:39 ` [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds " Richard Marza 0 siblings, 2 replies; 22+ messages in thread From: Kevin O'Gorman @ 2009-10-17 19:26 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 735 bytes --] On Sat, Oct 17, 2009 at 12:18 PM, Alan McKinnon <alan.mckinnon@gmail.com>wrote: > On Saturday 17 October 2009 20:58:00 Kevin O'Gorman wrote: > > > 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? > > I'd try adjust the frequencies first, then try modelines. > > -- > alan dot mckinnon at gmail dot com > > I'd try that too if I had a clue how to do it, let alone do it safely. Got any pointers to FMs? -- Kevin O'Gorman, PhD [-- Attachment #2: Type: text/html, Size: 1144 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds off the edges 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:39 ` [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds " Richard Marza 1 sibling, 1 reply; 22+ messages in thread From: Alan McKinnon @ 2009-10-17 19:34 UTC (permalink / raw To: gentoo-user On Saturday 17 October 2009 21:26:41 Kevin O'Gorman wrote: > On Sat, Oct 17, 2009 at 12:18 PM, Alan McKinnon <alan.mckinnon@gmail.com>wrote: > > On Saturday 17 October 2009 20:58:00 Kevin O'Gorman wrote: > > > 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? > > > > I'd try adjust the frequencies first, then try modelines. > > > > -- > > alan dot mckinnon at gmail dot com > > > > I'd try that too if I had a clue how to do it, let alone do it safely. > > Got > > any pointers to FMs? Safe frequency ranges are in the monitor's documentation. Do you have docs for your monitor (I'm using it's a CRT). You can safely reduce either horiz or vert range. As the electronics[1] age, the monitor's ability to correctly sync the start of the picture with the start of the display area deteriorates, especially at the upper bound. If reducing the upper bound of the horiz setting improves matters, that is indicative of this happening. [1] more specifically, electrolytic capacitors. They are temperature- sensitive. Silicon does not "wear out" as such. -- alan dot mckinnon at gmail dot com ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds off the edges 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 0 siblings, 1 reply; 22+ messages in thread From: Kevin O'Gorman @ 2009-10-17 19:42 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 2045 bytes --] On Sat, Oct 17, 2009 at 12:34 PM, Alan McKinnon <alan.mckinnon@gmail.com>wrote: > On Saturday 17 October 2009 21:26:41 Kevin O'Gorman wrote: > > On Sat, Oct 17, 2009 at 12:18 PM, Alan McKinnon > <alan.mckinnon@gmail.com>wrote: > > > On Saturday 17 October 2009 20:58:00 Kevin O'Gorman wrote: > > > > 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? > > > > > > I'd try adjust the frequencies first, then try modelines. > > > > > > -- > > > alan dot mckinnon at gmail dot com > > > > > > I'd try that too if I had a clue how to do it, let alone do it safely. > > > Got > > > > any pointers to FMs? > > Safe frequency ranges are in the monitor's documentation. Do you have docs > for > your monitor (I'm using it's a CRT). > > You can safely reduce either horiz or vert range. As the electronics[1] > age, > the monitor's ability to correctly sync the start of the picture with the > start of the display area deteriorates, especially at the upper bound. If > reducing the upper bound of the horiz setting improves matters, that is > indicative of this happening. > > [1] more specifically, electrolytic capacitors. They are temperature- > sensitive. Silicon does not "wear out" as such. > > -- > alan dot mckinnon at gmail dot com > > I have docs. They are not very informative. When I start it up, the left edge is fine, which is the sync edge. Because of that and because I can adjust positioning left and right, and because the problem arose abruptly with the reboot to a new Xorg, I rate the probability of hardware problems low (but not zero of course). It appears to be a problem of horizontal spacing of the pixels. At it stands there is not room for the last 24. -- Kevin O'Gorman, PhD [-- Attachment #2: Type: text/html, Size: 2804 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges 2009-10-17 19:42 ` Kevin O'Gorman @ 2009-10-17 19:56 ` Richard Marza 2009-10-17 20:11 ` Kevin O'Gorman 0 siblings, 1 reply; 22+ messages in thread From: Richard Marza @ 2009-10-17 19:56 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 2992 bytes --] ---- Original Message ----- From: Kevin O'Gorman To: gentoo-user@lists.gentoo.org Sent: Saturday, October 17, 2009 3:42 PM Subject: Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges On Sat, Oct 17, 2009 at 12:34 PM, Alan McKinnon <alan.mckinnon@gmail.com> wrote: On Saturday 17 October 2009 21:26:41 Kevin O'Gorman wrote: > On Sat, Oct 17, 2009 at 12:18 PM, Alan McKinnon <alan.mckinnon@gmail.com>wrote: > > On Saturday 17 October 2009 20:58:00 Kevin O'Gorman wrote: > > > 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? > > > > I'd try adjust the frequencies first, then try modelines. > > > > -- > > alan dot mckinnon at gmail dot com > > > > I'd try that too if I had a clue how to do it, let alone do it safely. > > Got > > any pointers to FMs? Safe frequency ranges are in the monitor's documentation. Do you have docs for your monitor (I'm using it's a CRT). You can safely reduce either horiz or vert range. As the electronics[1] age, the monitor's ability to correctly sync the start of the picture with the start of the display area deteriorates, especially at the upper bound. If reducing the upper bound of the horiz setting improves matters, that is indicative of this happening. [1] more specifically, electrolytic capacitors. They are temperature- sensitive. Silicon does not "wear out" as such. -- alan dot mckinnon at gmail dot com I have docs. They are not very informative. When I start it up, the left edge is fine, which is the sync edge. Because of that and because I can adjust positioning left and right, and because the problem arose abruptly with the reboot to a new Xorg, I rate the probability of hardware problems low (but not zero of course). It appears to be a problem of horizontal spacing of the pixels. At it stands there is not room for the last 24. -- 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 What type of monitor do you have? How old is it? What is the screen size? What exactly do you mean by bleeding edges? Does the gui scroll when you move you mouse towards the edges? is that what you mean by bleeding? Another thing; Do you have the monitor manual? It will tell you the proper H and V sync rates at certain resolutions. Are you sure it supports that resolution? [-- Attachment #2: Type: text/html, Size: 5293 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges 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 0 siblings, 1 reply; 22+ messages in thread From: Kevin O'Gorman @ 2009-10-17 20:11 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 4017 bytes --] On Sat, Oct 17, 2009 at 12:56 PM, Richard Marza <richardmarzan@optonline.net > wrote: > ---- Original Message ----- > > *From:* Kevin O'Gorman <kogorman@gmail.com> > *To:* gentoo-user@lists.gentoo.org > *Sent:* Saturday, October 17, 2009 3:42 PM > *Subject:* Re: [gentoo-user] Desperately seeking modelines; xorg > 1.6.3.901-r2bleeds off the edges > > On Sat, Oct 17, 2009 at 12:34 PM, Alan McKinnon <alan.mckinnon@gmail.com>wrote: > >> On Saturday 17 October 2009 21:26:41 Kevin O'Gorman wrote: >> > On Sat, Oct 17, 2009 at 12:18 PM, Alan McKinnon >> <alan.mckinnon@gmail.com>wrote: >> > > On Saturday 17 October 2009 20:58:00 Kevin O'Gorman wrote: >> > > > 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? >> > > >> > > I'd try adjust the frequencies first, then try modelines. >> > > >> > > -- >> > > alan dot mckinnon at gmail dot com >> > > >> > > I'd try that too if I had a clue how to do it, let alone do it safely. >> > > Got >> > >> > any pointers to FMs? >> >> Safe frequency ranges are in the monitor's documentation. Do you have docs >> for >> your monitor (I'm using it's a CRT). >> >> You can safely reduce either horiz or vert range. As the electronics[1] >> age, >> the monitor's ability to correctly sync the start of the picture with the >> start of the display area deteriorates, especially at the upper bound. If >> reducing the upper bound of the horiz setting improves matters, that is >> indicative of this happening. >> >> [1] more specifically, electrolytic capacitors. They are temperature- >> sensitive. Silicon does not "wear out" as such. >> >> -- >> alan dot mckinnon at gmail dot com >> >> I have docs. They are not very informative. > > When I start it up, the left edge is fine, which is the sync edge. Because > of that and because I can adjust positioning left and right, and because the > problem arose abruptly with the reboot to a new Xorg, I rate the probability > of hardware problems low (but not zero of course). > > It appears to be a problem of horizontal spacing of the pixels. At it > stands there is not room for the last 24. > > -- > 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 > > > What type of monitor do you have? > > How old is it? > > What is the screen size? > > What exactly do you mean by bleeding edges? Does the gui scroll when you > move you mouse towards the edges? is that what you mean by bleeding? > > Another thing; Do you have the monitor manual? It will tell you the proper > H and V sync rates at certain resolutions. > > Are you sure it supports that resolution? > > > It's as listed in the xorg.conf above: I can be sure because it's Westinghouse. It's a flat-screen. It's a couple of years old, I guess. It's new enough to talk to X and report: (II) MACH64(0): clock: 121.8 MHz Image Size: 410 x 308 mm which agrees with my ruler. In inches a little over 16" x 12" visible. The video card is sending all 1280 dot columns. I have a control on the monitor called "H position" and I can scroll one pixel at a time to change which 1256 dot columns I want to see of the 1280 that are sent. The image does not scroll with mouse movement. I have the manual. You are way over-optimistic about its contents. I had no better luck on the web site. The limits I've posted were acquired by X from the monitor itself. The monitor did fine until I rebooted yesterday. Its on-screen display shows it thinks it's doing 1280x1024@60Hz. It's close of course, but not quite there. -- Kevin O'Gorman, PhD [-- Attachment #2: Type: text/html, Size: 7543 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg1.6.3.901-r2bleeds off the edges 2009-10-17 20:11 ` Kevin O'Gorman @ 2009-10-17 20:57 ` Richard Marza 0 siblings, 0 replies; 22+ messages in thread From: Richard Marza @ 2009-10-17 20:57 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 5118 bytes --] ----- Original Message ----- From: Kevin O'Gorman To: gentoo-user@lists.gentoo.org Sent: Saturday, October 17, 2009 4:11 PM Subject: Re: [gentoo-user] Desperately seeking modelines; xorg1.6.3.901-r2bleeds off the edges On Sat, Oct 17, 2009 at 12:56 PM, Richard Marza <richardmarzan@optonline.net> wrote: ---- Original Message ----- From: Kevin O'Gorman To: gentoo-user@lists.gentoo.org Sent: Saturday, October 17, 2009 3:42 PM Subject: Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges On Sat, Oct 17, 2009 at 12:34 PM, Alan McKinnon <alan.mckinnon@gmail.com> wrote: On Saturday 17 October 2009 21:26:41 Kevin O'Gorman wrote: > On Sat, Oct 17, 2009 at 12:18 PM, Alan McKinnon <alan.mckinnon@gmail.com>wrote: > > On Saturday 17 October 2009 20:58:00 Kevin O'Gorman wrote: > > > 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? > > > > I'd try adjust the frequencies first, then try modelines. > > > > -- > > alan dot mckinnon at gmail dot com > > > > I'd try that too if I had a clue how to do it, let alone do it safely. > > Got > > any pointers to FMs? Safe frequency ranges are in the monitor's documentation. Do you have docs for your monitor (I'm using it's a CRT). You can safely reduce either horiz or vert range. As the electronics[1] age, the monitor's ability to correctly sync the start of the picture with the start of the display area deteriorates, especially at the upper bound. If reducing the upper bound of the horiz setting improves matters, that is indicative of this happening. [1] more specifically, electrolytic capacitors. They are temperature- sensitive. Silicon does not "wear out" as such. -- alan dot mckinnon at gmail dot com I have docs. They are not very informative. When I start it up, the left edge is fine, which is the sync edge. Because of that and because I can adjust positioning left and right, and because the problem arose abruptly with the reboot to a new Xorg, I rate the probability of hardware problems low (but not zero of course). It appears to be a problem of horizontal spacing of the pixels. At it stands there is not room for the last 24. -- 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 What type of monitor do you have? How old is it? What is the screen size? What exactly do you mean by bleeding edges? Does the gui scroll when you move you mouse towards the edges? is that what you mean by bleeding? Another thing; Do you have the monitor manual? It will tell you the proper H and V sync rates at certain resolutions. Are you sure it supports that resolution? It's as listed in the xorg.conf above: I can be sure because it's Westinghouse. It's a flat-screen. It's a couple of years old, I guess. It's new enough to talk to X and report: (II) MACH64(0): clock: 121.8 MHz Image Size: 410 x 308 mm which agrees with my ruler. In inches a little over 16" x 12" visible. The video card is sending all 1280 dot columns. I have a control on the monitor called "H position" and I can scroll one pixel at a time to change which 1256 dot columns I want to see of the 1280 that are sent. The image does not scroll with mouse movement. I have the manual. You are way over-optimistic about its contents. I had no better luck on the web site. The limits I've posted were acquired by X from the monitor itself. The monitor did fine until I rebooted yesterday. Its on-screen display shows it thinks it's doing 1280x1024@60Hz. It's close of course, but not quite there. -- 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 So It's a flat-screen and not a flat panel lcd monitor? I think I'm beginning to understand your issue... setup the modelines like i told you and then check the monitor on-screen display settings. It seems it's not a modeline issue because modelines are primarily used to adjust frequency. Lower the resolution if you can to avoid the screen from going out of view range. [-- Attachment #2: Type: text/html, Size: 9377 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges 2009-10-17 19:26 ` Kevin O'Gorman 2009-10-17 19:34 ` Alan McKinnon @ 2009-10-17 19:39 ` Richard Marza 2009-10-17 19:51 ` Kevin O'Gorman 1 sibling, 1 reply; 22+ messages in thread From: Richard Marza @ 2009-10-17 19:39 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1214 bytes --] ----- Original Message ----- From: Kevin O'Gorman To: gentoo-user@lists.gentoo.org Sent: Saturday, October 17, 2009 3:26 PM Subject: Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges On Sat, Oct 17, 2009 at 12:18 PM, Alan McKinnon <alan.mckinnon@gmail.com> wrote: On Saturday 17 October 2009 20:58:00 Kevin O'Gorman wrote: > 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? I'd try adjust the frequencies first, then try modelines. -- alan dot mckinnon at gmail dot com I'd try that too if I had a clue how to do it, let alone do it safely. Got any pointers to FMs? If you have a flat panel it will not mess up your monitor because they have safeguards against that and also modelines don't go in the monitor or screens section...they go in the modes section...did u try what i mentioned in my last post. [-- Attachment #2: Type: text/html, Size: 2683 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges 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 0 siblings, 2 replies; 22+ messages in thread From: Kevin O'Gorman @ 2009-10-17 19:51 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1769 bytes --] On Sat, Oct 17, 2009 at 12:39 PM, Richard Marza <richardmarzan@optonline.net > wrote: > > > ----- Original Message ----- > *From:* Kevin O'Gorman <kogorman@gmail.com> > *To:* gentoo-user@lists.gentoo.org > *Sent:* Saturday, October 17, 2009 3:26 PM > *Subject:* Re: [gentoo-user] Desperately seeking modelines; xorg > 1.6.3.901-r2bleeds off the edges > > On Sat, Oct 17, 2009 at 12:18 PM, Alan McKinnon <alan.mckinnon@gmail.com>wrote: > >> On Saturday 17 October 2009 20:58:00 Kevin O'Gorman wrote: >> >> > 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? >> >> I'd try adjust the frequencies first, then try modelines. >> >> -- >> alan dot mckinnon at gmail dot com >> >> I'd try that too if I had a clue how to do it, let alone do it safely. > Got any pointers to FMs? > > > > If you have a flat panel it will not mess up your monitor because they have > safeguards against that and also modelines don't go in the monitor or > screens section...they go in the modes section...did u try what i mentioned > in my last post. > > > > It's a flat panel. I did not know what to do with your last post, as the modelines were not acceptable. The actual rates the monitor is showing now are 54.2KHz and 60.2Hz, which are well within specs. I chose the section from memory. In the pre-Xorg-pre-XFree days I seem to recall using different modelines at different depths. Modes section all by itself, not a subsection? I'll try that. -- Kevin O'Gorman, PhD [-- Attachment #2: Type: text/html, Size: 4352 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg1.6.3.901-r2bleeds off the edges 2009-10-17 19:51 ` Kevin O'Gorman @ 2009-10-17 20:02 ` Richard Marza 2009-10-17 20:57 ` [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds " Keith Dart 1 sibling, 0 replies; 22+ messages in thread From: Richard Marza @ 2009-10-17 20:02 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 2729 bytes --] ----- Original Message ----- From: Kevin O'Gorman To: gentoo-user@lists.gentoo.org Sent: Saturday, October 17, 2009 3:51 PM Subject: Re: [gentoo-user] Desperately seeking modelines; xorg1.6.3.901-r2bleeds off the edges On Sat, Oct 17, 2009 at 12:39 PM, Richard Marza <richardmarzan@optonline.net> wrote: ----- Original Message ----- From: Kevin O'Gorman To: gentoo-user@lists.gentoo.org Sent: Saturday, October 17, 2009 3:26 PM Subject: Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges On Sat, Oct 17, 2009 at 12:18 PM, Alan McKinnon <alan.mckinnon@gmail.com> wrote: On Saturday 17 October 2009 20:58:00 Kevin O'Gorman wrote: > 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? I'd try adjust the frequencies first, then try modelines. -- alan dot mckinnon at gmail dot com I'd try that too if I had a clue how to do it, let alone do it safely. Got any pointers to FMs? If you have a flat panel it will not mess up your monitor because they have safeguards against that and also modelines don't go in the monitor or screens section...they go in the modes section...did u try what i mentioned in my last post. It's a flat panel. I did not know what to do with your last post, as the modelines were not acceptable. The actual rates the monitor is showing now are 54.2KHz and 60.2Hz, which are well within specs. I chose the section from memory. In the pre-Xorg-pre-XFree days I seem to recall using different modelines at different depths. Modes section all by itself, not a subsection? I'll try that. -- 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 If it was a subsection my post would have stated EndSubSection or something similar...Place the modes section after the InputDevice Section. Get your own modes...using gtf and slip them into the modes section like so: Section "Modes" Identifier "16:10" <you modeline here> EndSection But remember, you can leave out or specify the identifier ratios depending on whether it will work for you or not. [-- Attachment #2: Type: text/html, Size: 6417 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges 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 ` Keith Dart 2009-10-17 21:45 ` Kevin O'Gorman 1 sibling, 1 reply; 22+ messages in thread From: Keith Dart @ 2009-10-17 20:57 UTC (permalink / raw To: gentoo-user === On Sat, 10/17, Kevin O'Gorman wrote: === > It's a flat panel. === In that case I'd first try the monitor's own auto-adjust feature. Usually this is available by pressing some "menu" key on your monitor. If that doesn't work then make sure you have DDC support in your driver and enable it. You monitor is new enough that it should just work after being queried by DDC. -- Keith Dart -- -- -------------------- Keith Dart <keith@dartworks.biz> ======================= ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges 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 0 siblings, 0 replies; 22+ messages in thread From: Kevin O'Gorman @ 2009-10-17 21:45 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 623 bytes --] SOLVED On Sat, Oct 17, 2009 at 1:57 PM, Keith Dart <keith@dartworks.biz> wrote: > === On Sat, 10/17, Kevin O'Gorman wrote: === > > It's a flat panel. > === > > In that case I'd first try the monitor's own auto-adjust feature. > Usually this is available by pressing some "menu" key on your monitor. > > If that doesn't work then make sure you have DDC support in your driver > and enable it. You monitor is new enough that it should just work after > being queried by DDC. > > > > -- Keith Dart > > -- > -- -------------------- > Keith Dart > <keith@dartworks.biz> > ======================= > > -- Kevin O'Gorman, PhD [-- Attachment #2: Type: text/html, Size: 1114 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges 2009-10-17 18:58 ` Kevin O'Gorman 2009-10-17 19:18 ` Alan McKinnon @ 2009-10-17 19:22 ` Richard Marza 2009-10-17 19:36 ` Kevin O'Gorman 1 sibling, 1 reply; 22+ messages in thread From: Richard Marza @ 2009-10-17 19:22 UTC (permalink / raw To: gentoo-user [-- 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 --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges 2009-10-17 19:22 ` Richard Marza @ 2009-10-17 19:36 ` Kevin O'Gorman 0 siblings, 0 replies; 22+ messages in thread From: Kevin O'Gorman @ 2009-10-17 19:36 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 5147 bytes --] On Sat, Oct 17, 2009 at 12:22 PM, Richard Marza <richardmarzan@optonline.net > wrote: > > > ----- Original Message ----- > *From:* Kevin O'Gorman <kogorman@gmail.com> > *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 > > None of the above are what I want. On another track, the Xorg log has a bunch of Modelines listed, but I can't see immediately which one it used. I'd like to start with that one and tweak it. Just the 1280x1024 ones are (II) MACH64(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) MACH64(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) MACH64(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) I guess I'll try them to see if I can get a known starting point. -- Kevin O'Gorman, PhD [-- Attachment #2: Type: text/html, Size: 8858 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds off the edges 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:03 ` Dirk Heinrichs 2009-10-17 18:42 ` Kevin O'Gorman 2009-10-17 19:56 ` [gentoo-user] Re: Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds " walt 2 siblings, 1 reply; 22+ messages in thread From: Dirk Heinrichs @ 2009-10-17 18:03 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: Text/Plain, Size: 369 bytes --] Am Samstag 17 Oktober 2009 19:21:46 schrieb Kevin O'Gorman: > 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 modlines? Xorg.conf is > attached. Did you try X -configure? Or even without xorg.conf? Bye... Dirk [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 190 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds off the edges 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 0 siblings, 1 reply; 22+ messages in thread From: Kevin O'Gorman @ 2009-10-17 18:42 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 629 bytes --] On Sat, Oct 17, 2009 at 11:03 AM, Dirk Heinrichs <dirk.heinrichs@online.de>wrote: > Am Samstag 17 Oktober 2009 19:21:46 schrieb Kevin O'Gorman: > > 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 modlines? Xorg.conf is > > attached. > > Did you try X -configure? Or even without xorg.conf? > > Bye... > > Dirk > I did. I was forced to by the behavior of X without them. That whole thing started out as the results of X -configure. -- Kevin O'Gorman, PhD [-- Attachment #2: Type: text/html, Size: 1022 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges 2009-10-17 18:42 ` Kevin O'Gorman @ 2009-10-17 18:57 ` Richard Marza 2009-10-17 19:11 ` Kevin O'Gorman 0 siblings, 1 reply; 22+ messages in thread From: Richard Marza @ 2009-10-17 18:57 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1199 bytes --] ----- Original Message ----- From: Kevin O'Gorman To: gentoo-user@lists.gentoo.org Sent: Saturday, October 17, 2009 2:42 PM Subject: Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges On Sat, Oct 17, 2009 at 11:03 AM, Dirk Heinrichs <dirk.heinrichs@online.de> wrote: Am Samstag 17 Oktober 2009 19:21:46 schrieb Kevin O'Gorman: > 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 modlines? Xorg.conf is > attached. Did you try X -configure? Or even without xorg.conf? Bye... Dirk I did. I was forced to by the behavior of X without them. That whole thing started out as the results of X -configure. -- 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 Just use gtf to get your desired modeline. [-- Attachment #2: Type: text/html, Size: 2883 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2bleeds off the edges 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 0 siblings, 0 replies; 22+ messages in thread From: Kevin O'Gorman @ 2009-10-17 19:11 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1973 bytes --] On Sat, Oct 17, 2009 at 11:57 AM, Richard Marza <richardmarzan@optonline.net > wrote: > > > ----- Original Message ----- > *From:* Kevin O'Gorman <kogorman@gmail.com> > *To:* gentoo-user@lists.gentoo.org > *Sent:* Saturday, October 17, 2009 2:42 PM > *Subject:* Re: [gentoo-user] Desperately seeking modelines; xorg > 1.6.3.901-r2bleeds off the edges > > On Sat, Oct 17, 2009 at 11:03 AM, Dirk Heinrichs <dirk.heinrichs@online.de > > wrote: > >> Am Samstag 17 Oktober 2009 19:21:46 schrieb Kevin O'Gorman: >> > 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 modlines? Xorg.conf is >> > attached. >> >> Did you try X -configure? Or even without xorg.conf? >> >> Bye... >> >> Dirk >> > > > I did. I was forced to by the behavior of X without them. That whole > thing started out as the results of X -configure. > > -- > 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 > > > > > Just use gtf to get your desired modeline. > > That was a complete bust. I added the one I wanted and one for 1024x768 as a fallback. "xdm restart" and black screen forever, including trying to get to the fallback. Here's what gtf gave me: # 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync I put them in the Display section of Screen with depth 24. Comment them out and all is okay. -- Kevin O'Gorman, PhD [-- Attachment #2: Type: text/html, Size: 4760 bytes --] ^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-user] Re: Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds off the edges 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:03 ` [gentoo-user] Desperately seeking modelines; xorg 1.6.3.901-r2 bleeds " Dirk Heinrichs @ 2009-10-17 19:56 ` walt 2 siblings, 0 replies; 22+ messages in thread From: walt @ 2009-10-17 19:56 UTC (permalink / raw To: gentoo-user On 10/17/2009 10:21 AM, Kevin O'Gorman wrote: > > The bigger problem is that now Xorg is trying to display things off the > left and right edges of my monitor. By adjusting the monitor I see that > there are 24 pixels of stuff bleeding off the edge -- enough to lose a > close box, for instance. Back in the bad old CRT days a tool like xvidtune was the way to find appropriate mode lines. I've not needed it since switching to newer monitors, thankfully, but it's still in portage. It even prints out the safe frequency ranges on the command-line if your monitor is new enough to supply that info. ^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2009-10-17 21:45 UTC | newest] Thread overview: 22+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 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 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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox