<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: OpenSUSE ruling my eMac!</title>
	<atom:link href="http://gopalarathnam.com/weblog/2005/11/22/opensuse-ruling-my-emac.html/feed" rel="self" type="application/rss+xml" />
	<link>http://gopalarathnam.com/weblog/2005/11/22/opensuse-ruling-my-emac.html</link>
	<description></description>
	<pubDate>Sun, 06 Jul 2008 01:49:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Pablo</title>
		<link>http://gopalarathnam.com/weblog/2005/11/22/opensuse-ruling-my-emac.html#comment-13620</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Mon, 02 Jul 2007 23:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://gopalarathnam.com/weblog/?p=7#comment-13620</guid>
		<description>Please gopal email my post to Nathan... if you have your email!!! :-)</description>
		<content:encoded><![CDATA[<p>Please gopal email my post to Nathan&#8230; if you have your email!!! <img src='http://gopalarathnam.com/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://gopalarathnam.com/weblog/2005/11/22/opensuse-ruling-my-emac.html#comment-13619</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Mon, 02 Jul 2007 23:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://gopalarathnam.com/weblog/?p=7#comment-13619</guid>
		<description>It's works with my Fedora PPC on my eMac at 1280x960!!!
the part very important is Section "Monitor"  

#/etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
	Option		"XkbOptions"	"lv3:lwin_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc RV280 [Radeon 9200]"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"iMac"
	Option		"DPMS"
	HorizSync	71-73
	VertRefresh	70-140
	ModeLine "1280x960" 122.2 1280 1336 1440 1696 960 961 964 1002 +hsync +vsync -csync
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV280 [Radeon 9200]"
	Monitor		"iMac"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection</description>
		<content:encoded><![CDATA[<p>It&#8217;s works with my Fedora PPC on my eMac at 1280&#215;960!!!<br />
the part very important is Section &#8220;Monitor&#8221;  </p>
<p>#/etc/X11/xorg.conf (xorg X Window System server configuration file)<br />
#<br />
# This file was generated by dexconf, the Debian X Configuration tool, using<br />
# values from the debconf database.<br />
#<br />
# Edit this file with caution, and see the xorg.conf(5) manual page.<br />
# (Type &#8220;man xorg.conf&#8221; at the shell prompt.)<br />
#<br />
# This file is automatically updated on xserver-xorg package upgrades *only*<br />
# if it has not been modified since the last upgrade of the xserver-xorg<br />
# package.<br />
#<br />
# If you have edited this file but would like it to be automatically updated<br />
# again, run the following command:<br />
#   sudo dpkg-reconfigure -phigh xserver-xorg</p>
<p>Section &#8220;InputDevice&#8221;<br />
	Identifier	&#8220;Generic Keyboard&#8221;<br />
	Driver		&#8220;kbd&#8221;<br />
	Option		&#8220;CoreKeyboard&#8221;<br />
	Option		&#8220;XkbModel&#8221;	&#8220;pc105&#8243;<br />
	Option		&#8220;XkbLayout&#8221;	&#8220;it&#8221;<br />
	Option		&#8220;XkbOptions&#8221;	&#8220;lv3:lwin_switch&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
	Identifier	&#8220;Configured Mouse&#8221;<br />
	Driver		&#8220;mouse&#8221;<br />
	Option		&#8220;CorePointer&#8221;<br />
	Option		&#8220;Device&#8221;		&#8220;/dev/input/mice&#8221;<br />
	Option		&#8220;Protocol&#8221;		&#8220;ImPS/2&#8243;<br />
	Option		&#8220;ZAxisMapping&#8221;		&#8220;4 5&#8243;<br />
	Option		&#8220;Emulate3Buttons&#8221;	&#8220;true&#8221;<br />
EndSection</p>
<p>Section &#8220;Device&#8221;<br />
	Identifier	&#8220;ATI Technologies Inc RV280 [Radeon 9200]&#8221;<br />
	Driver		&#8220;radeon&#8221;<br />
	BusID		&#8220;PCI:0:16:0&#8243;<br />
	Option		&#8220;UseFBDev&#8221;		&#8220;true&#8221;<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
	Identifier	&#8220;iMac&#8221;<br />
	Option		&#8220;DPMS&#8221;<br />
	HorizSync	71-73<br />
	VertRefresh	70-140<br />
	ModeLine &#8220;1280&#215;960&#8243; 122.2 1280 1336 1440 1696 960 961 964 1002 +hsync +vsync -csync<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
	Identifier	&#8220;Default Screen&#8221;<br />
	Device		&#8220;ATI Technologies Inc RV280 [Radeon 9200]&#8221;<br />
	Monitor		&#8220;iMac&#8221;<br />
	DefaultDepth	24<br />
	SubSection &#8220;Display&#8221;<br />
		Depth		1<br />
		Modes		&#8220;1024&#215;768&#8243;<br />
	EndSubSection<br />
	SubSection &#8220;Display&#8221;<br />
		Depth		4<br />
		Modes		&#8220;1024&#215;768&#8243;<br />
	EndSubSection<br />
	SubSection &#8220;Display&#8221;<br />
		Depth		8<br />
		Modes		&#8220;1024&#215;768&#8243;<br />
	EndSubSection<br />
	SubSection &#8220;Display&#8221;<br />
		Depth		15<br />
		Modes		&#8220;1024&#215;768&#8243;<br />
	EndSubSection<br />
	SubSection &#8220;Display&#8221;<br />
		Depth		16<br />
		Modes		&#8220;1024&#215;768&#8243;<br />
	EndSubSection<br />
	SubSection &#8220;Display&#8221;<br />
		Depth		24<br />
		Modes		&#8220;1024&#215;768&#8243;<br />
	EndSubSection<br />
EndSection</p>
<p>Section &#8220;ServerLayout&#8221;<br />
	Identifier	&#8220;Default Layout&#8221;<br />
	Screen		&#8220;Default Screen&#8221;<br />
	InputDevice	&#8220;Generic Keyboard&#8221;<br />
	InputDevice	&#8220;Configured Mouse&#8221;<br />
EndSection</p>
<p>Section &#8220;DRI&#8221;<br />
	Mode	0666<br />
EndSection</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gopal</title>
		<link>http://gopalarathnam.com/weblog/2005/11/22/opensuse-ruling-my-emac.html#comment-12449</link>
		<dc:creator>gopal</dc:creator>
		<pubDate>Mon, 28 May 2007 06:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://gopalarathnam.com/weblog/?p=7#comment-12449</guid>
		<description>As mentioned in my post, I did not have any problems with getting X to work.

That being said, it is very easy to get the HorizSync and VertRefresh for your monitor from it's manual.  Get it, and run "X -configure", and add the following lines under the "Monitor" section and it should work.

&lt;pre&gt;
Section Monitor
    # ...
    HorizSync xxx
    VertRefresh yyy
EndSection
&lt;/pre&gt;

There is another way for this -- you can download the proprietary binary drivers from ATI I guess.

Check with OpenSuSE forums on this.</description>
		<content:encoded><![CDATA[<p>As mentioned in my post, I did not have any problems with getting X to work.</p>
<p>That being said, it is very easy to get the HorizSync and VertRefresh for your monitor from it&#8217;s manual.  Get it, and run &#8220;X -configure&#8221;, and add the following lines under the &#8220;Monitor&#8221; section and it should work.</p>
<pre>
Section Monitor
    # ...
    HorizSync xxx
    VertRefresh yyy
EndSection
</pre>
<p>There is another way for this &#8212; you can download the proprietary binary drivers from ATI I guess.</p>
<p>Check with OpenSuSE forums on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://gopalarathnam.com/weblog/2005/11/22/opensuse-ruling-my-emac.html#comment-12430</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Sun, 27 May 2007 06:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://gopalarathnam.com/weblog/?p=7#comment-12430</guid>
		<description>Sorry, I know this is an old post.  But I have an eMac also and I'm trying to get opensuse 10.2 to work on it.  Did you have to do anything special with the monitor settings or ATI drivers?  After everything loads up, I only get a blank screen instead of the X environment.</description>
		<content:encoded><![CDATA[<p>Sorry, I know this is an old post.  But I have an eMac also and I&#8217;m trying to get opensuse 10.2 to work on it.  Did you have to do anything special with the monitor settings or ATI drivers?  After everything loads up, I only get a blank screen instead of the X environment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
