From owner-freebsd-x11@freebsd.org Sat Jan 5 19:46:56 2019 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D8EB141F1AF for ; Sat, 5 Jan 2019 19:46:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D1AAA69C27 for ; Sat, 5 Jan 2019 19:46:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 92124141F1AE; Sat, 5 Jan 2019 19:46:55 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EF44141F1AD for ; Sat, 5 Jan 2019 19:46:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A23D69C22 for ; Sat, 5 Jan 2019 19:46:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 70DE11E88E for ; Sat, 5 Jan 2019 19:46:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x05Jksxs002138 for ; Sat, 5 Jan 2019 19:46:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x05Jksbe002137 for x11@FreeBSD.org; Sat, 5 Jan 2019 19:46:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 234634] x11-drivers/xf86-video-ati not working under 12.0 Date: Sat, 05 Jan 2019 19:46:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bourne.identity@hotmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2019 19:46:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234634 --- Comment #11 from bourne.identity@hotmail.com --- Niclas, This message is also being emailed to you. I think you can offer great help to me on one additional count. A minute fr= om you can save me immense troubleshooting later. I have a port mkdesktop, which is a one-stop solution for desktop installat= ion under FreeBSD. For my port to work cleanly, I need to load the right kld's for 11.2 as wel= l as 12.0 for amdgpu / radeon / nvidia / intel. Following my experience with the ATI issue today, I have revised my kld lis= ts as below (my main list is called drmkld; any extras go into drmkld_opt): 1) AMD GPU (both 11.2 and 12.0): drmkld=3D"/boot/modules/amdgpu.ko" drmkld_opt=3D"" 2) ATI Radeon: drmkld=3D"/boot/modules/radeonkms.ko" drmkld_opt=3D"/boot/kernel/radeon.ko" # For 11.2 drmkld_opt=3D"" # For 12.0 3) NVidia: drmkld=3D"/boot/modules/nvidia.ko /boot/modules/nvidia-modeset.ko" drmkld_opt=3D"" 4) Intel: drmkld=3D"/boot/modules/i915kms.ko" drmkld_opt=3D"" Are you satisfied with the set of lists above ? Your confirmation would be = much appreciated. Thanks, Manish Jain --=20 You are receiving this mail because: You are the assignee for the bug.=