[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with newest xserver-xfree86-dri-trunk package on iBook2 [Solved!]



On Mon, 9 Dec 2002, Michel [ISO-8859-1] Dänzer wrote:

> On Mon, 2002-12-09 at 15:33, Kevin B. McCarty wrote:
> > Thank you Jesus Clemente!  Your XF86Config-4 file works wonderfully!
> > I did have to make one minor change: changing the line
> > 	Driver: "ati"
> > to
> > 	Driver: "radeon"
> > 
> > in order to make this work with the 2002.12.05-1 version of the DRI 
> > xserver.
> 
> Weird, both should work exactly the same. What happens with "ati"?

Somehow the results of loading the i2c submodule of the ddc module are
different.  Using Driver: "radeon", I get the following sort of entry in
the log under the ddc module:

(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
        compiled for 4.2.99.2, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): I2C bus "DDC" initialized.
(WW) RADEON(0): Video BIOS not detected, using default PLL parameters!
(II) RADEON(0): PLL parameters: rf=2700 rd=67 min=12500 max=35000; xclk=16615
(**) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head (DDCType: 3) ---------
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): iBook Panel: Using hsync range of 30.00-100.00 kHz
(II) RADEON(0): iBook Panel: Using vrefresh range of 50.00-160.00 Hz
(II) RADEON(0): Clock range:  12.50 to 350.00 MHz
[etc.]

Using Driver: "ati" gives instead an error message:

(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules-dri-trunk/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
        compiled for 4.2.99.2, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): I2C bus "DDC" initialized.
(WW) RADEON(0): Video BIOS not detected in PCI space!
(WW) RADEON(0): Attempting to read Video BIOS from legacy ISA space!
(WW) RADEON(0): Video BIOS not found!
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): Displays Detected: Monitor1--Type 2, Monitor2--Type 0

(II) RADEON(0):
(II) RADEON(0): Primary Display == Type 2
(WW) RADEON(0): Video BIOS not detected, using default PLL parameters!
(II) RADEON(0): PLL parameters: rf=2700 rd=67 min=12500 max=35000; xclk=16615
(**) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
xf86ValidateModes: called with invalid scrnInfoRec
(EE) RADEON(0): No valid mode found for this DFP/LCD
(II) UnloadModule: "ati"

-- 
Kevin McCarty                Physics Department
kmccarty@princeton.edu       Princeton University
www.princeton.edu/~kmccarty  Princeton, NJ 08544



Reply to: