[XFree86] ATI Radeon M9 and XFree86 4.2.99.902 Problem.

2003-02-19 Thread Andrew Reusch
I've got a Dell Inspiron 8200 laptop with a ATI Radeon M9 video adapter and 
a 15 UXGA (1600x1200) display. I've installed the latest Gentoo Linux 
distribution 1.4rc2 and successfully compiled XFree86 version 4.2.99.902. 
When I attempt to run XFree86 after generating an XConfig file using the 
XFree86 –configure command the process dumps out with the followingerror.

(EE) RADEON(0): No valid mode found for this DFP/LCD

I then tried hand editing the XConfig file and added the following to the 
monitor section.

Section Monitor
Identifier UXGA
HorizSync 30-164
VertRefresh 50-150
Modeline 1600x1200 162 1600 1628 1712 1912 1200 1201 1203 1220
Option dpms
EndSection

When I attempt to run X again it still dumps out with the same error. I must 
have done something wrong since a previous Redhat 8.0 installation 
auto-(detected/configured) everything necessary to get X up and running sans 
3d Acceleration support. (Wish I’d saved the XConfig file L)  Anyway, I've 
attached my XConfig and the XFree86.0.log created in /var/log/. Any help 
with this problem would be really great. Thanks in advance.

regards,
Andrew

 XConfig ##
Section ServerLayout
	Identifier XFree86 Configured
	Screen  0  Screen0 0 0
	InputDeviceMouse0 CorePointer
	InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
	RgbPath  /sandbox/X11R6/lib/X11/rgb
	ModulePath   /sandbox/X11R6/lib/modules
	FontPath /sandbox/X11R6/lib/X11/fonts/misc/
	FontPath /sandbox/X11R6/lib/X11/fonts/Speedo/
	FontPath /sandbox/X11R6/lib/X11/fonts/Type1/
	FontPath /sandbox/X11R6/lib/X11/fonts/CID/
	FontPath /sandbox/X11R6/lib/X11/fonts/75dpi/
	FontPath /sandbox/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
	Load  record
	Load  extmod
	Load  dbe
	Load  dri
	Load  glx
	Load  xtrap
	Load  type1
	Load  speedo
EndSection

Section InputDevice
	Identifier  Keyboard0
	Driver  keyboard
EndSection

Section InputDevice
	Identifier  Mouse0
	Driver  mouse
	Option	Protocol auto
	Option	Device /dev/mouse
EndSection

Section Monitor
	Identifier UXGA
	HorizSync 30-164
	VertRefresh 50-150
	Modeline 1600x1200 162 1600 1628 1712 1912 1200 1201 1203 1220
	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 NoAccel	# [bool]
   #Option SWcursor   	# [bool]
   #Option Dac6Bit	# [bool]
   #Option Dac8Bit	# [bool]
   #Option ForcePCIMode   	# [bool]
   #Option CPPIOMode  	# [bool]
   #Option CPusecTimeout  	# i
   #Option AGPMode	# i
   #Option AGPFastWrite   	# [bool]
   #Option AGPSize	# i
   #Option RingSize   	# i
   #Option BufferSize 	# i
   #Option EnableDepthMoves   	# [bool]
   #Option EnablePageFlip 	# [bool]
   #Option NoBackBuffer   	# [bool]
   #Option PanelOff   	# [bool]
   #Option DDCMode	# [bool]
   #Option CloneDisplay   	# i
   #Option CloneMode  	# [str]
   #Option CloneHSync 	# [str]
   #Option CloneVRefresh  	# [str]
   #Option UseFBDev   	# [bool]
   #Option VideoKey   	# i
	Identifier  Card0
	Driver  ati
	VendorName  ATI Technologies Inc
	BoardName   Radeon R250 Lf [Radeon Mobility 9000]
	BusID   PCI:1:0:0
EndSection

Section Screen
	Identifier Screen0
	Device Card0
	MonitorUXGA
	SubSection Display
		Depth 1
	EndSubSection
	SubSection Display
		Depth 4
	EndSubSection
	SubSection Display
		Depth 8
	EndSubSection
	SubSection Display
		Depth 15
	EndSubSection
	SubSection Display
		Depth 16
	EndSubSection
	SubSection Display
		Depth 24
	EndSubSection
EndSection

 /var/log/XFree86.0.log ###
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.2.99.902 (4.3.0 RC 2)
Release Date: 17 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.19-gentoo-r10 i686 [ELF]
Build Date: 18 February 2003
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Tue 

Re: [XFree86] ATI Radeon M9 and XFree86 4.2.99.902 Problem.

2003-02-19 Thread hy0
There is a bug causing this problem. Try to specify the mode you want
explicitly.
For example, in the Screen section add
DefaultDepth 24
in the corresponding Display SubSection (Depth 24) add
Modes 1600x1200

Hui

 I've got a Dell Inspiron 8200 laptop with a ATI Radeon M9 video adapter
and
 a 15 UXGA (1600x1200) display. I've installed the latest Gentoo Linux
 distribution 1.4rc2 and successfully compiled XFree86 version 4.2.99.902.
 When I attempt to run XFree86 after generating an XConfig file using the
 XFree86 -configure command the process dumps out with the followingerror.

 (EE) RADEON(0): No valid mode found for this DFP/LCD

 I then tried hand editing the XConfig file and added the following to the
 monitor section.


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86