public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [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

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