Jaunty Mach64 X.org issue

Laura Czajkowski laura at lczajkowski.com
Mon May 11 15:04:04 BST 2009


Posting this to here in case anyone else may have seen a similar issue.

Laura 


--------- Original Message --------
From: FRLinux <frlinux at gmail.com>
To: Irish Linux Users Group <ilug at linux.ie>
Subject: [ILUG] Jaunty Mach64 X.org issue
Date: 11/05/09 12:22

> Hello,
> 
> We have a little issue with the latest version of Ubuntu (Jaunty)
> which does not detect the second card on the system when launching X,
> we have file a bug report on launchpad for that but am wondering if
> someone might have more insight about this. From what I know, the ATI
> driver was split into 3 modules (radeon, mach64, r128) and it seems to
> be creating the issue since on hardy, everything was working.
> 
> Here is a link to the bug report:
> https://bugs.freedesktop.org/show_bug.cgi?id=21617
> 
> Is that something that others have seen? Any help welcome. We've tried
> the proprietary one which freezes the display.
> 
> As a reference, here is the /etc/X11/xorg.conf :
> 
> Section &quot;ServerLayout&quot;
> 	Identifier     &quot;X.org Configured&quot;
> 	Screen      0  &quot;Screen0&quot; 0 0
> 	Screen      1  &quot;Screen1&quot; LeftOf &quot;Screen0&quot;
> 	InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;
> 	InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;
> #	Option		&quot;AllowEmptyInput&quot; &quot;off&quot;
> EndSection
> 
> Section &quot;Files&quot;
> 	ModulePath   &quot;/usr/lib/xorg/modules&quot;
> 	FontPath     &quot;/usr/share/fonts/X11/misc&quot;
> 	FontPath     &quot;/usr/share/fonts/X11/cyrillic&quot;
> 	FontPath     &quot;/usr/share/fonts/X11/100dpi/:unscaled&quot;
> 	FontPath     &quot;/usr/share/fonts/X11/75dpi/:unscaled&quot;
> 	FontPath     &quot;/usr/share/fonts/X11/Type1&quot;
> 	FontPath     &quot;/usr/share/fonts/X11/100dpi&quot;
> 	FontPath     &quot;/usr/share/fonts/X11/75dpi&quot;
> 	FontPath     &quot;/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType&quot;
> EndSection
> 
> Section &quot;Module&quot;
> 	Load  &quot;dri2&quot;
> 	Load  &quot;extmod&quot;
> 	Load  &quot;dbe&quot;
> 	Load  &quot;glx&quot;
> 	Load  &quot;record&quot;
> 	Load  &quot;dri&quot;
> EndSection
> 
> Section &quot;InputDevice&quot;
> 	Identifier  &quot;Keyboard0&quot;
> 	Driver      &quot;kbd&quot;
> EndSection
> 
> Section &quot;InputDevice&quot;
> 	Identifier  &quot;Mouse0&quot;
> 	Driver      &quot;mouse&quot;
> 	Option	    &quot;Protocol&quot; &quot;auto&quot;
> 	Option	    &quot;Device&quot; &quot;/dev/input/mice&quot;
> 	Option	    &quot;ZAxisMapping&quot; &quot;4 5 6 7&quot;
> EndSection
> 
> Section &quot;Monitor&quot;
> 	#DisplaySize	  340   270	# mm
> 	Identifier   &quot;Monitor0&quot;
> 	VendorName   &quot;DELL&quot;
> 	ModelName    &quot;DELL E171FP&quot;
> 	HorizSync    30.0 - 80.0
> 	VertRefresh  56.0 - 76.0
> 	Option	    &quot;DPMS&quot;
> EndSection
> 
> Section &quot;Monitor&quot;
> 	#DisplaySize	  340   270	# mm
> 	Identifier   &quot;Monitor1&quot;
> 	VendorName   &quot;DELL&quot;
> 	ModelName    &quot;DELL E171FP&quot;
> 	HorizSync    30.0 - 80.0
> 	VertRefresh  56.0 - 76.0
> 	Option	    &quot;DPMS&quot;
> EndSection
> 
> Section &quot;Device&quot;
>         ### Available Driver options are:-
>         ### Values: &lt;i&gt;: integer, &lt;f&gt;: float, &lt;bool&gt;:
&quot;True&quot;/&quot;False&quot;,
>         ### &lt;string&gt;: &quot;String&quot;, &lt;freq&gt;:
&quot;&lt;f&gt; Hz/kHz/MHz&quot;
>         ### [arg]: arg optional
>         #Option     &quot;probe_sparse&quot;       	# [&lt;bool&gt;]
>         #Option     &quot;accel&quot;              	# [&lt;bool&gt;]
>         #Option     &quot;crt_display&quot;        	# [&lt;bool&gt;]
>         #Option     &quot;composite_sync&quot;     	# [&lt;bool&gt;]
>         #Option     &quot;hw_cursor&quot;          	# [&lt;bool&gt;]
>         #Option     &quot;force_pci_mode&quot;     	# [&lt;bool&gt;]
>         #Option     &quot;dma_mode&quot;           	# &lt;str&gt;
>         #Option     &quot;agp_mode&quot;           	# &lt;i&gt;
>         #Option     &quot;agp_size&quot;           	# &lt;i&gt;
>         #Option     &quot;local_textures&quot;     	# [&lt;bool&gt;]
>         #Option     &quot;buffer_size&quot;        	# &lt;i&gt;
>         #Option     &quot;tv_out&quot;             	# [&lt;bool&gt;]
>         #Option     &quot;tv_standard&quot;        	# &lt;str&gt;
>         #Option     &quot;mmio_cache&quot;         	# [&lt;bool&gt;]
>         #Option     &quot;test_mmio_cache&quot;    	# [&lt;bool&gt;]
>         #Option     &quot;panel_display&quot;      	# [&lt;bool&gt;]
>         #Option     &quot;reference_clock&quot;    	# &lt;freq&gt;
>         #Option     &quot;shadow_fb&quot;          	# [&lt;bool&gt;]
>         #Option     &quot;sw_cursor&quot;          	# [&lt;bool&gt;]
>         #Option     &quot;AccelMethod&quot;        	# &lt;str&gt;
>         #Option     &quot;RenderAccel&quot;        	# [&lt;bool&gt;]
> 	Identifier  &quot;Card0&quot;
> 	Driver      &quot;mach64&quot;
> 	VendorName  &quot;ATI Technologies Inc&quot;
> 	BoardName   &quot;Rage XL&quot;
> 	BusID       &quot;PCI:4:1:0&quot;
> EndSection
> 
> Section &quot;Device&quot;
>         ### Available Driver options are:-
>         ### Values: &lt;i&gt;: integer, &lt;f&gt;: float, &lt;bool&gt;:
&quot;True&quot;/&quot;False&quot;,
>         ### &lt;string&gt;: &quot;String&quot;, &lt;freq&gt;:
&quot;&lt;f&gt; Hz/kHz/MHz&quot;
>         ### [arg]: arg optional
>         #Option     &quot;probe_sparse&quot;       	# [&lt;bool&gt;]
>         #Option     &quot;accel&quot;              	# [&lt;bool&gt;]
>         #Option     &quot;crt_display&quot;        	# [&lt;bool&gt;]
>         #Option     &quot;composite_sync&quot;     	# [&lt;bool&gt;]
>         #Option     &quot;hw_cursor&quot;          	# [&lt;bool&gt;]
>         #Option     &quot;force_pci_mode&quot;     	# [&lt;bool&gt;]
>         #Option     &quot;dma_mode&quot;           	# &lt;str&gt;
>         #Option     &quot;agp_mode&quot;           	# &lt;i&gt;
>         #Option     &quot;agp_size&quot;           	# &lt;i&gt;
>         #Option     &quot;local_textures&quot;     	# [&lt;bool&gt;]
>         #Option     &quot;buffer_size&quot;        	# &lt;i&gt;
>         #Option     &quot;tv_out&quot;             	# [&lt;bool&gt;]
>         #Option     &quot;tv_standard&quot;        	# &lt;str&gt;
>         #Option     &quot;mmio_cache&quot;         	# [&lt;bool&gt;]
>         #Option     &quot;test_mmio_cache&quot;    	# [&lt;bool&gt;]
>         #Option     &quot;panel_display&quot;      	# [&lt;bool&gt;]
>         #Option     &quot;reference_clock&quot;    	# &lt;freq&gt;
>         #Option     &quot;shadow_fb&quot;          	# [&lt;bool&gt;]
>         #Option     &quot;sw_cursor&quot;          	# [&lt;bool&gt;]
>         #Option     &quot;AccelMethod&quot;        	# &lt;str&gt;
>         #Option     &quot;RenderAccel&quot;        	# [&lt;bool&gt;]
> 	Identifier  &quot;Card1&quot;
> 	Driver      &quot;mach64&quot;
> 	VendorName  &quot;ATI Technologies Inc&quot;
> 	BoardName   &quot;Rage XL&quot;
> 	BusID       &quot;PCI:4:0:0&quot;
> EndSection
> 
> Section &quot;Screen&quot;
> 	Identifier &quot;Screen0&quot;
> 	Device     &quot;Card0&quot;
> 	Monitor    &quot;Monitor0&quot;
> 	SubSection &quot;Display&quot;
> 		Viewport   0 0
> 		#Mode	  &quot;800x600 1024x768&quot;
> 		Depth     24
> 	EndSubSection
> EndSection
> 
> Section &quot;Screen&quot;
> 	Identifier &quot;Screen1&quot;
> 	Device     &quot;Card1&quot;
> 	Monitor    &quot;Monitor1&quot;
> 	SubSection &quot;Display&quot;
> 		Viewport   0 0
> 		#Mode	  &quot;800x600 1024x768&quot;
> 		Depth     24
> 	EndSubSection
> EndSection
> 
> 
> Cheers,
> Steph
> -- 
> Irish Linux Users' Group mailing list
> About this list : http://mail.linux.ie/mailman/listinfo/ilug
> Who we are : http://www.linux.ie/
> Where we are : http://www.linux.ie/map/
> 

________________________________________________
Message sent using UebiMiau 2.7.10





More information about the Ubuntu-ie mailing list