From owner-freebsd-x11@FreeBSD.ORG Mon Jan 27 02:52:06 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 131CF29D; Mon, 27 Jan 2014 02:52:06 +0000 (UTC) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 700BE1584; Mon, 27 Jan 2014 02:52:05 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id x55so4722368wes.36 for ; Sun, 26 Jan 2014 18:52:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=7bkdwulPYHl+lIb2gerbEouyzdZh1VxD1y/b15FwsR0=; b=x36iNsF3WvZtYEByE1B7drZpvv+z0AX5IZgx+TMiWXiWTkt7EDyjwKTgBkSTus4vC/ HS/0IGZxtKJcv2OkfYPEazxgjhJXPhQpr+zF2XeJF3SE5MMqSX8KEiMVILNlYMAUse3F AJifv26YhZUWG+9N/zjk9iB0pEge//BlyeNEVlt5pdP6jg9JeVJdTpze4tgyzIa7DyoP yfEUYLtlZmqzKWUwCUq9sa8CsLlR7XvhWygyG17CrKFefzcNXhE3fm9M9QchYjky8g+v T3DAk4d93oDS94hLpaUHMoiB02rNAmFIxbFGv+pGAvLWgFfkQrD5MCUIMkXuRQKqFb8Z R89g== X-Received: by 10.180.9.74 with SMTP id x10mr10001036wia.52.1390791123785; Sun, 26 Jan 2014 18:52:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.234.42 with HTTP; Sun, 26 Jan 2014 18:51:43 -0800 (PST) In-Reply-To: References: <1367fd4d-9128-4df0-a250-fb3c1f67f0c5@email.android.com> <52E42A3A.7000901@FreeBSD.org> <712a6e8d-e34b-4321-8c23-aa9edfe6147f@email.android.com> <52E435A3.6010900@FreeBSD.org> <1ab937f2-aca2-41d0-a1a7-a7eb232b9c83@email.android.com> <80c382e1-4442-4699-9aa1-40236a6c072f@email.android.com> <52E59896.3050800@FreeBSD.org> From: Miguel Clara Date: Mon, 27 Jan 2014 02:51:43 +0000 Message-ID: Subject: Re: Newcons radeonkms - Failed to load firmware "radeonkmsfw_TURKS_PFP" To: =?ISO-8859-1?Q?Jean=2DS=E9bastien_P=E9dron?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 02:52:06 -0000 Just a note about brightness I can do this: xrandr --output LVDS1 --brightness 0.5 And it seems to dimm the screen backlight, works for me... one less proble= m :) On Mon, Jan 27, 2014 at 1:06 AM, Miguel Clara wrot= e: > Its an HP Pavillion and digging more into it its indeed on of this > "Hybrid Graphichs" latops, so pretty sure it shares the same outputs, > at least for the LCD, (not sure about VGA and HDMI but I would say its > also the same). > > I couldn't attach the log at that time because the latpop was stuck on > that screen, all I can do is PowerOff, I even tried SSH, but no joy. > > I'm actually running X with MATE now fine but using only the Intel > graphics, only thing I notice is that with KMS I can't change > brightness, but I guess its not yet implemented... > > pciconf -lv output for both: > > [miguelc@hpbsd]~% pciconf -lv | egrep 'Graphics|Radeon' -B2 -A2 > vgapci1@pci0:0:2:0: class=3D0x030000 card=3D0x1657103c chip=3D0x011680= 86 > rev=3D0x09 hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '2nd Generation Core Processor Family Integrated > Graphics Controller' > class =3D display > subclass =3D VGA > -- > vgapci0@pci0:1:0:0: class=3D0x030000 card=3D0x1657103c chip=3D0x674010= 02 > rev=3D0x00 hdr=3D0x00 > vendor =3D 'Advanced Micro Devices [AMD] nee ATI' > device =3D 'Whistler XT [AMD Radeon HD 6700M Series]' > class =3D display > subclass =3D VGA > > > I also tried to manual kldunload i915kms and then kldload readonkms and g= ot: > Jan 26 00:43:33 hpbsd kernel: info: [drm] radeon_atrm_get_bios: =3D=3D=3D= > Try ATRM... > Jan 26 00:43:33 hpbsd kernel: info: [drm] radeon_atrm_get_bios: > pci_find_class() found: 0:0:2:0, vendor=3D8086, device=3D0116 > Jan 26 00:43:33 hpbsd kernel: info: [drm] radeon_atrm_get_bios: Get > ACPI device handle > Jan 26 00:43:33 hpbsd kernel: info: [drm] radeon_atrm_get_bios: Get > ACPI handle for "ATRM" > Jan 26 00:43:33 hpbsd kernel: info: [drm] radeon_atrm_get_bios: Call > radeon_atrm_call() > Jan 26 00:43:33 hpbsd kernel: info: [drm] radeon: 1024M of VRAM memory re= ady > Jan 26 00:43:33 hpbsd kernel: info: [drm] radeon: 512M of GTT memory read= y. > Jan 26 00:43:33 hpbsd kernel: info: [drm] radeon: irq initialized. > Jan 26 00:43:33 hpbsd kernel: info: [drm] radeon_device_init: Taking > over the fictitious range 0xa0000000-0xb0000000 > Jan 26 00:43:33 hpbsd kernel: info: [drm] radeon: power management initia= lized > Jan 26 00:43:33 hpbsd kernel: info: [drm] Initialized radeon 2.29.0 20080= 528 > Jan 26 00:46:29 hpbsd kernel: info: [drm] radeon_atrm_get_bios: =3D=3D=3D= > Try ATRM... > Jan 26 00:46:29 hpbsd kernel: info: [drm] radeon_atrm_get_bios: > pci_find_class() found: 0:0:2:0, vendor=3D8086, device=3D0116 > Jan 26 00:46:29 hpbsd kernel: info: [drm] radeon_atrm_get_bios: Get > ACPI device handle > Jan 26 00:46:29 hpbsd kernel: info: [drm] radeon_atrm_get_bios: Get > ACPI handle for "ATRM" > Jan 26 00:46:29 hpbsd kernel: info: [drm] radeon_atrm_get_bios: Call > radeon_atrm_call() > Jan 26 00:46:29 hpbsd kernel: info: [drm] radeon: 1024M of VRAM memory re= ady > Jan 26 00:46:29 hpbsd kernel: info: [drm] radeon: 512M of GTT memory read= y. > Jan 26 00:46:29 hpbsd kernel: info: [drm] radeon: irq initialized. > Jan 26 00:46:29 hpbsd kernel: info: [drm] radeon_device_init: Taking > over the fictitious range 0xa0000000-0xb0000000 > Jan 26 00:46:29 hpbsd kernel: info: [drm] radeon: power management initia= lized > Jan 26 00:46:29 hpbsd kernel: info: [drm] Initialized radeon 2.29.0 20080= 528 > > > So it seems to work! > > But when I tried starx (without the intel dirver and just the ATI card > - see xorg.conf attached files) I got an erro - segmentation fault, > see Xorgradeonkmserro.log > > Any other usefull info, as long as I can grab it, I'll be glad to > attach, hoping this helps add +1 card to the supported ones! > > > btw the brightness problem also happens in a Acer laptop running > FreeBSD 10 with just the Intel driver! > > Thanks > > On Sun, Jan 26, 2014 at 11:21 PM, Jean-S=E9bastien P=E9dron > wrote: >> On 26.01.2014 01:17, Mike C. wrote: >>> Just changed and booted again, tried the kldload and got a similar >>> screen freezer. >>> >>> I'll have to attach a screenshot again. >> >> Kernel messages are logged in /var/log/messages by default. Could you >> please post this log file, after removing any informations you don't >> want to share? >> >>> I should also mention this is a laptop with an ati card but it also has >>> Intel integrated graphics (i7 processor). >>> Maybe this is what causes he issue? >> >> Hmmm, do you know if those two cards share a single set of output >> connectors? The technology is called "AMD PowerXpress" (something >> similar to NVIDIA Optimus). >> >> What's the maker and model of your laptop? >> >> -- >> Jean-S=E9bastien P=E9dron >>