From owner-freebsd-x11@FreeBSD.ORG Sun Nov 10 10:01:19 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C43395EE for ; Sun, 10 Nov 2013 10:01:19 +0000 (UTC) (envelope-from danny.gabriel.winn@gmail.com) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED6A2105 for ; Sun, 10 Nov 2013 10:01:19 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id c11so3572496wgh.9 for ; Sun, 10 Nov 2013 02:01:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AGOWyZ85m+YgWqAuSmOWkJ0CicDSmvJX9jpzDLM2Wto=; b=dDkJhwWY3WYTjV54dh4DuLQK4RXtzP9Or33X5+D2JX1G0Yah+q/Kl+2BTqrEftfYjZ i8Wo19+fa5JJy+QPHR6LMRCHiI6iISSQeB+BoHC0277wjnRJ8tNxJBg3wbWHAaI8/IOi cvQJTQMSQwgeNpaFw3RqrJIuQhVMfOmuw0SwFodm7Z7/etal5IjvvZAmk1v6Nzm1nVr1 yzDvfmVjLubdyo9UG+Fjin+meRgaws5ZXMUxYsBwFMCpHvAyT/kIVO6jiSYSCe/63VgE k4kcIqeZjKtlSTqjdmhBB+HT7ocwYxWh7fR3Sl8roc25LbX7qUMIPMUjij3Tjwp9ZrXb pmzg== MIME-Version: 1.0 X-Received: by 10.180.198.115 with SMTP id jb19mr8292701wic.28.1384077677581; Sun, 10 Nov 2013 02:01:17 -0800 (PST) Received: by 10.194.153.101 with HTTP; Sun, 10 Nov 2013 02:01:17 -0800 (PST) Date: Sun, 10 Nov 2013 11:01:17 +0100 Message-ID: Subject: xorg.conf: Howto ignore onboard card? From: Danny Winn To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 10:01:19 -0000 Hello List, I installed FreeBSD 9.2 a week ago and use my GeForce GT 610 card via HDMI-output and driver nvidia, which supports the card. It seems like somehow Xorg is trying to access the onboard card, even though it is not mentioned in /etc/X11/xorg.conf. startx does not start X. Same issue with the newest driver from Nvidia's hompage. This is my configuration: /etc/make.conf Code: WITH_NEW_XORG = YES WITH_GALLIUM = YES pciconf -l -v | grep -B3 VGA Code: vgapci1@pci0:0:2:0: class=0x030000 card=0x04021849 chip=0x04028086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' class = display subclass = VGA -- vgapci0@pci0:1:0:0: class=0x030000 card=0x84601043 chip=0x104a10de rev=0xa1 hdr=0x00 vendor = 'nVidia Corporation' class = display subclass = VGA I used nvidia-xconfig to create /etc/X11/xorg.conf and manually added Quote: BusID "PCI:1:0:0 Anyway, something seems to go wrong starting X when attaching the screen. xorg.conf: Code: # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 310.14 (root@xxxxx) Sat Nov 9 07:46:06 CET 2013 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" FontPath "/usr/local/lib/X11/fonts/misc/:unscaled" FontPath "/usr/local/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/local/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/cyrillic/" FontPath "/usr/local/lib/X11/fonts/TTF/" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "keyboard" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection Xorg.0.log: Code: [ 104.608] X.Org X Server 1.12.4 Release Date: 2012-08-27 [ 104.608] X Protocol Version 11, Revision 0 [ 104.608] Build Operating System: FreeBSD 9.1-RELEASE amd64 [ 104.608] Current Operating System: FreeBSD xxxxx 9.2-RELEASE-p1 FreeBSD 9.2-RELEASE-p1 #0 r257698M: Tue Nov 5 11:44:20 CET 2013 root@xxxxx:/usr/obj/usr/src/sys/XXXXX amd64 [ 104.609] Build Date: 04 November 2013 03:31:25AM [ 104.609] [ 104.609] Current version of pixman: 0.30.2 [ 104.609] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 104.609] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 104.610] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 9 08:47:35 2013 [ 104.610] (==) Using config file: "/etc/X11/xorg.conf" [ 104.611] (==) ServerLayout "Layout0" [ 104.611] (**) |-->Screen "Screen0" (0) [ 104.611] (**) | |-->Monitor "Monitor0" [ 104.611] (**) | |-->Device "Device0" [ 104.612] (**) |-->Input Device "Keyboard0" [ 104.612] (**) |-->Input Device "Mouse0" [ 104.612] (==) Automatically adding devices [ 104.612] (==) Automatically enabling devices [ 104.612] (**) FontPath set to: /usr/local/lib/X11/fonts/misc/:unscaled, /usr/local/lib/X11/fonts/100dpi/:unscaled, /usr/local/lib/X11/fonts/75dpi/:unscaled, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/cyrillic/, /usr/local/lib/X11/fonts/TTF/, ${prefix}/share/fonts/X11/misc/, ${prefix}/share/fonts/X11/TTF/, ${prefix}/share/fonts/X11/OTF/, ${prefix}/share/fonts/X11/Type1/, ${prefix}/share/fonts/X11/100dpi/, ${prefix}/share/fonts/X11/75dpi/ [ 104.612] (==) ModulePath set to "/usr/local/lib/xorg/modules" [ 104.612] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 104.612] (WW) Disabling Keyboard0 [ 104.612] (WW) Disabling Mouse0 [ 104.612] (II) Loader magic: 0x7bcea0 [ 104.612] (II) Module ABI versions: [ 104.613] X.Org ANSI C Emulation: 0.4 [ 104.613] X.Org Video Driver: 12.1 [ 104.613] X.Org XInput driver : 16.0 [ 104.613] X.Org Server Extension : 6.0 [ 104.613] (!!) More than one possible primary device found [ 104.613] (--) PCI: (0:0:2:0) 8086:0402:1849:0402 rev 6, Mem @ 0xeb400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/65536 [ 104.613] (--) PCI: (0:1:0:0) 10de:104a:1043:8460 rev 161, Mem @ 0xea000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/65536 [ 104.613] (II) LoadModule: "extmod" [ 104.614] (II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so [ 104.615] (II) Module extmod: vendor="X.Org Foundation" [ 104.615] compiled for 1.12.4, module version = 1.0.0 [ 104.615] Module class: X.Org Server Extension [ 104.615] ABI class: X.Org Server Extension, version 6.0 [ 104.615] (II) Loading extension MIT-SCREEN-SAVER [ 104.615] (II) Loading extension XFree86-VidModeExtension [ 104.615] (II) Loading extension XFree86-DGA [ 104.615] (II) Loading extension DPMS [ 104.615] (II) Loading extension XVideo [ 104.615] (II) Loading extension XVideo-MotionCompensation [ 104.615] (II) Loading extension X-Resource [ 104.615] (II) LoadModule: "dbe" [ 104.615] (II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so [ 104.616] (II) Module dbe: vendor="X.Org Foundation" [ 104.616] compiled for 1.12.4, module version = 1.0.0 [ 104.616] Module class: X.Org Server Extension [ 104.616] ABI class: X.Org Server Extension, version 6.0 [ 104.616] (II) Loading extension DOUBLE-BUFFER [ 104.616] (II) LoadModule: "glx" [ 104.616] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 104.704] (II) Module glx: vendor="NVIDIA Corporation" [ 104.704] compiled for 4.0.2, module version = 1.0.0 [ 104.704] Module class: X.Org Server Extension [ 104.704] (II) NVIDIA GLX Module 319.32 Wed Jun 19 13:40:51 PDT 2013 [ 104.704] (II) Loading extension GLX [ 104.704] (II) LoadModule: "record" [ 104.705] (II) Loading /usr/local/lib/xorg/modules/extensions/librecord.so [ 104.705] (II) Module record: vendor="X.Org Foundation" [ 104.705] compiled for 1.12.4, module version = 1.13.0 [ 104.705] Module class: X.Org Server Extension [ 104.705] ABI class: X.Org Server Extension, version 6.0 [ 104.705] (II) Loading extension RECORD [ 104.705] (II) LoadModule: "dri" [ 104.706] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri.so [ 104.707] (II) Module dri: vendor="X.Org Foundation" [ 104.707] compiled for 1.12.4, module version = 1.0.0 [ 104.707] ABI class: X.Org Server Extension, version 6.0 [ 104.707] (II) Loading extension XFree86-DRI [ 104.707] (II) LoadModule: "dri2" [ 104.707] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so [ 104.708] (II) Module dri2: vendor="X.Org Foundation" [ 104.708] compiled for 1.12.4, module version = 1.2.0 [ 104.708] ABI class: X.Org Server Extension, version 6.0 [ 104.708] (II) Loading extension DRI2 [ 104.708] (II) LoadModule: "nvidia" [ 104.710] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so [ 104.809] (II) Module nvidia: vendor="NVIDIA Corporation" [ 104.809] compiled for 4.0.2, module version = 1.0.0 [ 104.809] Module class: X.Org Video Driver [ 104.825] (II) NVIDIA dlloader X Driver 319.32 Wed Jun 19 13:21:30 PDT 2013 [ 104.825] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 104.831] (--) Using syscons driver with X support (version 2.0) [ 104.831] (++) using VT number 9 [ 104.849] (II) Loading sub module "fb" [ 104.849] (II) LoadModule: "fb" [ 104.850] (II) Loading /usr/local/lib/xorg/modules/libfb.so [ 104.865] (II) Module fb: vendor="X.Org Foundation" [ 104.865] compiled for 1.12.4, module version = 1.0.0 [ 104.865] ABI class: X.Org ANSI C Emulation, version 0.4 [ 104.865] (II) Loading sub module "wfb" [ 104.865] (II) LoadModule: "wfb" [ 104.865] (II) Loading /usr/local/lib/xorg/modules/libwfb.so [ 104.866] (II) Module wfb: vendor="X.Org Foundation" [ 104.866] compiled for 1.12.4, module version = 1.0.0 [ 104.866] ABI class: X.Org ANSI C Emulation, version 0.4 [ 104.866] (II) Loading sub module "shadow" [ 104.866] (II) LoadModule: "shadow" [ 104.867] (II) Loading /usr/local/lib/xorg/modules/libshadow.so [ 104.867] (II) Module shadow: vendor="X.Org Foundation" [ 104.867] compiled for 1.12.4, module version = 1.1.0 [ 104.867] ABI class: X.Org ANSI C Emulation, version 0.4 [ 104.867] (II) Loading sub module "ramdac" [ 104.867] (II) LoadModule: "ramdac" [ 104.867] (II) Module "ramdac" already built-in [ 104.868] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 104.868] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 [ 104.868] (==) NVIDIA(0): RGB weight 888 [ 104.868] (==) NVIDIA(0): Default visual is TrueColor [ 104.868] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 104.880] (**) NVIDIA(0): Enabling 2D acceleration [ 105.684] (II) NVIDIA(0): NVIDIA GPU GeForce GT 610 (GF119) at PCI:1:0:0 (GPU-0) [ 105.684] (--) NVIDIA(0): Memory: 2097152 kBytes [ 105.684] (--) NVIDIA(0): VideoBIOS: 75.19.55.00.02 [ 105.684] (II) NVIDIA(0): Detected PCI Express Link width: 16X [ 105.685] (--) NVIDIA(0): Valid display device(s) on GeForce GT 610 at PCI:1:0:0 [ 105.685] (--) NVIDIA(0): CRT-0 [ 105.685] (--) NVIDIA(0): CRT-1 [ 105.685] (--) NVIDIA(0): DFP-0 [ 105.685] (--) NVIDIA(0): DFP-1 [ 105.685] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock [ 105.685] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock [ 105.685] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock [ 105.685] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS [ 105.685] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock [ 105.685] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS [ 105.685] (EE) NVIDIA(0): Failed to assign any connected display devices to X screen 0 [ 105.686] (EE) NVIDIA(0): Failing initialization of X screen 0 [ 105.696] (II) UnloadModule: "nvidia" [ 105.696] (II) UnloadSubModule: "shadow" [ 105.696] (II) UnloadSubModule: "wfb" [ 105.696] (II) UnloadSubModule: "fb" [ 105.696] (EE) Screen(s) found, but none have a usable configuration. [ 105.696] Fatal server error: [ 105.696] no screens found [ 105.696] Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 105.696] Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 105.696] [ 105.713] Server terminated with error (1). Closing log file. Regards, Danny From owner-freebsd-x11@FreeBSD.ORG Sun Nov 10 10:43:53 2013 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 ESMTP id 8C996E23 for ; Sun, 10 Nov 2013 10:43:53 +0000 (UTC) (envelope-from garbytrash@gmail.com) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 693DF22D4 for ; Sun, 10 Nov 2013 10:43:53 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id un15so4029664pbc.19 for ; Sun, 10 Nov 2013 02:43:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=PleJAHKHlCbE+fJ89u93tPPsDI2fsaIVWvdm2mpNND8=; b=DvJMJL2Cr18OyQwnrgO0fbNr7LkROizkzBY4jepDT3xqDfAh5nAkt4z3kh3Idycj9v LtJKQtQJ7CTyoro0plPUHox0QYPTIA2VZ/QwwsL3+hLuCaVkG7oeU2Xy3oGPEf3+wB9F LDypWZ7bBJSAnVEir15cArgZImDfZKRLlJmC6LH/kd7d61WMl2Xk56Mz7iM33TFkhSBC uQb2VqAHRxN53Pq0f6ocD6JmyP8oDOGK8/mc4RRHnWbRryVJsErfmPiCNnpe/oQnpDdp yabyxyKdWyPu4KU532Qlg+q+amZR5+E/Xm4cR99bgv0XvRUK4rhKzbo5Q3S9o3PIPAyk Xcug== MIME-Version: 1.0 X-Received: by 10.68.209.133 with SMTP id mm5mr317523pbc.157.1384080233006; Sun, 10 Nov 2013 02:43:53 -0800 (PST) Received: by 10.66.142.167 with HTTP; Sun, 10 Nov 2013 02:43:52 -0800 (PST) Date: Sun, 10 Nov 2013 11:43:52 +0100 Message-ID: Subject: Could not build new xorg with FreeBSD10-Beta3 From: Zenny To: freebsd-x11@FreeBSD.org Content-Type: multipart/mixed; boundary=047d7b10cf93a1157404ead04acd X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 10:43:53 -0000 --047d7b10cf93a1157404ead04acd Content-Type: text/plain; charset=ISO-8859-1 Hi: I am encountering the same problem again and again when I try to build new xorg (1.12.4). It dies with error as of below: "../../../src/mesa/main/mtypes.h:3420:4: error: unknown type name 'GLDEBUGPROCARB' GLDEBUGPROCARB Callback; ^ 1 error generated." It is true whether even when I remove the older version of dri. I enabled and disabled the second and third below in make.conf with the same result (whining for last 3 days). WITH_NEW_XORG=yes #WITH_KMS=yes #WITH_GALLIUM=yes MAKE_JOBS_UNSAFE=yes Using hal now (because with hal x starts fine without xorg.conf), but without that the X fails to boot even with xorg-1.7.x version with an error output "No Screens Found". Please find attached the outputs of pciconf, dmesg, pkg info, devinfo etc. in the attached compressed file. Thanks! /z Thanks! --047d7b10cf93a1157404ead04acd-- From owner-freebsd-x11@FreeBSD.ORG Sun Nov 10 10:47:41 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 56F9AF6C; Sun, 10 Nov 2013 10:47:41 +0000 (UTC) (envelope-from garbytrash@gmail.com) Received: from mail-pb0-x232.google.com (mail-pb0-x232.google.com [IPv6:2607:f8b0:400e:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A9E622FC; Sun, 10 Nov 2013 10:47:41 +0000 (UTC) Received: by mail-pb0-f50.google.com with SMTP id uo5so399288pbc.37 for ; Sun, 10 Nov 2013 02:47:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=o0TZcYQCfJCBWv42Mu8n3Ok9J591cw0jTX9jkZrmnHg=; b=l7PMWQenQDzv+WAiqIv+xWMQ8oCj+6f1lIJDsPxuAK+HGxtRw/Nmhfyy/jF4vremOz +CdGweFLZrCPSHwAgn6sYpOM4shdfvnDCzhzmA+MDQ71fiQzGZ6UwdRMOwQ11nBNXiUI wkgo7NG5V/CwrpbX5nl6MCKlhIsRS2AsNcD9tGjqV/ofCtAknpuhrvRCDcOGxoEVIoCa hJaG5Xwfm1y1NOxemcYM20QuPoyzl+/WqEq9ELDGNzyzOTBzUzX/Mehaqxa/8s1O0lG+ yLw/zJGMjaQxjTxkP2C4Gkod2lWd+5hUnFo/h+JE8e4rJ1fTuaxcLqRWktzxcd2y04Gi QHQw== MIME-Version: 1.0 X-Received: by 10.68.176.37 with SMTP id cf5mr1909562pbc.30.1384080460761; Sun, 10 Nov 2013 02:47:40 -0800 (PST) Received: by 10.66.142.167 with HTTP; Sun, 10 Nov 2013 02:47:40 -0800 (PST) In-Reply-To: <527F6237.2040501@club-internet.fr> References: <527F525A.5020704@club-internet.fr> <527F6237.2040501@club-internet.fr> Date: Sun, 10 Nov 2013 11:47:40 +0100 Message-ID: Subject: Re: FreeBSD10-Beta3: No xorg-server-1.12.4 From: Zenny To: Juanitou Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: freebsd-x11@freebsd.org, freebsd-stable@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 10:47:41 -0000 I did follow exactly as in the page, too, but no go. It is already 3 days of PITA and whines. However, I reported with configs to the freebsd-x11@freebsd.org. On 11/10/13, Juanitou wrote: >> Tried again to confirm by removing dri again and the culprit is: >> >> ../../../src/mesa/main/mtypes.h:3420:4: error: unknown type name >> 'GLDEBUGPROCARB' >> GLDEBUGPROCARB Callback; >> ^ >> >> What is this GLDEBUGPROCARB Callback? > > Sorry, no idea, Mr. P=E9dron will certainly explain it. Nevertheless, I > remember that I had to start over all the builds at least two times > before getting them right. So bad for me I didn=92t note all the steps, > but if I didn=92t do it was because my conclusion was that I had forgotte= n > to delete every concerned package and build them again in the order > suggested in the AMD GPUs wiki page. As I was updating the system from > FreeBSD 9.2, the packages were there in older versions, and portmaster > -a did not manage to rebuild them correctly, so, I suggest you to start > all over by following exactly those instructions. Good luck! > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-x11@FreeBSD.ORG Sun Nov 10 11:24:05 2013 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 ESMTP id 0AE1DA5B for ; Sun, 10 Nov 2013 11:24:05 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.freebsd.org (Postfix) with ESMTP id 84B0A24A3 for ; Sun, 10 Nov 2013 11:24:04 +0000 (UTC) Received: from slackbox.erewhon.net (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr2.xs4all.nl (8.13.8/8.13.8) with ESMTP id rAABNtLP090746; Sun, 10 Nov 2013 12:23:56 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.erewhon.net (Postfix, from userid 1001) id 9E9EB1237B; Sun, 10 Nov 2013 12:23:55 +0100 (CET) Date: Sun, 10 Nov 2013 12:23:55 +0100 From: Roland Smith To: Danny Winn Subject: Re: xorg.conf: Howto ignore onboard card? Message-ID: <20131110112355.GC84743@slackbox.erewhon.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="da4uJneut+ArUgXk" Content-Disposition: inline In-Reply-To: X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.22 (2013-10-16) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 11:24:05 -0000 --da4uJneut+ArUgXk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 10, 2013 at 11:01:17AM +0100, Danny Winn wrote: > Hello List, >=20 > I installed FreeBSD 9.2 a week ago and use my GeForce GT 610 card via > HDMI-output and driver nvidia, which supports the card. It seems like > somehow Xorg is trying to access the onboard card, even though it is not > mentioned in /etc/X11/xorg.conf. > startx does not start X. Same issue with the newest driver from Nvidia's > hompage. While Xorg _detects_ the intel chip on the motherboard, it tries to use the Nvidia card. What is missing from your logfile is your monitor telling the graphics card what it is capable of via EDID. Maybe your monitor is too old to support ED= ID. My suspicion is that this is the cause of the fatal error "no screens found= ". In that case, you'll have to specify in your xorg.conf what your monitor is capable of. You should at least add a =E2=80=9CModes=E2=80=9D line to the = =E2=80=9CDisplay=E2=80=9D subsection of the =E2=80=9CScreen section=E2=80=9D. Look at the =E2=80=9CDISPLAY SUBSE= CTION=E2=80=9D section in xorg.conf(5). Here's an example for the screen section using a HD monitor: Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1080" EndSubSection EndSection Consult the documentation of your monitor to see which modes it supports. You may also have to add =E2=80=9CModeLine=E2=80=9D entries to the =E2=80= =9CMonitor=E2=80=9D section of your Xorg.conf. Roland --=20 R.F.Smith http://rsmith.home.xs4all.nl/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --da4uJneut+ArUgXk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlJ/bMsACgkQEnfvsMMhpyXcrgCgly4APTs2oLSAJsmpqUjM6kKh gj8An01sPVhwI7pCDU+7S6Vvv5f6tDgN =+oFY -----END PGP SIGNATURE----- --da4uJneut+ArUgXk-- From owner-freebsd-x11@FreeBSD.ORG Sun Nov 10 17:15:57 2013 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 ESMTP id 678B478C for ; Sun, 10 Nov 2013 17:15:57 +0000 (UTC) (envelope-from danny.gabriel.winn@gmail.com) Received: from mail-ea0-x231.google.com (mail-ea0-x231.google.com [IPv6:2a00:1450:4013:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95A3325E7 for ; Sun, 10 Nov 2013 17:15:56 +0000 (UTC) Received: by mail-ea0-f177.google.com with SMTP id f15so2197707eak.36 for ; Sun, 10 Nov 2013 09:15:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=jD4fgLxh4O3e1jvjgtMIbYsjTl3T3JGhT3LCOy+ovNM=; b=BOMptY26yEuCJ/eNYy1yuEEP+bznQ2Fa1eMFt2zSKNWLO3Eo8ttsl3FigQwCBV5iKM 6Mm3YhLY8YBORfQG1Gw5lyEu0ShhcCndF2es1aWtUc22kmmvZ2jm+Ep1SiRFqfizXopW gQ0KtUQS0OycingQQXGdQg1KhUo+9gyMs2UbxjJ5DUHdcGUhCRfZwOjPj3QnXvh+Lde7 KK3qo+ziLsjjGmKvgw0O7amUu5xaopZlgrA4+CIpgBaer4uBx5B7WBY4v34uguFiqnPy WMLUc6bH/L5TkMnFjOkJoQxhGpXT1e6xVmAAf/RiWaeypFbqwZUpiaPxKypFLAT3PawP tPaQ== X-Received: by 10.14.203.70 with SMTP id e46mr30272945eeo.33.1384103754916; Sun, 10 Nov 2013 09:15:54 -0800 (PST) Received: from [192.168.1.33] (ip-95-223-12-173.unitymediagroup.de. [95.223.12.173]) by mx.google.com with ESMTPSA id m54sm43330323eex.2.2013.11.10.09.15.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Nov 2013 09:15:54 -0800 (PST) Message-ID: <527FBF49.1030907@gmail.com> Date: Sun, 10 Nov 2013 18:15:53 +0100 From: Danny Winn User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Roland Smith , freebsd-x11@freebsd.org Subject: Re: xorg.conf: Howto ignore onboard card? References: <20131110112355.GC84743@slackbox.erewhon.net> In-Reply-To: <20131110112355.GC84743@slackbox.erewhon.net> Content-Type: multipart/mixed; boundary="------------010005000105080705030201" X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 17:15:57 -0000 This is a multi-part message in MIME format. --------------010005000105080705030201 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hello Roland, thank you for your reply. The monitor is a Samsung SyncMaster P2770. As you recommended I added Modeline-settings to "xorg.conf" as specified in the monitor's documentation, which I found here: http://www.samsung.com/de/support/model/LS27EFHKUF/EN-downloads?downloadName=UM# However, the result is still the same. The weird thing is: Right now I'm writing this email from the same desktop PC on my Linux partition and it works out of the box in Full-HD without creating a "xorg.conf" file, so I think/hope it should be possible to get this running on FreeBSD, too. Attachments: - Improved xorg.conf (nvidia, FreeBSD) - New Xorg.0.log (nvidia, FreeBSD) - Xorg.0.linux.working.log (nvidia, working on Linux) Regards Danny On 10.11.2013 12:23, Roland Smith wrote: > On Sun, Nov 10, 2013 at 11:01:17AM +0100, Danny Winn wrote: >> Hello List, >> >> I installed FreeBSD 9.2 a week ago and use my GeForce GT 610 card via >> HDMI-output and driver nvidia, which supports the card. It seems like >> somehow Xorg is trying to access the onboard card, even though it is not >> mentioned in /etc/X11/xorg.conf. >> startx does not start X. Same issue with the newest driver from Nvidia's >> hompage. > While Xorg _detects_ the intel chip on the motherboard, it tries to use the > Nvidia card. > > What is missing from your logfile is your monitor telling the graphics card > what it is capable of via EDID. Maybe your monitor is too old to support EDID. > My suspicion is that this is the cause of the fatal error "no screens found". > > In that case, you'll have to specify in your xorg.conf what your monitor is > capable of. You should at least add a “Modes” line to the “Display” subsection > of the “Screen section”. Look at the “DISPLAY SUBSECTION” section in > xorg.conf(5). > > Here's an example for the screen section using a HD monitor: > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > DefaultDepth 24 > SubSection "Display" > Depth 24 > Modes "1920x1080" > EndSubSection > EndSection > > Consult the documentation of your monitor to see which modes it supports. > > You may also have to add “ModeLine” entries to the “Monitor” section of your > Xorg.conf. > > > Roland --------------010005000105080705030201 Content-Type: text/plain; charset=UTF-8; name="xorg.conf" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="xorg.conf" IyBudmlkaWEteGNvbmZpZzogWCBjb25maWd1cmF0aW9uIGZpbGUgZ2VuZXJhdGVkIGJ5IG52 aWRpYS14Y29uZmlnCiMgbnZpZGlhLXhjb25maWc6ICB2ZXJzaW9uIDMzMS4yMCAgKGJ1aWxk bWVpc3RlckBzd2lvLWRpc3BsYXkteDY0LXJoZWwwNC0xNykgIFdlZCBPY3QgMzAgMTc6MjQ6 MDIgUERUIDIwMTMKClNlY3Rpb24gIlNlcnZlckxheW91dCIKICAgIElkZW50aWZpZXIgICAg ICJMYXlvdXQwIgogICAgU2NyZWVuICAgICAgMCAgIlNjcmVlbjAiCiAgICBJbnB1dERldmlj ZSAgICAiS2V5Ym9hcmQwIiAiQ29yZUtleWJvYXJkIgogICAgSW5wdXREZXZpY2UgICAgIk1v dXNlMCIgIkNvcmVQb2ludGVyIgpFbmRTZWN0aW9uCgpTZWN0aW9uICJGaWxlcyIKICAgIEZv bnRQYXRoICAgICAgICAiL3Vzci9sb2NhbC9saWIvWDExL2ZvbnRzL21pc2MvOnVuc2NhbGVk IgogICAgRm9udFBhdGggICAgICAgICIvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvMTAwZHBp Lzp1bnNjYWxlZCIKICAgIEZvbnRQYXRoICAgICAgICAiL3Vzci9sb2NhbC9saWIvWDExL2Zv bnRzLzc1ZHBpLzp1bnNjYWxlZCIKICAgIEZvbnRQYXRoICAgICAgICAiL3Vzci9sb2NhbC9s aWIvWDExL2ZvbnRzL21pc2MvIgogICAgRm9udFBhdGggICAgICAgICIvdXNyL2xvY2FsL2xp Yi9YMTEvZm9udHMvVHlwZTEvIgogICAgRm9udFBhdGggICAgICAgICIvdXNyL2xvY2FsL2xp Yi9YMTEvZm9udHMvMTAwZHBpLyIKICAgIEZvbnRQYXRoICAgICAgICAiL3Vzci9sb2NhbC9s aWIvWDExL2ZvbnRzLzc1ZHBpLyIKICAgIEZvbnRQYXRoICAgICAgICAiL3Vzci9sb2NhbC9s aWIvWDExL2ZvbnRzL2N5cmlsbGljLyIKICAgIEZvbnRQYXRoICAgICAgICAiL3Vzci9sb2Nh bC9saWIvWDExL2ZvbnRzL1RURi8iCkVuZFNlY3Rpb24KClNlY3Rpb24gIklucHV0RGV2aWNl IgogICAgIyBnZW5lcmF0ZWQgZnJvbSBkZWZhdWx0CiAgICBJZGVudGlmaWVyICAgICAiTW91 c2UwIgogICAgRHJpdmVyICAgICAgICAgIm1vdXNlIgogICAgT3B0aW9uICAgICAgICAgIlBy b3RvY29sIiAiYXV0byIKICAgIE9wdGlvbiAgICAgICAgICJEZXZpY2UiICIvZGV2L3N5c21v dXNlIgogICAgT3B0aW9uICAgICAgICAgIkVtdWxhdGUzQnV0dG9ucyIgIm5vIgogICAgT3B0 aW9uICAgICAgICAgIlpBeGlzTWFwcGluZyIgIjQgNSIKRW5kU2VjdGlvbgoKU2VjdGlvbiAi SW5wdXREZXZpY2UiCiAgICAjIGdlbmVyYXRlZCBmcm9tIGRlZmF1bHQKICAgIElkZW50aWZp ZXIgICAgICJLZXlib2FyZDAiCiAgICBEcml2ZXIgICAgICAgICAia2V5Ym9hcmQiCkVuZFNl Y3Rpb24KClNlY3Rpb24gIk1vbml0b3IiCiAgICBJZGVudGlmaWVyICAgICAiTW9uaXRvcjAi CiAgICBWZW5kb3JOYW1lICAgICAiU2Ftc3VuZyIKICAgIE1vZGVsTmFtZSAgICAgICJTeW5j TWFzdGVyIFAyNzcwIgogICAgRGlzcGxheVNpemUgICAgMTYwIDkwCiAgICBIb3JpelN5bmMg ICAgICAyOC4wIC0gMzMuMAogICAgVmVydFJlZnJlc2ggICAgNDMuMCAtIDcyLjAKICAgIE1v ZGVsaW5lICAgICAgIjE5MjB4MTA4MF82MC4wMCIgIDE3My4wMCAgMTkyMCAyMDQ4IDIyNDgg MjU3NiAgMTA4MCAxMDgzIDEwODggMTEyMCAtaHN5bmMgK3ZzeW5jCiAgICBPcHRpb24gICAg ICAgICAiRFBNUyIKRW5kU2VjdGlvbgoKU2VjdGlvbiAiRGV2aWNlIgogICAgSWRlbnRpZmll ciAgICAgIkRldmljZTAiCiAgICBEcml2ZXIgICAgICAgICAibnZpZGlhIgogICAgVmVuZG9y TmFtZSAgICAgIk5WSURJQSBDb3Jwb3JhdGlvbiIKICAgIEJ1c0lEICAgICAgICAgICJQQ0k6 MTowOjAiCkVuZFNlY3Rpb24KClNlY3Rpb24gIlNjcmVlbiIKICAgIElkZW50aWZpZXIgICAg ICJTY3JlZW4wIgogICAgRGV2aWNlICAgICAgICAgIkRldmljZTAiCiAgICBNb25pdG9yICAg ICAgICAiTW9uaXRvcjAiCiAgICBEZWZhdWx0RGVwdGggICAgMjQKICAgIFN1YlNlY3Rpb24g ICAgICJEaXNwbGF5IgogICAgICAgIERlcHRoICAgICAgIDI0CiAgICAgICAgTW9kZXMgICAi MTkyMHgxMDgwIgogICAgRW5kU3ViU2VjdGlvbgpFbmRTZWN0aW9uCg== --------------010005000105080705030201-- From owner-freebsd-x11@FreeBSD.ORG Sun Nov 10 17:35:41 2013 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 ESMTP id 102C2E9B for ; Sun, 10 Nov 2013 17:35:41 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e: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 DDD9826D0 for ; Sun, 10 Nov 2013 17:35:40 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id rd3so1434397pab.8 for ; Sun, 10 Nov 2013 09:35:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4xtB6AzuDH8igkCRPNvCGhm1cBXJugykm3DkSUS/iAE=; b=0Ta9kJ+9dpISqip6B9nfmoDnBmF7uxM7R/apaNfc/mLi9BWHfufnnK29VoEJwQBWF5 r2g89vl+Wy6hIk5tEz/xF6y0GE+qPyYMvikTOlYZU/xcIvpj+xrj/k6eOBdlGelHSzXK 10RSjnGVz4QJH2eCOxWzCkJbi8JjBKzTn4qOiRwVyapitvcthGiG5lAHsV1F1GVP5vNE wGWbbrPMv2YRn0M905z9zV5Ii6KrqKPFqt2e4tmPG+RhJyUITGpXfS82y0IYyuucj6WV skPbNARAW7wAkr6RQ6bOI6DznW4AGSoprsSwg0zKiSswRUhwoEtn8AYovacWGh1QhOxg dULg== MIME-Version: 1.0 X-Received: by 10.66.165.106 with SMTP id yx10mr1536972pab.159.1384104940478; Sun, 10 Nov 2013 09:35:40 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.23.101 with HTTP; Sun, 10 Nov 2013 09:35:40 -0800 (PST) In-Reply-To: References: Date: Sun, 10 Nov 2013 09:35:40 -0800 X-Google-Sender-Auth: vXONzWwjWVypL66FSaH8QZfeyj4 Message-ID: Subject: Re: xorg.conf: Howto ignore onboard card? From: Kevin Oberman To: Danny Winn Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-x11@freebsd.org" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 17:35:41 -0000 On Sun, Nov 10, 2013 at 2:01 AM, Danny Winn wrote: > Hello List, > > I installed FreeBSD 9.2 a week ago and use my GeForce GT 610 card via > HDMI-output and driver nvidia, which supports the card. It seems like > somehow Xorg is trying to access the onboard card, even though it is not > mentioned in /etc/X11/xorg.conf. > startx does not start X. Same issue with the newest driver from Nvidia's > hompage. > > This is my configuration: > > /etc/make.conf > Code: > > WITH_NEW_XORG = YES > WITH_GALLIUM = YES > [...] > > Regards, > Danny > I'm a bit confused by this. It may or may not be your problem, but it is certainly wrong. "WITH_GALLIUM" is support for AMD graphics and is not appropriate to either Intel or nVidia graphics. And, even for AMD graphics, you also need "WITH_KMS=". I'd suggest that you build the relevant X ports with only WITH_NEW_XORG. That means: graphics/libGL graphics/dri graphics/libEGL graphics/libglesv2 X11-servers/xorg-server X11-servers/xorg-nestserver Any X11-drivers you use. (Note: You may not have all of these on your system and you don't need to add any you don't have.) -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com From owner-freebsd-x11@FreeBSD.ORG Sun Nov 10 17:40:01 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.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 ESMTP id AE54BFCB for ; Sun, 10 Nov 2013 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B11626E7 for ; Sun, 10 Nov 2013 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAAHe1de002077 for ; Sun, 10 Nov 2013 17:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAAHe1lB002076; Sun, 10 Nov 2013 17:40:01 GMT (envelope-from gnats) Date: Sun, 10 Nov 2013 17:40:01 GMT Message-Id: <201311101740.rAAHe1lB002076@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: "Sean C. Farley" Subject: Re: ports/183435: x11/xorg: 100% CPU use of xorg using firefox when showing large images (say 20 Mpixel) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Sean C. Farley" List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 17:40:01 -0000 The following reply was made to PR ports/183435; it has been noted by GNATS. From: "Sean C. Farley" To: bug-followup@FreeBSD.org, w-info2@xs4all.nl Cc: Subject: Re: ports/183435: x11/xorg: 100% CPU use of xorg using firefox when showing large images (say 20 Mpixel) Date: Sun, 10 Nov 2013 12:38:08 -0500 (EST) I have seen this before. It is related to the xrender capability of Firefox. Try disabling xrender within Firefox, by changing gfx.xrender.enabled to false. I am not sure if Firefox and/or the Nvidia driver is at fault for it. Does this workaround help you? Sean -- scf@FreeBSD.org From owner-freebsd-x11@FreeBSD.ORG Sun Nov 10 17:41:38 2013 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 ESMTP id D65687B for ; Sun, 10 Nov 2013 17:41:38 +0000 (UTC) (envelope-from danny.gabriel.winn@gmail.com) Received: from mail-ee0-x233.google.com (mail-ee0-x233.google.com [IPv6:2a00:1450:4013:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B4CF271B for ; Sun, 10 Nov 2013 17:41:38 +0000 (UTC) Received: by mail-ee0-f51.google.com with SMTP id t10so1945301eei.24 for ; Sun, 10 Nov 2013 09:41:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=rOMLARh8nUMBcbwe+F3VKeE+TOr9xtUR6sEPWiNiMcE=; b=whk4s25E9877NllvGDO1uF9Snwxf+acTPFL2HYoaxjK5b4/5uaEmVLXrInXAA85wz9 TE9uUd9cHgWNRT6npXv9PZ1bsoNTkSjwLpJxW8+b+mu5vtCOfx5tV8DwT6JSOblHRF83 R14VItlLU+Px5LBfG/fphUm3HCxg/iAybR/DPvjC8qLip9IVqprFV7X0YpjzDoZx7N5V rYMGLrMmnIxgbayKXAlNwLqvQmt1Gja0O/s8wMQDnsx6/dfb0A5O7Z3mBhpYGqi9zN3E dkAvmcRuzbLToi56Wq8b8OB34ihKxN8gRCLRqdbU5dchhuZ+41rVTOHOCYQ3lfp8HaVW mRmQ== X-Received: by 10.14.42.6 with SMTP id i6mr200430eeb.65.1384105296341; Sun, 10 Nov 2013 09:41:36 -0800 (PST) Received: from [192.168.1.33] (ip-95-223-12-173.unitymediagroup.de. [95.223.12.173]) by mx.google.com with ESMTPSA id v45sm51812968eef.11.2013.11.10.09.41.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Nov 2013 09:41:36 -0800 (PST) Message-ID: <527FC54F.4070201@gmail.com> Date: Sun, 10 Nov 2013 18:41:35 +0100 From: Danny Winn User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Kevin Oberman Subject: Re: xorg.conf: Howto ignore onboard card? References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-x11@freebsd.org" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 17:41:39 -0000 Hello Kevin, you're right, the option "WITH_GALLIUM" was left over from my "make.conf" template. I will rebuild the necessary ports without it. I'm currently using "xorg-minimal" instead of "xorg-server", but I think I'll remove it and use "xorg-server" instead, just in case. Thank you. Regards Danny On 10.11.2013 18:35, Kevin Oberman wrote: > On Sun, Nov 10, 2013 at 2:01 AM, Danny Winn > > > wrote: > > Hello List, > > I installed FreeBSD 9.2 a week ago and use my GeForce GT 610 card via > HDMI-output and driver nvidia, which supports the card. It seems like > somehow Xorg is trying to access the onboard card, even though it > is not > mentioned in /etc/X11/xorg.conf. > startx does not start X. Same issue with the newest driver from > Nvidia's > hompage. > > This is my configuration: > > /etc/make.conf > Code: > > WITH_NEW_XORG = YES > WITH_GALLIUM = YES > > > [...] > > > Regards, > Danny > > > I'm a bit confused by this. It may or may not be your problem, but it > is certainly wrong. "WITH_GALLIUM" is support for AMD graphics and is > not appropriate to either Intel or nVidia graphics. And, even for AMD > graphics, you also need "WITH_KMS=". > > I'd suggest that you build the relevant X ports with only > WITH_NEW_XORG. That means: > graphics/libGL > graphics/dri > graphics/libEGL > graphics/libglesv2 > X11-servers/xorg-server > X11-servers/xorg-nestserver > Any X11-drivers you use. > (Note: You may not have all of these on your system and you don't need > to add any you don't have.) > -- > R. Kevin Oberman, Network Engineer > E-mail: rkoberman@gmail.com From owner-freebsd-x11@FreeBSD.ORG Sun Nov 10 19:08:45 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6ADD261F for ; Sun, 10 Nov 2013 19:08:45 +0000 (UTC) (envelope-from h2+lists2013@fsfe.org) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE0832B0D for ; Sun, 10 Nov 2013 19:08:44 +0000 (UTC) X-Envelope-From: h2+lists2013@fsfe.org X-Envelope-To: Received: from [192.168.3.80] (brln-4db9cf27.pool.mediaWays.net [77.185.207.39]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id rAAJ8ZPX025974 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 10 Nov 2013 20:08:36 +0100 Message-ID: <527FD9B3.2080704@fsfe.org> Date: Sun, 10 Nov 2013 20:08:35 +0100 From: Hannes MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: KMS on Radeon HD 3870 References: <527A882C.5010807@fsfe.org> <527A9D3A.3090407@fsfe.org> <527CBA00.1010703@FreeBSD.org> <527E5BA1.4070603@fsfe.org> In-Reply-To: <527E5BA1.4070603@fsfe.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GxaMKoQ6d0x68qDBGU41WHap7UjWG2gnV" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 19:08:45 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --GxaMKoQ6d0x68qDBGU41WHap7UjWG2gnV Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 09.11.2013 16:58, Hannes wrote: > On 08.11.2013 11:16, Jean-S=C3=A9bastien P=C3=A9dron wrote: >> On 06.11.2013 20:49, Hannes wrote: >>> I have now reverted to the old ports to be able to work productively,= >>> but I hope my information helps resolving these issues. If you have a= ny >>> updates, let me know! >> >> Hello! >> >> Several users seem to have various issues with KDE and the Radeon >> driver. I can't reproduce any of them so far. >> >> Could you disable desktop effects and try again, please? >> >=20 > Thanks for your reply! >=20 > I am not using KDE. I use awesome wm and xcompmgr, but I also tried > without xcompmgr (disabling it compeletely for the session) and it stil= l > hung in the described manner. Do you have any further hints on what I could do? I'd rather solve these issues before NEWXORG becomes default. Also the old xserver has its own set of issues on my machine... Best, Hannes --GxaMKoQ6d0x68qDBGU41WHap7UjWG2gnV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBAgAGBQJSf9mzAAoJEB1XjhihCWC/svwQAKmwrjp4FCSGtpNoHGdp3F+g 2h1YfHHnacB79rjZ3qprViXzfnb6lJNzfqcMNBIsxinVNwVk8a/PtHXera6SQ8Bz bRpxE9A8L1G3GWkPXCwGHO3lMthF5M8m81TZ8ahsudZC/a+7tE+WKqMnxKd3RrSb k2B0vBG4Gw3kTL1yReQJMCyIV4vbUMKpKc8vfuzSkKKfX4G/81qqIO/tQA6LXNtu RKe8bsnL8yC/bYr/34ymcm7paYR8daGq36oTWs1BViBlQycuy5WF4CoAR/F4i9I6 qxgefds6LS/ypZ60U/BW3UFhXNFky32ej7SZ+JNPCIAsux1PnxQHC0pUizG1ZDRq EhhJ3ZyCDjAQ8MkhRlsM52CBRTvmxYYAV5eFdYfvEoPgNJT4eOOtPykGaZHF+eId bQOWbxLkMcv8Ixjz6kI6t8dToGi0tJhA+q+LaAqePcp4UCBn1OFE599rGP/rxxEA KWYtMuSmQ5bsytxQJ1DHwSb7OxberFDa/nMDfn5g/AdL5NpGw0juDDBauSVMGVZq LOquvwOyNrpZCj18O5IKbb8n3z6ilhdiDp6b7OCSznt0ooupStRyyyHbQWownOiS 5tR2ed/W99G/9x/aEMHSSyY8c4xN2YBcbXwxWuJWHOf3+yU5DzTWDOyvPhlXYMvj N4uZwSb3ZO6cX0CqW5YK =80T7 -----END PGP SIGNATURE----- --GxaMKoQ6d0x68qDBGU41WHap7UjWG2gnV-- From owner-freebsd-x11@FreeBSD.ORG Sun Nov 10 19:24:55 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 69B85A06 for ; Sun, 10 Nov 2013 19:24:55 +0000 (UTC) (envelope-from listjm@club-internet.fr) Received: from smtp23.services.sfr.fr (smtp23.services.sfr.fr [93.17.128.21]) by mx1.freebsd.org (Postfix) with ESMTP id 2B18E2BEA for ; Sun, 10 Nov 2013 19:24:54 +0000 (UTC) Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2312.sfr.fr (SMTP Server) with ESMTP id 9902A7000489 for ; Sun, 10 Nov 2013 20:24:53 +0100 (CET) Received: from [192.168.1.101] (141.117.14.109.rev.sfr.net [109.14.117.141]) by msfrf2312.sfr.fr (SMTP Server) with ESMTP id 706407000488 for ; Sun, 10 Nov 2013 20:24:53 +0100 (CET) X-SFR-UUID: 20131110192453460.706407000488@msfrf2312.sfr.fr Message-ID: <527FDD81.6070102@club-internet.fr> Date: Sun, 10 Nov 2013 20:24:49 +0100 From: Juanitou User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: xorg.conf: Howto ignore onboard card? References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 19:24:55 -0000 > And, even for AMD graphics, you also need "WITH_KMS=". I stand to be corrected, but I have KMS with my old ATI GPU withouth WITH_KMS="YES", which I thought was only needed for Intel cards. No need for Thats quite confusing but at least works here! :-D From owner-freebsd-x11@FreeBSD.ORG Sun Nov 10 23:56:33 2013 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 ESMTP id CD55098 for ; Sun, 10 Nov 2013 23:56:33 +0000 (UTC) (envelope-from tbernas@micomcable.com) Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8FA62AC5 for ; Sun, 10 Nov 2013 23:56:33 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id ld10so289600pab.6 for ; Sun, 10 Nov 2013 15:56:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=sp+40roUIwvnGfLi++g7WuCq0ZsWp4ENETeL0uvxLwU=; b=escdAUIaXJWDrkJv18shsmbiUl8a7t0mFhUOQO9C2LhrECe/zUkxUISxJn9DpCcZ6N MIhSlGyGyAMiGujoZNcbLcY93OJCTPXV0KnbV/N2DO79iLZt7yu6K8KCT8OTcXrPEByH t79EVsFtxrspysy440KP5SQACxoIz/M/vScXwrRRGvs2tyg5C/mGze71zjWyjtl1hUzE wBMxz8yHZYGRJ6CTdNqKSSCTK/lzbgCYu30LuVgnagtyjiSTATApaj0JG9RX9mCILQxc z+24qGKBBngfvGXOTa3RNZey2gV6HEeM0aGNu7B+A0C0rAo0bsRMNW1KGJiQe5cEe05i NQ8A== X-Gm-Message-State: ALoCoQkAtFN1bIeNZ5yWgLR+fhs69ZD885T4D7l2MAbxOw8d0uUAkA2JDWBEGNFsOFWQ+9M3CvVZ MIME-Version: 1.0 X-Received: by 10.66.230.233 with SMTP id tb9mr28457779pac.38.1384127786846; Sun, 10 Nov 2013 15:56:26 -0800 (PST) Received: by 10.68.239.42 with HTTP; Sun, 10 Nov 2013 15:56:26 -0800 (PST) Date: Sun, 10 Nov 2013 18:56:26 -0500 Message-ID: Subject: nvidia not working From: tbernas tbernas To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 23:56:33 -0000 Hello when i try and use the nvidia drivers for X the screen hangs at a blank screen. This happens when I run nvidia-xconfig. Any ideas? Please help and thankyou From owner-freebsd-x11@FreeBSD.ORG Mon Nov 11 00:20:03 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3073153E for ; Mon, 11 Nov 2013 00:20:03 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 024772C01 for ; Mon, 11 Nov 2013 00:20:02 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id tp5so393952ieb.40 for ; Sun, 10 Nov 2013 16:20:02 -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; bh=Be6aMayIGp6I5dCbfHy4B/oYDZciZisGcJgLnvXof4A=; b=IusPR+lKKZDTVrJLMBUMaFzaYaxEFdpY8I7P2IORkU0/eB1R/eg0HDk6yR6r40Iqxx v5Vyqby8Y+R/7zTv0IlMt6oUk871/kBqsdWyA8qV4C7R2F+hwN1euivr25hDHCMYTgYc sqrZ/OzFizlVqib/jlgzEm44mtDY29j0/2Kng5DeVZCU4JZL5sGl6G3F26NNrJFW9cfp wyRYfdn4mP4kP5TRi1cPeaLjNYCS81GHyohfNygC7e7fb3jvf4uIiPA0SUyTkqusur9M JXdH0yARCAF1y4uvhEaS0p3Y0Qxrqxxud6Tgcm5r1PkzMYctWU1jG7+9gLMsIrNyhgxG gAKw== X-Received: by 10.50.67.51 with SMTP id k19mr10949069igt.9.1384129202381; Sun, 10 Nov 2013 16:20:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.72.134 with HTTP; Sun, 10 Nov 2013 16:19:42 -0800 (PST) In-Reply-To: References: From: Henry Hu Date: Sun, 10 Nov 2013 19:19:42 -0500 Message-ID: Subject: Re: nvidia not working To: tbernas tbernas Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Nov 2013 00:20:03 -0000 On Sun, Nov 10, 2013 at 6:56 PM, tbernas tbernas wrote: > Hello when i try and use the nvidia drivers for X the screen hangs at a > blank screen. This happens when I run nvidia-xconfig. > Any ideas? Please help and thankyou > Please post your verbose boot message. Are you using an optimus laptop? _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > -- Cheers, Henry From owner-freebsd-x11@FreeBSD.ORG Mon Nov 11 11:07:01 2013 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0C851A44 for ; Mon, 11 Nov 2013 11:07:01 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E0AA12CE1 for ; Mon, 11 Nov 2013 11:07:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rABB70kE082343 for ; Mon, 11 Nov 2013 11:07:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rABB70YD082326 for freebsd-x11@FreeBSD.org; Mon, 11 Nov 2013 11:07:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Nov 2013 11:07:00 GMT Message-Id: <201311111107.rABB70YD082326@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-x11@FreeBSD.org Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Nov 2013 11:07:01 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/183478 x11 x11-servers/xorg-server: DEVD backend is broken, here' o ports/183435 x11 x11/xorg: 100% CPU use of xorg using firefox when show o ports/182969 x11 x11/xorg: Xorg crashes on -configure o ports/182875 x11 graphics/dri: make: "/usr/ports/graphics/dri/Makefile" o ports/182714 x11 x11-fonts/*: some need NO_STAGE=yes removed o ports/182609 x11 [patch] x11-servers/xorg-server: really init and confi o ports/182002 x11 x11-wm/xcompmgr shadow rendering patch o ports/181660 x11 [patch] x11-servers/xorg-server: fix typos and new xor o ports/181513 x11 graphics/libGL needs python, but lacks explicit depend o ports/181318 x11 x11-servers/xorg-server does not compile or ARM o ports/181202 x11 x11-servers/xorg: xorg-7.x meta package missing o ports/181140 x11 [patch]x11/pixman fix typo & build issue on arm o ports/180096 x11 [patch] x11/xorg-libraries: add missing dependency o ports/180023 x11 x11-servers/xorg: xorg (WITH_NEW_XORG) on 10-CURRENT i o ports/178670 x11 x11/xorg: X does not refresh upper 1/4 screen in some a ports/178170 x11 [patch] x11-servers/xorg-server: xkb misbehaviour on k o ports/176705 x11 graphics/libGL : Fix complitation (not useability) on o ports/176703 x11 graphics/dri : Fix complitation (not useability) on AR o ports/175532 x11 x11/xdm: /bin/cp -n /usr/local/share/examples/xdm/Give o ports/171422 x11 graphics/libGL build error with python3.2 o ports/170852 x11 [PATCH] x11-fonts/encodings: encodings.dir includes bo o ports/170690 x11 x11-servers/xorg-server eats memory o ports/169794 x11 x11/xdm, several /usr/local/lib/X11/xdm/ files missing o ports/169561 x11 [patch] x11-toolkits/libXmu: disable specs o ports/169560 x11 [patch] x11/libICE: disable specs o ports/169559 x11 [patch] x11-fonts/fontsproto: disable specs o ports/166163 x11 graphics/dri: gthumb port crashes (SIGSEGV) within the o ports/160963 x11 [patch] x11/bigreqsproto: disable specs a ports/159792 x11 [patch] USB HID devices support for x11-drivers/xf86-i f ports/158513 x11 Broken Xvideo in x11-drivers/xf86-video-intel drivers s ports/156405 x11 x11-drivers/xf86-video-ati driver: no hardware renderi o ports/155696 x11 [patch] x11-servers/xorg-server: chase AIGLX altered d o ports/154502 x11 x11/xdm authorization failure when used with E17 windo o ports/149743 x11 x11/xorg: garbled window since Xorg-7.5 o ports/148591 x11 information note for x11-drivers/xf86-input-synaptics 35 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Nov 11 11:42:40 2013 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 ESMTP id 1CF08E40 for ; Mon, 11 Nov 2013 11:42:40 +0000 (UTC) (envelope-from listjm@club-internet.fr) Received: from smtp22.services.sfr.fr (smtp22.services.sfr.fr [93.17.128.11]) by mx1.freebsd.org (Postfix) with ESMTP id D5A4C2098 for ; Mon, 11 Nov 2013 11:42:39 +0000 (UTC) Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2206.sfr.fr (SMTP Server) with ESMTP id DA6C470000E5 for ; Mon, 11 Nov 2013 12:37:00 +0100 (CET) Received: from [192.168.1.101] (165.158.14.109.rev.sfr.net [109.14.158.165]) by msfrf2206.sfr.fr (SMTP Server) with ESMTP id A26F9700008C for ; Mon, 11 Nov 2013 12:37:00 +0100 (CET) X-SFR-UUID: 20131111113700665.A26F9700008C@msfrf2206.sfr.fr Message-ID: <5280C158.5050205@club-internet.fr> Date: Mon, 11 Nov 2013 12:36:56 +0100 From: Juanitou User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: Radeon KMS (ATI Radeon 9250) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Nov 2013 11:42:40 -0000 > I can report that the new infrastructure works with an old GPU in 10.0-BETA3 (i386) > ATI Radeon 9250 > ATI chip: RV280 (R200 microcode) After upgrading to xorg-server 1.12.4 (somehow I missed that) only the issue with Xorg -configure remains, mode setting works again! As Xorg -configure is not needed here to make X work perfectly, is it useful if I send again all the debug information? From owner-freebsd-x11@FreeBSD.ORG Mon Nov 11 13:03:21 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 278F153C for ; Mon, 11 Nov 2013 13:03:21 +0000 (UTC) (envelope-from mickael.maillot@gmail.com) Received: from mail-bk0-x22e.google.com (mail-bk0-x22e.google.com [IPv6:2a00:1450:4008:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B49D425A3 for ; Mon, 11 Nov 2013 13:03:20 +0000 (UTC) Received: by mail-bk0-f46.google.com with SMTP id e11so1668938bkh.19 for ; Mon, 11 Nov 2013 05:03:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=CzfgHdK/dKZmKGzCWXLE5lbV0nBYvDGOfTL0qi0PjpU=; b=KxPOW4Am0MQwMoS+w2N5lFukrLjpU+Rp/Ck455NbIWXmxhsGE5GrNv3tTayL09ZEyL 9NWIldDC81Ad5DG3EmYJpsBMahaSWbHDgE8+/ihC1MqzKuMs3arJOOekLOFPkKdBTasB xGdmcraTeThwIql9SMJW/+b6rDm+Tz67b7DDsMp9kYQ20QGzivHCi5tCra2de9E3yLH2 xbVGVq3G+yVL4EQ2gBDT0ttnoSxvRkm+v2d+QaQCDbLo6ewkiKAwVdagKtQKkCGMo2+1 M3SXhb57vRQhyNksDl/ft1S2K21dIRNMT/KiuIyIx7kmlAoY0e/MFlcSv8efKodT30dJ aJnA== MIME-Version: 1.0 X-Received: by 10.204.228.198 with SMTP id jf6mr1193890bkb.41.1384174999024; Mon, 11 Nov 2013 05:03:19 -0800 (PST) Received: by 10.205.0.136 with HTTP; Mon, 11 Nov 2013 05:03:18 -0800 (PST) In-Reply-To: <201311080950.rA89oaeU043964@portscout.freebsd.org> References: <201311080950.rA89oaeU043964@portscout.freebsd.org> Date: Mon, 11 Nov 2013 14:03:18 +0100 Message-ID: Subject: Re: FreeBSD ports you maintain which are out of date From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= To: "freebsd-x11@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Nov 2013 13:03:21 -0000 the port failed to build on 10-BETA3 fresh install. i just change PORTVERSION to 1.9.3 + make makesum and voila ! 2013/11/8 > Dear port maintainer, > > The portscout new distfile checker has detected that one or more of your > ports appears to be out of date. Please take the opportunity to check > each of the ports listed below, and if possible and appropriate, > submit/commit an update. If any ports have already been updated, you can > safely ignore the entry. > > You will not be e-mailed again for any of the port/version combinations > below. > > Full details can be found at the following URL: > http://portscout.freebsd.org/x11@freebsd.org.html > > > Port | Current version | New > version > > ------------------------------------------------+-----------------+------------ > x11/libxcb | 1.9.1 | 1.9.3 > > ------------------------------------------------+-----------------+------------ > > > If any of the above results are invalid, please check the following page > for details on how to improve portscout's detection and selection of > distfiles on a per-port basis: > > http://portscout.freebsd.org/info/portscout-portconfig.txt > > If wish to stop receiving portscout reminders, please contact > portscout@FreeBSD.org > > Thanks. > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > From owner-freebsd-x11@FreeBSD.ORG Mon Nov 11 14:12:40 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 78C8237D for ; Mon, 11 Nov 2013 14:12:40 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 29D142A02 for ; Mon, 11 Nov 2013 14:12:40 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id D665740028 for ; Mon, 11 Nov 2013 15:12:36 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id CC87C4001C; Mon, 11 Nov 2013 15:12:36 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 9698140011; Mon, 11 Nov 2013 15:12:36 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3dJDYv1r8Wz8jLB; Mon, 11 Nov 2013 15:12:35 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id fREsSmKNgZHz; Mon, 11 Nov 2013 15:12:33 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3dJDYs20vPz8jL9; Mon, 11 Nov 2013 15:12:33 +0100 (CET) Received: from [IPv6:::1] (celes.daemonic.se [IPv6:2001:470:dca9:1::3]) by mail.daemonic.se (Postfix) with ESMTPSA id 3dJDYs1Nmrz9D6J; Mon, 11 Nov 2013 15:12:33 +0100 (CET) Message-ID: <5280E5D2.5090501@freebsd.org> Date: Mon, 11 Nov 2013 15:12:34 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Micka=EBl_Maillot?= , "freebsd-x11@freebsd.org" Subject: Re: FreeBSD ports you maintain which are out of date References: <201311080950.rA89oaeU043964@portscout.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 131111-0, 2013-11-11), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Nov 2013 14:12:40 -0000 On 2013-11-11 14:03, Mickal Maillot wrote: > the port failed to build on 10-BETA3 fresh install. > i just change PORTVERSION to 1.9.3 + make makesum > and voila ! > I just updated libxcb in the development repo. Regards! -- Niclas From owner-freebsd-x11@FreeBSD.ORG Mon Nov 11 22:36:41 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CFEAD6A7; Mon, 11 Nov 2013 22:36:41 +0000 (UTC) (envelope-from neel@neelc.org) Received: from mail.neelc.org (maya.neelc.org [72.0.227.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6A4892CB2; Mon, 11 Nov 2013 22:36:40 +0000 (UTC) Received: from mail.neelc.org (maya.neelc.org [72.0.227.50]) by mail.neelc.org (Postfix) with ESMTPA id 703A9118701C; Mon, 11 Nov 2013 17:29:18 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 11 Nov 2013 17:29:18 -0500 From: Neel Chauhan To: freebsd-current@freebsd.org, freebsd-x11@freebsd.org Subject: [PATCH] Haswell Kernel Mode Setting Mail-Reply-To: neel@neelc.org Message-ID: X-Sender: neel@neelc.org User-Agent: Roundcube Webmail/0.9.5 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: neel@neelc.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 22:36:42 -0000 Hello FreeBSD-CURRENT and FreeBSD-X11 mailing list(s), I have a patch to add support for kernel mode setting on Intel Haswell/4th generation Core i(3/5/7) chips. The patch is: diff -u -r -N head/sys/dev/agp/agp_i810.c tree/sys/dev/agp/agp_i810.c --- head/sys/dev/agp/agp_i810.c 2013-11-11 16:18:23.000000000 -0500 +++ tree/sys/dev/agp/agp_i810.c 2013-11-11 17:09:33.000000000 -0500 @@ -734,6 +734,41 @@ .name = "IvyBridge server GT2 IG", .driver = &agp_i810_sb_driver }, + { + .devid = 0x04028086, + .name = "Haswell desktop GT1 IG", + .driver = &agp_i810_sb_driver + }, + { + .devid = 0x04128086, + .name = "Haswell desktop GT2 IG", + .driver = &agp_i810_sb_driver + }, + { + .devid = 0x04068086, + .name = "Haswell mobile GT1 IG", + .driver = &agp_i810_sb_driver + }, + { + .devid = 0x04168086, + .name = "Haswell mobile GT2 IG", + .driver = &agp_i810_sb_driver + }, + { + .devid = 0x040a8086, + .name = "Haswell server GT1 IG", + .driver = &agp_i810_sb_driver + }, + { + .devid = 0x041a8086, + .name = "Haswell server GT2 IG", + .driver = &agp_i810_sb_driver + }, + { + .devid = 0x0c168086, + .name = "Haswell SDV", + .driver = &agp_i810_sb_driver + }, { .devid = 0, } diff -u -r -N head/sys/dev/drm2/drm_pciids.h tree/sys/dev/drm2/drm_pciids.h --- head/sys/dev/drm2/drm_pciids.h 2013-11-11 16:17:33.000000000 -0500 +++ tree/sys/dev/drm2/drm_pciids.h 2013-11-11 17:09:37.000000000 -0500 @@ -48,6 +48,42 @@ {0x8086, 0x0162, CHIP_I9XX|CHIP_I915, "Intel IvyBridge"}, \ {0x8086, 0x0166, CHIP_I9XX|CHIP_I915, "Intel IvyBridge (M)"}, \ {0x8086, 0x016A, CHIP_I9XX|CHIP_I915, "Intel IvyBridge (S)"}, \ + {0x8086, 0x0402, CHIP_I9XX|CHIP_I915, "Intel Haswell"}, \ + {0x8086, 0x0412, CHIP_I9XX|CHIP_I915, "Intel Haswell"}, \ + {0x8086, 0x0422, CHIP_I9XX|CHIP_I915, "Intel Haswell"}, \ + {0x8086, 0x0406, CHIP_I9XX|CHIP_I915, "Intel Haswell (M)"}, \ + {0x8086, 0x0416, CHIP_I9XX|CHIP_I915, "Intel Haswell (M)"}, \ + {0x8086, 0x0426, CHIP_I9XX|CHIP_I915, "Intel Haswell (M)"}, \ + {0x8086, 0x040A, CHIP_I9XX|CHIP_I915, "Intel Haswell (S)"}, \ + {0x8086, 0x041A, CHIP_I9XX|CHIP_I915, "Intel Haswell (S)"}, \ + {0x8086, 0x042A, CHIP_I9XX|CHIP_I915, "Intel Haswell (S)"}, \ + {0x8086, 0x0C02, CHIP_I9XX|CHIP_I915, "Intel Haswell"}, \ + {0x8086, 0x0C12, CHIP_I9XX|CHIP_I915, "Intel Haswell"}, \ + {0x8086, 0x0C22, CHIP_I9XX|CHIP_I915, "Intel Haswell"}, \ + {0x8086, 0x0C06, CHIP_I9XX|CHIP_I915, "Intel Haswell (M)"}, \ + {0x8086, 0x0C16, CHIP_I9XX|CHIP_I915, "Intel Haswell (M)"}, \ + {0x8086, 0x0C26, CHIP_I9XX|CHIP_I915, "Intel Haswell (M)"}, \ + {0x8086, 0x0C0A, CHIP_I9XX|CHIP_I915, "Intel Haswell (S)"}, \ + {0x8086, 0x0C1A, CHIP_I9XX|CHIP_I915, "Intel Haswell (S)"}, \ + {0x8086, 0x0C2A, CHIP_I9XX|CHIP_I915, "Intel Haswell (S)"}, \ + {0x8086, 0x0A02, CHIP_I9XX|CHIP_I915, "Intel Haswell"}, \ + {0x8086, 0x0A12, CHIP_I9XX|CHIP_I915, "Intel Haswell"}, \ + {0x8086, 0x0A22, CHIP_I9XX|CHIP_I915, "Intel Haswell"}, \ + {0x8086, 0x0A06, CHIP_I9XX|CHIP_I915, "Intel Haswell (M)"}, \ + {0x8086, 0x0A16, CHIP_I9XX|CHIP_I915, "Intel Haswell (M)"}, \ + {0x8086, 0x0A26, CHIP_I9XX|CHIP_I915, "Intel Haswell (M)"}, \ + {0x8086, 0x0A0A, CHIP_I9XX|CHIP_I915, "Intel Haswell (S)"}, \ + {0x8086, 0x0A1A, CHIP_I9XX|CHIP_I915, "Intel Haswell (S)"}, \ + {0x8086, 0x0A2A, CHIP_I9XX|CHIP_I915, "Intel Haswell (S)"}, \ + {0x8086, 0x0D12, CHIP_I9XX|CHIP_I915, "Intel Haswell"}, \ + {0x8086, 0x0D22, CHIP_I9XX|CHIP_I915, "Intel Haswell"}, \ + {0x8086, 0x0D32, CHIP_I9XX|CHIP_I915, "Intel Haswell"}, \ + {0x8086, 0x0D16, CHIP_I9XX|CHIP_I915, "Intel Haswell (M)"}, \ + {0x8086, 0x0D26, CHIP_I9XX|CHIP_I915, "Intel Haswell (M)"}, \ + {0x8086, 0x0D36, CHIP_I9XX|CHIP_I915, "Intel Haswell (M)"}, \ + {0x8086, 0x0D1A, CHIP_I9XX|CHIP_I915, "Intel Haswell (S)"}, \ + {0x8086, 0x0D2A, CHIP_I9XX|CHIP_I915, "Intel Haswell (S)"}, \ + {0x8086, 0x0D3A, CHIP_I9XX|CHIP_I915, "Intel Haswell (S)"}, \ {0x8086, 0x2562, CHIP_I8XX, "Intel i845G GMCH"}, \ {0x8086, 0x2572, CHIP_I8XX, "Intel i865G GMCH"}, \ {0x8086, 0x2582, CHIP_I9XX|CHIP_I915, "Intel i915G"}, \ diff -u -r -N head/sys/dev/drm2/i915/i915_drv.c tree/sys/dev/drm2/i915/i915_drv.c --- head/sys/dev/drm2/i915/i915_drv.c 2013-11-11 16:17:24.000000000 -0500 +++ tree/sys/dev/drm2/i915/i915_drv.c 2013-11-11 17:10:05.000000000 -0500 @@ -173,6 +173,22 @@ .has_llc = 1, }; +static const struct intel_device_info intel_haswell_d_info = { + .is_haswell = 1, .gen = 8, + .need_gfx_hws = 1, .has_hotplug = 1, + .has_bsd_ring = 1, + .has_blt_ring = 1, + .has_llc = 1, +}; + +static const struct intel_device_info intel_haswell_m_info = { + .is_haswell = 1, .gen = 8, .is_mobile = 1, + .need_gfx_hws = 1, .has_hotplug = 1, + .has_bsd_ring = 1, + .has_blt_ring = 1, + .has_llc = 1, +}; + #define INTEL_VGA_DEVICE(id, info_) { \ .device = id, \ .info = info_, \ @@ -226,6 +242,42 @@ INTEL_VGA_DEVICE(0x0162, &intel_ivybridge_d_info), /* GT2 desktop */ INTEL_VGA_DEVICE(0x015a, &intel_ivybridge_d_info), /* GT1 server */ INTEL_VGA_DEVICE(0x016a, &intel_ivybridge_d_info), /* GT2 server */ + INTEL_VGA_DEVICE(0x0402, &intel_haswell_d_info), /* GT1 desktop */ + INTEL_VGA_DEVICE(0x0412, &intel_haswell_d_info), /* GT2 desktop */ + INTEL_VGA_DEVICE(0x0422, &intel_haswell_d_info), /* GT2 desktop */ + INTEL_VGA_DEVICE(0x040a, &intel_haswell_d_info), /* GT1 server */ + INTEL_VGA_DEVICE(0x041a, &intel_haswell_d_info), /* GT2 server */ + INTEL_VGA_DEVICE(0x042a, &intel_haswell_d_info), /* GT2 server */ + INTEL_VGA_DEVICE(0x0406, &intel_haswell_m_info), /* GT1 mobile */ + INTEL_VGA_DEVICE(0x0416, &intel_haswell_m_info), /* GT2 mobile */ + INTEL_VGA_DEVICE(0x0426, &intel_haswell_m_info), /* GT2 mobile */ + INTEL_VGA_DEVICE(0x0C02, &intel_haswell_d_info), /* SDV GT1 desktop */ + INTEL_VGA_DEVICE(0x0C12, &intel_haswell_d_info), /* SDV GT2 desktop */ + INTEL_VGA_DEVICE(0x0C22, &intel_haswell_d_info), /* SDV GT2 desktop */ + INTEL_VGA_DEVICE(0x0C0A, &intel_haswell_d_info), /* SDV GT1 server */ + INTEL_VGA_DEVICE(0x0C1A, &intel_haswell_d_info), /* SDV GT2 server */ + INTEL_VGA_DEVICE(0x0C2A, &intel_haswell_d_info), /* SDV GT2 server */ + INTEL_VGA_DEVICE(0x0C06, &intel_haswell_m_info), /* SDV GT1 mobile */ + INTEL_VGA_DEVICE(0x0C16, &intel_haswell_m_info), /* SDV GT2 mobile */ + INTEL_VGA_DEVICE(0x0C26, &intel_haswell_m_info), /* SDV GT2 mobile */ + INTEL_VGA_DEVICE(0x0A02, &intel_haswell_d_info), /* ULT GT1 desktop */ + INTEL_VGA_DEVICE(0x0A12, &intel_haswell_d_info), /* ULT GT2 desktop */ + INTEL_VGA_DEVICE(0x0A22, &intel_haswell_d_info), /* ULT GT2 desktop */ + INTEL_VGA_DEVICE(0x0A0A, &intel_haswell_d_info), /* ULT GT1 server */ + INTEL_VGA_DEVICE(0x0A1A, &intel_haswell_d_info), /* ULT GT2 server */ + INTEL_VGA_DEVICE(0x0A2A, &intel_haswell_d_info), /* ULT GT2 server */ + INTEL_VGA_DEVICE(0x0A06, &intel_haswell_m_info), /* ULT GT1 mobile */ + INTEL_VGA_DEVICE(0x0A16, &intel_haswell_m_info), /* ULT GT2 mobile */ + INTEL_VGA_DEVICE(0x0A26, &intel_haswell_m_info), /* ULT GT2 mobile */ + INTEL_VGA_DEVICE(0x0D02, &intel_haswell_d_info), /* CRW GT1 desktop */ + INTEL_VGA_DEVICE(0x0D12, &intel_haswell_d_info), /* CRW GT2 desktop */ + INTEL_VGA_DEVICE(0x0D22, &intel_haswell_d_info), /* CRW GT2 desktop */ + INTEL_VGA_DEVICE(0x0D0A, &intel_haswell_d_info), /* CRW GT1 server */ + INTEL_VGA_DEVICE(0x0D1A, &intel_haswell_d_info), /* CRW GT2 server */ + INTEL_VGA_DEVICE(0x0D2A, &intel_haswell_d_info), /* CRW GT2 server */ + INTEL_VGA_DEVICE(0x0D06, &intel_haswell_m_info), /* CRW GT1 mobile */ + INTEL_VGA_DEVICE(0x0D16, &intel_haswell_m_info), /* CRW GT2 mobile */ + INTEL_VGA_DEVICE(0x0D26, &intel_haswell_m_info), /* CRW GT2 mobile */ {0, 0} }; diff -u -r -N head/sys/dev/drm2/i915/i915_drv.h tree/sys/dev/drm2/i915/i915_drv.h --- head/sys/dev/drm2/i915/i915_drv.h 2013-11-11 16:17:24.000000000 -0500 +++ tree/sys/dev/drm2/i915/i915_drv.h 2013-11-11 17:10:05.000000000 -0500 @@ -152,6 +152,7 @@ u8 is_broadwater:1; u8 is_crestline:1; u8 is_ivybridge:1; + u8 is_haswell:1; u8 has_fbc:1; u8 has_pipe_cxsr:1; u8 has_hotplug:1; @@ -1406,6 +1407,7 @@ #define IS_IRONLAKE_D(dev) ((dev)->pci_device == 0x0042) #define IS_IRONLAKE_M(dev) ((dev)->pci_device == 0x0046) #define IS_IVYBRIDGE(dev) (INTEL_INFO(dev)->is_ivybridge) +#define IS_HASWELL(dev) (INTEL_INFO(dev)->is_haswell) #define IS_MOBILE(dev) (INTEL_INFO(dev)->is_mobile) /* XXXKIB LEGACY */ diff -u -r -N head/sys/dev/drm2/i915/i915_irq.c tree/sys/dev/drm2/i915/i915_irq.c --- head/sys/dev/drm2/i915/i915_irq.c 2013-11-11 16:17:26.000000000 -0500 +++ tree/sys/dev/drm2/i915/i915_irq.c 2013-11-11 17:10:05.000000000 -0500 @@ -1875,6 +1875,14 @@ dev->driver->irq_uninstall = ironlake_irq_uninstall; dev->driver->enable_vblank = ivybridge_enable_vblank; dev->driver->disable_vblank = ivybridge_disable_vblank; + } else if (IS_HASWELL(dev)) { + /* Share interrupts handling with IVB */ + dev->driver->irq_handler = ivybridge_irq_handler; + dev->driver->irq_preinstall = ironlake_irq_preinstall; + dev->driver->irq_postinstall = ivybridge_irq_postinstall; + dev->driver->irq_uninstall = ironlake_irq_uninstall; + dev->driver->enable_vblank = ivybridge_enable_vblank; + dev->driver->disable_vblank = ivybridge_disable_vblank; } else if (HAS_PCH_SPLIT(dev)) { dev->driver->irq_handler = ironlake_irq_handler; dev->driver->irq_preinstall = ironlake_irq_preinstall; Sorry if I sent a similar patch before. It didn't get accepted so I am sending one now. Enjoy. Thanks, Neel From owner-freebsd-x11@FreeBSD.ORG Tue Nov 12 01:45:35 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF53ABDC; Tue, 12 Nov 2013 01:45:35 +0000 (UTC) Received: from anubis.delphij.net (anubis.delphij.net [64.62.153.212]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F62C20AE; Mon, 11 Nov 2013 23:39:13 +0000 (UTC) Received: from zeta.ixsystems.com (unknown [69.198.165.132]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by anubis.delphij.net (Postfix) with ESMTPSA id 4B99B1776A; Mon, 11 Nov 2013 15:39:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=delphij.net; s=anubis; t=1384213147; bh=uKKioD3ECUTb/p/9CU7JNBAnmuI8lzWzF16VVviVHf4=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=b9lzMxd4JRh9CZSVTj3FRB+Xyvl3BFIEX/vBDq5bc3xWFwDGFuZF6gxz0hNN5zvEN sZk7wAIPvDb8rxJJuRe8AgNuwNy8fUXVbe46Dt3+MijmHtiYJLWSqogXUGZOmvW3D4 n07LVXoOeFxakldlxBVdCyAhsTyeyRQPMGC5zf20= Message-ID: <52816A9A.4050305@delphij.net> Date: Mon, 11 Nov 2013 15:39:06 -0800 From: Xin Li Organization: The FreeBSD Project MIME-Version: 1.0 To: neel@neelc.org, freebsd-current@freebsd.org, freebsd-x11@freebsd.org Subject: Re: [PATCH] Haswell Kernel Mode Setting References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: d@delphij.net List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 01:45:35 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 11/11/13 14:29, Neel Chauhan wrote: > Sorry if I sent a similar patch before. It didn't get accepted so I > am sending one now. Enjoy. What does "didn't get accepted" mean? :) Since this looks like a PCI-ID only change that do not affect other existing hardware, if it's not an explicit objection from a reviewer, I think it's Okay to just go ahead and commit the change after a reasonable timeout instead of waiting indefinitely. Cheers, - -- Xin LI https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJSgWqaAAoJEJW2GBstM+ns7pgP/iTu4VI4UYgj/nCmSblhVsjH kO+YPaBoXkO+3e7GQ+E6LKqnH3Byjvc8WZH6/fBA2qY9Kfjjte0gJIG8t7Fu34IQ SRiQaErRYUyXCHIIfgjrvRVIrk7bvwe70awnMVQOIktmzdJ4i6cxxEzsvsLqd5OY Argc77bBkSSa0w/QiWR04bG119u/WVyEhNnJ1XdYq3IzJqTb/fkOYAHm/JaWkhSy F8Vj2bxSr9fiKD36wb/kV5cFC4ZNP/SounurAhMTMaHfWAGJE/KuUy5aRP0bHzOY FwcpAAqIsuy13tBKXXsDNgETTJrbnSGQp7AM7BMZJXkX7kfX8SIfpmG0rjoJH02G V3SDdvMmS/x4sIrKmgwQsUT1MGNGdJtD0Xzx27ng0BVSItPKXkB1azxvRkfRE03N yyWX4C0IQg/U/UgkV3jwe+8LAezPXNRbnKD5QX165g+EnAkRmferAT1/kNnV1zV/ G7eU7x9TTml8fCi0g5Oid3smL+BiwGOkZA36r+Js+lQd5Pmkn3GUJw1qx3vNTWKz P6UHeRzSppez1aWx6NigvPH9qUz+HpaN4aWf+Zzl9MFbKcEohtzT8LaBCB/F1BdG pvGOXcCb+BeUy/IBW+Yx7zal5Ri7YIRIAb2hssqACVBOYwbVzMQidEWuSERMyNdo gMcNWZw+kXLE5wCklwm9 =zbWH -----END PGP SIGNATURE----- From owner-freebsd-x11@FreeBSD.ORG Tue Nov 12 08:29:49 2013 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 135078AB; Tue, 12 Nov 2013 08:29:49 +0000 (UTC) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96B46291C; Tue, 12 Nov 2013 08:29:48 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.7/8.14.7) with ESMTP id rAC8TWTE029658; Tue, 12 Nov 2013 10:29:32 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.8.3 kib.kiev.ua rAC8TWTE029658 Received: (from kostik@localhost) by tom.home (8.14.7/8.14.7/Submit) id rAC8TW7X029657; Tue, 12 Nov 2013 10:29:32 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 12 Nov 2013 10:29:32 +0200 From: Konstantin Belousov To: d@delphij.net Subject: Re: [PATCH] Haswell Kernel Mode Setting Message-ID: <20131112082932.GU59496@kib.kiev.ua> References: <52816A9A.4050305@delphij.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AgFe1kDvcheJvJOe" Content-Disposition: inline In-Reply-To: <52816A9A.4050305@delphij.net> User-Agent: Mutt/1.5.22 (2013-10-16) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on tom.home Cc: freebsd-x11@freebsd.org, freebsd-current@freebsd.org, neel@neelc.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 08:29:49 -0000 --AgFe1kDvcheJvJOe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 11, 2013 at 03:39:06PM -0800, Xin Li wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 >=20 > On 11/11/13 14:29, Neel Chauhan wrote: > > Sorry if I sent a similar patch before. It didn't get accepted so I > > am sending one now. Enjoy. >=20 > What does "didn't get accepted" mean? :) Since this looks like a > PCI-ID only change that do not affect other existing hardware, if it's > not an explicit objection from a reviewer, I think it's Okay to just > go ahead and commit the change after a reasonable timeout instead of > waiting indefinitely. I very much doubt that this patch works. More, I believe that it was not tested at all. Talking about the trivially obvious things, the PGTT handling must be updated since page tables have different format comparing with Ivy, there are some changes to ring dispatching, and lot of changes in the display pipeline. All this is missing from the patch. Oh, and the Series 8 chipset PCH detection is missing. I probably should stop now. HSW support is much more than just adding the Ids, I am (slowly) starting the work on importing the Linux updates. --AgFe1kDvcheJvJOe Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJSgebrAAoJEJDCuSvBvK1BvzEP/0y6MHsO623n6Zzy2nx/3S4W mNhmexgKBmVj7bBil59W7AeesBwZLI24OFYIcvP5vjBnkPOK9jZvsHDcWYbbSjlX HKxZRzU2nf/eszr7ziD5vul3D/wciWBSjtt/0U9AVr/o1sCV/WZakNxz/lWt21hp XLu2/u7N9bb/2phdz+JP5FicEMWxJBaOEwyXkU8liklTd5/fE/Fvjah+Elr20xIr 2FGB0V0Qm7J+c1seZuRLyGQEeRRyYjtxl5T1PO5sptCDhNIs1zXJt0MJvF9bcNJg /DX5xtvDLc8H1yoRuAFrHH0/m09hiDrAlSOQcC/VVjaXAmI0kabM9zAbOIjmT71E LCR5Vn2OTlTyiST2OhRS6H6ysjsRMDW+iWQhH1ncov4myg6fICQl4vO/81hO2Cmp hcxrzGkwgr43lFxgz1NGnWE3DeGRTqJDZgf2lJbjnI3udbhGHkS6GInbDz+ebh61 EEG1gro6w2Q0PDehFBQJPj0TQlbYiFXCoCnM3C7Xg3n0dTZn7IRM6MDb5bpGo3qW 5kK6zpR6P0l+orubtfFv59WPE1ZBngz5i/KlFH6aBD/SIn2A5m21uCp/Pj4s0HqD 23rDxzZcSyH4KGl5kWcj/b4b0j2DCmgX3qJGapfrw+4B5Vi+UJaQ/HX1H9H/rPBN 6Li4u4C1539eTczv1sLZ =YkUS -----END PGP SIGNATURE----- --AgFe1kDvcheJvJOe-- From owner-freebsd-x11@FreeBSD.ORG Tue Nov 12 09:47:06 2013 Return-Path: Delivered-To: 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 8CFB03A9 for ; Tue, 12 Nov 2013 09:47:06 +0000 (UTC) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DB1A2DC0 for ; Tue, 12 Nov 2013 09:47:06 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id rAC9l6AB043326 for ; Tue, 12 Nov 2013 09:47:06 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id rAC9l63r043323; Tue, 12 Nov 2013 09:47:06 GMT (envelope-from portscout) Message-Id: <201311120947.rAC9l63r043323@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 12 Nov 2013 09:47:06 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 09:47:06 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ x11/pixman | 0.30.2 | 0.32.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks. From owner-freebsd-x11@FreeBSD.ORG Tue Nov 12 12:48:37 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6778129; Tue, 12 Nov 2013 12:48:37 +0000 (UTC) Received: from mail.neelc.org (maya.neelc.org [72.0.227.50]) by mx1.freebsd.org (Postfix) with ESMTP id 918612959; Tue, 12 Nov 2013 12:48:37 +0000 (UTC) Received: from mail.neelc.org (maya.neelc.org [72.0.227.50]) by mail.neelc.org (Postfix) with ESMTPA id 96F3D1186F9A; Tue, 12 Nov 2013 07:48:36 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 12 Nov 2013 07:48:36 -0500 From: Neel Chauhan To: Konstantin Belousov Subject: Re: [PATCH] Haswell Kernel Mode Setting Mail-Reply-To: neel@neelc.org In-Reply-To: <20131112082932.GU59496@kib.kiev.ua> References: <52816A9A.4050305@delphij.net> <20131112082932.GU59496@kib.kiev.ua> Message-ID: <8f255aa45ade695995d53eafd939d35e@mail.neelc.org> X-Sender: neel@neelc.org User-Agent: Roundcube Webmail/0.9.5 Cc: freebsd-x11@freebsd.org, freebsd-current@freebsd.org, d@delphij.net X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: neel@neelc.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 12:48:37 -0000 On 2013-11-12 03:29, Konstantin Belousov wrote: > On Mon, Nov 11, 2013 at 03:39:06PM -0800, Xin Li wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA512 >> >> On 11/11/13 14:29, Neel Chauhan wrote: >> > Sorry if I sent a similar patch before. It didn't get accepted so I >> > am sending one now. Enjoy. >> >> What does "didn't get accepted" mean? :) Since this looks like a >> PCI-ID only change that do not affect other existing hardware, if it's >> not an explicit objection from a reviewer, I think it's Okay to just >> go ahead and commit the change after a reasonable timeout instead of >> waiting indefinitely. > > I very much doubt that this patch works. More, I believe that it was > not tested at all. Talking about the trivially obvious things, the PGTT > handling must be updated since page tables have different format > comparing > with Ivy, there are some changes to ring dispatching, and lot of > changes in the display pipeline. All this is missing from the patch. > > Oh, and the Series 8 chipset PCH detection is missing. I probably > should stop now. > > HSW support is much more than just adding the Ids, I am (slowly) > starting > the work on importing the Linux updates. Konstantin, Thanks for telling me. The reality is, I don't really know about the insides of the FreeBSD kernel, Linux, or drm. I just looked at a few files. I should really get a book about FreeBSD before trying to send patches again. And anyways, this patch is untested. I was in a rush to send it to the mailing list, hoping it would get accepted. Thanks, Neel From owner-freebsd-x11@FreeBSD.ORG Tue Nov 12 20:15:56 2013 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 DE130187 for ; Tue, 12 Nov 2013 20:15:56 +0000 (UTC) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A346322C1 for ; Tue, 12 Nov 2013 20:15:56 +0000 (UTC) Received: from 2a02-8428-011a-a000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11a:a000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VgKNO-000C0t-LD for freebsd-x11@freebsd.org; Tue, 12 Nov 2013 21:15:55 +0100 Message-ID: <52828C6B.9050901@dumbbell.fr> Date: Tue, 12 Nov 2013 21:15:39 +0100 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: KMS on Radeon HD 3870 References: <527A882C.5010807@fsfe.org> <527A9D3A.3090407@fsfe.org> <527CBA00.1010703@FreeBSD.org> <527E5BA1.4070603@fsfe.org> In-Reply-To: <527E5BA1.4070603@fsfe.org> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9BcMeHqGASQW4ofnHAlmPnrXJXVEpBcF4" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 20:15:56 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --9BcMeHqGASQW4ofnHAlmPnrXJXVEpBcF4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 11/09/2013 16:58, Hannes wrote: > I am not using KDE. I use awesome wm and xcompmgr, but I also tried > without xcompmgr (disabling it compeletely for the session) and it stil= l > hung in the described manner. Sorry, I assumed you were using KDE, because your dmesg says that kactivitymanagerd and akonadictl crashed. Are you willing to rebuild a newer kernel? If yes, checkout stable/10 SVN branch and build a GENERIC kernel from that. It contains two fixes. I have no idea if they could solve your problem, but that's worth a try. If you need help in this procedure, I'll guide you. --=20 Jean-S=C3=A9bastien P=C3=A9dron --9BcMeHqGASQW4ofnHAlmPnrXJXVEpBcF4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlKCjHoACgkQa+xGJsFYOlOeZgCgrGkkzAxK1U9iUwMFocTu0iPc rtkAoJXoowILD3QxznOw8mTlyd52X1e/ =ZWT3 -----END PGP SIGNATURE----- --9BcMeHqGASQW4ofnHAlmPnrXJXVEpBcF4-- From owner-freebsd-x11@FreeBSD.ORG Tue Nov 12 20:36:39 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC109136 for ; Tue, 12 Nov 2013 20:36:39 +0000 (UTC) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91F6B247C for ; Tue, 12 Nov 2013 20:36:39 +0000 (UTC) Received: from 2a02-8428-011a-a000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11a:a000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VgKhR-000CRh-Lk for freebsd-x11@freebsd.org; Tue, 12 Nov 2013 21:36:38 +0100 Message-ID: <5282914F.2020807@dumbbell.fr> Date: Tue, 12 Nov 2013 21:36:31 +0100 From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: Radeon KMS (ATI Radeon 9250) References: <5280C158.5050205@club-internet.fr> In-Reply-To: <5280C158.5050205@club-internet.fr> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9cGRTbJx53agErXNcgbNP4oo4btvp3ebd" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 20:36:39 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --9cGRTbJx53agErXNcgbNP4oo4btvp3ebd Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 11/11/2013 12:36, Juanitou wrote: >> I can report that the new infrastructure works with an old GPU in >> 10.0-BETA3 (i386) >> ATI Radeon 9250 >> ATI chip: RV280 (R200 microcode) >=20 > After upgrading to xorg-server 1.12.4 (somehow I missed that) only the > issue with Xorg -configure remains, mode setting works again! Good to know :) Thanks for the report. > As Xorg -configure is not needed here to make X work perfectly, is it > useful if I send again all the debug information? The Xorg -configure crash is a known issue and can be easily reproduced, so no need for further informations. Thank you! --=20 Jean-S=E9bastien P=E9dron --9cGRTbJx53agErXNcgbNP4oo4btvp3ebd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlKCkVUACgkQa+xGJsFYOlPWaACgzCCc+0sBfjgyixh3V6sddJ56 fF4AnRGDkKFKIrEbeb+JZq6Riysad8/9 =EdGa -----END PGP SIGNATURE----- --9cGRTbJx53agErXNcgbNP4oo4btvp3ebd-- From owner-freebsd-x11@FreeBSD.ORG Tue Nov 12 20:43:11 2013 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 03AB34F5 for ; Tue, 12 Nov 2013 20:43:11 +0000 (UTC) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A8A324F0 for ; Tue, 12 Nov 2013 20:43:09 +0000 (UTC) Received: from 2a02-8428-011a-a000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11a:a000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VgKnj-000CZ4-Cv; Tue, 12 Nov 2013 21:43:07 +0100 Message-ID: <528292D6.1000104@dumbbell.fr> Date: Tue, 12 Nov 2013 21:43:02 +0100 From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Zenny , freebsd-x11@FreeBSD.org Subject: Re: Could not build new xorg with FreeBSD10-Beta3 References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DtorV9DC2HiKRAwdFs8CDWfnXCvWgrJA4" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 20:43:11 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --DtorV9DC2HiKRAwdFs8CDWfnXCvWgrJA4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 11/10/2013 11:43, Zenny wrote: > Hi Hello! > I am encountering the same problem again and again when I try to build > new xorg (1.12.4). It dies with error as of below: >=20 > "../../../src/mesa/main/mtypes.h:3420:4: error: unknown type name > 'GLDEBUGPROCARB' > GLDEBUGPROCARB Callback; > ^ > 1 error generated." >=20 > It is true whether even when I remove the older version of dri. I already replied to your other thread on freebsd-stable@, but reply here, in case readers only follow one list. Can you check that, after you removed graphics/dri, the file named /usr/local/include/GL/glext.h doesn't exist anymore? The GLDEBUGPROCARB callback is defined by Mesa itself in this file, but it wasn't defined in older Mesa (7.6.1). If the file is still there after removal of graphics/dri, try to remove it yourself and rebuild the port. You may have to remove other files. --=20 Jean-S=E9bastien P=E9dron --DtorV9DC2HiKRAwdFs8CDWfnXCvWgrJA4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlKCktsACgkQa+xGJsFYOlNX6ACgo/kXe3ZMaCUQRMdxgELKaTvZ oRwAoLi6uJTzrBFE9bqj+WtRpOmgwn15 =Htcq -----END PGP SIGNATURE----- --DtorV9DC2HiKRAwdFs8CDWfnXCvWgrJA4-- From owner-freebsd-x11@FreeBSD.ORG Tue Nov 12 21:43:19 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04D08EFC for ; Tue, 12 Nov 2013 21:43:19 +0000 (UTC) Received: from smtp22.services.sfr.fr (smtp22.services.sfr.fr [93.17.128.12]) by mx1.freebsd.org (Postfix) with ESMTP id BE2662982 for ; Tue, 12 Nov 2013 21:43:18 +0000 (UTC) Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2213.sfr.fr (SMTP Server) with ESMTP id BD79870001E0 for ; Tue, 12 Nov 2013 22:43:09 +0100 (CET) Received: from [192.168.1.101] (186.21.14.93.rev.sfr.net [93.14.21.186]) by msfrf2213.sfr.fr (SMTP Server) with ESMTP id E595070001E3 for ; Tue, 12 Nov 2013 22:43:08 +0100 (CET) X-SFR-UUID: 20131112214308940.E595070001E3@msfrf2213.sfr.fr Message-ID: <5282A0EC.4010405@club-internet.fr> Date: Tue, 12 Nov 2013 22:43:08 +0100 From: Juanitou User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: Radeon KMS (ATI Radeon 9250) References: <5280C158.5050205@club-internet.fr> <5282914F.2020807@dumbbell.fr> In-Reply-To: <5282914F.2020807@dumbbell.fr> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 21:43:19 -0000 El 12/11/2013 21:36, Jean-Sbastien Pdron escribi: > On 11/11/2013 12:36, Juanitou wrote: >>> I can report that the new infrastructure works with an old GPU in >>> 10.0-BETA3 (i386) >>> ATI Radeon 9250 >>> ATI chip: RV280 (R200 microcode) >> After upgrading to xorg-server 1.12.4 (somehow I missed that) only the >> issue with Xorg -configure remains, mode setting works again! > Good to know :) Thanks for the report. Thanks to you! Compared to the old version, the performance (and thus usability) in this old box with the new Xorg is comme le jour et la nuit ;-) From owner-freebsd-x11@FreeBSD.ORG Tue Nov 12 21:48:13 2013 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 0B32D29D for ; Tue, 12 Nov 2013 21:48:13 +0000 (UTC) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4DC729E6 for ; Tue, 12 Nov 2013 21:48:12 +0000 (UTC) Received: from 2a02-8428-011a-a000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11a:a000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VgLoa-000Dwx-J5 for freebsd-x11@freebsd.org; Tue, 12 Nov 2013 22:48:05 +0100 Message-ID: <5282A209.3050300@dumbbell.fr> Date: Tue, 12 Nov 2013 22:47:53 +0100 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: Radeon KMS on HD4650 (RV730) References: <08d57f7d2558be03c63a06cebd8bb46b@sfrsys.com> <527A5D1B.1050704@dumbbell.fr> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="smXERPritWhOie2wrstCpXW6XnNjF7an9" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 21:48:13 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --smXERPritWhOie2wrstCpXW6XnNjF7an9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 11/06/2013 22:00, Matt wrote: > I only see problems the second time I launch Xorg. KDE is fine after > boot, but if I logout (which restarts X) I start seeing problems with > KDE4, xfce4-displays and choppy/stutter windows... I committed two fixes to HEAD and stable/10. I wasn't targetting the modeline loop problem, but I can't reproduce it anymore. If you have time, can you checkout stable/10, rebuild a GENERIC kernel and retest, please? --=20 Jean-S=C3=A9bastien P=C3=A9dron --smXERPritWhOie2wrstCpXW6XnNjF7an9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlKCohQACgkQa+xGJsFYOlNbYACgxazcHKUwu6w3BgdupbEBmwXs 3jsAoKukf8z/kE9kj2gLO67Cp2zQBdvs =Os+9 -----END PGP SIGNATURE----- --smXERPritWhOie2wrstCpXW6XnNjF7an9-- From owner-freebsd-x11@FreeBSD.ORG Tue Nov 12 22:14:29 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDB50AD5 for ; Tue, 12 Nov 2013 22:14:29 +0000 (UTC) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 722682BBA for ; Tue, 12 Nov 2013 22:14:29 +0000 (UTC) X-Envelope-From: h2+lists2013@fsfe.org X-Envelope-To: Received: from [192.168.3.80] (brln-4dba02b2.pool.mediaWays.net [77.186.2.178]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id rACMEKSn027287 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 12 Nov 2013 23:14:21 +0100 Message-ID: <5282A83C.50208@fsfe.org> Date: Tue, 12 Nov 2013 23:14:20 +0100 From: Hannes MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: KMS on Radeon HD 3870 References: <527A882C.5010807@fsfe.org> <527A9D3A.3090407@fsfe.org> <527CBA00.1010703@FreeBSD.org> <527E5BA1.4070603@fsfe.org> <52828C6B.9050901@dumbbell.fr> In-Reply-To: <52828C6B.9050901@dumbbell.fr> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 22:14:29 -0000 On 12.11.2013 21:15, Jean-Sébastien Pédron wrote: > On 11/09/2013 16:58, Hannes wrote: >> I am not using KDE. I use awesome wm and xcompmgr, but I also tried >> without xcompmgr (disabling it compeletely for the session) and it still >> hung in the described manner. > > Sorry, I assumed you were using KDE, because your dmesg says that > kactivitymanagerd and akonadictl crashed. > > Are you willing to rebuild a newer kernel? > > If yes, checkout stable/10 SVN branch and build a GENERIC kernel from > that. It contains two fixes. I have no idea if they could solve your > problem, but that's worth a try. If you need help in this procedure, > I'll guide you. > I am familiar with building the Kernel, but I haven't since the switch to svn. Can you point me to the right folder for checkout? Thanks, Hannes From owner-freebsd-x11@FreeBSD.ORG Tue Nov 12 23:03:23 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DB29FAB for ; Tue, 12 Nov 2013 23:03:23 +0000 (UTC) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 42C952F56 for ; Tue, 12 Nov 2013 23:03:23 +0000 (UTC) Received: from 2a02-8428-011a-a000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11a:a000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VgMzN-000FVK-V3 for freebsd-x11@freebsd.org; Wed, 13 Nov 2013 00:03:18 +0100 Message-ID: <5282B3AF.8030305@dumbbell.fr> Date: Wed, 13 Nov 2013 00:03:11 +0100 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: KMS on Radeon HD 3870 References: <527A882C.5010807@fsfe.org> <527A9D3A.3090407@fsfe.org> <527CBA00.1010703@FreeBSD.org> <527E5BA1.4070603@fsfe.org> <52828C6B.9050901@dumbbell.fr> <5282A83C.50208@fsfe.org> In-Reply-To: <5282A83C.50208@fsfe.org> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CkFxeNWJml2sMpbR2WQl8sLwlaakSgUps" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 23:03:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --CkFxeNWJml2sMpbR2WQl8sLwlaakSgUps Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 11/12/2013 23:14, Hannes wrote: > I am familiar with building the Kernel, but I haven't since the switch > to svn. Can you point me to the right folder for checkout? You can checkout the stable/10 branch using the following command: svn co svn://svn.freebsd.org/base/stable/10 /path/to/checkout --=20 Jean-S=C3=A9bastien P=C3=A9dron --CkFxeNWJml2sMpbR2WQl8sLwlaakSgUps Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlKCs7UACgkQa+xGJsFYOlMcQQCgw0wnaB+hh5RVOLiWxLxMBP+3 7+QAn3n9sB4M7KURDy1aEXq9ZlwfDgnJ =zLhB -----END PGP SIGNATURE----- --CkFxeNWJml2sMpbR2WQl8sLwlaakSgUps-- From owner-freebsd-x11@FreeBSD.ORG Tue Nov 12 23:27:41 2013 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 2F7FE6BF for ; Tue, 12 Nov 2013 23:27:41 +0000 (UTC) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B122420EB for ; Tue, 12 Nov 2013 23:27:40 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id f4so6192wiw.8 for ; Tue, 12 Nov 2013 15:27:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xZsxg8xUZ9SxrdkfaywPfAYSUOmx6gvkv+s7AHj360o=; b=gXbQ1izKT2X0K0SCjencjZVZiczYBDf2ceOXM7SrYgf4U2MWKPN9mEPofDIwftLpZb bf0ahJyHMnjucJT4M6Hq6H2Waa6jr7RIqvQsCic761yOguaVR/8k1ytMBWdzdnSN1kiu QIU4/9TwYoUuptJ7UidweHwzQLUE1eoWK/x/CDvuCqzgmGQM+jvkfaFgoEEUIp6GWKV0 xS3lCdIrUpboJzDACbdVdr8MFG1aXioh9UDPpWbmgJ3RU/2vuQPm/XLlfeCi7N2WuaKU 04ZOc97SHxQTtN1NH/7DDfdoKchbnm/9jcp1PXtq3yD6itYHqrcl4tmJdAZjZk0jEl+k TCpw== MIME-Version: 1.0 X-Received: by 10.180.9.71 with SMTP id x7mr11299904wia.28.1384298859152; Tue, 12 Nov 2013 15:27:39 -0800 (PST) Received: by 10.194.153.101 with HTTP; Tue, 12 Nov 2013 15:27:39 -0800 (PST) Received: by 10.194.153.101 with HTTP; Tue, 12 Nov 2013 15:27:39 -0800 (PST) In-Reply-To: <20131110180627.GA1824@slackbox.erewhon.net> References: <20131110112355.GC84743@slackbox.erewhon.net> <527FBAC0.9010504@gmail.com> <20131110180627.GA1824@slackbox.erewhon.net> Date: Wed, 13 Nov 2013 00:27:39 +0100 Message-ID: Subject: Re: xorg.conf: Howto ignore onboard card? From: Danny Winn To: Roland Smith Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 23:27:41 -0000 Hello Roland, the problem was that only one graphic card can be activated each time, so I'm afraid my bios does not support accessing both graphic cards at the same time i.e. for using two monitors simultaneously, even though both graphic cards are referred to as "primary card" and "secondary card" instead of "activated card" and "deactivated card". I switched the primary card from onboard card to PCIE card (nvidia) and the "xorg.conf" configuration with modelines worked in Linux and FreeBSD. I just had to add the DPI option "96 x 96" to decrease the huge font sizes on openbox. Thank you for your support, pointing me in the right direction. This issue is solved. Regards Danny On Sun, Nov 10, 2013 at 05:56:32PM +0100, Danny Winn wrote: > Hello Roland, > > thank you for your reply. > > The monitor is a Samsung SyncMaster P2770. > > As you recommended I added Modeline-settings to "xorg.conf" as specified > in the monitor's documentation. However, the result is still the same. > > The weird thing is: > Right now I'm writing this email from the same desktop PC on my Linux > partition and it works out of the box on Full-HD without creating a > "xorg.conf" file. > > Attachments: > - Improved xorg.conf (nvidia, FreeBSD) > - New Xorg.0.log (nvidia, FreeBSD) > - PDF-File (SyncMaster Documentation) > - Xorg.0.linux.working.log (nvidia, working on Linux) Have a look at the abridged output from the two X servers; FreeBSD: > X.Org X Server 1.12.4 > Release Date: 2012-08-27 > [ 233.991] X Protocol Version 11, Revision 0 > [ 233.991] Build Operating System: FreeBSD 9.1-RELEASE amd64 > [ 233.991] Current Operating System: FreeBSD hacksenkessel 9.2-RELEASE-p1 FreeBSD 9.2-RELEASE-p1 #0 r257698M: Tue Nov 5 11:44:20 CET 2013 root@hacksenkessel:/usr/obj/usr/src/sys/HACKSENKESSEL amd64 > [ 233.994] Build Date: 04 November 2013 03:31:25AM > [ 235.175] (II) NVIDIA(0): Detected PCI Express Link width: 16X > [ 235.176] (--) NVIDIA(0): Valid display device(s) on GeForce GT 610 at PCI:1:0:0 > [ 235.176] (--) NVIDIA(0): CRT-0 > [ 235.176] (--) NVIDIA(0): CRT-1 > [ 235.176] (--) NVIDIA(0): DFP-0 > [ 235.176] (--) NVIDIA(0): DFP-1 > [ 235.176] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock > [ 235.176] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock > [ 235.176] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS > [ 235.176] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock > [ 235.176] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS > [ 235.176] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock > [ 235.176] (EE) NVIDIA(0): Failed to assign any connected display devices to X screen 0. > [ 235.187] (EE) NVIDIA(0): Failing initialization of X screen 0 > [ 235.187] (II) UnloadModule: "nvidia" > [ 235.187] (II) UnloadSubModule: "wfb" > [ 235.187] (II) UnloadSubModule: "fb" > [ 235.187] (EE) Screen(s) found, but none have a usable configuration. > [ 235.187] > Fatal server error: > [ 235.187] no screens found > [ 235.187] > Please consult the The X.Org Foundation support > at http://wiki.x.org > for help. > [ 235.187] Please also check the log file at "/var/log/Xorg.0.log" for additional information. > [ 235.187] > [ 235.205] Server terminated with error (1). Closing log file. Linux: > X.Org X Server 1.13.3 > Release Date: 2013-03-07 > [ 16.810] X Protocol Version 11, Revision 0 > [ 16.810] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu > [ 16.810] Current Operating System: Linux hacksenkessel 3.8.0-32-generic #47-Ubuntu SMP Tue Oct 1 22:35:23 UTC 2013 x86_64 > [ 16.810] Kernel command line: BOOT_IMAGE=/vmlinuz-3.8.0-32-generic root=/dev/sda6 ro quiet splash > [ 16.810] Build Date: 16 October 2013 04:35:36PM > [ 16.810] xorg-server 2:1.13.3-0ubuntu6.2 (For technical support please see http://www.ubuntu.com/support) > [ 18.712] (II) intel(0): EDID for output HDMI2 > [ 18.712] (II) intel(0): Manufacturer: SAM Model: 613 Serial#: 1162228279 > [ 18.712] (II) intel(0): Year: 2010 Week: 38 > [ 18.712] (II) intel(0): EDID Version: 1.3 > [ 18.712] (II) intel(0): Digital Display Input > [ 18.712] (II) intel(0): Indeterminate output size > [ 18.712] (II) intel(0): Gamma: 2.20 > [ 18.712] (II) intel(0): DPMS capabilities: Off > [ 18.712] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 > [ 18.712] (II) intel(0): First detailed timing is preferred mode > [ 18.712] (II) intel(0): redX: 0.647 redY: 0.334 greenX: 0.284 greenY: 0.607 > [ 18.712] (II) intel(0): blueX: 0.151 blueY: 0.071 whiteX: 0.312 whiteY: 0.329 > [ 18.712] (II) intel(0): Supported established timings: > [ 18.712] (II) intel(0): 640x480@60Hz > [ 18.712] (II) intel(0): 800x600@56Hz > [ 18.712] (II) intel(0): 800x600@60Hz > [ 18.712] (II) intel(0): 1024x768@60Hz > [ 18.712] (II) intel(0): Manufacturer's mask: 0 > [ 18.713] (II) intel(0): Printing probed modes for output HDMI2 > [ 18.713] (II) intel(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP) > [ 18.713] (II) intel(0): Output VGA1 disconnected > [ 18.713] (II) intel(0): Output DP1 disconnected > [ 18.713] (II) intel(0): Output HDMI1 disconnected > [ 18.713] (II) intel(0): Output DP2 disconnected > [ 18.713] (II) intel(0): Output HDMI2 connected On Linux, you are connected to the HDMI port on the motherboard, which connects to the intel chip. You aren't using the Nvidia card in this case. Did you forget to switch the HDMI cable to the port on the Nvidia card? Roland -- R.F.Smith http://rsmith.home.xs4all.nl/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) From owner-freebsd-x11@FreeBSD.ORG Wed Nov 13 05:55:51 2013 Return-Path: Delivered-To: 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 2A65EFDF for ; Wed, 13 Nov 2013 05:55:51 +0000 (UTC) Received: from mail-qc0-f176.google.com (mail-qc0-f176.google.com [209.85.216.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E49982558 for ; Wed, 13 Nov 2013 05:55:50 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id s19so5860165qcw.35 for ; Tue, 12 Nov 2013 21:55:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc :content-type; bh=J88Nqx9lCRCp5wQ0MTtt0KxtY0ax9PhCHuxg2F3WaFI=; b=TBVnGsM7jYKG6oqxuCOUemImH8DNb257/IjzLUh6DdmW9e73vguz6pl/TErsw44ekX Jpz68Fa0CKN57mz2KvtEIW9VbOMOnW824TWMsuLKA6OwnNQw+0K5/LAgvfcjV/WTDgQy HXlo4+YwJd2jkQBjfKfhSq8mXakIhvIMdLOs7zNXzVEr+k77HkK3B3zZVrWPy0pJYR0r COCX0R7nd/w/RibENFDslHchkpXnZwl/UaR6thigvm+CNjPn+TQk/eY6gfSOURk9SHo/ dpKfmuLgzVBx3DUALWr2p0sEcDHprqIbxoJOqL/C51BT9Dt6xjvuQ9DLcc9zh7Jgvw3B eEPA== X-Gm-Message-State: ALoCoQmkXpDQN4QzvxV8I7Cn0G9lv4JfprZNzSNSudtWs6fjnTMykGZIwOYadAVMG2flsJ16Dt7Hn79d3no8EkK6wIKLMLSGwQ== X-Received: by 10.49.39.201 with SMTP id r9mr39532463qek.46.1384322143923; Tue, 12 Nov 2013 21:55:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.165.8 with HTTP; Tue, 12 Nov 2013 21:55:28 -0800 (PST) From: "Lundberg, Johannes" Date: Wed, 13 Nov 2013 14:55:28 +0900 Message-ID: Subject: glew & freeglut build error - GL/gl.h missing To: "freebsd-x11@freebsd.org" Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: mva@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 05:55:51 -0000 Hi I'm on 10.0-BETA3 and trying to build mesa-demos in a i386 jail on a amd64 machine using Poudriere. I fail to build two required ports; graphics/glew graphics/freeglut The error is that it can't find GL/gl.h. Don't know if this is the correct solution but changing from USE_GL = yes / glu to USE_GL = glu gl in both port's Makefile fixes the problem for me. Best regards -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- $BHkL)J];}$K$D$$$F!'$3$NEE;R%a!<%k$O!"L>08?M$KAw?.$7$?$b$N$G$"$j!"HkF?FC8"$NBP>]$H$J$k>pJs$r4^$s$G$$$^$9!#(B $B$b$7!"L>08?M0J30$NJ}$,l9g!"$3$N%a!<%k$NGK4~!"$*$h$S$3$N%a!<%k$K4X$9$k0l@Z$N3+<(!"(B $BJ#$NMxMQ!"$^$?$O5-:\FbMF$K4p$E$/$$$+$J$k9TF0$b$5$l$J$$$h$&$*4j$$?=$7>e$2$^$9!#(B From owner-freebsd-x11@FreeBSD.ORG Wed Nov 13 11:19:18 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21AF9524 for ; Wed, 13 Nov 2013 11:19:18 +0000 (UTC) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13C892808 for ; Wed, 13 Nov 2013 11:19:18 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id rADBJHWx049655 for ; Wed, 13 Nov 2013 11:19:17 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id rADBJHSf049652; Wed, 13 Nov 2013 11:19:17 GMT (envelope-from portscout) Message-Id: <201311131119.rADBJHSf049652@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 13 Nov 2013 11:19:17 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 11:19:18 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ x11/pixman | 0.30.2 | 0.32.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks. From owner-freebsd-x11@FreeBSD.ORG Wed Nov 13 14:43:27 2013 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 4AB9BB3A for ; Wed, 13 Nov 2013 14:43:27 +0000 (UTC) Received: from www94.your-server.de (www94.your-server.de [213.133.104.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C5BF2693 for ; Wed, 13 Nov 2013 14:43:26 +0000 (UTC) Received: from [92.230.240.87] (helo=[192.168.178.40]) by www94.your-server.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.74) (envelope-from ) id 1Vgbf8-0002Bz-JS for freebsd-x11@freebsd.org; Wed, 13 Nov 2013 15:43:24 +0100 Subject: AMD HD4250 on BETA3 / KMS does not wake up from screen saver From: Mathias Picker To: freebsd-x11@freebsd.org Content-Type: text/plain; charset="us-ascii" Organization: virtual earth GmbH Date: Wed, 13 Nov 2013 15:43:18 +0100 Message-ID: <1384353798.1876.36.camel@marcopolo.fritz.box> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Authenticated-Sender: Mathias.Picker@virtual-earth.de X-Virus-Scanned: Clear (ClamAV 0.97.8/18105/Wed Nov 13 06:38:26 2013) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 14:43:27 -0000 Hi all, I just installed BETA3 and kde4 and new xorg via ports. I'm running an amd danube laptop (acer 5553g) with hd4250 and hd5650 cards. The hd4250 works ok, but on wakeup from screensaver it will not accept any input nor show any movement on the screen (e.g. the clock is stuck). I can still move the mouse. The machine is responsive, I can restart kdm via ssh and everything works as expected. For now, I've deactivated the energy mgmt feature of kde (sorry, I've the german ui and just unsetting LANG still gives me the german text :( Any idea how I can debug this? Actuall, I had the screen freeze on me one time while working (switching between multiple firefox popups) but this hasn't happened again, so I hope that was a one-time glitch... Thanks for any help and/or debugging tips, Mathias P.S. The discrete card, an amd hd5650 shows no picture at all. the server log looks ok, but all I get is a blank screen :( Not too bad, since BETA3 runs a lot hotter than 9-stable and with cpu *and* 5650 the laptop would turn to a lump of molten plastic... P.P.S.: % uname -a FreeBSD marcopolo 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 19:43:01 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 dmesg: http://pastebin.com/NaEQXYBH loader.conf: http://pastebin.com/bnmqPak3 rc.conf: http://pastebin.com/HKERzgde xorg.log: http://pastebin.com/qkZFbXqH xorg.conf: http://pastebin.com/HKERzgde (this one is slightly chaotic. I tried hard to get the correct card to be recognized, also I didn't have time to clean it up properly for the new driver. This worked perfect on 9-stable with the old xorg, and also seems to work fine on the new one. X doesn't start without an xorg.conf, it doesn't know which card to choos, I guess.) Anything else I can provide? One more datapoint. If I disable the internal graphics card like i did in 9-stable (see http://forums.freebsd.org/showthread.php?t=29448) the card doesn't work at all, it just shows a black screen. From owner-freebsd-x11@FreeBSD.ORG Wed Nov 13 14:47:32 2013 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 74D24D0A for ; Wed, 13 Nov 2013 14:47:32 +0000 (UTC) Received: from www94.your-server.de (www94.your-server.de [213.133.104.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35DFF26C9 for ; Wed, 13 Nov 2013 14:47:32 +0000 (UTC) Received: from [92.230.240.87] (helo=[192.168.178.40]) by www94.your-server.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.74) (envelope-from ) id 1Vgbj8-0002MO-GJ for freebsd-x11@freebsd.org; Wed, 13 Nov 2013 15:47:30 +0100 Subject: Re: AMD HD4250 on BETA3 / KMS does not wake up from screen saver From: Mathias Picker To: freebsd-x11@freebsd.org In-Reply-To: <1384353798.1876.36.camel@marcopolo.fritz.box> References: <1384353798.1876.36.camel@marcopolo.fritz.box> Content-Type: text/plain; charset="us-ascii" Organization: virtual earth GmbH Date: Wed, 13 Nov 2013 15:47:26 +0100 Message-ID: <1384354046.1876.38.camel@marcopolo.fritz.box> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Authenticated-Sender: Mathias.Picker@virtual-earth.de X-Virus-Scanned: Clear (ClamAV 0.97.8/18105/Wed Nov 13 06:38:26 2013) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 14:47:32 -0000 On Wed, 2013-11-13 at 15:43 +0100, Mathias Picker wrote: [snip] Correction. The link to: > xorg.conf: http://pastebin.com/HKERzgde should be http://pastebin.com/PtCJdXkb > (this one is slightly chaotic. I tried hard to get the correct card to > be recognized, also I didn't have time to clean it up properly for the > new driver. This worked perfect on 9-stable with the old xorg, and also > seems to work fine on the new one. X doesn't start without an xorg.conf, > it doesn't know which card to choos, I guess.) > > Anything else I can provide? > > One more datapoint. If I disable the internal graphics card like i did > in 9-stable (see http://forums.freebsd.org/showthread.php?t=29448) the > card doesn't work at all, it just shows a black screen. > > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" From owner-freebsd-x11@FreeBSD.ORG Wed Nov 13 15:56:26 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E333C3B0 for ; Wed, 13 Nov 2013 15:56:26 +0000 (UTC) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA0382B3F for ; Wed, 13 Nov 2013 15:56:26 +0000 (UTC) Received: from [2001:1b48:10b:cafe:225:64ff:febe:589f] (helo=viking.yzserv.com) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Vgcno-000CIB-EA for freebsd-x11@freebsd.org; Wed, 13 Nov 2013 16:56:25 +0100 Message-ID: <5283A122.70204@FreeBSD.org> Date: Wed, 13 Nov 2013 16:56:18 +0100 From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: AMD HD4250 on BETA3 / KMS does not wake up from screen saver References: <1384353798.1876.36.camel@marcopolo.fritz.box> In-Reply-To: <1384353798.1876.36.camel@marcopolo.fritz.box> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gnbiMbuL096HmwTR645Vu3tamBIipIfs4" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 15:56:26 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --gnbiMbuL096HmwTR645Vu3tamBIipIfs4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 13.11.2013 15:43, Mathias Picker wrote: > Hi all, Hello! > The hd4250 works ok, but on wakeup from screensaver it will not accept > any input nor show any movement on the screen (e.g. the clock is stuck)= =2E > I can still move the mouse. I confirm this issue and can be reproduced easily using xset(1) when a KDE session is opened: DISPLAY=3D:0 xset dpms force off DISPLAY=3D:0 xset dpms force on # Screen frozen The bug doesn't show when using a lighter window manager (eg. x11-wm/awesome). I'm currently debugging this. If you want to try my development branch (https://github.com/dumbbell/freebsd/tree/kms-drm-update-38), which contains an updated DRM code, DPMS works perfectly. But so far, I couldn't nail down the culprit in HEAD. > P.S. The discrete card, an amd hd5650 shows no picture at all. the > server log looks ok, but all I get is a blank screen :( Yesn that's expected, as we currently don't support multiple video cards sharing the same set of output connectors (and 10.0-RELEASE won't support this either). --=20 Jean-S=E9bastien P=E9dron --gnbiMbuL096HmwTR645Vu3tamBIipIfs4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlKDoSgACgkQa+xGJsFYOlME1QCfb+soAq7XZOQslkntL8yI4ccs P18An1E9qgswOnSeSJf4CSnmrA44V3s+ =c7qF -----END PGP SIGNATURE----- --gnbiMbuL096HmwTR645Vu3tamBIipIfs4-- From owner-freebsd-x11@FreeBSD.ORG Wed Nov 13 20:23:10 2013 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 514FB424 for ; Wed, 13 Nov 2013 20:23:10 +0000 (UTC) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A99B2CBB for ; Wed, 13 Nov 2013 20:23:10 +0000 (UTC) Received: from 141.7.19.93.rev.sfr.net ([93.19.7.141] helo=[192.168.1.179]) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Vggxv-000ITR-VF for freebsd-x11@freebsd.org; Wed, 13 Nov 2013 21:23:08 +0100 Message-ID: <5283DFAD.2090201@FreeBSD.org> Date: Wed, 13 Nov 2013 21:23:09 +0100 From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: AMD HD4250 on BETA3 / KMS does not wake up from screen saver References: <1384353798.1876.36.camel@marcopolo.fritz.box> In-Reply-To: <1384353798.1876.36.camel@marcopolo.fritz.box> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 20:23:10 -0000 Le 13/11/2013 15:43, Mathias Picker a crit : > The hd4250 works ok, but on wakeup from screensaver it will not accept > any input nor show any movement on the screen (e.g. the clock is stuck). > I can still move the mouse. If you have some time and if you're sure it won't burn your computer, can you try the following patch? http://people.freebsd.org/~dumbbell/radeonkms/drm-timestamp-monotonic.patch It fixes the problem for me. -- Jean-Sbastien Pdron From owner-freebsd-x11@FreeBSD.ORG Wed Nov 13 20:35:40 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E644A859 for ; Wed, 13 Nov 2013 20:35:40 +0000 (UTC) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF6162D7B for ; Wed, 13 Nov 2013 20:35:40 +0000 (UTC) Received: from 141.7.19.93.rev.sfr.net ([93.19.7.141] helo=[192.168.1.179]) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VghA2-000ImG-Vq for freebsd-x11@freebsd.org; Wed, 13 Nov 2013 21:35:39 +0100 Message-ID: <5283E29D.6070704@FreeBSD.org> Date: Wed, 13 Nov 2013 21:35:41 +0100 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: Radeon KMS on REDWOOD References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 20:35:41 -0000 Le 08/11/2013 12:05, Mikaël Urankar a écrit : > This is a report for a REDWOOD GPU (FirePro 3D V4800), everything is > working great except the Display Port output : Xorg can't probe the > resolution correctly, I have only "basic" resolution instead of the > native resolution of my screen (1920x1080) Hello! I see in your dmesg that the kernel is quite old now. Could you retry with a recent 11-CURRENT, please? -- Jean-Sébastien Pédron From owner-freebsd-x11@FreeBSD.ORG Thu Nov 14 03:16:56 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 576892E3; Thu, 14 Nov 2013 03:16:56 +0000 (UTC) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B0C92792; Thu, 14 Nov 2013 03:16:56 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id un15so1376926pbc.33 for ; Wed, 13 Nov 2013 19:16:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:content-type:content-transfer-encoding:date:from:to:cc :subject:reply-to:mail-reply-to:in-reply-to:references:message-id :user-agent; bh=X1ZDWNlXeIOBHQGwk7WU7i2hyrqf7Nkrz21kJGS394I=; b=qldCPwVYeHpPmxOy7pAGw1LPOGD2hRzHE9br4ybBFu5Hter9WOuyGNSCx26UpkDrz0 6lXlIAzUo1lfsLlI8QSPD/LCHYZFzDu2NuQvDuLch6tIrcKIjnhV3c16uqLxd7EzOJYL wwz8DvRW7xoW2g70BUmATO/kcxOncbB1xi64O3B3xHJg03gBaI0ENhBByyfSfrFc+lsb DuAWrcreK24C07ivD74orHGnm0/kvCGR0DsZUU/Frpf0bjcNeWHhH7x0OCtXjX7UZkvp ps+8KDmeK4Hk+4lxPhA29wzv9jQCOYej7Fzij9Hl3nEsb1o1wrdpIw2yYWAQFWm8Iu1Y xhww== X-Received: by 10.68.106.65 with SMTP id gs1mr950749pbb.190.1384399015847; Wed, 13 Nov 2013 19:16:55 -0800 (PST) Received: from mail (c-67-161-25-189.hsd1.ca.comcast.net. [67.161.25.189]) by mx.google.com with ESMTPSA id hw10sm47825562pbc.24.2013.11.13.19.16.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Nov 2013 19:16:54 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 14 Nov 2013 03:16:52 +0000 From: Matt To: =?UTF-8?Q?Jean-S=C3=A9bastien_P=C3=A9dron?= Subject: Re: Radeon KMS on HD4650 (RV730) Mail-Reply-To: sendtomatt@gmail.com In-Reply-To: <5282A209.3050300@dumbbell.fr> References: <08d57f7d2558be03c63a06cebd8bb46b@sfrsys.com> <527A5D1B.1050704@dumbbell.fr> <5282A209.3050300@dumbbell.fr> Message-ID: X-Sender: sendtomatt@gmail.com User-Agent: eclectronic mail Cc: freebsd-x11@freebsd.org, owner-freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: sendtomatt@gmail.com List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 03:16:56 -0000 On , Jean-Sébastien Pédron wrote: > On 11/06/2013 22:00, Matt wrote: >> I only see problems the second time I launch Xorg. KDE is fine after >> boot, but if I logout (which restarts X) I start seeing problems with >> KDE4, xfce4-displays and choppy/stutter windows... > > I committed two fixes to HEAD and stable/10. I wasn't targetting the > modeline loop problem, but I can't reproduce it anymore. If you have > time, can you checkout stable/10, rebuild a GENERIC kernel and retest, > please? I can't run stable, running -HEAD. Running a buildworld/kernel now. Matt From owner-freebsd-x11@FreeBSD.ORG Thu Nov 14 06:30:46 2013 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 DAADBCAC for ; Thu, 14 Nov 2013 06:30:46 +0000 (UTC) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2FCD2078 for ; Thu, 14 Nov 2013 06:30:46 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id kp14so18432pab.9 for ; Wed, 13 Nov 2013 22:30:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:content-type:content-transfer-encoding:date:from:to :subject:reply-to:mail-reply-to:in-reply-to:references:message-id :user-agent; bh=ZUbDEPZ2dchCb4h5xtW2E3qpvEs+Bjj34D9omLSIHF0=; b=xJsFgXlQDG1J5w42xEr/ExitrvTHLf2YFnrjYvrlDesbm6Gpquxo6wLT8M1ytPxjrG ZUMCYDBAcNB+7DoUl8Smmkws1HT/+NhWrMARuXaW+CPYI8nUdapvY2GMpBT72gEOoHrA RaSxC9Jnk+uB5zUXp4RBjI43wp8LibWfJuBxN2ht/Ok9BBHCvyCWTDGfu7UCgaD/Ecy8 om6A2/DXOlmzlX78G9/R8Oi6LwUotXoKRz2sFucG6bLvh5lz3Y6g/JJKbmBhX/nATau4 3was03hPfja4/t2AmJXnTbEAQztHZXF6G/PVJ8A9bRXaz773Xccapbqka5Mj9lhB+055 1s/g== X-Received: by 10.68.135.100 with SMTP id pr4mr46124684pbb.62.1384410646370; Wed, 13 Nov 2013 22:30:46 -0800 (PST) Received: from mail (c-67-161-25-189.hsd1.ca.comcast.net. [67.161.25.189]) by mx.google.com with ESMTPSA id b3sm44772316pbu.38.2013.11.13.22.30.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Nov 2013 22:30:45 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 14 Nov 2013 06:30:34 +0000 From: Matt To: freebsd-x11@freebsd.org Subject: Re: Radeon KMS on HD4650 (RV730) Mail-Reply-To: sendtomatt@gmail.com In-Reply-To: <5282A209.3050300@dumbbell.fr> References: <08d57f7d2558be03c63a06cebd8bb46b@sfrsys.com> <527A5D1B.1050704@dumbbell.fr> <5282A209.3050300@dumbbell.fr> Message-ID: <448a8d559726c3a4bc937b9f5a3ec165@sfrsys.com> X-Sender: sendtomatt@gmail.com User-Agent: eclectronic mail X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: sendtomatt@gmail.com List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 06:30:46 -0000 On , Jean-Sébastien Pédron wrote: > On 11/06/2013 22:00, Matt wrote: >> I only see problems the second time I launch Xorg. KDE is fine after >> boot, but if I logout (which restarts X) I start seeing problems with >> KDE4, xfce4-displays and choppy/stutter windows... > > I committed two fixes to HEAD and stable/10. I wasn't targetting the > modeline loop problem, but I can't reproduce it anymore. If you have > time, can you checkout stable/10, rebuild a GENERIC kernel and retest, > please? I have installed r258114 and I cannot reproduce the issue anymore, although I have not tested extensively. I am still not getting GPU accel with xf86-video-ati-7.2.0: [ 314.566] (II) RADEON(0): GPU accel disabled or not working, using shadowfb for KMS This occurs with my old xorg.conf and no xorg.conf (X autoconfigure) I will try 7.1.0 next, but something is not working in 7.2.0. Matt From owner-freebsd-x11@FreeBSD.ORG Thu Nov 14 06:48:14 2013 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 6B379FD4 for ; Thu, 14 Nov 2013 06:48:14 +0000 (UTC) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 441D22130 for ; Thu, 14 Nov 2013 06:48:14 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id kx10so868032pab.29 for ; Wed, 13 Nov 2013 22:48:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:content-type:content-transfer-encoding:date:from:to:cc :subject:reply-to:mail-reply-to:in-reply-to:references:message-id :user-agent; bh=i2Pm49fQRL5VUWPQIioId2Wwq05XtbI2xXausRqwbTY=; b=JImwKpQtSM1Mm0bGkLtlbeWQuh4WrxxcRG/EE9vGPxBWPKuZdABC0FywxCRE7vWtRw uYworh8hp+bJaVq+8BLeytKa74ty/Tq6fEMfcBzgWnTxq5Bd5g8QrWaFylNxt40dE7ww 9WNii/eLP7+XKZumq9i0TYrNORreKZNxgUQyYd0QEgTy+X1oWgunpF+dIJk0S2jSnFNS 1n3sMdOyKSttHAhtAr02KIvIXb37zRY9OMUg34U9RyhZWejDnEy7oRmRcPPXmXMmfcf7 Nl2UakyB52Mwx3O94nQ9424vXzPvgqz6eqX6JyCsuCzd2hAb3VGgGdWJxA98FCVyb/M+ reDA== X-Received: by 10.66.191.162 with SMTP id gz2mr18336795pac.151.1384411693001; Wed, 13 Nov 2013 22:48:13 -0800 (PST) Received: from mail (c-67-161-25-189.hsd1.ca.comcast.net. [67.161.25.189]) by mx.google.com with ESMTPSA id xn12sm56761063pac.12.2013.11.13.22.48.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Nov 2013 22:48:12 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 14 Nov 2013 06:48:09 +0000 From: Matt To: sendtomatt@gmail.com Subject: Re: Radeon KMS on HD4650 (RV730) Mail-Reply-To: sendtomatt@gmail.com In-Reply-To: <448a8d559726c3a4bc937b9f5a3ec165@sfrsys.com> References: <08d57f7d2558be03c63a06cebd8bb46b@sfrsys.com> <527A5D1B.1050704@dumbbell.fr> <5282A209.3050300@dumbbell.fr> <448a8d559726c3a4bc937b9f5a3ec165@sfrsys.com> Message-ID: <5b295ce22968b68f8e8b8f5730a004a1@sfrsys.com> X-Sender: sendtomatt@gmail.com User-Agent: eclectronic mail Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: sendtomatt@gmail.com List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 06:48:14 -0000 Matt wrote: > On , Jean-Sébastien Pédron wrote: >> On 11/06/2013 22:00, Matt wrote: >>> I only see problems the second time I launch Xorg. KDE is fine after >>> boot, but if I logout (which restarts X) I start seeing problems with >>> KDE4, xfce4-displays and choppy/stutter windows... >> >> I committed two fixes to HEAD and stable/10. I wasn't targetting the >> modeline loop problem, but I can't reproduce it anymore. If you have >> time, can you checkout stable/10, rebuild a GENERIC kernel and retest, >> please? > > I have installed r258114 and I cannot reproduce the issue anymore, although > I > have not tested extensively. > > I am still not getting GPU accel with xf86-video-ati-7.2.0: > [ 314.566] (II) RADEON(0): GPU accel disabled or not working, using > shadowfb for KMS > > This occurs with my old xorg.conf and no xorg.conf (X autoconfigure) > > I will try 7.1.0 next, but something is not working in 7.2.0. > > Matt 7.1.0 *does* work for RV730 PRO. I modified the makefile for xf86-video-ati to use 7.1.0, and added the appropriate distinfo (hash/size) to allow it. [ 30.192] (II) RADEON(0): Direct rendering enabled Is it known why there is a regression? Matt From owner-freebsd-x11@FreeBSD.ORG Thu Nov 14 09:29:58 2013 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 3B02122D for ; Thu, 14 Nov 2013 09:29:58 +0000 (UTC) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01B3C2A16 for ; Thu, 14 Nov 2013 09:29:58 +0000 (UTC) Received: from [2001:1b48:10b:cafe:225:64ff:febe:589f] (helo=viking.yzserv.com) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VgtFL-000AJx-TN for freebsd-x11@freebsd.org; Thu, 14 Nov 2013 10:29:56 +0100 Message-ID: <5284980C.8050102@FreeBSD.org> Date: Thu, 14 Nov 2013 10:29:48 +0100 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: Radeon KMS on HD4650 (RV730) References: <08d57f7d2558be03c63a06cebd8bb46b@sfrsys.com> <527A5D1B.1050704@dumbbell.fr> <5282A209.3050300@dumbbell.fr> <448a8d559726c3a4bc937b9f5a3ec165@sfrsys.com> <5b295ce22968b68f8e8b8f5730a004a1@sfrsys.com> In-Reply-To: <5b295ce22968b68f8e8b8f5730a004a1@sfrsys.com> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IAkVMJVEOUAiG8h8gBlCFpxKQWKa9Vms7" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 09:29:58 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --IAkVMJVEOUAiG8h8gBlCFpxKQWKa9Vms7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 14.11.2013 07:48, Matt wrote: > 7.1.0 *does* work for RV730 PRO. I modified the makefile for > xf86-video-ati to use 7.1.0, and added the appropriate distinfo > (hash/size) to allow it. >=20 > [ 30.192] (II) RADEON(0): Direct rendering enabled Hmmm, interesting. Could you post your dmesg + Xorg.0.log when using 7.1.0, then when using 7.2.0, please? > Is it known why there is a regression?=20 There's at least one change in 7.2.0 which broke DPMS with Radeon for us. The following kernel patch (not committed yet) seems to fix this: http://people.freebsd.org/~dumbbell/radeonkms/drm-timestamp-monotonic.pat= ch Can you try it with 7.2.0 too? Thanks! --=20 Jean-S=C3=A9bastien P=C3=A9dron --IAkVMJVEOUAiG8h8gBlCFpxKQWKa9Vms7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlKEmBMACgkQa+xGJsFYOlMEKwCeOVLBFl8K3CFHTJoY9a+gmfC6 YyUAnjDmkXCYWwxY2rHqSTov4BhVhRzs =nrij -----END PGP SIGNATURE----- --IAkVMJVEOUAiG8h8gBlCFpxKQWKa9Vms7-- From owner-freebsd-x11@FreeBSD.ORG Thu Nov 14 09:47:13 2013 Return-Path: Delivered-To: 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 00B6A8C3 for ; Thu, 14 Nov 2013 09:47:12 +0000 (UTC) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5CF92B15 for ; Thu, 14 Nov 2013 09:47:12 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id rAE9lC6j055130 for ; Thu, 14 Nov 2013 09:47:12 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id rAE9lCYW055126; Thu, 14 Nov 2013 09:47:12 GMT (envelope-from portscout) Message-Id: <201311140947.rAE9lCYW055126@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 14 Nov 2013 09:47:12 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 09:47:13 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ x11-drivers/xf86-video-intel | 2.7.1 | 2.99.906 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks. From owner-freebsd-x11@FreeBSD.ORG Thu Nov 14 10:21:19 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5AA826FD; Thu, 14 Nov 2013 10:21:19 +0000 (UTC) Received: from www94.your-server.de (www94.your-server.de [213.133.104.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1B6132D9D; Thu, 14 Nov 2013 10:21:18 +0000 (UTC) Received: from [92.230.242.236] (helo=[192.168.178.40]) by www94.your-server.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.74) (envelope-from ) id 1Vgu32-0002y9-4x; Thu, 14 Nov 2013 11:21:16 +0100 Subject: Re: AMD HD4250 on BETA3 / KMS does not wake up from screen saver From: Mathias Picker To: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= In-Reply-To: <5283DFAD.2090201@FreeBSD.org> References: <1384353798.1876.36.camel@marcopolo.fritz.box> <5283DFAD.2090201@FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Organization: virtual earth GmbH Date: Thu, 14 Nov 2013 11:21:12 +0100 Message-ID: <1384424472.2186.1.camel@marcopolo.fritz.box> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Authenticated-Sender: Mathias.Picker@virtual-earth.de X-Virus-Scanned: Clear (ClamAV 0.97.8/18108/Thu Nov 14 06:39:39 2013) Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 10:21:19 -0000 On Wed, 2013-11-13 at 21:23 +0100, Jean-S?bastien P?dron wrote: > Le 13/11/2013 15:43, Mathias Picker a ?crit : > > The hd4250 works ok, but on wakeup from screensaver it will not accept > > any input nor show any movement on the screen (e.g. the clock is stuck). > > I can still move the mouse. > > If you have some time and if you're sure it won't burn your computer, > can you try the following patch? > http://people.freebsd.org/~dumbbell/radeonkms/drm-timestamp-monotonic.patch > > It fixes the problem for me. Yes, works like a charm. I just had updated the source to -stable when I read your mail. The diff applied cleanly, though, and kde power managment and xset dpms force off / on works fine. Thank you! Mathias From owner-freebsd-x11@FreeBSD.ORG Thu Nov 14 22:22:47 2013 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 16DFB902 for ; Thu, 14 Nov 2013 22:22:47 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB977235F for ; Thu, 14 Nov 2013 22:22:46 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vh5J6-00028W-Ut for freebsd-x11@freebsd.org; Thu, 14 Nov 2013 23:22:36 +0100 Received: from 208.85.208.53 ([208.85.208.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Nov 2013 23:22:36 +0100 Received: from atkin901 by 208.85.208.53 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Nov 2013 23:22:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-x11@freebsd.org From: Mark Atkinson Subject: RV610 [Radeon HD 2400 XT] on KMS with newcons (vt) Date: Thu, 14 Nov 2013 14:22:23 -0800 Lines: 53 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 208.85.208.53 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 X-Enigmail-Version: 1.6 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 22:22:47 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Appears to be working, although it took me a while to get it all up and running. Mainly I ran into the following issues: * 'patch' does not create directory structures, so the newcons_to_head_r257740_2013-11-13_1437.diff file made me do some clean up of /usr/src a couple of times because of the new vt directory structure. (https://wiki.freebsd.org/Newcons) * Someone over-zealously removed the AMD_GPU wiki page with the ports/kernel rebuild instructions, but failed to put any new migration instructions on the graphics page. * Must be up-to-date on -current/stable before recompiling ports (xf86-video-ati libGL dri) with: WITH_NEW_XORG=yo WITH_KMS=yo WITH_GALLIUM=yo * If you had the llvm33 port up-to-date before starting , it also needs to be recompiled FIRST against a new -current/stable to avoid some bad symbols (r600_dri.so and radeon_dri.so failed to load) * crtc's changed on me from the previous working config so I had to change my xrandr incantation to get both screens working. * preload radeonkms before starting X * stop moused before starting X to free up ums0 Now, however I'm up and running with $ glxinfo |grep render direct rendering: Yes OpenGL renderer string: Gallium 0.4 on AMD RV610 ... I can drop to console and come back to X with newcons no problem. Thanks for the hard work! - -Mark -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlKFTR8ACgkQrDN5kXnx8yaCQQCgpDrcG8ApYUdPjYGSCFJchvM5 7O4An3fGBDIougaqv9Mw098Hag75kKtu =gcgi -----END PGP SIGNATURE----- From owner-freebsd-x11@FreeBSD.ORG Fri Nov 15 09:13:36 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9291ECA; Fri, 15 Nov 2013 09:13:36 +0000 (UTC) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BAA429D1; Fri, 15 Nov 2013 09:13:36 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id m1so3636805oag.18 for ; Fri, 15 Nov 2013 01:13:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=uT8vYy+jBEmxienJ3yWf0tdMonMjU40J6oU6sPR+Aik=; b=GyElMv503c7zWGZ/+uRCLug0+Zktl/oJf5/LoJDUvaTzstt6mIHMnXLrXvDyKLFc5/ Kz2zicdv4SawTZcVPcUthqaiy2V2M2WaiAwqwGB+V7c9jCw8zdiUJ0ap3Hzu0HF1WWUy UNqpxE3uqTHtW0bbQO5f1KgMBxaw8PVWCHh0CyewvRqCSxuggbXMq1iPEDDc8CcWLsr5 dco/FMUXQj94G93LxiZjaqu1WHfxw8gxqy9jMFNUoY2+u+9y7rCqHrgLZPN3ry+8vsuN JwbvrdemLHxPtdO72t8oh/KGsAuIorlsvw8rIn1zwUoKIVday9QS6wOIAwxSaPIyinbF o1lg== MIME-Version: 1.0 X-Received: by 10.182.66.164 with SMTP id g4mr5741374obt.47.1384506814562; Fri, 15 Nov 2013 01:13:34 -0800 (PST) Received: by 10.182.95.35 with HTTP; Fri, 15 Nov 2013 01:13:34 -0800 (PST) In-Reply-To: <5283E29D.6070704@FreeBSD.org> References: <5283E29D.6070704@FreeBSD.org> Date: Fri, 15 Nov 2013 10:13:34 +0100 Message-ID: Subject: Re: Radeon KMS on REDWOOD From: =?UTF-8?Q?Mika=C3=ABl_Urankar?= To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 09:13:36 -0000 2013/11/13 Jean-S=C3=A9bastien P=C3=A9dron : > Le 08/11/2013 12:05, Mika=C3=ABl Urankar a =C3=A9crit : > >> This is a report for a REDWOOD GPU (FirePro 3D V4800), everything is >> working great except the Display Port output : Xorg can't probe the >> resolution correctly, I have only "basic" resolution instead of the >> native resolution of my screen (1920x1080) > > > Hello! > > I see in your dmesg that the kernel is quite old now. Could you retry wit= h a > recent 11-CURRENT, please? Hi, I tried with a fresh current (r258085) and your kms-drm-update-38 branch but the problem is still there. FWIW OpenBSD probes the resolution correctly. From owner-freebsd-x11@FreeBSD.ORG Fri Nov 15 09:43:37 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8349B32 for ; Fri, 15 Nov 2013 09:43:37 +0000 (UTC) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98C242BB8 for ; Fri, 15 Nov 2013 09:43:37 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id rAF9hbEZ085774 for ; Fri, 15 Nov 2013 09:43:37 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id rAF9hbn3085769; Fri, 15 Nov 2013 09:43:37 GMT (envelope-from portscout) Message-Id: <201311150943.rAF9hbn3085769@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 15 Nov 2013 09:43:37 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 09:43:37 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ x11-drivers/xf86-video-intel29 | 2.9.1 | 2.99.906 ------------------------------------------------+-----------------+------------ x11-servers/xephyr | 1.7.7 | 1.14.99.902 ------------------------------------------------+-----------------+------------ x11-servers/xorg-dmx | 1.7.7 | 1.14.99.902 ------------------------------------------------+-----------------+------------ x11-servers/xorg-nestserver | 1.7.7 | 1.14.99.902 ------------------------------------------------+-----------------+------------ x11-servers/xorg-server | 1.7.7 | 1.14.99.902 ------------------------------------------------+-----------------+------------ x11-servers/xorg-vfbserver | 1.7.7 | 1.14.99.902 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks. From owner-freebsd-x11@FreeBSD.ORG Sat Nov 16 09:59:48 2013 Return-Path: Delivered-To: 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 58116E43 for ; Sat, 16 Nov 2013 09:59:48 +0000 (UTC) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4894027EF for ; Sat, 16 Nov 2013 09:59:48 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id rAG9xmOs071391 for ; Sat, 16 Nov 2013 09:59:48 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id rAG9xmC9071390; Sat, 16 Nov 2013 09:59:48 GMT (envelope-from portscout) Message-Id: <201311160959.rAG9xmC9071390@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 16 Nov 2013 09:59:48 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 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, 16 Nov 2013 09:59:48 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ graphics/libdrm | 2.4.17 | 2.4.48 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks.