Monitor wraparound (cf. Monitor Problem on iLamp)

Suman Chakrabarti yellowdog-newbie@lists.terrasoftsolutions.com
Mon, 18 Aug 2003 17:23:11 -0500


--============_-1150877101==_ma============
Content-Type: text/plain; charset="us-ascii" ; format="flowed"

On May 14 of this year, the following was posted, according to the archives at:

http://lists.terrasoftsolutions.com/pipermail/yellowdog-newbie/2003-May/003047.html

>John Horner yellowdog-newbie@lists.terrasoftsolutions.com
>Wed, 14 May 2003 09:26:54 +1000
>
>Previous message: Experimental kernel w/ HFS+ support (MOL too)
>Next message: Graphic Login For Specific User?
>Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>I've got a problem on an iLamp-style iMac.
>
>The monitor is "wrapping around". The rightmost 5% of the screen is
>over on the left, i.e. instead of:
>
>       ABCDEFGHIJKLMNOPQRSTUVWXYZ
>
>I would see
>
>       YZABCDEFGHIJKLMNOPQRSTUVWX
>
>which is, as I'm sure you can imagine, not critical but very
>annoying. Not least because those few far-right pixels are where the
>close-box of a maximised window can be found.
>
>Any help gratefully received.
>--
>------------------------------------------------------------
>John Horner                            (+612 / 02) 9333 2110
>Senior Developer, ABC Online http://abc.net.au/ 
>------------------------------------------------------------

I'm experiencing the same problem on an Apple LCD 17" display on a 
Power Mac G4-933.

I saw no indication in the archive that anyone answered John's query. 
Has someone figured something out here? I have checked out other 
threads, one of which degenerated into a spat over religion. Another 
on screen resolution had some interesting stuff. But nothing 
definitive to answer John Horner's question.

Dan Burcaw was good enough to send me his XF86Config file, which 
apparently supports his 17" LCD fine. That machine is at another 
location: I'll try it this evening.

I show the file text below (BTW, I've found that opening it in OS X 
BBEdit with Language setting of ANSI C gives nice syntax coloring to 
clarify the file).


># File generated by anaconda.
>#
>
>Section "ServerLayout"
>
>	#
>	Identifier     "Anaconda Configured"
>	Screen      0  "Screen0" 0 0
>	InputDevice    "Mouse0" "CorePointer"
>	InputDevice    "Keyboard0" "CoreKeyboard"
>EndSection
>
>Section "Files"
>
># The location of the RGB database.  Note, this is the name of the
># file minus the extension (like ".txt" or ".db").  There is normally
># no need to change the default.
># Multiple FontPath entries are allowed (they are concatenated together)
># By default, Red Hat 6.0 and later now use a font server independent of
># the X server to render fonts.
>	RgbPath      "/usr/X11R6/lib/X11/rgb"
>	FontPath     "unix/:7100"
>EndSection
>
>Section "Module"
>	Load  "dbe"
>	Load  "extmod"
>	#Load  "fbdevhw"
>	Load  "dri"
>	Load  "glx"
>	Load  "record"
>	Load  "freetype"
>	Load  "type1"
>EndSection
>
>Section "InputDevice"
>
>#	Option	"AutoRepeat"	"500 5"
># when using XQUEUE, comment out the above line, and uncomment the
># following line
>#	Option	"Protocol"	"Xqueue"
># Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
>#	Option	"Xleds"		"1 2 3"
># To disable the XKEYBOARD extension, uncomment XkbDisable.
>#	Option	"XkbDisable"
># To customise the XKB settings to suit your keyboard, modify the
># lines below (which are the defaults).  For example, for a non-U.S.
># keyboard, you will probably want to use:
>#	Option	"XkbModel"	"pc102"
># If you have a US Microsoft Natural keyboard, you can use:
>#	Option	"XkbModel"	"microsoft"
>#
># Then to change the language, change the Layout setting.
># For example, a german layout can be obtained with:
>#	Option	"XkbLayout"	"de"
># or:
>#	Option	"XkbLayout"	"de"
>#	Option	"XkbVariant"	"nodeadkeys"
>#
># If you'd like to switch the positions of your capslock and
># control keys, use:
>#	Option	"XkbOptions"	"ctrl:swapcaps"
>	#Option	"XkbOptions"	""
>	Identifier  "Keyboard0"
>	Driver      "keyboard"
>	Option	    "XkbRules" "xfree86"
>	Option	    "XkbModel" "macintosh"
>	Option	    "XkbLayout" "us"
>	#Option	"XkbVariant"	""
>EndSection
>
>Section "InputDevice"
>	Identifier  "Mouse0"
>	Driver      "mouse"
>	Option	    "Protocol" "IMPS/2"
>	Option	    "Device" "/dev/input/mice"
>	Option	    "ZAxisMapping" "4 5"
>	Option	    "Emulate3Buttons" "no"
>EndSection
>
>Section "Monitor"
>	Identifier   "Monitor0"
>	VendorName   "Monitor Vendor"
>	ModelName    "Monitor Model"
>	HorizSync    30.0 - 130.0
>	VertRefresh  60.0 - 60.0
>	Option	    "dpms"
>EndSection
>
>Section "Device"
>
># Some 7500 boards aparently need this option enabled to work - bug (#62760)
>         #BusID
>	Identifier  "ATI Radeon 7500"
>	Driver      "radeon"
>	VendorName  "ATI Radeon 7500"
>	BoardName   "ATI Radeon 7500"
>	Option	    "UseFBDev" "true"
>EndSection
>
>Section "Screen"
>	Identifier "Screen0"
>	Device     "ATI Radeon 7500"
>	Monitor    "Monitor0"
>	DefaultDepth     24
>	SubSection "Display"
>		Depth     24
>		Modes    "1280x1024"
>	EndSubSection
>EndSection
>
>Section "DRI"
>	Mode         0666
>EndSection
>
>


-- 
Suman Chakrabarti, Ph.D.
Thermal / Fluids / Plasma Propulsion Modeling Engineer	(& Kitchen Sink)

TD40 / Propulsion Research Center		<Suman.Chakrabarti@nasa.gov>
NASA Marshall Space Flight Center		AIM/iChat:  <scstr@mac.com>
Huntsville, AL  35812
			Schedule:	<webcal://ical.mac.com/scstr/Work.ics>

TD40 is a part of the Space Transportation Directorate at NASA MSFC
Any opinion expressed is my own and not that of NASA

"If it's Sumanly possible, it'll be done."
--============_-1150877101==_ma============
Content-Type: text/html; charset="us-ascii"

<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Monitor wraparound (cf. Monitor Problem on
iLamp)</title></head><body>
<div>On May 14 of this year, the following was posted, according to
the archives at:</div>
<div><br></div>
<div
>http://lists.terrasoftsolutions.com/pipermail/yellowdog-newbie/2003-<span
></span>May/003047.html</div>
<div><br></div>
<blockquote type="cite" cite><font face="Times" size="+1"
color="#000000"><b>John Horner</b></font><font face="Times" size="+1"
color="#0000FF">
yellowdog-newbie@lists.terrasoftsolutions.com</font></blockquote>
<blockquote type="cite" cite><font face="Times" size="+1"
color="#000000"><i>Wed, 14 May 2003 09:26:54
+1000</i></font></blockquote>
<blockquote type="cite" cite><font face="Times" size="+1"
color="#000000"><i><br></i></font></blockquote>
<blockquote type="cite" cite><font face="Times" size="+1"
color="#000000">Previous message:</font><font face="Times" size="+1"
color="#0000FF"> Experimental kernel w/ HFS+ support (MOL
too)</font></blockquote>
<blockquote type="cite" cite><font face="Times" size="+1"
color="#000000">Next message:</font><font face="Times" size="+1"
color="#000080"> Graphic Login For Specific User?</font></blockquote>
<blockquote type="cite" cite><font face="Times" size="+1"
color="#000000"><b>Messages sorted by:</b></font><font face="Times"
size="+1" color="#0000FF"> [ date ] [ thread ] [ subject ] [ author
]</font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000">I've got a problem on an iLamp-style
iMac.</font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000"><br></font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000">The monitor is &quot;wrapping around&quot;. The
rightmost 5% of the screen is</font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000">over on the left, i.e. instead of:</font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000"><br></font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
ABCDEFGHIJKLMNOPQRSTUVWXYZ</font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000"><br></font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000">I would see</font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000"><br></font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
YZABCDEFGHIJKLMNOPQRSTUVWX</font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000"><br></font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000">which is, as I'm sure you can imagine, not critical
but very</font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000">annoying. Not least because those few far-right pixels
are where the</font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000">close-box of a maximised window can be
found.</font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000"><br></font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000">Any help gratefully received.</font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000">--</font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000"
>------------------------------------------------------------</font
></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000">John
Horner&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (+612 / 02) 9333
2110</font></blockquote>
<blockquote type="cite" cite><font face="Courier" size="-3"
color="#000000">Senior Developer, ABC Online</font><font
face="Courier" size="-3" color="#000080">
http://abc.net.au/</font><font face="Courier" size="-3"
color="#000000">
------------------------------------------------------------</font></blockquote
>
<div><br></div>
<div>I'm experiencing the same problem on an Apple LCD 17&quot;
display on a Power Mac G4-933.</div>
<div><br></div>
<div>I saw no indication in the archive that anyone answered John's
query. Has someone figured something out here? I have checked out
other threads, one of which degenerated into a spat over religion.
Another on screen resolution had some interesting stuff. But nothing
definitive to answer John Horner's question.</div>
<div><br></div>
<div>Dan Burcaw was good enough to send me his XF86Config file, which
apparently supports his 17&quot; LCD fine. That machine is at another
location: I'll try it this evening.</div>
<div><br></div>
<div>I show the file text below (BTW, I've found that opening it in OS
X BBEdit with Language setting of ANSI C gives nice syntax coloring to
clarify the file).</div>
<div><br></div>
<div><br></div>
<blockquote type="cite" cite># File generated by
anaconda.</blockquote>
<blockquote type="cite" cite>#</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>Section
&quot;ServerLayout&quot;</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>#</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Identifier&nbsp;&nbsp;&nbsp;&nbsp; &quot;Anaconda
Configured&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; &quot;Screen0&quot;
0 0</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>InputDevice&nbsp;&nbsp;&nbsp; &quot;Mouse0&quot;
&quot;CorePointer&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>InputDevice&nbsp;&nbsp;&nbsp; &quot;Keyboard0&quot;
&quot;CoreKeyboard&quot;</blockquote>
<blockquote type="cite" cite>EndSection</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>Section &quot;Files&quot;</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite># The location of the RGB database.&nbsp;
Note, this is the name of the</blockquote>
<blockquote type="cite" cite># file minus the extension (like
&quot;.txt&quot; or &quot;.db&quot;).&nbsp; There is
normally</blockquote>
<blockquote type="cite" cite># no need to change the
default.</blockquote>
<blockquote type="cite" cite># Multiple FontPath entries are allowed
(they are concatenated together)</blockquote>
<blockquote type="cite" cite># By default, Red Hat 6.0 and later now
use a font server independent of</blockquote>
<blockquote type="cite" cite># the X server to render
fonts.</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>RgbPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;/usr/X11R6/lib/X11/rgb&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>FontPath&nbsp;&nbsp;&nbsp;&nbsp;
&quot;unix/:7100&quot;</blockquote>
<blockquote type="cite" cite>EndSection</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>Section &quot;Module&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>Load&nbsp;
&quot;dbe&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>Load&nbsp;
&quot;extmod&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>#Load&nbsp;
&quot;fbdevhw&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>Load&nbsp;
&quot;dri&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>Load&nbsp;
&quot;glx&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>Load&nbsp;
&quot;record&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>Load&nbsp;
&quot;freetype&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>Load&nbsp;
&quot;type1&quot;</blockquote>
<blockquote type="cite" cite>EndSection</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>Section
&quot;InputDevice&quot;</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>#<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp;
</x-tab>&quot;AutoRepeat&quot;<x-tab>&nbsp;&nbsp;&nbsp;
</x-tab>&quot;500 5&quot;</blockquote>
<blockquote type="cite" cite># when using XQUEUE, comment out the
above line, and uncomment the</blockquote>
<blockquote type="cite" cite># following line</blockquote>
<blockquote type="cite" cite>#<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp;
</x-tab>&quot;Protocol&quot;<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&quot;Xqueue&quot;</blockquote>
<blockquote type="cite" cite># Specify which keyboard LEDs can be
user-controlled (eg, with xset(1))</blockquote>
<blockquote type="cite" cite>#<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp; </x-tab>&quot;Xleds&quot;<x-tab>
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&quot;1 2 3&quot;</blockquote>
<blockquote type="cite" cite># To disable the XKEYBOARD extension,
uncomment XkbDisable.</blockquote>
<blockquote type="cite" cite>#<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp;
</x-tab>&quot;XkbDisable&quot;</blockquote>
<blockquote type="cite" cite># To customise the XKB settings to suit
your keyboard, modify the</blockquote>
<blockquote type="cite" cite># lines below (which are the defaults).&nbsp;
For example, for a non-U.S.</blockquote>
<blockquote type="cite" cite># keyboard, you will probably want to
use:</blockquote>
<blockquote type="cite" cite>#<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp;
</x-tab>&quot;XkbModel&quot;<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&quot;pc102&quot;</blockquote>
<blockquote type="cite" cite># If you have a US Microsoft Natural
keyboard, you can use:</blockquote>
<blockquote type="cite" cite>#<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp;
</x-tab>&quot;XkbModel&quot;<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&quot;microsoft&quot;</blockquote>
<blockquote type="cite" cite>#</blockquote>
<blockquote type="cite" cite># Then to change the language, change the
Layout setting.</blockquote>
<blockquote type="cite" cite># For example, a german layout can be
obtained with:</blockquote>
<blockquote type="cite" cite>#<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp;
</x-tab>&quot;XkbLayout&quot;<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&quot;de&quot;</blockquote>
<blockquote type="cite" cite># or:</blockquote>
<blockquote type="cite" cite>#<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp;
</x-tab>&quot;XkbLayout&quot;<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&quot;de&quot;</blockquote>
<blockquote type="cite" cite>#<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp;
</x-tab>&quot;XkbVariant&quot;<x-tab>&nbsp;&nbsp;&nbsp;
</x-tab>&quot;nodeadkeys&quot;</blockquote>
<blockquote type="cite" cite>#</blockquote>
<blockquote type="cite" cite># If you'd like to switch the positions
of your capslock and</blockquote>
<blockquote type="cite" cite># control keys, use:</blockquote>
<blockquote type="cite" cite>#<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp;
</x-tab>&quot;XkbOptions&quot;<x-tab>&nbsp;&nbsp;&nbsp;
</x-tab>&quot;ctrl:swapcaps&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>#Option<x-tab>
</x-tab>&quot;XkbOptions&quot;<x-tab>&nbsp;&nbsp;&nbsp;
</x-tab>&quot;&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Identifier&nbsp; &quot;Keyboard0&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;keyboard&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp; </x-tab>&nbsp;&nbsp;&nbsp; &quot;XkbRules&quot;
&quot;xfree86&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp; </x-tab>&nbsp;&nbsp;&nbsp; &quot;XkbModel&quot;
&quot;macintosh&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp; </x-tab>&nbsp;&nbsp;&nbsp;
&quot;XkbLayout&quot; &quot;us&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>#Option<x-tab>
</x-tab>&quot;XkbVariant&quot;<x-tab>&nbsp;&nbsp;&nbsp;
</x-tab>&quot;&quot;</blockquote>
<blockquote type="cite" cite>EndSection</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>Section
&quot;InputDevice&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Identifier&nbsp; &quot;Mouse0&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;mouse&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp; </x-tab>&nbsp;&nbsp;&nbsp; &quot;Protocol&quot;
&quot;IMPS/2&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp; </x-tab>&nbsp;&nbsp;&nbsp; &quot;Device&quot;
&quot;/dev/input/mice&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp; </x-tab>&nbsp;&nbsp;&nbsp;
&quot;ZAxisMapping&quot; &quot;4 5&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp; </x-tab>&nbsp;&nbsp;&nbsp;
&quot;Emulate3Buttons&quot; &quot;no&quot;</blockquote>
<blockquote type="cite" cite>EndSection</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>Section &quot;Monitor&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Identifier&nbsp;&nbsp; &quot;Monitor0&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>VendorName&nbsp;&nbsp; &quot;Monitor Vendor&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>ModelName&nbsp;&nbsp;&nbsp; &quot;Monitor
Model&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>HorizSync&nbsp;&nbsp;&nbsp; 30.0 - 130.0</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>VertRefresh&nbsp; 60.0 - 60.0</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp; </x-tab>&nbsp;&nbsp;&nbsp;
&quot;dpms&quot;</blockquote>
<blockquote type="cite" cite>EndSection</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>Section &quot;Device&quot;</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite># Some 7500 boards aparently need this
option enabled to work - bug (#62760)</blockquote>
<blockquote type="cite" cite>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
#BusID</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Identifier&nbsp; &quot;ATI Radeon 7500&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;radeon&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>VendorName&nbsp; &quot;ATI Radeon 7500&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>BoardName&nbsp;&nbsp; &quot;ATI Radeon 7500&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Option<x-tab>&nbsp; </x-tab>&nbsp;&nbsp;&nbsp; &quot;UseFBDev&quot;
&quot;true&quot;</blockquote>
<blockquote type="cite" cite>EndSection</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>Section &quot;Screen&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Identifier &quot;Screen0&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Device&nbsp;&nbsp;&nbsp;&nbsp; &quot;ATI Radeon
7500&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Monitor&nbsp;&nbsp;&nbsp; &quot;Monitor0&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>SubSection &quot;Display&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Depth&nbsp;&nbsp;&nbsp;&nbsp; 24</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Modes&nbsp;&nbsp;&nbsp; &quot;1280x1024&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>EndSubSection</blockquote>
<blockquote type="cite" cite>EndSection</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite>Section &quot;DRI&quot;</blockquote>
<blockquote type="cite"
cite><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0666</blockquote>
<blockquote type="cite" cite>EndSection</blockquote>
<blockquote type="cite" cite><br></blockquote>
<blockquote type="cite" cite><br></blockquote>
<div><br></div>
<div><br></div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><font face="Arial Black" size="+1" color="#007700"><u>Suman
Chakrabarti, Ph.D.</u></font></div>
<div><font face="Comic Sans MS" size="-3"
color="#0000FF"><i><b>Thermal / Fluids / Plasma Propulsion Modeling
Engineer<x-tab>&nbsp; </x-tab>(&amp; Kitchen
Sink)</b></i></font></div>
<div><font face="Comic Sans MS" size="-3" color="#000000"><br>
TD40 / Propulsion Research
Center<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>&lt;Suman.Chakrabarti@nasa.gov&gt;<br>
NASA Marshall Space Flight Center<x-tab>&nbsp;&nbsp;
</x-tab></font><font face="Comic Sans MS" size="-3"
color="#FF0000"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>AIM/iChat:&nbsp; &lt;scstr@mac.com&gt;</font></div>
<div><font face="Comic Sans MS" size="-3" color="#000000">Huntsville,
AL&nbsp; 35812<x-tab>&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab></font><font face="Comic Sans MS" size="-3"
color="#0000FF"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab></font></div>
<div><font face="Comic Sans MS" size="-3"
color="#0000FF"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>Schedule:<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab></font><font face="Comic Sans MS" size="-3"
color="#000000">&lt;webcal://ical.mac.com/scstr/Work.ics&gt;</font></div
>
<div><font face="Comic Sans MS" size="-3"
color="#000000"><br></font></div>
<div><font face="Comic Sans MS" size="-3" color="#000000">TD40 is a
part of the Space Transportation Directorate at NASA MSFC</font></div>
<div><font face="Comic Sans MS" size="-3" color="#FF0000"><i><b>Any
opinion expressed is my own and not that of NASA</b></i></font></div>
<div><font face="Comic Sans MS" size="-3" color="#000000"><br>
</font><font face="Comic Sans MS" color="#00FF00"><b>&quot;If it's
Sumanly possible, it'll be done.&quot;</b></font></div>
</body>
</html>
--============_-1150877101==_ma============--