From owner-freebsd-x11@FreeBSD.ORG Sun Oct 16 10:47:16 2011 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1623106566B for ; Sun, 16 Oct 2011 10:47:16 +0000 (UTC) (envelope-from dieterich.joh@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id C6D858FC13 for ; Sun, 16 Oct 2011 10:47:15 +0000 (UTC) Received: by bkbzu17 with SMTP id zu17so2418595bkb.13 for ; Sun, 16 Oct 2011 03:47:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=+Bew/fTzQni7rRyiZLw5wQULbjz2kFslEtx6G5+5tBY=; b=mvEDeOpg/CG1m51W9WWMcbiZUZjhCwzMPNrKPA5RD9orD6ZolLEjpvekrh/gS6dLMQ zoUoV5RFUL2XMW8YSAaC260L7usRd3yyqwefBtxzM8JHITvc12pSp9DaWTOKG9G/ctgY 5qJadIJDIKLloiXpVSOva3ODJWRJ3D6BBNMn8= Received: by 10.223.15.10 with SMTP id i10mr16675638faa.17.1318760536361; Sun, 16 Oct 2011 03:22:16 -0700 (PDT) Received: from [192.168.0.11] (gtng-4d08ac22.pool.mediaWays.net. [77.8.172.34]) by mx.google.com with ESMTPS id y8sm16243527faj.10.2011.10.16.03.22.13 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 16 Oct 2011 03:22:14 -0700 (PDT) Message-ID: <4E9AB071.20500@gmail.com> Date: Sun, 16 Oct 2011 12:22:41 +0200 From: Johannes Dieterich User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111015 Thunderbird/7.0.1 MIME-Version: 1.0 To: x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: xorg-dev ATI X1550 drm Problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 16 Oct 2011 10:47:16 -0000 Hi everybody, first of all: please CC me since I am not subscribed. Thanks! :-) Now to the topic: I upgraded to the xorg-dev repository on a ATI X1550 GPU running 9-BETA3: # uname -a FreeBSD newton 9.0-BETA3 FreeBSD 9.0-BETA3 #32 r: Sat Oct 15 14:26:30 CEST 2011 root@newton:/usr/obj/usr/src/sys/GENERIC amd64 vgapci0@pci0:1:0:0: class=0x030000 card=0x0840174b chip=0x71471002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'RV505 [Radeon X1550 64-bit]' class = display subclass = VGA vgapci1@pci0:1:0:1: class=0x038000 card=0x0841174b chip=0x71671002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'RV515 [Radeon X1550 64-bit] (Secondary)' class = display At first, the update seems to work as I can start and run KDE w/o a xorg.conf as usual w/o problem. Unfortunately, games like nexuiz/warzone crash the server immediately when starting them (leaving me with a hanging screen, typically black) and I would assume this holds also true for other openGL intensive codes. This is a regression compared to the stock X11. Using an explicit xorg.conf with the settings recommended in http://miwi.wp.lando.cc/2011/02/cft-xorg-7-5-miwi1-freebsd-edition/ for ATI users does not change this behaviour. To make sure that I really got all the dependencies right, I ran "portmaster -f graphics/libGL" already. On a side note: I notice from the Xorg.0.log output (attached in the end) that fbdevhw can't be loaded (module does not exist). The same error hinders me from running Xorg -configure successfully, therefore my explicit xorg.conf stems from a configuration run with an older X11. Can that be a problem? Perhaps someone has an idea how to fix this? If you need further information or want me to test something, just shoot. Best regards Johannes ###################################### explicit xorg.conf (from an old Xorg -configure run): ###################################### Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF/" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "dri" Load "dbe" Load "dri2" Load "glx" Load "record" Load "extmod" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor2" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor3" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Option "int10" "on" Option "BusType" "PCIE" Option "RenderAccel" "on" Option "AccelMethod" "exa" Option "DynamicPM" "on" Option "DRI" "on" Identifier "Card0" Driver "ati" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection #################################################### Please find the Xorg.0.log here: #################################################### Release Date: 2011-08-19 [ 65.210] X Protocol Version 11, Revision 0 [ 65.211] Build Operating System: FreeBSD 9.0-BETA2 amd64 [ 65.211] Current Operating System: FreeBSD newton 9.0-BETA3 FreeBSD 9.0-BETA3 #32 r: Sat Oct 15 14:26:30 CEST 2011 root@newton:/usr/obj/usr/src/sys/GENERIC amd64 [ 65.211] Build Date: 15 October 2011 06:22:37PM [ 65.211] [ 65.211] Current version of pixman: 0.22.2 [ 65.211] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 65.211] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 65.212] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 16 11:02:45 2011 [ 65.295] (II) Loader magic: 0x7c79a0 [ 65.296] (II) Module ABI versions: [ 65.296] X.Org ANSI C Emulation: 0.4 [ 65.296] X.Org Video Driver: 10.0 [ 65.296] X.Org XInput driver : 12.2 [ 65.296] X.Org Server Extension : 5.0 [ 65.297] (--) PCI:*(0:1:0:0) 1002:7147:174b:0840 rev 0, Mem @ 0xe0000000/268435456, 0xf1000000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/65536 [ 65.297] (--) PCI: (0:1:0:1) 1002:7167:174b:0841 rev 0, Mem @ 0xf1010000/65536 [ 65.297] (==) Using default built-in configuration (30 lines) [ 65.298] (==) --- Start of built-in configuration --- [ 65.298] Section "Device" [ 65.298] Identifier "Builtin Default ati Device 0" [ 65.298] Driver "ati" [ 65.298] EndSection [ 65.298] Section "Screen" [ 65.298] Identifier "Builtin Default ati Screen 0" [ 65.298] Device "Builtin Default ati Device 0" [ 65.298] EndSection [ 65.298] Section "Device" [ 65.298] Identifier "Builtin Default vesa Device 0" [ 65.298] Driver "vesa" [ 65.298] EndSection [ 65.299] Section "Screen" [ 65.299] Identifier "Builtin Default vesa Screen 0" [ 65.299] Device "Builtin Default vesa Device 0" [ 65.299] EndSection [ 65.299] Section "Device" [ 65.299] Identifier "Builtin Default fbdev Device 0" [ 65.299] Driver "fbdev" [ 65.299] EndSection [ 65.299] Section "Screen" [ 65.299] Identifier "Builtin Default fbdev Screen 0" [ 65.299] Device "Builtin Default fbdev Device 0" [ 65.299] EndSection [ 65.299] Section "ServerLayout" [ 65.300] Identifier "Builtin Default Layout" [ 65.300] Screen "Builtin Default ati Screen 0" [ 65.300] Screen "Builtin Default vesa Screen 0" [ 65.300] Screen "Builtin Default fbdev Screen 0" [ 65.300] EndSection [ 65.300] (==) --- End of built-in configuration --- [ 65.300] (==) ServerLayout "Builtin Default Layout" [ 65.300] (**) |-->Screen "Builtin Default ati Screen 0" (0) [ 65.301] (**) | |-->Monitor "" [ 65.301] (**) | |-->Device "Builtin Default ati Device 0" [ 65.301] (==) No monitor specified for screen "Builtin Default ati Screen 0". Using a default monitor configuration. [ 65.301] (**) |-->Screen "Builtin Default vesa Screen 0" (1) [ 65.301] (**) | |-->Monitor "" [ 65.302] (**) | |-->Device "Builtin Default vesa Device 0" [ 65.302] (==) No monitor specified for screen "Builtin Default vesa Screen 0". Using a default monitor configuration. [ 65.302] (**) |-->Screen "Builtin Default fbdev Screen 0" (2) [ 65.302] (**) | |-->Monitor "" [ 65.302] (**) | |-->Device "Builtin Default fbdev Device 0" [ 65.302] (==) No monitor specified for screen "Builtin Default fbdev Screen 0". Using a default monitor configuration. [ 65.303] (==) Automatically adding devices [ 65.303] (==) Automatically enabling devices [ 65.563] (==) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF/, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ [ 65.563] (==) ModulePath set to "/usr/local/lib/xorg/modules" [ 65.563] (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AutoAddDevices. [ 65.563] (II) LoadModule: "extmod" [ 65.586] (II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so [ 65.602] (II) Module extmod: vendor="X.Org Foundation" [ 65.603] compiled for 1.10.4, module version = 1.0.0 [ 65.603] Module class: X.Org Server Extension [ 65.603] ABI class: X.Org Server Extension, version 5.0 [ 65.603] (II) Loading extension MIT-SCREEN-SAVER [ 65.603] (II) Loading extension XFree86-VidModeExtension [ 65.603] (II) Loading extension XFree86-DGA [ 65.603] (II) Loading extension DPMS [ 65.603] (II) Loading extension XVideo [ 65.604] (II) Loading extension XVideo-MotionCompensation [ 65.604] (II) Loading extension X-Resource [ 65.604] (II) LoadModule: "dbe" [ 65.605] (II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so [ 65.607] (II) Module dbe: vendor="X.Org Foundation" [ 65.607] compiled for 1.10.4, module version = 1.0.0 [ 65.607] Module class: X.Org Server Extension [ 65.607] ABI class: X.Org Server Extension, version 5.0 [ 65.607] (II) Loading extension DOUBLE-BUFFER [ 65.607] (II) LoadModule: "glx" [ 65.609] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 65.634] (II) Module glx: vendor="X.Org Foundation" [ 65.634] compiled for 1.10.4, module version = 1.0.0 [ 65.634] ABI class: X.Org Server Extension, version 5.0 [ 65.640] (==) AIGLX disabled [ 65.640] (II) Loading extension GLX [ 65.640] (II) LoadModule: "record" [ 65.642] (II) Loading /usr/local/lib/xorg/modules/extensions/librecord.so [ 65.644] (II) Module record: vendor="X.Org Foundation" [ 65.644] compiled for 1.10.4, module version = 1.13.0 [ 65.644] Module class: X.Org Server Extension [ 65.644] ABI class: X.Org Server Extension, version 5.0 [ 65.644] (II) Loading extension RECORD [ 65.644] (II) LoadModule: "dri" [ 65.645] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri.so [ 65.684] (II) Module dri: vendor="X.Org Foundation" [ 65.684] compiled for 1.10.4, module version = 1.0.0 [ 65.684] ABI class: X.Org Server Extension, version 5.0 [ 65.684] (II) Loading extension XFree86-DRI [ 65.684] (II) LoadModule: "dri2" [ 65.686] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so [ 65.688] (II) Module dri2: vendor="X.Org Foundation" [ 65.688] compiled for 1.10.4, module version = 1.2.0 [ 65.688] ABI class: X.Org Server Extension, version 5.0 [ 65.688] (II) Loading extension DRI2 [ 65.688] (II) LoadModule: "ati" [ 65.801] (II) Loading /usr/local/lib/xorg/modules/drivers/ati_drv.so [ 65.814] (II) Module ati: vendor="X.Org Foundation" [ 65.814] compiled for 1.10.4, module version = 6.14.2 [ 65.814] Module class: X.Org Video Driver [ 65.814] ABI class: X.Org Video Driver, version 10.0 [ 65.814] (II) LoadModule: "radeon" [ 65.818] (II) Loading /usr/local/lib/xorg/modules/drivers/radeon_drv.so [ 65.897] (II) Module radeon: vendor="X.Org Foundation" [ 65.897] compiled for 1.10.4, module version = 6.14.2 [ 65.897] Module class: X.Org Video Driver [ 65.897] ABI class: X.Org Video Driver, version 10.0 [ 65.920] (II) LoadModule: "vesa" [ 65.924] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so [ 65.948] (II) Module vesa: vendor="X.Org Foundation" [ 65.948] compiled for 1.10.4, module version = 2.3.0 [ 65.949] Module class: X.Org Video Driver [ 65.949] ABI class: X.Org Video Driver, version 10.0 [ 65.949] (II) LoadModule: "fbdev" [ 65.953] (II) Loading /usr/local/lib/xorg/modules/drivers/fbdev_drv.so [ 65.956] (II) Module fbdev: vendor="X.Org Foundation" [ 65.957] compiled for 1.10.4, module version = 0.4.2 [ 65.957] ABI class: X.Org Video Driver, version 10.0 [ 65.957] (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770, ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics, AMD Radeon HD 6200 Series Graphics, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, AMD Firestream 9350, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Mobility Radeon HD 5800 Series, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR, ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS, BARTS, Mobility Radeon HD 6000 Series, Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS, AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS [ 66.049] (II) VESA: driver for VESA chipsets: vesa [ 66.049] (II) FBDEV: driver for framebuffer: fbdev [ 66.050] (--) Using syscons driver with X support (version 2.0) [ 66.050] (--) using VT number 9 [ 66.397] (II) Loading /usr/local/lib/xorg/modules/drivers/radeon_drv.so [ 66.397] (II) [KMS] drm report modesetting isn't supported. [ 66.398] (WW) Falling back to old probe method for vesa [ 66.398] (WW) Falling back to old probe method for fbdev [ 66.398] (II) Loading sub module "fbdevhw" [ 66.398] (II) LoadModule: "fbdevhw" [ 66.401] (II) Loading /usr/local/lib/xorg/modules/libfbdevhw.so [ 66.403] (EE) LoadModule: Module fbdevhw does not have a fbdevhwModuleData data object. [ 66.403] (II) UnloadModule: "fbdevhw" [ 66.403] (II) Unloading fbdevhw [ 66.404] (EE) Failed to load module "fbdevhw" (invalid module, 0) [ 66.404] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 66.408] (II) RADEON(0): TOTO SAYS 00000000f1000000 [ 66.408] (II) RADEON(0): MMIO registers at 0x00000000f1000000: size 64KB [ 66.408] (II) RADEON(0): PCI bus 1 card 0 func 0 [ 66.408] (II) RADEON(0): Creating default Display subsection in Screen section "Builtin Default ati Screen 0" for depth/fbbpp 24/32 [ 66.409] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32 [ 66.409] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 66.409] (==) RADEON(0): Default visual is TrueColor [ 66.409] (II) Loading sub module "vgahw" [ 66.409] (II) LoadModule: "vgahw" [ 66.412] (II) Loading /usr/local/lib/xorg/modules/libvgahw.so [ 66.429] (II) Module vgahw: vendor="X.Org Foundation" [ 66.429] compiled for 1.10.4, module version = 0.1.0 [ 66.429] ABI class: X.Org Video Driver, version 10.0 [ 66.429] (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 [ 66.430] (==) RADEON(0): RGB weight 888 [ 66.430] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) [ 66.430] (--) RADEON(0): Chipset: "ATI Radeon X1550 64-bit" (ChipID = 0x7147) [ 66.430] (--) RADEON(0): Linear framebuffer at 0x00000000e0000000 [ 66.430] (II) RADEON(0): PCIE card detected [ 66.430] (II) Loading sub module "int10" [ 66.430] (II) LoadModule: "int10" [ 66.435] (II) Loading /usr/local/lib/xorg/modules/libint10.so [ 66.446] (II) Module int10: vendor="X.Org Foundation" [ 66.446] compiled for 1.10.4, module version = 1.0.0 [ 66.446] ABI class: X.Org Video Driver, version 10.0 [ 66.446] (II) RADEON(0): initializing int10 [ 66.450] (==) RADEON(0): Write-combining range (0xa0000,0x20000) was already clear [ 66.450] (==) RADEON(0): Write-combining range (0xc0000,0x40000) was already clear [ 66.451] (II) RADEON(0): Primary V_BIOS segment is: 0xc000 [ 66.451] (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear [ 66.451] (II) RADEON(0): ATOM BIOS detected [ 66.457] (II) RADEON(0): ATOM BIOS Rom: [ 66.457] SubsystemVendorID: 0x174b SubsystemID: 0x0840 [ 66.457] IOBaseAddress: 0xb000 [ 66.457] Filename: QC84H7SA.002 [ 66.457] BIOS Bootup Message: RV505LE DDR2 BIOS 550E/400M VDVO [ 66.458] (II) RADEON(0): Framebuffer space used by Firmware (kb): 20 [ 66.458] (II) RADEON(0): Start of VRAM area used by Firmware: 0x1fffb000 [ 66.458] (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space [ 66.458] (II) RADEON(0): AtomBIOS VRAM scratch base: 0x1fffb000 [ 66.458] (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead [ 66.458] (II) RADEON(0): Default Engine Clock: 550000 [ 66.458] (II) RADEON(0): Default Memory Clock: 400000 [ 66.458] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000 [ 66.459] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0 [ 66.459] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500 [ 66.459] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000 [ 66.459] (II) RADEON(0): Maximum Pixel Clock: 400000 [ 66.459] (II) RADEON(0): Reference Clock: 27000 [ 66.460] drmOpenDevice: node name is /dev/dri/card0 [ 66.460] Failed to change owner or group for file /dev/dri! 2: No such file or directory [ 66.461] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory [ 66.461] drmOpenDevice: open result is -1, (No such file or directory) [ 66.461] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory [ 66.461] drmOpenDevice: open result is -1, (No such file or directory) [ 66.461] drmOpenDevice: Open failed [ 66.628] drmOpenByBusid: Searching for BusID pci:0000:01:00.0 [ 66.628] drmOpenDevice: node name is /dev/dri/card0 [ 66.629] drmOpenDevice: open result is 8, (OK) [ 66.629] drmOpenByBusid: drmOpenMinor returns 8 [ 66.629] drmOpenByBusid: Interface 1.4 failed, trying 1.1 [ 66.629] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 [ 66.629] (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.31.0 [ 66.630] (==) RADEON(0): Page Flipping disabled on r5xx and newer chips. [ 66.630] (II) RADEON(0): Will try to use DMA for Xv image transfers [ 66.630] (II) RADEON(0): Generation 2 PCI interface, using max accessible memory [ 66.630] (II) RADEON(0): Detected total video RAM=524288K, accessible=262144K (PCI BAR=262144K) [ 66.630] (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM) [ 66.630] (II) RADEON(0): Color tiling enabled by default [ 66.630] (II) Loading sub module "ddc" [ 66.630] (II) LoadModule: "ddc" [ 66.630] (II) Module "ddc" already built-in [ 66.630] (II) Loading sub module "i2c" [ 66.630] (II) LoadModule: "i2c" [ 66.630] (II) Module "i2c" already built-in [ 66.634] (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=90000 max=110000; xclk=40000 [ 66.635] (II) RADEON(0): Skipping TV-Out [ 66.635] (II) RADEON(0): Skipping Component Video [ 66.635] (II) RADEON(0): Output VGA-0 has no monitor section [ 66.636] (II) RADEON(0): I2C bus "VGA-0" initialized. [ 66.636] (II) RADEON(0): Output DVI-0 has no monitor section [ 66.636] (II) RADEON(0): I2C bus "DVI-0" initialized. [ 66.636] (II) RADEON(0): Port0: [ 66.636] XRANDR name: VGA-0 [ 66.676] Connector: VGA [ 66.676] CRT1: INTERNAL_KLDSCP_DAC1 [ 66.676] DDC reg: 0x7e40 [ 66.676] (II) RADEON(0): Port1: [ 66.676] XRANDR name: DVI-0 [ 66.677] Connector: DVI-I [ 66.677] CRT2: INTERNAL_KLDSCP_DAC2 [ 66.677] DFP3: INTERNAL_LVTM1 [ 66.677] DDC reg: 0x7e50 [ 66.677] (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. [ 66.703] Dac detection success [ 66.703] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 [ 66.703] finished output detect: 0 [ 66.704] (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0. [ 66.766] (II) RADEON(0): EDID for output DVI-0 [ 66.767] (II) RADEON(0): Manufacturer: ACR Model: 5990 Serial#: 5357 [ 66.767] (II) RADEON(0): Year: 2005 Week: 51 [ 66.767] (II) RADEON(0): EDID Version: 1.3 [ 66.767] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 66.767] (II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen [ 66.767] (II) RADEON(0): Max Image Size [cm]: horiz.: 37 vert.: 30 [ 66.768] (II) RADEON(0): Gamma: 2.20 [ 66.768] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 66.768] (II) RADEON(0): First detailed timing is preferred mode [ 66.768] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615 [ 66.768] (II) RADEON(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 66.768] (II) RADEON(0): Supported established timings: [ 66.769] (II) RADEON(0): 720x400@70Hz [ 66.769] (II) RADEON(0): 640x480@60Hz [ 66.769] (II) RADEON(0): 640x480@67Hz [ 66.769] (II) RADEON(0): 640x480@72Hz [ 66.769] (II) RADEON(0): 640x480@75Hz [ 66.769] (II) RADEON(0): 800x600@56Hz [ 66.769] (II) RADEON(0): 800x600@60Hz [ 66.769] (II) RADEON(0): 800x600@72Hz [ 66.769] (II) RADEON(0): 800x600@75Hz [ 66.769] (II) RADEON(0): 832x624@75Hz [ 66.770] (II) RADEON(0): 1024x768@60Hz [ 66.770] (II) RADEON(0): 1024x768@70Hz [ 66.770] (II) RADEON(0): 1024x768@75Hz [ 66.770] (II) RADEON(0): 1280x1024@75Hz [ 66.770] (II) RADEON(0): Manufacturer's mask: 0 [ 66.770] (II) RADEON(0): Supported standard timings: [ 66.770] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497 [ 66.770] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057 [ 66.770] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 66.771] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 66.771] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073 [ 66.771] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353 [ 66.771] (II) RADEON(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 66.771] (II) RADEON(0): Supported detailed timing: [ 66.771] (II) RADEON(0): clock: 108.0 MHz Image Size: 375 x 301 mm [ 66.771] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 66.771] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 66.772] (II) RADEON(0): Serial No: ETL2302222 [ 66.772] (II) RADEON(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz [ 66.772] (II) RADEON(0): Monitor name: Acer AL1914 [ 66.772] (II) RADEON(0): EDID (in hex): [ 66.772] (II) RADEON(0): 00ffffffffffff0004729059ed140000 [ 66.772] (II) RADEON(0): 330f01036d251e78eaa2a5a3574c9d25 [ 66.772] (II) RADEON(0): 115054bfef007140714a714f8140814a [ 66.772] (II) RADEON(0): 814f81800101302a009851002a403070 [ 66.773] (II) RADEON(0): 1300772d1100001e000000ff0045544c [ 66.773] (II) RADEON(0): 323330323232320a2020000000fd0031 [ 66.773] (II) RADEON(0): 4b18500e000a202020202020000000fc [ 66.773] (II) RADEON(0): 004163657220414c313931340a20007d [ 66.773] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1 [ 66.773] (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- [ 66.773] (II) RADEON(0): Manufacturer: ACR Model: 5990 Serial#: 5357 [ 66.773] (II) RADEON(0): Year: 2005 Week: 51 [ 66.774] (II) RADEON(0): EDID Version: 1.3 [ 66.774] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 66.774] (II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen [ 66.774] (II) RADEON(0): Max Image Size [cm]: horiz.: 37 vert.: 30 [ 66.774] (II) RADEON(0): Gamma: 2.20 [ 66.774] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 66.775] (II) RADEON(0): First detailed timing is preferred mode [ 66.775] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615 [ 66.775] (II) RADEON(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 66.775] (II) RADEON(0): Supported established timings: [ 66.775] (II) RADEON(0): 720x400@70Hz [ 66.775] (II) RADEON(0): 640x480@60Hz [ 66.775] (II) RADEON(0): 640x480@67Hz [ 66.776] (II) RADEON(0): 640x480@72Hz [ 66.776] (II) RADEON(0): 640x480@75Hz [ 66.776] (II) RADEON(0): 800x600@56Hz [ 66.776] (II) RADEON(0): 800x600@60Hz [ 66.776] (II) RADEON(0): 800x600@72Hz [ 66.776] (II) RADEON(0): 800x600@75Hz [ 66.776] (II) RADEON(0): 832x624@75Hz [ 66.776] (II) RADEON(0): 1024x768@60Hz [ 66.776] (II) RADEON(0): 1024x768@70Hz [ 66.777] (II) RADEON(0): 1024x768@75Hz [ 66.777] (II) RADEON(0): 1280x1024@75Hz [ 66.777] (II) RADEON(0): Manufacturer's mask: 0 [ 66.777] (II) RADEON(0): Supported standard timings: [ 66.777] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497 [ 66.777] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057 [ 66.777] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 66.777] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 66.777] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073 [ 66.778] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353 [ 66.778] (II) RADEON(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 66.778] (II) RADEON(0): Supported detailed timing: [ 66.778] (II) RADEON(0): clock: 108.0 MHz Image Size: 375 x 301 mm [ 66.778] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 66.778] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 66.778] (II) RADEON(0): Serial No: ETL2302222 [ 66.778] (II) RADEON(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz [ 66.779] (II) RADEON(0): Monitor name: Acer AL1914 [ 66.779] (II) RADEON(0): EDID (in hex): [ 66.779] (II) RADEON(0): 00ffffffffffff0004729059ed140000 [ 66.779] (II) RADEON(0): 330f01036d251e78eaa2a5a3574c9d25 [ 66.779] (II) RADEON(0): 115054bfef007140714a714f8140814a [ 66.779] (II) RADEON(0): 814f81800101302a009851002a403070 [ 66.779] (II) RADEON(0): 1300772d1100001e000000ff0045544c [ 66.779] (II) RADEON(0): 323330323232320a2020000000fd0031 [ 66.780] (II) RADEON(0): 4b18500e000a202020202020000000fc [ 66.780] (II) RADEON(0): 004163657220414c313931340a20007d [ 66.780] finished output detect: 1 [ 66.780] finished all detect [ 66.800] Dac detection success [ 66.800] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 [ 66.800] (II) RADEON(0): EDID for output VGA-0 [ 66.863] (II) RADEON(0): EDID for output DVI-0 [ 66.863] (II) RADEON(0): Manufacturer: ACR Model: 5990 Serial#: 5357 [ 66.863] (II) RADEON(0): Year: 2005 Week: 51 [ 66.863] (II) RADEON(0): EDID Version: 1.3 [ 66.863] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 66.864] (II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen [ 66.864] (II) RADEON(0): Max Image Size [cm]: horiz.: 37 vert.: 30 [ 66.864] (II) RADEON(0): Gamma: 2.20 [ 66.864] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 66.865] (II) RADEON(0): First detailed timing is preferred mode [ 66.865] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615 [ 66.865] (II) RADEON(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 66.865] (II) RADEON(0): Supported established timings: [ 66.865] (II) RADEON(0): 720x400@70Hz [ 66.865] (II) RADEON(0): 640x480@60Hz [ 66.865] (II) RADEON(0): 640x480@67Hz [ 66.865] (II) RADEON(0): 640x480@72Hz [ 66.866] (II) RADEON(0): 640x480@75Hz [ 66.866] (II) RADEON(0): 800x600@56Hz [ 66.866] (II) RADEON(0): 800x600@60Hz [ 66.866] (II) RADEON(0): 800x600@72Hz [ 66.866] (II) RADEON(0): 800x600@75Hz [ 66.866] (II) RADEON(0): 832x624@75Hz [ 66.866] (II) RADEON(0): 1024x768@60Hz [ 66.866] (II) RADEON(0): 1024x768@70Hz [ 66.866] (II) RADEON(0): 1024x768@75Hz [ 66.867] (II) RADEON(0): 1280x1024@75Hz [ 66.867] (II) RADEON(0): Manufacturer's mask: 0 [ 66.867] (II) RADEON(0): Supported standard timings: [ 66.867] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497 [ 66.867] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057 [ 66.867] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 66.867] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 66.867] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073 [ 66.867] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353 [ 66.868] (II) RADEON(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 66.868] (II) RADEON(0): Supported detailed timing: [ 66.868] (II) RADEON(0): clock: 108.0 MHz Image Size: 375 x 301 mm [ 66.868] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 66.868] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 66.868] (II) RADEON(0): Serial No: ETL2302222 [ 66.868] (II) RADEON(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz [ 66.869] (II) RADEON(0): Monitor name: Acer AL1914 [ 66.869] (II) RADEON(0): EDID (in hex): [ 66.869] (II) RADEON(0): 00ffffffffffff0004729059ed140000 [ 66.869] (II) RADEON(0): 330f01036d251e78eaa2a5a3574c9d25 [ 66.869] (II) RADEON(0): 115054bfef007140714a714f8140814a [ 66.869] (II) RADEON(0): 814f81800101302a009851002a403070 [ 66.869] (II) RADEON(0): 1300772d1100001e000000ff0045544c [ 66.869] (II) RADEON(0): 323330323232320a2020000000fd0031 [ 66.869] (II) RADEON(0): 4b18500e000a202020202020000000fc [ 66.870] (II) RADEON(0): 004163657220414c313931340a20007d [ 66.870] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1 [ 66.870] (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- [ 66.870] (II) RADEON(0): Manufacturer: ACR Model: 5990 Serial#: 5357 [ 66.870] (II) RADEON(0): Year: 2005 Week: 51 [ 66.870] (II) RADEON(0): EDID Version: 1.3 [ 66.870] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 66.870] (II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen [ 66.871] (II) RADEON(0): Max Image Size [cm]: horiz.: 37 vert.: 30 [ 66.871] (II) RADEON(0): Gamma: 2.20 [ 66.871] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 66.871] (II) RADEON(0): First detailed timing is preferred mode [ 66.871] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615 [ 66.872] (II) RADEON(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 66.872] (II) RADEON(0): Supported established timings: [ 66.872] (II) RADEON(0): 720x400@70Hz [ 66.872] (II) RADEON(0): 640x480@60Hz [ 66.872] (II) RADEON(0): 640x480@67Hz [ 66.872] (II) RADEON(0): 640x480@72Hz [ 66.872] (II) RADEON(0): 640x480@75Hz [ 66.872] (II) RADEON(0): 800x600@56Hz [ 66.873] (II) RADEON(0): 800x600@60Hz [ 66.873] (II) RADEON(0): 800x600@72Hz [ 66.873] (II) RADEON(0): 800x600@75Hz [ 66.873] (II) RADEON(0): 832x624@75Hz [ 66.873] (II) RADEON(0): 1024x768@60Hz [ 66.873] (II) RADEON(0): 1024x768@70Hz [ 66.873] (II) RADEON(0): 1024x768@75Hz [ 66.873] (II) RADEON(0): 1280x1024@75Hz [ 66.873] (II) RADEON(0): Manufacturer's mask: 0 [ 66.874] (II) RADEON(0): Supported standard timings: [ 66.874] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497 [ 66.874] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057 [ 66.874] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 66.874] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 66.874] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073 [ 66.874] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353 [ 66.874] (II) RADEON(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 66.874] (II) RADEON(0): Supported detailed timing: [ 66.875] (II) RADEON(0): clock: 108.0 MHz Image Size: 375 x 301 mm [ 66.875] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 66.875] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 66.875] (II) RADEON(0): Serial No: ETL2302222 [ 66.875] (II) RADEON(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz [ 66.875] (II) RADEON(0): Monitor name: Acer AL1914 [ 66.875] (II) RADEON(0): EDID (in hex): [ 66.876] (II) RADEON(0): 00ffffffffffff0004729059ed140000 [ 66.876] (II) RADEON(0): 330f01036d251e78eaa2a5a3574c9d25 [ 66.876] (II) RADEON(0): 115054bfef007140714a714f8140814a [ 66.876] (II) RADEON(0): 814f81800101302a009851002a403070 [ 66.876] (II) RADEON(0): 1300772d1100001e000000ff0045544c [ 66.876] (II) RADEON(0): 323330323232320a2020000000fd0031 [ 66.876] (II) RADEON(0): 4b18500e000a202020202020000000fc [ 66.876] (II) RADEON(0): 004163657220414c313931340a20007d [ 66.877] (II) RADEON(0): EDID vendor "ACR", prod id 22928 [ 66.877] (II) RADEON(0): Printing probed modes for output DVI-0 [ 66.877] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 66.877] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 66.878] (II) RADEON(0): Modeline "1280x960"x75.0 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync (75.1 kHz) [ 66.878] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz) [ 66.878] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 66.878] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 66.878] (II) RADEON(0): Modeline "1152x864"x70.0 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync (63.0 kHz) [ 66.878] (II) RADEON(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz) [ 66.878] (II) RADEON(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 66.879] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) [ 66.879] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 66.879] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) [ 66.879] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) [ 66.879] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 66.879] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 66.879] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 66.879] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 66.880] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) [ 66.880] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) [ 66.880] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 66.880] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 66.880] (II) RADEON(0): Output VGA-0 disconnected [ 66.880] (II) RADEON(0): Output DVI-0 connected [ 66.880] (II) RADEON(0): Using exact sizes for initial modes [ 66.881] (II) RADEON(0): Output DVI-0 using initial mode 1280x1024 [ 66.881] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 66.881] (==) RADEON(0): DPI set to (96, 96) [ 66.881] (II) Loading sub module "fb" [ 66.881] (II) LoadModule: "fb" [ 66.882] (II) Loading /usr/local/lib/xorg/modules/libfb.so [ 66.900] (II) Module fb: vendor="X.Org Foundation" [ 66.900] compiled for 1.10.4, module version = 1.0.0 [ 66.901] ABI class: X.Org ANSI C Emulation, version 0.4 [ 66.901] (II) Loading sub module "ramdac" [ 66.901] (II) LoadModule: "ramdac" [ 66.901] (II) Module "ramdac" already built-in [ 66.901] (==) RADEON(0): Using EXA acceleration architecture [ 66.901] (II) Loading sub module "exa" [ 66.901] (II) LoadModule: "exa" [ 66.902] (II) Loading /usr/local/lib/xorg/modules/libexa.so [ 66.923] (II) Module exa: vendor="X.Org Foundation" [ 66.924] compiled for 1.10.4, module version = 2.5.0 [ 66.924] ABI class: X.Org Video Driver, version 10.0 [ 66.924] (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear [ 66.926] (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support [ 66.926] (II) UnloadModule: "vesa" [ 66.926] (II) Unloading vesa [ 66.926] (II) UnloadModule: "fbdev" [ 66.926] (II) Unloading fbdev [ 66.926] (--) Depth 24 pixmap format is 32 bpp [ 66.927] (II) RADEON(0): RADEONScreenInit e0000000 0 0 [ 67.350] (==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear [ 67.437] Output CRT2 disable success [ 67.438] Blank CRTC 0 success [ 67.450] Disable CRTC 0 success [ 67.450] Blank CRTC 1 success [ 67.450] Disable CRTC 1 success [ 67.450] (II) RADEON(0): Dynamic Power Management Disabled [ 67.453] (==) RADEON(0): Using 24 bit depth buffer [ 67.453] (II) RADEON(0): RADEONInitMemoryMap() : [ 67.453] (II) RADEON(0): mem_size : 0x20000000 [ 67.454] (II) RADEON(0): MC_FB_LOCATION : 0xffffe000 [ 67.454] (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 [ 67.454] (II) RADEON(0): Depth moves disabled by default [ 67.454] (II) RADEON(0): Allocating from a screen of 262112 kb [ 67.454] (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00640000 [ 67.454] (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00644000 [ 67.454] (II) RADEON(0): Will use 6400 kb for front buffer at offset 0x00000000 [ 67.454] (II) RADEON(0): Will use 32 kb for PCI GART at offset 0x0fff8000 [ 67.454] (II) RADEON(0): Will use 6400 kb for back buffer at offset 0x00648000 [ 67.454] (II) RADEON(0): Will use 6400 kb for depth buffer at offset 0x00c88000 [ 67.454] (II) RADEON(0): Will use 120832 kb for textures at offset 0x012c8000 [ 67.454] (II) RADEON(0): Will use 122048 kb for X Server offscreen at offset 0x088c8000 [ 67.454] drmOpenDevice: node name is /dev/dri/card0 [ 67.455] drmOpenDevice: open result is 8, (OK) [ 67.455] drmOpenDevice: node name is /dev/dri/card0 [ 67.455] drmOpenDevice: open result is 8, (OK) [ 67.455] drmOpenByBusid: Searching for BusID pci:0000:01:00.0 [ 67.455] drmOpenDevice: node name is /dev/dri/card0 [ 67.455] drmOpenDevice: open result is 8, (OK) [ 67.455] drmOpenByBusid: drmOpenMinor returns 8 [ 67.455] drmOpenByBusid: Interface 1.4 failed, trying 1.1 [ 67.455] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 [ 67.455] (II) [drm] DRM interface version 1.2 [ 67.456] (II) [drm] DRM open master succeeded. [ 67.456] (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables. [ 67.456] (II) RADEON(0): [drm] framebuffer handle = 0x30000000000 [ 67.456] (II) RADEON(0): [drm] added 1 reserved context for kernel [ 67.456] (II) RADEON(0): X context handle = 0x1 [ 67.456] (II) RADEON(0): [drm] installed DRM signal handler [ 67.490] (II) RADEON(0): [pci] 32768 kB allocated with handle 0x1de00000 [ 67.490] (II) RADEON(0): [pci] ring handle = 0x00000000 [ 67.490] (II) RADEON(0): [pci] Ring mapped at 0x800899000 [ 67.490] (II) RADEON(0): [pci] Ring contents 0x00000000 [ 67.490] (II) RADEON(0): [pci] ring read ptr handle = 0x00000000 [ 67.491] (II) RADEON(0): [pci] Ring read ptr mapped at 0x80083b000 [ 67.491] (II) RADEON(0): [pci] Ring read ptr contents 0x00000000 [ 67.491] (II) RADEON(0): [pci] vertex/indirect buffers handle = 0x00000000 [ 67.491] (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x804be5000 [ 67.491] (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000 [ 67.491] (II) RADEON(0): [pci] GART texture map handle = 0x00000000 [ 67.492] (II) RADEON(0): [pci] GART Texture map mapped at 0x815bb7000 [ 67.492] (II) RADEON(0): [drm] register handle = 0x00000000 [ 67.492] (II) RADEON(0): [dri] Visual configs initialized [ 67.507] (II) RADEON(0): RADEONRestoreMemMapRegisters() : [ 67.507] (II) RADEON(0): MC_FB_LOCATION : 0xffffe000 0xffffe000 [ 67.508] (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 [ 67.508] (==) RADEON(0): Backing store disabled [ 67.508] (II) RADEON(0): [DRI] installation complete [ 67.508] (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers [ 67.508] (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers [ 67.508] (II) RADEON(0): [drm] dma control initialized, using IRQ 258 [ 67.508] (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416 [ 67.508] (WW) RADEON(0): DRI init changed memory map, adjusting ... [ 67.509] (WW) RADEON(0): MC_FB_LOCATION was: 0xffffe000 is: 0xffffe000 [ 67.509] (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0 [ 67.509] (II) RADEON(0): RADEONRestoreMemMapRegisters() : [ 67.509] (II) RADEON(0): MC_FB_LOCATION : 0xffffe000 0xffffe000 [ 67.509] (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 [ 67.509] (II) RADEON(0): Direct rendering enabled [ 67.509] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards. [ 67.509] (II) RADEON(0): Setting EXA maxPitchBytes [ 67.509] (II) RADEON(0): num quad-pipes is 1 [ 67.509] (II) EXA(0): Offscreen pixmap area of 124977152 bytes [ 67.509] (II) EXA(0): Driver registered support for the following operations: [ 67.509] (II) Solid [ 67.509] (II) Copy [ 67.509] (II) Composite (RENDER acceleration) [ 67.510] (II) UploadToScreen [ 67.510] (II) DownloadFromScreen [ 67.510] (II) RADEON(0): Acceleration enabled [ 67.510] (==) RADEON(0): DPMS enabled [ 67.510] (==) RADEON(0): Silken mouse enabled [ 67.510] (II) RADEON(0): Set up textured video [ 67.535] Output CRT1 disable success [ 67.535] Output CRT2 disable success [ 67.535] Blank CRTC 0 success [ 67.535] Disable CRTC 0 success [ 67.535] Blank CRTC 1 success [ 67.535] Disable CRTC 1 success [ 67.536] Output CRT2 disable success [ 67.536] Blank CRTC 0 success [ 67.536] Disable CRTC 0 success [ 67.536] Set CRTC 0 Source success [ 67.536] Mode 1280x1024 - 1688 1066 5 [ 67.536] (II) RADEON(0): RADEONRestoreMemMapRegisters() : [ 67.536] (II) RADEON(0): MC_FB_LOCATION : 0xffffe000 0xffffe000 [ 67.536] (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 [ 67.536] Picked PLL 0 [ 67.536] best_freq: 108000 [ 67.537] best_feedback_div: 80 [ 67.537] best_frac_feedback_div: 0 [ 67.537] best_ref_div: 2 [ 67.537] best_post_div: 10 [ 67.537] (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 1080000 [ 67.537] (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x50(80), fracfbdiv 0, pdiv 10 [ 67.544] Set CRTC 0 PLL success [ 67.544] Set CRTC Timing success [ 67.544] Set CRTC 0 Overscan success [ 67.544] Not using RMX [ 67.544] scaler 0 setup success [ 67.545] Set CRTC 0 Source success [ 67.545] crtc 0 YUV disable setup success [ 67.548] Output DAC2 setup success [ 67.548] Output CRT2 enable success [ 67.548] Enable CRTC 0 success [ 67.548] Unblank CRTC 0 success [ 67.548] Output CRT1 disable success [ 67.549] Blank CRTC 1 success [ 67.549] Disable CRTC 1 success [ 67.549] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 67.549] Output CRT2 disable success [ 67.549] Blank CRTC 0 success [ 67.565] Disable CRTC 0 success [ 67.565] Set CRTC 0 Source success [ 67.565] Mode 1280x1024 - 1688 1066 5 [ 67.565] (II) RADEON(0): RADEONRestoreMemMapRegisters() : [ 67.565] (II) RADEON(0): MC_FB_LOCATION : 0xffffe000 0xffffe000 [ 67.565] (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 [ 67.565] Picked PLL 0 [ 67.565] best_freq: 108000 [ 67.565] best_feedback_div: 80 [ 67.566] best_frac_feedback_div: 0 [ 67.566] best_ref_div: 2 [ 67.566] best_post_div: 10 [ 67.566] (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 1080000 [ 67.566] (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x50(80), fracfbdiv 0, pdiv 10 [ 67.566] Set CRTC 0 PLL success [ 67.566] Set CRTC Timing success [ 67.566] Set CRTC 0 Overscan success [ 67.566] Not using RMX [ 67.566] scaler 0 setup success [ 67.566] Set CRTC 0 Source success [ 67.566] crtc 0 YUV disable setup success [ 67.570] Output DAC2 setup success [ 67.570] Output CRT2 enable success [ 67.570] Enable CRTC 0 success [ 67.570] Unblank CRTC 0 success [ 67.571] (--) RandR disabled [ 67.571] (II) Initializing built-in extension Generic Event Extension [ 67.571] (II) Initializing built-in extension SHAPE [ 67.571] (II) Initializing built-in extension MIT-SHM [ 67.571] (II) Initializing built-in extension XInputExtension [ 67.571] (II) Initializing built-in extension XTEST [ 67.571] (II) Initializing built-in extension BIG-REQUESTS [ 67.571] (II) Initializing built-in extension SYNC [ 67.571] (II) Initializing built-in extension XKEYBOARD [ 67.571] (II) Initializing built-in extension XC-MISC [ 67.571] (II) Initializing built-in extension XINERAMA [ 67.571] (II) Initializing built-in extension XFIXES [ 67.571] (II) Initializing built-in extension RENDER [ 67.572] (II) Initializing built-in extension RANDR [ 67.572] (II) Initializing built-in extension COMPOSITE [ 67.572] (II) Initializing built-in extension DAMAGE [ 67.869] (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so [ 67.869] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 67.870] (II) RADEON(0): Setting screen physical size to 338 x 270 [ 68.497] (II) config/hal: Adding input device USB Productivity Option Keyboard has the hub in 1 [ 68.498] (II) LoadModule: "kbd" [ 68.499] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 68.516] (II) Module kbd: vendor="X.Org Foundation" [ 68.516] compiled for 1.10.4, module version = 1.6.0 [ 68.516] Module class: X.Org XInput Driver [ 68.516] ABI class: X.Org XInput driver, version 12.2 [ 68.516] (II) Using input driver 'kbd' for 'USB Productivity Option Keyboard has the hub in 1' [ 68.516] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 68.516] (**) USB Productivity Option Keyboard has the hub in 1: always reports core events [ 68.516] (**) USB Productivity Option Keyboard has the hub in 1: always reports core events [ 68.516] (**) Option "Protocol" "standard" [ 68.517] (**) Option "XkbRules" "base" [ 68.517] (**) Option "XkbModel" "pc105" [ 68.517] (**) Option "XkbLayout" "us" [ 68.517] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/usb_device_4b3_301b_noserial_if0" [ 68.517] (II) XINPUT: Adding extended input device "USB Productivity Option Keyboard has the hub in 1" (type: KEYBOARD) [ 69.037] (II) config/hal: Adding input device product 0x0499 [ 69.037] (II) LoadModule: "mouse" [ 69.038] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so [ 69.043] (II) Module mouse: vendor="X.Org Foundation" [ 69.043] compiled for 1.10.4, module version = 1.7.1 [ 69.044] Module class: X.Org XInput Driver [ 69.044] ABI class: X.Org XInput driver, version 12.2 [ 69.044] (II) Using input driver 'mouse' for 'product 0x0499' [ 69.044] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so [ 69.044] (**) product 0x0499: always reports core events [ 69.044] (**) Option "Device" "/dev/sysmouse" [ 69.044] (==) product 0x0499: Protocol: "Auto" [ 69.044] (**) product 0x0499: always reports core events [ 69.044] (==) product 0x0499: Emulate3Buttons, Emulate3Timeout: 50 [ 69.045] (**) product 0x0499: ZAxisMapping: buttons 4 and 5 [ 69.045] (**) product 0x0499: Buttons: 9 [ 69.045] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/usb_device_4d9_499_noserial_if0" [ 69.045] (II) XINPUT: Adding extended input device "product 0x0499" (type: MOUSE) [ 69.045] (**) product 0x0499: (accel) keeping acceleration scheme 1 [ 69.045] (**) product 0x0499: (accel) acceleration profile 0 [ 69.045] (**) product 0x0499: (accel) acceleration factor: 2.000 [ 69.045] (**) product 0x0499: (accel) acceleration threshold: 4 [ 69.045] (II) product 0x0499: SetupAuto: hw.iftype is 4, hw.model is 0 [ 69.045] (II) product 0x0499: SetupAuto: protocol is SysMouse [ 69.050] (II) config/hal: Adding input device AT Keyboard [ 69.050] (II) Using input driver 'kbd' for 'AT Keyboard' [ 69.050] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 69.050] (**) AT Keyboard: always reports core events [ 69.050] (**) AT Keyboard: always reports core events [ 69.050] (**) Option "Protocol" "standard" [ 69.050] (**) Option "XkbRules" "base" [ 69.050] (**) Option "XkbModel" "pc105" [ 69.050] (**) Option "XkbLayout" "us" [ 69.050] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/atkbd_0" [ 69.050] (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) [ 120.634] Dac detection success [ 120.634] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 [ 120.688] (II) RADEON(0): EDID vendor "ACR", prod id 22928 [ 120.689] (II) RADEON(0): Using EDID range info for horizontal sync [ 120.689] (II) RADEON(0): Using EDID range info for vertical refresh [ 120.689] (II) RADEON(0): Printing DDC gathered Modelines: [ 120.689] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 120.689] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 120.689] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 120.689] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 120.689] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) [ 120.690] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) [ 120.690] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 120.690] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 120.690] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 120.690] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 120.690] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) [ 120.690] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 120.690] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) [ 120.690] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 120.690] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) [ 120.690] (II) RADEON(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz) [ 120.690] (II) RADEON(0): Modeline "1152x864"x70.0 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync (63.0 kHz) [ 120.690] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 120.691] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 120.691] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz) [ 120.691] (II) RADEON(0): Modeline "1280x960"x75.0 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync (75.1 kHz) [ 120.691] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1 [ 120.691] (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- [ 120.691] (II) RADEON(0): Manufacturer: ACR Model: 5990 Serial#: 5357 [ 120.691] (II) RADEON(0): Year: 2005 Week: 51 [ 120.691] (II) RADEON(0): EDID Version: 1.3 [ 120.691] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 120.691] (II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen [ 120.691] (II) RADEON(0): Max Image Size [cm]: horiz.: 37 vert.: 30 [ 120.691] (II) RADEON(0): Gamma: 2.20 [ 120.692] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 120.692] (II) RADEON(0): First detailed timing is preferred mode [ 120.692] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615 [ 120.692] (II) RADEON(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 120.692] (II) RADEON(0): Supported established timings: [ 120.692] (II) RADEON(0): 720x400@70Hz [ 120.692] (II) RADEON(0): 640x480@60Hz [ 120.692] (II) RADEON(0): 640x480@67Hz [ 120.692] (II) RADEON(0): 640x480@72Hz [ 120.692] (II) RADEON(0): 640x480@75Hz [ 120.692] (II) RADEON(0): 800x600@56Hz [ 120.692] (II) RADEON(0): 800x600@60Hz [ 120.692] (II) RADEON(0): 800x600@72Hz [ 120.692] (II) RADEON(0): 800x600@75Hz [ 120.693] (II) RADEON(0): 832x624@75Hz [ 120.693] (II) RADEON(0): 1024x768@60Hz [ 120.693] (II) RADEON(0): 1024x768@70Hz [ 120.693] (II) RADEON(0): 1024x768@75Hz [ 120.693] (II) RADEON(0): 1280x1024@75Hz [ 120.693] (II) RADEON(0): Manufacturer's mask: 0 [ 120.693] (II) RADEON(0): Supported standard timings: [ 120.693] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497 [ 120.693] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057 [ 120.693] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 120.693] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 120.693] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073 [ 120.693] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353 [ 120.693] (II) RADEON(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 120.693] (II) RADEON(0): Supported detailed timing: [ 120.693] (II) RADEON(0): clock: 108.0 MHz Image Size: 375 x 301 mm [ 120.694] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 120.694] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 120.694] (II) RADEON(0): Serial No: ETL2302222 [ 120.694] (II) RADEON(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz [ 120.694] (II) RADEON(0): Monitor name: Acer AL1914 [ 120.694] (II) RADEON(0): EDID (in hex): [ 120.694] (II) RADEON(0): 00ffffffffffff0004729059ed140000 [ 120.694] (II) RADEON(0): 330f01036d251e78eaa2a5a3574c9d25 [ 120.694] (II) RADEON(0): 115054bfef007140714a714f8140814a [ 120.694] (II) RADEON(0): 814f81800101302a009851002a403070 [ 120.694] (II) RADEON(0): 1300772d1100001e000000ff0045544c [ 120.694] (II) RADEON(0): 323330323232320a2020000000fd0031 [ 120.694] (II) RADEON(0): 4b18500e000a202020202020000000fc [ 120.694] (II) RADEON(0): 004163657220414c313931340a20007d [ 120.694] (II) RADEON(0): EDID vendor "ACR", prod id 22928 [ 136.761] Dac detection success [ 136.761] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 [ 136.816] (II) RADEON(0): EDID vendor "ACR", prod id 22928 [ 136.816] (II) RADEON(0): Using hsync ranges from config file [ 136.816] (II) RADEON(0): Using vrefresh ranges from config file [ 136.816] (II) RADEON(0): Printing DDC gathered Modelines: [ 136.816] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 136.816] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 136.816] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 136.817] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 136.817] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) [ 136.817] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) [ 136.817] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 136.817] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 136.817] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 136.817] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 136.817] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) [ 136.817] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 136.817] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) [ 136.817] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 136.817] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) [ 136.817] (II) RADEON(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz) [ 136.818] (II) RADEON(0): Modeline "1152x864"x70.0 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync (63.0 kHz) [ 136.818] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 136.818] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 136.818] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz) [ 136.818] (II) RADEON(0): Modeline "1280x960"x75.0 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync (75.1 kHz) [ 136.818] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1 [ 136.818] (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- [ 136.818] (II) RADEON(0): Manufacturer: ACR Model: 5990 Serial#: 5357 [ 136.818] (II) RADEON(0): Year: 2005 Week: 51 [ 136.818] (II) RADEON(0): EDID Version: 1.3 [ 136.818] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 136.818] (II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen [ 136.819] (II) RADEON(0): Max Image Size [cm]: horiz.: 37 vert.: 30 [ 136.819] (II) RADEON(0): Gamma: 2.20 [ 136.819] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 136.819] (II) RADEON(0): First detailed timing is preferred mode [ 136.819] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615 [ 136.819] (II) RADEON(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 136.819] (II) RADEON(0): Supported established timings: [ 136.819] (II) RADEON(0): 720x400@70Hz [ 136.819] (II) RADEON(0): 640x480@60Hz [ 136.819] (II) RADEON(0): 640x480@67Hz [ 136.819] (II) RADEON(0): 640x480@72Hz [ 136.819] (II) RADEON(0): 640x480@75Hz [ 136.819] (II) RADEON(0): 800x600@56Hz [ 136.820] (II) RADEON(0): 800x600@60Hz [ 136.820] (II) RADEON(0): 800x600@72Hz [ 136.820] (II) RADEON(0): 800x600@75Hz [ 136.820] (II) RADEON(0): 832x624@75Hz [ 136.820] (II) RADEON(0): 1024x768@60Hz [ 136.820] (II) RADEON(0): 1024x768@70Hz [ 136.820] (II) RADEON(0): 1024x768@75Hz [ 136.820] (II) RADEON(0): 1280x1024@75Hz [ 136.820] (II) RADEON(0): Manufacturer's mask: 0 [ 136.820] (II) RADEON(0): Supported standard timings: [ 136.820] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497 [ 136.820] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057 [ 136.820] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 136.820] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 136.820] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073 [ 136.820] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353 [ 136.821] (II) RADEON(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 136.821] (II) RADEON(0): Supported detailed timing: [ 136.821] (II) RADEON(0): clock: 108.0 MHz Image Size: 375 x 301 mm [ 136.821] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 136.821] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 136.821] (II) RADEON(0): Serial No: ETL2302222 [ 136.821] (II) RADEON(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz [ 136.821] (II) RADEON(0): Monitor name: Acer AL1914 [ 136.821] (II) RADEON(0): EDID (in hex): [ 136.821] (II) RADEON(0): 00ffffffffffff0004729059ed140000 [ 136.821] (II) RADEON(0): 330f01036d251e78eaa2a5a3574c9d25 [ 136.821] (II) RADEON(0): 115054bfef007140714a714f8140814a [ 136.821] (II) RADEON(0): 814f81800101302a009851002a403070 [ 136.821] (II) RADEON(0): 1300772d1100001e000000ff0045544c [ 136.822] (II) RADEON(0): 323330323232320a2020000000fd0031 [ 136.822] (II) RADEON(0): 4b18500e000a202020202020000000fc [ 136.822] (II) RADEON(0): 004163657220414c313931340a20007d [ 136.822] (II) RADEON(0): EDID vendor "ACR", prod id 22928 [ 3430.332] (II) 3rd Button detected: disabling emulate3Button From owner-freebsd-x11@FreeBSD.ORG Sun Oct 16 18:22:56 2011 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC1BE106564A; Sun, 16 Oct 2011 18:22:56 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 5E8078FC0A; Sun, 16 Oct 2011 18:22:56 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id A0E481E00229; Sun, 16 Oct 2011 20:22:54 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p9GILHXC006449; Sun, 16 Oct 2011 20:21:17 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p9GILGJj006448; Sun, 16 Oct 2011 20:21:16 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 16 Oct 2011 20:21:16 +0200 To: Juergen Lock Message-ID: <20111016182116.GA6061@triton8.kn-bremen.de> References: <20111014215450.GA74605@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111014215450.GA74605@triton8.kn-bremen.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@FreeBSD.org, freebsd-x11@FreeBSD.org, decke@FreeBSD.org Subject: Re: Testing xbmc pvr; libGL threading issues... X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 16 Oct 2011 18:22:56 -0000 There were a bunch of commits to xbmc pvr yesterday so I now updated my port: http://people.freebsd.org/~nox/tmp/xbmcpvr-opdenkamp-20111015_19a.patch (Among other changes it now no longer segfaults at exit.) I also found out vdpau didn't seem to work for me at least with the previous version, vaapi using multimedia/vdpau-video does work tho. On Fri, Oct 14, 2011 at 11:54:50PM +0200, Juergen Lock wrote: > Hi! > > I had been playing with opdenkamp's xbmc pvr branch and pipelka's > xvdr xbmc addon and vdr plugin for a little while now, and finally > have something that more or less runs. One issue that took me a > while to figure out were crashes in libGL when switching live > channels: > > (gdb) bt > #0 0x00000008041abca7 in glIsTexture () from /usr/local/lib/libGL.so.1 > #1 0x0000000000b2a995 in CLinuxRendererGL::DeleteYV12Texture ( > this=0x8340b8800, index=0) at LinuxRendererGL.cpp:1690 > #2 0x0000000000b2eae2 in CLinuxRendererGL::UnInit (this=0x8340b8800) > at LinuxRendererGL.cpp:1059 > #3 0x0000000000b2ed9e in CLinuxRendererGL::PreInit (this=0x8340b8800) > at LinuxRendererGL.cpp:719 > #4 0x0000000000b29049 in CXBMCRenderManager::PreInit (this=0x1546920) > at RenderManager.cpp:324 > #5 0x0000000000b8bf4f in CDVDPlayerVideo::OpenStream (this=0x835400590, > hint=@0x7ffffdfcee20) at DVDPlayerVideo.cpp:183 > #6 0x0000000000b6d88e in CDVDPlayer::OpenVideoStream (this=0x835400000, > iStream=0, source=256) at DVDPlayer.cpp:2891 > #7 0x0000000000b79734 in CDVDPlayer::Process (this=0x835400000) > at DVDPlayer.cpp:1207 > #8 0x0000000000f4a74d in CThread::staticThread (data=0x835400010) > at Thread.cpp:177 > > turns out libGL keeps thread-local pointers and xbmc called into > libGL (glIsTexture()) from (apparently) a new thread where then > _x86_64_get_dispatch in: > > work/Mesa-7.6.1/src/mesa/x86-64/glapi_x86-64.S > > returned NULL and thus the glIsTexture wrapper in the same .S > got a segfault referencing that NULL pointer here: > > [...] > .p2align 4,,15 > .globl GL_PREFIX(IsTexture) > .type GL_PREFIX(IsTexture), @function > GL_PREFIX(IsTexture): > #if defined(GLX_USE_TLS) > call _x86_64_get_dispatch@PLT > movq 2640(%rax), %r11 > jmp *%r11 > #elif defined(PTHREADS) > pushq %rdi > call _x86_64_get_dispatch@PLT > popq %rdi > movq 2640(%rax), %r11 > ^^^^^^^^^^^^^^^^^^^^^^^^ segfault > jmp *%r11 > #else > [...] > > _x86_64_get_dispatch uses pthread_getspecific() and looks like this: > > [...] > #elif defined(PTHREADS) > > .extern _glapi_Dispatch > .extern _gl_DispatchTSD > .extern pthread_getspecific > > .p2align 4,,15 > _x86_64_get_dispatch: > movq _gl_DispatchTSD@GOTPCREL(%rip), %rax > movl (%rax), %edi > jmp pthread_getspecific@PLT > > #elif defined(THREADS) > [...] > > and some documentation about these thread-local pointers is here: > > work/Mesa-7.6.1/docs/dispatch.html > > After some googling I stumbled across this debian ticket that has a patch: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536106 > > so I changed the libGL port's files/patch-src__mesa__x86-64__glapi_x86-64.S > into this: > > --------snip------ > --- ./src/mesa/x86-64/glapi_x86-64.S.orig 2009-03-13 04:28:49.000000000 +0100 > +++ ./src/mesa/x86-64/glapi_x86-64.S 2011-01-28 18:12:18.000000000 +0100 > @@ -73,7 +73,12 @@ _x86_64_get_dispatch: > > .p2align 4,,15 > _x86_64_get_dispatch: > - movq _gl_DispatchTSD(%rip), %rdi > + movq _glapi_Dispatch(%rip), %rax > + testq %rax,%rax > + je 1f > + ret > +1: movq _gl_DispatchTSD@GOTPCREL(%rip), %rax > + movl (%rax), %edi > jmp pthread_getspecific@PLT > > #elif defined(THREADS) > --------snip------ > > That fixed these crashes but now I got other crashes that seem to be > related to messages like: > > Recursive call into r300FlushCmdBufLocked! > > (this is using the xorg radeon drivers, the nvidia libGL blob on > the other box crashed in glIsTexture() too but obviously I cannot > easily debug that) - so I looked for another workaround. What I > finally ended up doing was this patch: > (files/patch-xbmc-cores-VideoRenderers-LinuxRendererGL.cpp) > > --- xbmc/cores/VideoRenderers/LinuxRendererGL.cpp.orig > +++ xbmc/cores/VideoRenderers/LinuxRendererGL.cpp > @@ -159,6 +159,10 @@ CLinuxRendererGL::CLinuxRendererGL() > m_rgbPbo = 0; > > m_dllSwScale = new DllSwScale; > + > +#ifdef __FreeBSD__ > + m_tid = NULL; > +#endif > } > > CLinuxRendererGL::~CLinuxRendererGL() > @@ -247,6 +251,9 @@ bool CLinuxRendererGL::ValidateRenderTar > (this->*m_textureCreate)(i); > > m_bValidated = true; > +#ifdef __FreeBSD__ > + m_tid = pthread_self(); > +#endif > return true; > } > return false; > @@ -716,6 +723,9 @@ unsigned int CLinuxRendererGL::PreInit() > CSingleLock lock(g_graphicsContext); > m_bConfigured = false; > m_bValidated = false; > +#ifdef __FreeBSD__ // XXX Will this leak? It's needed to avoid crashes... :( > + if (pthread_self() == m_tid) > +#endif > UnInit(); > m_resolution = g_guiSettings.m_LookAndFeelResolution; > if ( m_resolution == RES_WINDOW ) > > i.e. I only called into CLinuxRendererGL::UnInit() (where the original > crashes happened) if this was the same thread that created the textures > that CLinuxRendererGL::UnInit() tried to delete. I don't know if this > will leak memory, textures, or something else so I'd prefer libGL > to be fixed properly... (And as you might have guessed, this code runs > just fine unpatched on Linux...) > > Anyway, here are the preliminary ports: > > http://people.freebsd.org/~nox/tmp/xbmcpvr-opdenkamp.patch > (to be applied on top of the current xbmc port) > > http://people.freebsd.org/~nox/tmp/vdr-plugin-xvdr.shar > vdr plugin to connect to: > > http://people.freebsd.org/~nox/tmp/xbmc-addon-xvdr.shar > xbmc pvr addon to connect to vdr > > All are git snapshots so likely contain bugs; xbmc pvr has support > for mythtv (and tvheadend) too so you _might_ be able to test that too, > I only tested with vdr. (The xbmc pvr port at _least_ still needs > the commented out REINPLACE_CMD 's|/usr/local|${LOCALBASE}|g' fixed, > and I also would like to know where the remaining > libXBMC_addon-x86_64-linux.so etc references come from; I had to > symlink e.g. libXBMC_addon-x86_64-freebsd.so to the linux name.) > > Oh and I just saw the vdr-plugin-xvdr port's COMMENT still mentions > vnsi (the old name of the plugin) - will fix that later. > > Thanx, > Juergen From owner-freebsd-x11@FreeBSD.ORG Mon Oct 17 11:07:17 2011 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12D101065672 for ; Mon, 17 Oct 2011 11:07:17 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC4528FC08 for ; Mon, 17 Oct 2011 11:07:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9HB7GDm099418 for ; Mon, 17 Oct 2011 11:07:16 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9HB7GZZ099416 for freebsd-x11@FreeBSD.org; Mon, 17 Oct 2011 11:07:16 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 17 Oct 2011 11:07:16 GMT Message-Id: <201110171107.p9HB7GZZ099416@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 Cc: Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 17 Oct 2011 11:07:17 -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/161480 x11 [patch] x11/luit: don't depend on pty(4), use openpty( o ports/161021 x11 [patch] x11/xkeyboard-config: orphaned dirs when WITHO o ports/160963 x11 [patch] x11/bigreqsproto: disable specs p ports/160357 x11 x11/dri2proto port update o ports/160354 x11 x11-drivers/xf86-video-intel29 port update o ports/159792 x11 [patch] USB HID devices support for x11-drivers/xf86-i o ports/158529 x11 [patch] x11-servers/xorg-server: conditionalize --with o ports/158513 x11 Broken Xvideo in x11-drivers/xf86-video-intel drivers o ports/156949 x11 x11-drivers/xf86-video-ati 6.14.1 produce black blank f ports/156424 x11 8.2R xrandr & xf86-video-intel & xorg-server packages o ports/156405 x11 x11-drivers/xf86-video-ati driver: no hardware renderi o ports/156369 x11 x11-drivers/xf86-video-vmware: DPI value wrong calcula o ports/156368 x11 x11-drivers/xf86-video-vmware: pwcview does not work o ports/156042 x11 x11/xorg hang in combination with KWin-Tiling o ports/155696 x11 [patch] x11-servers/xorg-server: chase AIGLX altered d o ports/155683 x11 x11/xdm [patch] Enabling IPv6 support breaks IPv4 o ports/154651 x11 [PATCH] graphics/dri: make it possible to choose which f ports/154510 x11 [patch] x11/xorg: xorg servers have Motif-crippling bu o ports/154423 x11 x11-drivers/xf86-video-radeonhd: radeon xorg driver ca o ports/153593 x11 graphics/dri: clutter segfault, something to do with i o ports/153495 x11 x11-drivers/xf86-video-ati wavy line problem for lenov o ports/153358 x11 x11-drivers/xf86-video-intel: Intel driver freeze with o ports/152159 x11 [hang] xorg/x11: X11 freezes with Intel Mobile 965 and o ports/151596 x11 x11/xorg: wacom bamboo button 1 no longer works o ports/150633 x11 x11-servers/xorg-server: KVM switching causing X serve o ports/150155 x11 x11/xorg hangs after xrandr(1) usage o ports/149743 x11 x11/xorg: garbled window since Xorg-7.5 o ports/149636 x11 x11/xorg: buffer overflow in pci_device_freebsd_read_r o ports/148591 x11 information note for x11-drivers/xf86-input-synaptics o ports/148444 x11 [hang] x11-drivers/xf86-video-intel: intel driver free f ports/148340 x11 x11-drivers/xf86-video-neomagic: unresolved symbol xf8 o ports/147318 x11 [Patch]graphics/libdrm:Fix the PLIST when define WITHO o ports/147149 x11 x11/xorg: Xorg 7.5 hangs o ports/146460 x11 x11/xorg: crash after upgrade to v7.5 with radeon driv o ports/146321 x11 x11/libSM picks the wrong uuid.h o ports/146256 x11 x11/xorg does fails to start after upgrade from 7.4 to o ports/145649 x11 x11/xorg: X server crashes when starting opengl compos o ports/142069 x11 x11/xorg: After adding on a laptop Toshiba Sattelite L o ports/141660 x11 x11/xorg: X can't determine amount of video memory on o ports/139011 x11 [patch] Add options to support GLX TLS in x11-servers o ports/135276 x11 x11/xorg: GUI running first time only while using Free o ports/134132 x11 x11-servers/xorg-server: Intel i845 - xorg.conf with U o ports/131930 x11 [PATCH] x11-servers/xorg-server coredumps on exit o ports/131726 x11 x11-servers/xorg-server: xorg server messes with my eh s kern/130478 x11 [request] Port Linux kernel stub of nouveau to FreeBSD o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() o ports/120947 x11 x11/xsm ignores system.xsm and .xsmstartup s ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) 48 problems total. From owner-freebsd-x11@FreeBSD.ORG Mon Oct 17 19:21:26 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D53D1065672 for ; Mon, 17 Oct 2011 19:21:26 +0000 (UTC) (envelope-from dieterich.joh@googlemail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 727D28FC14 for ; Mon, 17 Oct 2011 19:21:25 +0000 (UTC) Received: by eyd10 with SMTP id 10so4357564eyd.13 for ; Mon, 17 Oct 2011 12:21:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=cMDB9NcIgRn8W/K/Aq7WRHL7Cw2LFe/HzBSyv91kHkk=; b=XzIUhA2Ffkt6EJi7rRT66nZ3WYpWLc+ToS8IAYwrPG62gumYMALgI7lbyobDLIo3Sv 3BiTnS+4n6BP1AR65GcCtLOLllP4DF0SHY3GaQvw1fDbrnjzt9Qgk5EFF4AkpNFf2ldC nKN3ulhomlBPRj4EWVXPtsuSoUhppSz/P1fiA= Received: by 10.14.17.7 with SMTP id i7mr1468605eei.147.1318877868505; Mon, 17 Oct 2011 11:57:48 -0700 (PDT) Received: from [192.168.0.11] (gtng-4d08d10f.pool.mediaWays.net. [77.8.209.15]) by mx.google.com with ESMTPS id t14sm31966286eeh.7.2011.10.17.11.57.45 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Oct 2011 11:57:46 -0700 (PDT) Message-ID: <4E9C7AC6.1060505@gmail.com> Date: Mon, 17 Oct 2011 20:58:14 +0200 From: Johannes Dieterich User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111015 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: xorg-dev ATI X1550 drm problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 17 Oct 2011 19:21:26 -0000 Hi everybody, first of all: please CC me since I am not subscribed. Thanks! Now to the topic: I upgraded to the xorg-dev repository on a ATI X1550 GPU running 9-BETA3: # uname -a FreeBSD newton 9.0-BETA3 FreeBSD 9.0-BETA3 #32 r: Sat Oct 15 14:26:30 CEST 2011 root@newton:/usr/obj/usr/src/sys/GENERIC amd64 vgapci0@pci0:1:0:0: class=0x030000 card=0x0840174b chip=0x71471002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'RV505 [Radeon X1550 64-bit]' class = display subclass = VGA vgapci1@pci0:1:0:1: class=0x038000 card=0x0841174b chip=0x71671002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'RV515 [Radeon X1550 64-bit] (Secondary)' class = display At first, the update seems to work as I can start and run KDE w/o a xorg.conf as usual w/o problem. Unfortunately, games like nexuiz/warzone crash the server immediately when starting them (leaving me with a hanging screen, typically black) and I would assume this holds also true for other openGL intensive codes. This is a regression compared to the stock X11. Using an explicit xorg.conf with the settings recommended in http://miwi.wp.lando.cc/2011/02/cft-xorg-7-5-miwi1-freebsd-edition/ for ATI users does not change this behaviour. To make sure that I really got all the dependencies right, I ran "portmaster -f graphics/libGL" already. On a side note: I notice from the Xorg.0.log output (attached in the end) that fbdevhw can't be loaded (module does not exist). The same error hinders me from running Xorg -configure successfully, therefore my explicit xorg.conf stems from a configuration run with an older X11. Can that be a problem? Perhaps someone has an idea how to fix this? If you need further information or want me to test something, just shoot. Best regards Johannes ###################################### explicit xorg.conf (from an old Xorg -configure run): ###################################### Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF/" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "dri" Load "dbe" Load "dri2" Load "glx" Load "record" Load "extmod" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor2" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor3" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Option "int10" "on" Option "BusType" "PCIE" Option "RenderAccel" "on" Option "AccelMethod" "exa" Option "DynamicPM" "on" Option "DRI" "on" Identifier "Card0" Driver "ati" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection #################################################### Please find the Xorg.0.log here: #################################################### Release Date: 2011-08-19 [ 65.210] X Protocol Version 11, Revision 0 [ 65.211] Build Operating System: FreeBSD 9.0-BETA2 amd64 [ 65.211] Current Operating System: FreeBSD newton 9.0-BETA3 FreeBSD 9.0-BETA3 #32 r: Sat Oct 15 14:26:30 CEST 2011 root@newton:/usr/obj/usr/src/sys/GENERIC amd64 [ 65.211] Build Date: 15 October 2011 06:22:37PM [ 65.211] [ 65.211] Current version of pixman: 0.22.2 [ 65.211] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 65.211] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 65.212] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 16 11:02:45 2011 [ 65.295] (II) Loader magic: 0x7c79a0 [ 65.296] (II) Module ABI versions: [ 65.296] X.Org ANSI C Emulation: 0.4 [ 65.296] X.Org Video Driver: 10.0 [ 65.296] X.Org XInput driver : 12.2 [ 65.296] X.Org Server Extension : 5.0 [ 65.297] (--) PCI:*(0:1:0:0) 1002:7147:174b:0840 rev 0, Mem @ 0xe0000000/268435456, 0xf1000000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/65536 [ 65.297] (--) PCI: (0:1:0:1) 1002:7167:174b:0841 rev 0, Mem @ 0xf1010000/65536 [ 65.297] (==) Using default built-in configuration (30 lines) [ 65.298] (==) --- Start of built-in configuration --- [ 65.298] Section "Device" [ 65.298] Identifier "Builtin Default ati Device 0" [ 65.298] Driver "ati" [ 65.298] EndSection [ 65.298] Section "Screen" [ 65.298] Identifier "Builtin Default ati Screen 0" [ 65.298] Device "Builtin Default ati Device 0" [ 65.298] EndSection [ 65.298] Section "Device" [ 65.298] Identifier "Builtin Default vesa Device 0" [ 65.298] Driver "vesa" [ 65.298] EndSection [ 65.299] Section "Screen" [ 65.299] Identifier "Builtin Default vesa Screen 0" [ 65.299] Device "Builtin Default vesa Device 0" [ 65.299] EndSection [ 65.299] Section "Device" [ 65.299] Identifier "Builtin Default fbdev Device 0" [ 65.299] Driver "fbdev" [ 65.299] EndSection [ 65.299] Section "Screen" [ 65.299] Identifier "Builtin Default fbdev Screen 0" [ 65.299] Device "Builtin Default fbdev Device 0" [ 65.299] EndSection [ 65.299] Section "ServerLayout" [ 65.300] Identifier "Builtin Default Layout" [ 65.300] Screen "Builtin Default ati Screen 0" [ 65.300] Screen "Builtin Default vesa Screen 0" [ 65.300] Screen "Builtin Default fbdev Screen 0" [ 65.300] EndSection [ 65.300] (==) --- End of built-in configuration --- [ 65.300] (==) ServerLayout "Builtin Default Layout" [ 65.300] (**) |-->Screen "Builtin Default ati Screen 0" (0) [ 65.301] (**) | |-->Monitor "" [ 65.301] (**) | |-->Device "Builtin Default ati Device 0" [ 65.301] (==) No monitor specified for screen "Builtin Default ati Screen 0". Using a default monitor configuration. [ 65.301] (**) |-->Screen "Builtin Default vesa Screen 0" (1) [ 65.301] (**) | |-->Monitor "" [ 65.302] (**) | |-->Device "Builtin Default vesa Device 0" [ 65.302] (==) No monitor specified for screen "Builtin Default vesa Screen 0". Using a default monitor configuration. [ 65.302] (**) |-->Screen "Builtin Default fbdev Screen 0" (2) [ 65.302] (**) | |-->Monitor "" [ 65.302] (**) | |-->Device "Builtin Default fbdev Device 0" [ 65.302] (==) No monitor specified for screen "Builtin Default fbdev Screen 0". Using a default monitor configuration. [ 65.303] (==) Automatically adding devices [ 65.303] (==) Automatically enabling devices [ 65.563] (==) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF/, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ [ 65.563] (==) ModulePath set to "/usr/local/lib/xorg/modules" [ 65.563] (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AutoAddDevices. [ 65.563] (II) LoadModule: "extmod" [ 65.586] (II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so [ 65.602] (II) Module extmod: vendor="X.Org Foundation" [ 65.603] compiled for 1.10.4, module version = 1.0.0 [ 65.603] Module class: X.Org Server Extension [ 65.603] ABI class: X.Org Server Extension, version 5.0 [ 65.603] (II) Loading extension MIT-SCREEN-SAVER [ 65.603] (II) Loading extension XFree86-VidModeExtension [ 65.603] (II) Loading extension XFree86-DGA [ 65.603] (II) Loading extension DPMS [ 65.603] (II) Loading extension XVideo [ 65.604] (II) Loading extension XVideo-MotionCompensation [ 65.604] (II) Loading extension X-Resource [ 65.604] (II) LoadModule: "dbe" [ 65.605] (II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so [ 65.607] (II) Module dbe: vendor="X.Org Foundation" [ 65.607] compiled for 1.10.4, module version = 1.0.0 [ 65.607] Module class: X.Org Server Extension [ 65.607] ABI class: X.Org Server Extension, version 5.0 [ 65.607] (II) Loading extension DOUBLE-BUFFER [ 65.607] (II) LoadModule: "glx" [ 65.609] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 65.634] (II) Module glx: vendor="X.Org Foundation" [ 65.634] compiled for 1.10.4, module version = 1.0.0 [ 65.634] ABI class: X.Org Server Extension, version 5.0 [ 65.640] (==) AIGLX disabled [ 65.640] (II) Loading extension GLX [ 65.640] (II) LoadModule: "record" [ 65.642] (II) Loading /usr/local/lib/xorg/modules/extensions/librecord.so [ 65.644] (II) Module record: vendor="X.Org Foundation" [ 65.644] compiled for 1.10.4, module version = 1.13.0 [ 65.644] Module class: X.Org Server Extension [ 65.644] ABI class: X.Org Server Extension, version 5.0 [ 65.644] (II) Loading extension RECORD [ 65.644] (II) LoadModule: "dri" [ 65.645] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri.so [ 65.684] (II) Module dri: vendor="X.Org Foundation" [ 65.684] compiled for 1.10.4, module version = 1.0.0 [ 65.684] ABI class: X.Org Server Extension, version 5.0 [ 65.684] (II) Loading extension XFree86-DRI [ 65.684] (II) LoadModule: "dri2" [ 65.686] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so [ 65.688] (II) Module dri2: vendor="X.Org Foundation" [ 65.688] compiled for 1.10.4, module version = 1.2.0 [ 65.688] ABI class: X.Org Server Extension, version 5.0 [ 65.688] (II) Loading extension DRI2 [ 65.688] (II) LoadModule: "ati" [ 65.801] (II) Loading /usr/local/lib/xorg/modules/drivers/ati_drv.so [ 65.814] (II) Module ati: vendor="X.Org Foundation" [ 65.814] compiled for 1.10.4, module version = 6.14.2 [ 65.814] Module class: X.Org Video Driver [ 65.814] ABI class: X.Org Video Driver, version 10.0 [ 65.814] (II) LoadModule: "radeon" [ 65.818] (II) Loading /usr/local/lib/xorg/modules/drivers/radeon_drv.so [ 65.897] (II) Module radeon: vendor="X.Org Foundation" [ 65.897] compiled for 1.10.4, module version = 6.14.2 [ 65.897] Module class: X.Org Video Driver [ 65.897] ABI class: X.Org Video Driver, version 10.0 [ 65.920] (II) LoadModule: "vesa" [ 65.924] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so [ 65.948] (II) Module vesa: vendor="X.Org Foundation" [ 65.948] compiled for 1.10.4, module version = 2.3.0 [ 65.949] Module class: X.Org Video Driver [ 65.949] ABI class: X.Org Video Driver, version 10.0 [ 65.949] (II) LoadModule: "fbdev" [ 65.953] (II) Loading /usr/local/lib/xorg/modules/drivers/fbdev_drv.so [ 65.956] (II) Module fbdev: vendor="X.Org Foundation" [ 65.957] compiled for 1.10.4, module version = 0.4.2 [ 65.957] ABI class: X.Org Video Driver, version 10.0 [ 65.957] (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770, ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics, AMD Radeon HD 6200 Series Graphics, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, AMD Firestream 9350, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Mobility Radeon HD 5800 Series, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR, ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS, BARTS, Mobility Radeon HD 6000 Series, Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS, AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS [ 66.049] (II) VESA: driver for VESA chipsets: vesa [ 66.049] (II) FBDEV: driver for framebuffer: fbdev [ 66.050] (--) Using syscons driver with X support (version 2.0) [ 66.050] (--) using VT number 9 [ 66.397] (II) Loading /usr/local/lib/xorg/modules/drivers/radeon_drv.so [ 66.397] (II) [KMS] drm report modesetting isn't supported. [ 66.398] (WW) Falling back to old probe method for vesa [ 66.398] (WW) Falling back to old probe method for fbdev [ 66.398] (II) Loading sub module "fbdevhw" [ 66.398] (II) LoadModule: "fbdevhw" [ 66.401] (II) Loading /usr/local/lib/xorg/modules/libfbdevhw.so [ 66.403] (EE) LoadModule: Module fbdevhw does not have a fbdevhwModuleData data object. [ 66.403] (II) UnloadModule: "fbdevhw" [ 66.403] (II) Unloading fbdevhw [ 66.404] (EE) Failed to load module "fbdevhw" (invalid module, 0) [ 66.404] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 66.408] (II) RADEON(0): TOTO SAYS 00000000f1000000 [ 66.408] (II) RADEON(0): MMIO registers at 0x00000000f1000000: size 64KB [ 66.408] (II) RADEON(0): PCI bus 1 card 0 func 0 [ 66.408] (II) RADEON(0): Creating default Display subsection in Screen section "Builtin Default ati Screen 0" for depth/fbbpp 24/32 [ 66.409] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32 [ 66.409] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 66.409] (==) RADEON(0): Default visual is TrueColor [ 66.409] (II) Loading sub module "vgahw" [ 66.409] (II) LoadModule: "vgahw" [ 66.412] (II) Loading /usr/local/lib/xorg/modules/libvgahw.so [ 66.429] (II) Module vgahw: vendor="X.Org Foundation" [ 66.429] compiled for 1.10.4, module version = 0.1.0 [ 66.429] ABI class: X.Org Video Driver, version 10.0 [ 66.429] (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 [ 66.430] (==) RADEON(0): RGB weight 888 [ 66.430] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) [ 66.430] (--) RADEON(0): Chipset: "ATI Radeon X1550 64-bit" (ChipID = 0x7147) [ 66.430] (--) RADEON(0): Linear framebuffer at 0x00000000e0000000 [ 66.430] (II) RADEON(0): PCIE card detected [ 66.430] (II) Loading sub module "int10" [ 66.430] (II) LoadModule: "int10" [ 66.435] (II) Loading /usr/local/lib/xorg/modules/libint10.so [ 66.446] (II) Module int10: vendor="X.Org Foundation" [ 66.446] compiled for 1.10.4, module version = 1.0.0 [ 66.446] ABI class: X.Org Video Driver, version 10.0 [ 66.446] (II) RADEON(0): initializing int10 [ 66.450] (==) RADEON(0): Write-combining range (0xa0000,0x20000) was already clear [ 66.450] (==) RADEON(0): Write-combining range (0xc0000,0x40000) was already clear [ 66.451] (II) RADEON(0): Primary V_BIOS segment is: 0xc000 [ 66.451] (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear [ 66.451] (II) RADEON(0): ATOM BIOS detected [ 66.457] (II) RADEON(0): ATOM BIOS Rom: [ 66.457] SubsystemVendorID: 0x174b SubsystemID: 0x0840 [ 66.457] IOBaseAddress: 0xb000 [ 66.457] Filename: QC84H7SA.002 [ 66.457] BIOS Bootup Message: RV505LE DDR2 BIOS 550E/400M VDVO [ 66.458] (II) RADEON(0): Framebuffer space used by Firmware (kb): 20 [ 66.458] (II) RADEON(0): Start of VRAM area used by Firmware: 0x1fffb000 [ 66.458] (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space [ 66.458] (II) RADEON(0): AtomBIOS VRAM scratch base: 0x1fffb000 [ 66.458] (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead [ 66.458] (II) RADEON(0): Default Engine Clock: 550000 [ 66.458] (II) RADEON(0): Default Memory Clock: 400000 [ 66.458] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000 [ 66.459] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0 [ 66.459] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500 [ 66.459] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000 [ 66.459] (II) RADEON(0): Maximum Pixel Clock: 400000 [ 66.459] (II) RADEON(0): Reference Clock: 27000 [ 66.460] drmOpenDevice: node name is /dev/dri/card0 [ 66.460] Failed to change owner or group for file /dev/dri! 2: No such file or directory [ 66.461] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory [ 66.461] drmOpenDevice: open result is -1, (No such file or directory) [ 66.461] Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory [ 66.461] drmOpenDevice: open result is -1, (No such file or directory) [ 66.461] drmOpenDevice: Open failed [ 66.628] drmOpenByBusid: Searching for BusID pci:0000:01:00.0 [ 66.628] drmOpenDevice: node name is /dev/dri/card0 [ 66.629] drmOpenDevice: open result is 8, (OK) [ 66.629] drmOpenByBusid: drmOpenMinor returns 8 [ 66.629] drmOpenByBusid: Interface 1.4 failed, trying 1.1 [ 66.629] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 [ 66.629] (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.31.0 [ 66.630] (==) RADEON(0): Page Flipping disabled on r5xx and newer chips. [ 66.630] (II) RADEON(0): Will try to use DMA for Xv image transfers [ 66.630] (II) RADEON(0): Generation 2 PCI interface, using max accessible memory [ 66.630] (II) RADEON(0): Detected total video RAM=524288K, accessible=262144K (PCI BAR=262144K) [ 66.630] (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM) [ 66.630] (II) RADEON(0): Color tiling enabled by default [ 66.630] (II) Loading sub module "ddc" [ 66.630] (II) LoadModule: "ddc" [ 66.630] (II) Module "ddc" already built-in [ 66.630] (II) Loading sub module "i2c" [ 66.630] (II) LoadModule: "i2c" [ 66.630] (II) Module "i2c" already built-in [ 66.634] (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=90000 max=110000; xclk=40000 [ 66.635] (II) RADEON(0): Skipping TV-Out [ 66.635] (II) RADEON(0): Skipping Component Video [ 66.635] (II) RADEON(0): Output VGA-0 has no monitor section [ 66.636] (II) RADEON(0): I2C bus "VGA-0" initialized. [ 66.636] (II) RADEON(0): Output DVI-0 has no monitor section [ 66.636] (II) RADEON(0): I2C bus "DVI-0" initialized. [ 66.636] (II) RADEON(0): Port0: [ 66.636] XRANDR name: VGA-0 [ 66.676] Connector: VGA [ 66.676] CRT1: INTERNAL_KLDSCP_DAC1 [ 66.676] DDC reg: 0x7e40 [ 66.676] (II) RADEON(0): Port1: [ 66.676] XRANDR name: DVI-0 [ 66.677] Connector: DVI-I [ 66.677] CRT2: INTERNAL_KLDSCP_DAC2 [ 66.677] DFP3: INTERNAL_LVTM1 [ 66.677] DDC reg: 0x7e50 [ 66.677] (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. [ 66.703] Dac detection success [ 66.703] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 [ 66.703] finished output detect: 0 [ 66.704] (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0. [ 66.766] (II) RADEON(0): EDID for output DVI-0 [ 66.767] (II) RADEON(0): Manufacturer: ACR Model: 5990 Serial#: 5357 [ 66.767] (II) RADEON(0): Year: 2005 Week: 51 [ 66.767] (II) RADEON(0): EDID Version: 1.3 [ 66.767] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 66.767] (II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen [ 66.767] (II) RADEON(0): Max Image Size [cm]: horiz.: 37 vert.: 30 [ 66.768] (II) RADEON(0): Gamma: 2.20 [ 66.768] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 66.768] (II) RADEON(0): First detailed timing is preferred mode [ 66.768] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615 [ 66.768] (II) RADEON(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 66.768] (II) RADEON(0): Supported established timings: [ 66.769] (II) RADEON(0): 720x400@70Hz [ 66.769] (II) RADEON(0): 640x480@60Hz [ 66.769] (II) RADEON(0): 640x480@67Hz [ 66.769] (II) RADEON(0): 640x480@72Hz [ 66.769] (II) RADEON(0): 640x480@75Hz [ 66.769] (II) RADEON(0): 800x600@56Hz [ 66.769] (II) RADEON(0): 800x600@60Hz [ 66.769] (II) RADEON(0): 800x600@72Hz [ 66.769] (II) RADEON(0): 800x600@75Hz [ 66.769] (II) RADEON(0): 832x624@75Hz [ 66.770] (II) RADEON(0): 1024x768@60Hz [ 66.770] (II) RADEON(0): 1024x768@70Hz [ 66.770] (II) RADEON(0): 1024x768@75Hz [ 66.770] (II) RADEON(0): 1280x1024@75Hz [ 66.770] (II) RADEON(0): Manufacturer's mask: 0 [ 66.770] (II) RADEON(0): Supported standard timings: [ 66.770] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497 [ 66.770] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057 [ 66.770] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 66.771] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 66.771] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073 [ 66.771] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353 [ 66.771] (II) RADEON(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 66.771] (II) RADEON(0): Supported detailed timing: [ 66.771] (II) RADEON(0): clock: 108.0 MHz Image Size: 375 x 301 mm [ 66.771] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 66.771] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 66.772] (II) RADEON(0): Serial No: ETL2302222 [ 66.772] (II) RADEON(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz [ 66.772] (II) RADEON(0): Monitor name: Acer AL1914 [ 66.772] (II) RADEON(0): EDID (in hex): [ 66.772] (II) RADEON(0): 00ffffffffffff0004729059ed140000 [ 66.772] (II) RADEON(0): 330f01036d251e78eaa2a5a3574c9d25 [ 66.772] (II) RADEON(0): 115054bfef007140714a714f8140814a [ 66.772] (II) RADEON(0): 814f81800101302a009851002a403070 [ 66.773] (II) RADEON(0): 1300772d1100001e000000ff0045544c [ 66.773] (II) RADEON(0): 323330323232320a2020000000fd0031 [ 66.773] (II) RADEON(0): 4b18500e000a202020202020000000fc [ 66.773] (II) RADEON(0): 004163657220414c313931340a20007d [ 66.773] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1 [ 66.773] (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- [ 66.773] (II) RADEON(0): Manufacturer: ACR Model: 5990 Serial#: 5357 [ 66.773] (II) RADEON(0): Year: 2005 Week: 51 [ 66.774] (II) RADEON(0): EDID Version: 1.3 [ 66.774] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 66.774] (II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen [ 66.774] (II) RADEON(0): Max Image Size [cm]: horiz.: 37 vert.: 30 [ 66.774] (II) RADEON(0): Gamma: 2.20 [ 66.774] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 66.775] (II) RADEON(0): First detailed timing is preferred mode [ 66.775] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615 [ 66.775] (II) RADEON(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 66.775] (II) RADEON(0): Supported established timings: [ 66.775] (II) RADEON(0): 720x400@70Hz [ 66.775] (II) RADEON(0): 640x480@60Hz [ 66.775] (II) RADEON(0): 640x480@67Hz [ 66.776] (II) RADEON(0): 640x480@72Hz [ 66.776] (II) RADEON(0): 640x480@75Hz [ 66.776] (II) RADEON(0): 800x600@56Hz [ 66.776] (II) RADEON(0): 800x600@60Hz [ 66.776] (II) RADEON(0): 800x600@72Hz [ 66.776] (II) RADEON(0): 800x600@75Hz [ 66.776] (II) RADEON(0): 832x624@75Hz [ 66.776] (II) RADEON(0): 1024x768@60Hz [ 66.776] (II) RADEON(0): 1024x768@70Hz [ 66.777] (II) RADEON(0): 1024x768@75Hz [ 66.777] (II) RADEON(0): 1280x1024@75Hz [ 66.777] (II) RADEON(0): Manufacturer's mask: 0 [ 66.777] (II) RADEON(0): Supported standard timings: [ 66.777] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497 [ 66.777] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057 [ 66.777] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 66.777] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 66.777] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073 [ 66.778] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353 [ 66.778] (II) RADEON(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 66.778] (II) RADEON(0): Supported detailed timing: [ 66.778] (II) RADEON(0): clock: 108.0 MHz Image Size: 375 x 301 mm [ 66.778] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 66.778] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 66.778] (II) RADEON(0): Serial No: ETL2302222 [ 66.778] (II) RADEON(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz [ 66.779] (II) RADEON(0): Monitor name: Acer AL1914 [ 66.779] (II) RADEON(0): EDID (in hex): [ 66.779] (II) RADEON(0): 00ffffffffffff0004729059ed140000 [ 66.779] (II) RADEON(0): 330f01036d251e78eaa2a5a3574c9d25 [ 66.779] (II) RADEON(0): 115054bfef007140714a714f8140814a [ 66.779] (II) RADEON(0): 814f81800101302a009851002a403070 [ 66.779] (II) RADEON(0): 1300772d1100001e000000ff0045544c [ 66.779] (II) RADEON(0): 323330323232320a2020000000fd0031 [ 66.780] (II) RADEON(0): 4b18500e000a202020202020000000fc [ 66.780] (II) RADEON(0): 004163657220414c313931340a20007d [ 66.780] finished output detect: 1 [ 66.780] finished all detect [ 66.800] Dac detection success [ 66.800] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 [ 66.800] (II) RADEON(0): EDID for output VGA-0 [ 66.863] (II) RADEON(0): EDID for output DVI-0 [ 66.863] (II) RADEON(0): Manufacturer: ACR Model: 5990 Serial#: 5357 [ 66.863] (II) RADEON(0): Year: 2005 Week: 51 [ 66.863] (II) RADEON(0): EDID Version: 1.3 [ 66.863] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 66.864] (II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen [ 66.864] (II) RADEON(0): Max Image Size [cm]: horiz.: 37 vert.: 30 [ 66.864] (II) RADEON(0): Gamma: 2.20 [ 66.864] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 66.865] (II) RADEON(0): First detailed timing is preferred mode [ 66.865] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615 [ 66.865] (II) RADEON(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 66.865] (II) RADEON(0): Supported established timings: [ 66.865] (II) RADEON(0): 720x400@70Hz [ 66.865] (II) RADEON(0): 640x480@60Hz [ 66.865] (II) RADEON(0): 640x480@67Hz [ 66.865] (II) RADEON(0): 640x480@72Hz [ 66.866] (II) RADEON(0): 640x480@75Hz [ 66.866] (II) RADEON(0): 800x600@56Hz [ 66.866] (II) RADEON(0): 800x600@60Hz [ 66.866] (II) RADEON(0): 800x600@72Hz [ 66.866] (II) RADEON(0): 800x600@75Hz [ 66.866] (II) RADEON(0): 832x624@75Hz [ 66.866] (II) RADEON(0): 1024x768@60Hz [ 66.866] (II) RADEON(0): 1024x768@70Hz [ 66.866] (II) RADEON(0): 1024x768@75Hz [ 66.867] (II) RADEON(0): 1280x1024@75Hz [ 66.867] (II) RADEON(0): Manufacturer's mask: 0 [ 66.867] (II) RADEON(0): Supported standard timings: [ 66.867] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497 [ 66.867] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057 [ 66.867] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 66.867] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 66.867] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073 [ 66.867] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353 [ 66.868] (II) RADEON(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 66.868] (II) RADEON(0): Supported detailed timing: [ 66.868] (II) RADEON(0): clock: 108.0 MHz Image Size: 375 x 301 mm [ 66.868] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 66.868] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 66.868] (II) RADEON(0): Serial No: ETL2302222 [ 66.868] (II) RADEON(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz [ 66.869] (II) RADEON(0): Monitor name: Acer AL1914 [ 66.869] (II) RADEON(0): EDID (in hex): [ 66.869] (II) RADEON(0): 00ffffffffffff0004729059ed140000 [ 66.869] (II) RADEON(0): 330f01036d251e78eaa2a5a3574c9d25 [ 66.869] (II) RADEON(0): 115054bfef007140714a714f8140814a [ 66.869] (II) RADEON(0): 814f81800101302a009851002a403070 [ 66.869] (II) RADEON(0): 1300772d1100001e000000ff0045544c [ 66.869] (II) RADEON(0): 323330323232320a2020000000fd0031 [ 66.869] (II) RADEON(0): 4b18500e000a202020202020000000fc [ 66.870] (II) RADEON(0): 004163657220414c313931340a20007d [ 66.870] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1 [ 66.870] (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- [ 66.870] (II) RADEON(0): Manufacturer: ACR Model: 5990 Serial#: 5357 [ 66.870] (II) RADEON(0): Year: 2005 Week: 51 [ 66.870] (II) RADEON(0): EDID Version: 1.3 [ 66.870] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 66.870] (II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen [ 66.871] (II) RADEON(0): Max Image Size [cm]: horiz.: 37 vert.: 30 [ 66.871] (II) RADEON(0): Gamma: 2.20 [ 66.871] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 66.871] (II) RADEON(0): First detailed timing is preferred mode [ 66.871] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615 [ 66.872] (II) RADEON(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 66.872] (II) RADEON(0): Supported established timings: [ 66.872] (II) RADEON(0): 720x400@70Hz [ 66.872] (II) RADEON(0): 640x480@60Hz [ 66.872] (II) RADEON(0): 640x480@67Hz [ 66.872] (II) RADEON(0): 640x480@72Hz [ 66.872] (II) RADEON(0): 640x480@75Hz [ 66.872] (II) RADEON(0): 800x600@56Hz [ 66.873] (II) RADEON(0): 800x600@60Hz [ 66.873] (II) RADEON(0): 800x600@72Hz [ 66.873] (II) RADEON(0): 800x600@75Hz [ 66.873] (II) RADEON(0): 832x624@75Hz [ 66.873] (II) RADEON(0): 1024x768@60Hz [ 66.873] (II) RADEON(0): 1024x768@70Hz [ 66.873] (II) RADEON(0): 1024x768@75Hz [ 66.873] (II) RADEON(0): 1280x1024@75Hz [ 66.873] (II) RADEON(0): Manufacturer's mask: 0 [ 66.874] (II) RADEON(0): Supported standard timings: [ 66.874] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497 [ 66.874] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057 [ 66.874] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 66.874] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 66.874] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073 [ 66.874] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353 [ 66.874] (II) RADEON(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 66.874] (II) RADEON(0): Supported detailed timing: [ 66.875] (II) RADEON(0): clock: 108.0 MHz Image Size: 375 x 301 mm [ 66.875] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 66.875] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 66.875] (II) RADEON(0): Serial No: ETL2302222 [ 66.875] (II) RADEON(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz [ 66.875] (II) RADEON(0): Monitor name: Acer AL1914 [ 66.875] (II) RADEON(0): EDID (in hex): [ 66.876] (II) RADEON(0): 00ffffffffffff0004729059ed140000 [ 66.876] (II) RADEON(0): 330f01036d251e78eaa2a5a3574c9d25 [ 66.876] (II) RADEON(0): 115054bfef007140714a714f8140814a [ 66.876] (II) RADEON(0): 814f81800101302a009851002a403070 [ 66.876] (II) RADEON(0): 1300772d1100001e000000ff0045544c [ 66.876] (II) RADEON(0): 323330323232320a2020000000fd0031 [ 66.876] (II) RADEON(0): 4b18500e000a202020202020000000fc [ 66.876] (II) RADEON(0): 004163657220414c313931340a20007d [ 66.877] (II) RADEON(0): EDID vendor "ACR", prod id 22928 [ 66.877] (II) RADEON(0): Printing probed modes for output DVI-0 [ 66.877] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 66.877] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 66.878] (II) RADEON(0): Modeline "1280x960"x75.0 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync (75.1 kHz) [ 66.878] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz) [ 66.878] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 66.878] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 66.878] (II) RADEON(0): Modeline "1152x864"x70.0 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync (63.0 kHz) [ 66.878] (II) RADEON(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz) [ 66.878] (II) RADEON(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 66.879] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) [ 66.879] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 66.879] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) [ 66.879] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) [ 66.879] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 66.879] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 66.879] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 66.879] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 66.880] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) [ 66.880] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) [ 66.880] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 66.880] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 66.880] (II) RADEON(0): Output VGA-0 disconnected [ 66.880] (II) RADEON(0): Output DVI-0 connected [ 66.880] (II) RADEON(0): Using exact sizes for initial modes [ 66.881] (II) RADEON(0): Output DVI-0 using initial mode 1280x1024 [ 66.881] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 66.881] (==) RADEON(0): DPI set to (96, 96) [ 66.881] (II) Loading sub module "fb" [ 66.881] (II) LoadModule: "fb" [ 66.882] (II) Loading /usr/local/lib/xorg/modules/libfb.so [ 66.900] (II) Module fb: vendor="X.Org Foundation" [ 66.900] compiled for 1.10.4, module version = 1.0.0 [ 66.901] ABI class: X.Org ANSI C Emulation, version 0.4 [ 66.901] (II) Loading sub module "ramdac" [ 66.901] (II) LoadModule: "ramdac" [ 66.901] (II) Module "ramdac" already built-in [ 66.901] (==) RADEON(0): Using EXA acceleration architecture [ 66.901] (II) Loading sub module "exa" [ 66.901] (II) LoadModule: "exa" [ 66.902] (II) Loading /usr/local/lib/xorg/modules/libexa.so [ 66.923] (II) Module exa: vendor="X.Org Foundation" [ 66.924] compiled for 1.10.4, module version = 2.5.0 [ 66.924] ABI class: X.Org Video Driver, version 10.0 [ 66.924] (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear [ 66.926] (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support [ 66.926] (II) UnloadModule: "vesa" [ 66.926] (II) Unloading vesa [ 66.926] (II) UnloadModule: "fbdev" [ 66.926] (II) Unloading fbdev [ 66.926] (--) Depth 24 pixmap format is 32 bpp [ 66.927] (II) RADEON(0): RADEONScreenInit e0000000 0 0 [ 67.350] (==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear [ 67.437] Output CRT2 disable success [ 67.438] Blank CRTC 0 success [ 67.450] Disable CRTC 0 success [ 67.450] Blank CRTC 1 success [ 67.450] Disable CRTC 1 success [ 67.450] (II) RADEON(0): Dynamic Power Management Disabled [ 67.453] (==) RADEON(0): Using 24 bit depth buffer [ 67.453] (II) RADEON(0): RADEONInitMemoryMap() : [ 67.453] (II) RADEON(0): mem_size : 0x20000000 [ 67.454] (II) RADEON(0): MC_FB_LOCATION : 0xffffe000 [ 67.454] (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 [ 67.454] (II) RADEON(0): Depth moves disabled by default [ 67.454] (II) RADEON(0): Allocating from a screen of 262112 kb [ 67.454] (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00640000 [ 67.454] (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00644000 [ 67.454] (II) RADEON(0): Will use 6400 kb for front buffer at offset 0x00000000 [ 67.454] (II) RADEON(0): Will use 32 kb for PCI GART at offset 0x0fff8000 [ 67.454] (II) RADEON(0): Will use 6400 kb for back buffer at offset 0x00648000 [ 67.454] (II) RADEON(0): Will use 6400 kb for depth buffer at offset 0x00c88000 [ 67.454] (II) RADEON(0): Will use 120832 kb for textures at offset 0x012c8000 [ 67.454] (II) RADEON(0): Will use 122048 kb for X Server offscreen at offset 0x088c8000 [ 67.454] drmOpenDevice: node name is /dev/dri/card0 [ 67.455] drmOpenDevice: open result is 8, (OK) [ 67.455] drmOpenDevice: node name is /dev/dri/card0 [ 67.455] drmOpenDevice: open result is 8, (OK) [ 67.455] drmOpenByBusid: Searching for BusID pci:0000:01:00.0 [ 67.455] drmOpenDevice: node name is /dev/dri/card0 [ 67.455] drmOpenDevice: open result is 8, (OK) [ 67.455] drmOpenByBusid: drmOpenMinor returns 8 [ 67.455] drmOpenByBusid: Interface 1.4 failed, trying 1.1 [ 67.455] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 [ 67.455] (II) [drm] DRM interface version 1.2 [ 67.456] (II) [drm] DRM open master succeeded. [ 67.456] (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables. [ 67.456] (II) RADEON(0): [drm] framebuffer handle = 0x30000000000 [ 67.456] (II) RADEON(0): [drm] added 1 reserved context for kernel [ 67.456] (II) RADEON(0): X context handle = 0x1 [ 67.456] (II) RADEON(0): [drm] installed DRM signal handler [ 67.490] (II) RADEON(0): [pci] 32768 kB allocated with handle 0x1de00000 [ 67.490] (II) RADEON(0): [pci] ring handle = 0x00000000 [ 67.490] (II) RADEON(0): [pci] Ring mapped at 0x800899000 [ 67.490] (II) RADEON(0): [pci] Ring contents 0x00000000 [ 67.490] (II) RADEON(0): [pci] ring read ptr handle = 0x00000000 [ 67.491] (II) RADEON(0): [pci] Ring read ptr mapped at 0x80083b000 [ 67.491] (II) RADEON(0): [pci] Ring read ptr contents 0x00000000 [ 67.491] (II) RADEON(0): [pci] vertex/indirect buffers handle = 0x00000000 [ 67.491] (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x804be5000 [ 67.491] (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000 [ 67.491] (II) RADEON(0): [pci] GART texture map handle = 0x00000000 [ 67.492] (II) RADEON(0): [pci] GART Texture map mapped at 0x815bb7000 [ 67.492] (II) RADEON(0): [drm] register handle = 0x00000000 [ 67.492] (II) RADEON(0): [dri] Visual configs initialized [ 67.507] (II) RADEON(0): RADEONRestoreMemMapRegisters() : [ 67.507] (II) RADEON(0): MC_FB_LOCATION : 0xffffe000 0xffffe000 [ 67.508] (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 [ 67.508] (==) RADEON(0): Backing store disabled [ 67.508] (II) RADEON(0): [DRI] installation complete [ 67.508] (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers [ 67.508] (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers [ 67.508] (II) RADEON(0): [drm] dma control initialized, using IRQ 258 [ 67.508] (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416 [ 67.508] (WW) RADEON(0): DRI init changed memory map, adjusting ... [ 67.509] (WW) RADEON(0): MC_FB_LOCATION was: 0xffffe000 is: 0xffffe000 [ 67.509] (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0 [ 67.509] (II) RADEON(0): RADEONRestoreMemMapRegisters() : [ 67.509] (II) RADEON(0): MC_FB_LOCATION : 0xffffe000 0xffffe000 [ 67.509] (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 [ 67.509] (II) RADEON(0): Direct rendering enabled [ 67.509] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards. [ 67.509] (II) RADEON(0): Setting EXA maxPitchBytes [ 67.509] (II) RADEON(0): num quad-pipes is 1 [ 67.509] (II) EXA(0): Offscreen pixmap area of 124977152 bytes [ 67.509] (II) EXA(0): Driver registered support for the following operations: [ 67.509] (II) Solid [ 67.509] (II) Copy [ 67.509] (II) Composite (RENDER acceleration) [ 67.510] (II) UploadToScreen [ 67.510] (II) DownloadFromScreen [ 67.510] (II) RADEON(0): Acceleration enabled [ 67.510] (==) RADEON(0): DPMS enabled [ 67.510] (==) RADEON(0): Silken mouse enabled [ 67.510] (II) RADEON(0): Set up textured video [ 67.535] Output CRT1 disable success [ 67.535] Output CRT2 disable success [ 67.535] Blank CRTC 0 success [ 67.535] Disable CRTC 0 success [ 67.535] Blank CRTC 1 success [ 67.535] Disable CRTC 1 success [ 67.536] Output CRT2 disable success [ 67.536] Blank CRTC 0 success [ 67.536] Disable CRTC 0 success [ 67.536] Set CRTC 0 Source success [ 67.536] Mode 1280x1024 - 1688 1066 5 [ 67.536] (II) RADEON(0): RADEONRestoreMemMapRegisters() : [ 67.536] (II) RADEON(0): MC_FB_LOCATION : 0xffffe000 0xffffe000 [ 67.536] (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 [ 67.536] Picked PLL 0 [ 67.536] best_freq: 108000 [ 67.537] best_feedback_div: 80 [ 67.537] best_frac_feedback_div: 0 [ 67.537] best_ref_div: 2 [ 67.537] best_post_div: 10 [ 67.537] (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 1080000 [ 67.537] (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x50(80), fracfbdiv 0, pdiv 10 [ 67.544] Set CRTC 0 PLL success [ 67.544] Set CRTC Timing success [ 67.544] Set CRTC 0 Overscan success [ 67.544] Not using RMX [ 67.544] scaler 0 setup success [ 67.545] Set CRTC 0 Source success [ 67.545] crtc 0 YUV disable setup success [ 67.548] Output DAC2 setup success [ 67.548] Output CRT2 enable success [ 67.548] Enable CRTC 0 success [ 67.548] Unblank CRTC 0 success [ 67.548] Output CRT1 disable success [ 67.549] Blank CRTC 1 success [ 67.549] Disable CRTC 1 success [ 67.549] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 67.549] Output CRT2 disable success [ 67.549] Blank CRTC 0 success [ 67.565] Disable CRTC 0 success [ 67.565] Set CRTC 0 Source success [ 67.565] Mode 1280x1024 - 1688 1066 5 [ 67.565] (II) RADEON(0): RADEONRestoreMemMapRegisters() : [ 67.565] (II) RADEON(0): MC_FB_LOCATION : 0xffffe000 0xffffe000 [ 67.565] (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 [ 67.565] Picked PLL 0 [ 67.565] best_freq: 108000 [ 67.565] best_feedback_div: 80 [ 67.566] best_frac_feedback_div: 0 [ 67.566] best_ref_div: 2 [ 67.566] best_post_div: 10 [ 67.566] (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 1080000 [ 67.566] (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x50(80), fracfbdiv 0, pdiv 10 [ 67.566] Set CRTC 0 PLL success [ 67.566] Set CRTC Timing success [ 67.566] Set CRTC 0 Overscan success [ 67.566] Not using RMX [ 67.566] scaler 0 setup success [ 67.566] Set CRTC 0 Source success [ 67.566] crtc 0 YUV disable setup success [ 67.570] Output DAC2 setup success [ 67.570] Output CRT2 enable success [ 67.570] Enable CRTC 0 success [ 67.570] Unblank CRTC 0 success [ 67.571] (--) RandR disabled [ 67.571] (II) Initializing built-in extension Generic Event Extension [ 67.571] (II) Initializing built-in extension SHAPE [ 67.571] (II) Initializing built-in extension MIT-SHM [ 67.571] (II) Initializing built-in extension XInputExtension [ 67.571] (II) Initializing built-in extension XTEST [ 67.571] (II) Initializing built-in extension BIG-REQUESTS [ 67.571] (II) Initializing built-in extension SYNC [ 67.571] (II) Initializing built-in extension XKEYBOARD [ 67.571] (II) Initializing built-in extension XC-MISC [ 67.571] (II) Initializing built-in extension XINERAMA [ 67.571] (II) Initializing built-in extension XFIXES [ 67.571] (II) Initializing built-in extension RENDER [ 67.572] (II) Initializing built-in extension RANDR [ 67.572] (II) Initializing built-in extension COMPOSITE [ 67.572] (II) Initializing built-in extension DAMAGE [ 67.869] (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so [ 67.869] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 67.870] (II) RADEON(0): Setting screen physical size to 338 x 270 [ 68.497] (II) config/hal: Adding input device USB Productivity Option Keyboard has the hub in 1 [ 68.498] (II) LoadModule: "kbd" [ 68.499] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 68.516] (II) Module kbd: vendor="X.Org Foundation" [ 68.516] compiled for 1.10.4, module version = 1.6.0 [ 68.516] Module class: X.Org XInput Driver [ 68.516] ABI class: X.Org XInput driver, version 12.2 [ 68.516] (II) Using input driver 'kbd' for 'USB Productivity Option Keyboard has the hub in 1' [ 68.516] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 68.516] (**) USB Productivity Option Keyboard has the hub in 1: always reports core events [ 68.516] (**) USB Productivity Option Keyboard has the hub in 1: always reports core events [ 68.516] (**) Option "Protocol" "standard" [ 68.517] (**) Option "XkbRules" "base" [ 68.517] (**) Option "XkbModel" "pc105" [ 68.517] (**) Option "XkbLayout" "us" [ 68.517] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/usb_device_4b3_301b_noserial_if0" [ 68.517] (II) XINPUT: Adding extended input device "USB Productivity Option Keyboard has the hub in 1" (type: KEYBOARD) [ 69.037] (II) config/hal: Adding input device product 0x0499 [ 69.037] (II) LoadModule: "mouse" [ 69.038] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so [ 69.043] (II) Module mouse: vendor="X.Org Foundation" [ 69.043] compiled for 1.10.4, module version = 1.7.1 [ 69.044] Module class: X.Org XInput Driver [ 69.044] ABI class: X.Org XInput driver, version 12.2 [ 69.044] (II) Using input driver 'mouse' for 'product 0x0499' [ 69.044] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so [ 69.044] (**) product 0x0499: always reports core events [ 69.044] (**) Option "Device" "/dev/sysmouse" [ 69.044] (==) product 0x0499: Protocol: "Auto" [ 69.044] (**) product 0x0499: always reports core events [ 69.044] (==) product 0x0499: Emulate3Buttons, Emulate3Timeout: 50 [ 69.045] (**) product 0x0499: ZAxisMapping: buttons 4 and 5 [ 69.045] (**) product 0x0499: Buttons: 9 [ 69.045] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/usb_device_4d9_499_noserial_if0" [ 69.045] (II) XINPUT: Adding extended input device "product 0x0499" (type: MOUSE) [ 69.045] (**) product 0x0499: (accel) keeping acceleration scheme 1 [ 69.045] (**) product 0x0499: (accel) acceleration profile 0 [ 69.045] (**) product 0x0499: (accel) acceleration factor: 2.000 [ 69.045] (**) product 0x0499: (accel) acceleration threshold: 4 [ 69.045] (II) product 0x0499: SetupAuto: hw.iftype is 4, hw.model is 0 [ 69.045] (II) product 0x0499: SetupAuto: protocol is SysMouse [ 69.050] (II) config/hal: Adding input device AT Keyboard [ 69.050] (II) Using input driver 'kbd' for 'AT Keyboard' [ 69.050] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 69.050] (**) AT Keyboard: always reports core events [ 69.050] (**) AT Keyboard: always reports core events [ 69.050] (**) Option "Protocol" "standard" [ 69.050] (**) Option "XkbRules" "base" [ 69.050] (**) Option "XkbModel" "pc105" [ 69.050] (**) Option "XkbLayout" "us" [ 69.050] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/atkbd_0" [ 69.050] (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) [ 120.634] Dac detection success [ 120.634] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 [ 120.688] (II) RADEON(0): EDID vendor "ACR", prod id 22928 [ 120.689] (II) RADEON(0): Using EDID range info for horizontal sync [ 120.689] (II) RADEON(0): Using EDID range info for vertical refresh [ 120.689] (II) RADEON(0): Printing DDC gathered Modelines: [ 120.689] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 120.689] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 120.689] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 120.689] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 120.689] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) [ 120.690] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) [ 120.690] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 120.690] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 120.690] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 120.690] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 120.690] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) [ 120.690] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 120.690] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) [ 120.690] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 120.690] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) [ 120.690] (II) RADEON(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz) [ 120.690] (II) RADEON(0): Modeline "1152x864"x70.0 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync (63.0 kHz) [ 120.690] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 120.691] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 120.691] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz) [ 120.691] (II) RADEON(0): Modeline "1280x960"x75.0 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync (75.1 kHz) [ 120.691] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1 [ 120.691] (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- [ 120.691] (II) RADEON(0): Manufacturer: ACR Model: 5990 Serial#: 5357 [ 120.691] (II) RADEON(0): Year: 2005 Week: 51 [ 120.691] (II) RADEON(0): EDID Version: 1.3 [ 120.691] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 120.691] (II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen [ 120.691] (II) RADEON(0): Max Image Size [cm]: horiz.: 37 vert.: 30 [ 120.691] (II) RADEON(0): Gamma: 2.20 [ 120.692] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 120.692] (II) RADEON(0): First detailed timing is preferred mode [ 120.692] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615 [ 120.692] (II) RADEON(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 120.692] (II) RADEON(0): Supported established timings: [ 120.692] (II) RADEON(0): 720x400@70Hz [ 120.692] (II) RADEON(0): 640x480@60Hz [ 120.692] (II) RADEON(0): 640x480@67Hz [ 120.692] (II) RADEON(0): 640x480@72Hz [ 120.692] (II) RADEON(0): 640x480@75Hz [ 120.692] (II) RADEON(0): 800x600@56Hz [ 120.692] (II) RADEON(0): 800x600@60Hz [ 120.692] (II) RADEON(0): 800x600@72Hz [ 120.692] (II) RADEON(0): 800x600@75Hz [ 120.693] (II) RADEON(0): 832x624@75Hz [ 120.693] (II) RADEON(0): 1024x768@60Hz [ 120.693] (II) RADEON(0): 1024x768@70Hz [ 120.693] (II) RADEON(0): 1024x768@75Hz [ 120.693] (II) RADEON(0): 1280x1024@75Hz [ 120.693] (II) RADEON(0): Manufacturer's mask: 0 [ 120.693] (II) RADEON(0): Supported standard timings: [ 120.693] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497 [ 120.693] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057 [ 120.693] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 120.693] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 120.693] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073 [ 120.693] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353 [ 120.693] (II) RADEON(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 120.693] (II) RADEON(0): Supported detailed timing: [ 120.693] (II) RADEON(0): clock: 108.0 MHz Image Size: 375 x 301 mm [ 120.694] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 120.694] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 120.694] (II) RADEON(0): Serial No: ETL2302222 [ 120.694] (II) RADEON(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz [ 120.694] (II) RADEON(0): Monitor name: Acer AL1914 [ 120.694] (II) RADEON(0): EDID (in hex): [ 120.694] (II) RADEON(0): 00ffffffffffff0004729059ed140000 [ 120.694] (II) RADEON(0): 330f01036d251e78eaa2a5a3574c9d25 [ 120.694] (II) RADEON(0): 115054bfef007140714a714f8140814a [ 120.694] (II) RADEON(0): 814f81800101302a009851002a403070 [ 120.694] (II) RADEON(0): 1300772d1100001e000000ff0045544c [ 120.694] (II) RADEON(0): 323330323232320a2020000000fd0031 [ 120.694] (II) RADEON(0): 4b18500e000a202020202020000000fc [ 120.694] (II) RADEON(0): 004163657220414c313931340a20007d [ 120.694] (II) RADEON(0): EDID vendor "ACR", prod id 22928 [ 136.761] Dac detection success [ 136.761] (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 [ 136.816] (II) RADEON(0): EDID vendor "ACR", prod id 22928 [ 136.816] (II) RADEON(0): Using hsync ranges from config file [ 136.816] (II) RADEON(0): Using vrefresh ranges from config file [ 136.816] (II) RADEON(0): Printing DDC gathered Modelines: [ 136.816] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 136.816] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 136.816] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 136.817] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 136.817] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) [ 136.817] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) [ 136.817] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 136.817] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 136.817] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 136.817] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 136.817] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) [ 136.817] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 136.817] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) [ 136.817] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 136.817] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) [ 136.817] (II) RADEON(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz) [ 136.818] (II) RADEON(0): Modeline "1152x864"x70.0 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync (63.0 kHz) [ 136.818] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 136.818] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 136.818] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz) [ 136.818] (II) RADEON(0): Modeline "1280x960"x75.0 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync (75.1 kHz) [ 136.818] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1 [ 136.818] (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- [ 136.818] (II) RADEON(0): Manufacturer: ACR Model: 5990 Serial#: 5357 [ 136.818] (II) RADEON(0): Year: 2005 Week: 51 [ 136.818] (II) RADEON(0): EDID Version: 1.3 [ 136.818] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 136.818] (II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen [ 136.819] (II) RADEON(0): Max Image Size [cm]: horiz.: 37 vert.: 30 [ 136.819] (II) RADEON(0): Gamma: 2.20 [ 136.819] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 136.819] (II) RADEON(0): First detailed timing is preferred mode [ 136.819] (II) RADEON(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615 [ 136.819] (II) RADEON(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 136.819] (II) RADEON(0): Supported established timings: [ 136.819] (II) RADEON(0): 720x400@70Hz [ 136.819] (II) RADEON(0): 640x480@60Hz [ 136.819] (II) RADEON(0): 640x480@67Hz [ 136.819] (II) RADEON(0): 640x480@72Hz [ 136.819] (II) RADEON(0): 640x480@75Hz [ 136.819] (II) RADEON(0): 800x600@56Hz [ 136.820] (II) RADEON(0): 800x600@60Hz [ 136.820] (II) RADEON(0): 800x600@72Hz [ 136.820] (II) RADEON(0): 800x600@75Hz [ 136.820] (II) RADEON(0): 832x624@75Hz [ 136.820] (II) RADEON(0): 1024x768@60Hz [ 136.820] (II) RADEON(0): 1024x768@70Hz [ 136.820] (II) RADEON(0): 1024x768@75Hz [ 136.820] (II) RADEON(0): 1280x1024@75Hz [ 136.820] (II) RADEON(0): Manufacturer's mask: 0 [ 136.820] (II) RADEON(0): Supported standard timings: [ 136.820] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497 [ 136.820] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057 [ 136.820] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 136.820] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 136.820] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073 [ 136.820] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353 [ 136.821] (II) RADEON(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 136.821] (II) RADEON(0): Supported detailed timing: [ 136.821] (II) RADEON(0): clock: 108.0 MHz Image Size: 375 x 301 mm [ 136.821] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 136.821] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 136.821] (II) RADEON(0): Serial No: ETL2302222 [ 136.821] (II) RADEON(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz [ 136.821] (II) RADEON(0): Monitor name: Acer AL1914 [ 136.821] (II) RADEON(0): EDID (in hex): [ 136.821] (II) RADEON(0): 00ffffffffffff0004729059ed140000 [ 136.821] (II) RADEON(0): 330f01036d251e78eaa2a5a3574c9d25 [ 136.821] (II) RADEON(0): 115054bfef007140714a714f8140814a [ 136.821] (II) RADEON(0): 814f81800101302a009851002a403070 [ 136.821] (II) RADEON(0): 1300772d1100001e000000ff0045544c [ 136.822] (II) RADEON(0): 323330323232320a2020000000fd0031 [ 136.822] (II) RADEON(0): 4b18500e000a202020202020000000fc [ 136.822] (II) RADEON(0): 004163657220414c313931340a20007d [ 136.822] (II) RADEON(0): EDID vendor "ACR", prod id 22928 [ 3430.332] (II) 3rd Button detected: disabling emulate3Button From owner-freebsd-x11@FreeBSD.ORG Tue Oct 18 00:31:48 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 858AF106564A for ; Tue, 18 Oct 2011 00:31:48 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 4022B8FC16 for ; Tue, 18 Oct 2011 00:31:47 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p9I0VlnA018974; Mon, 17 Oct 2011 18:31:47 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p9I0VldI018971; Mon, 17 Oct 2011 18:31:47 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 17 Oct 2011 18:31:47 -0600 (MDT) From: Warren Block To: Johannes Dieterich In-Reply-To: <4E9C7AC6.1060505@gmail.com> Message-ID: References: <4E9C7AC6.1060505@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 17 Oct 2011 18:31:47 -0600 (MDT) Cc: freebsd-x11@freebsd.org Subject: Re: xorg-dev ATI X1550 drm problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 18 Oct 2011 00:31:48 -0000 On Mon, 17 Oct 2011, Johannes Dieterich wrote: > At first, the update seems to work as I can start and run KDE w/o a xorg.conf > as usual w/o problem. Unfortunately, games like nexuiz/warzone crash the > server immediately when starting them (leaving me with a hanging screen, > typically black) and I would assume this holds also true for other openGL > intensive codes. This is a regression compared to the stock X11. Do you have WITHOUT_NOUVEAU=yes set in /etc/make.conf? nexuiz is not playable on a Radeon HD4650 without reducing the settings and works only at default settings or less on a 4850. openarena or ioquake3 work well. This is a generic xorg.conf that works for me on various systems with various brands of video cards and even in VMs. ---- Section "ServerLayout" Identifier "X.org Configured" Option "DontZap" "Off" Option "AIGLX" "On" InputDevice "Mouse0" "CorePointer" InputDevice "Mouse1" # InputDevice "Keyboard0" "CoreKeyboard" Option "AutoAddDevices" "Off" #Option "Log" "sync" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" EndSection Section "DRI" Group 0 Mode 0660 EndSection Section "Module" Disable "record" EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "InputDevice" Identifier "Mouse1" Driver "vboxmouse" EndSection ---- From owner-freebsd-x11@FreeBSD.ORG Tue Oct 18 18:24:22 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20A391065688 for ; Tue, 18 Oct 2011 18:24:22 +0000 (UTC) (envelope-from dieterich.joh@googlemail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id E0A2F8FC08 for ; Tue, 18 Oct 2011 18:24:21 +0000 (UTC) Received: by iaky10 with SMTP id y10so1285043iak.13 for ; Tue, 18 Oct 2011 11:24:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kbbk3QNKLGDgeEy6Ncj26D8tiheftur0YF5BB46TnSA=; b=JkLa6JPlcj68pn4elOEPdnc+NYdRNjz3fHN3h7EOAdfgjn+K+B5gjMeVtBraQNBE8/ DvUKVB3D/UKlo5gIUeGrXEvE2jaJ0/ikcpOns9IwS+5Vyp62rHyvosLU1r1XCE5N96Mo JHYGk6wb6OoJdJtqOKRbanuMuZ6Ca5XL+E2mk= MIME-Version: 1.0 Received: by 10.231.20.218 with SMTP id g26mr1507998ibb.88.1318962261456; Tue, 18 Oct 2011 11:24:21 -0700 (PDT) Received: by 10.231.16.74 with HTTP; Tue, 18 Oct 2011 11:24:21 -0700 (PDT) In-Reply-To: References: <4E9C7AC6.1060505@gmail.com> Date: Tue, 18 Oct 2011 20:24:21 +0200 Message-ID: From: Johannes Dieterich To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-x11@freebsd.org Subject: Re: xorg-dev ATI X1550 drm problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 18 Oct 2011 18:24:22 -0000 Hi, thanks for the reply. :-) Also sorry for double-posting the initial mail, not intentional. > Do you have WITHOUT_NOUVEAU=yes set in /etc/make.conf? > No. Is this still necessary with the xorg-dev repository? I thought this was just for the stock X-server to pick up a more recent Mesa? At least the installed libGL is of version 7.11, which is the correct one. > > nexuiz is not playable on a Radeon HD4650 without reducing the settings and > works only at default settings or less on a 4850. openarena or ioquake3 > work well. > I know, the card is very old. But the issue is not a low framerate or anything. It just crashes the complete X as soon as I start either warzone or nexuiz. Not even a CTRL+F1 is possible to break to the console. Both worked with the stock X-server version, therefore this seems to be a regression with the development X-server. > > This is a generic xorg.conf that works for me on various systems with > various brands of video cards and even in VMs. > > Thanks a lot! startx/kde works without problem also with this xorg.conf, still the 3D-related error remains the same. Anybody got any further ideas? Johannes From owner-freebsd-x11@FreeBSD.ORG Tue Oct 18 19:21:53 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5854A1065672 for ; Tue, 18 Oct 2011 19:21:53 +0000 (UTC) (envelope-from dieterich.joh@googlemail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 19D558FC14 for ; Tue, 18 Oct 2011 19:21:52 +0000 (UTC) Received: by iaky10 with SMTP id y10so1351500iak.13 for ; Tue, 18 Oct 2011 12:21:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UjjDM3zjKPKIXXEgfBQyPLXPvdYaNC7i1dO/QuDltKA=; b=peEo/C0a5wGDxpmNoILK1BdIKN67TJ7TKqce05UXl0wNvgR0O/t4sd1wtqV5LiWrkB 6WiKyAyZVd0Z/dn3gErB0HKyGuy/dOgxuQ9VV+jH5+f/Y41xNdmVm8OoZ4bRm/edRZ38 mJUxjDCA1kfeImCVbEuLPyawdHZ33pCup4Vr0= MIME-Version: 1.0 Received: by 10.231.20.218 with SMTP id g26mr1592662ibb.88.1318965711333; Tue, 18 Oct 2011 12:21:51 -0700 (PDT) Received: by 10.231.16.74 with HTTP; Tue, 18 Oct 2011 12:21:51 -0700 (PDT) In-Reply-To: <4E9DCE92.8040200@comcast.net> References: <4E9C7AC6.1060505@gmail.com> <4E9DCE92.8040200@comcast.net> Date: Tue, 18 Oct 2011 21:21:51 +0200 Message-ID: From: Johannes Dieterich To: Adam K Kirchhoff Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-x11@freebsd.org Subject: Re: xorg-dev ATI X1550 drm problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 18 Oct 2011 19:21:53 -0000 > I know, the card is very old. But the issue is not a low framerate or >> anything. It just crashes the complete X as soon as I start either warzone >> or nexuiz. Not even a CTRL+F1 is possible to break to the console. >> >> Both worked with the stock X-server version, therefore this seems to be a >> regression with the development X-server. >> > > > This is an AGP card? Have you tried setting different AGPModes in > xorg.conf? Or even forcing it into PCI mode with the BusType option in > xorg.conf? > No, this is a PCI express card. Full specifications here: http://www.amd.com/us/products/desktop/graphics/other/Pages/x1550-specifications.aspx I assume your hints are not needed then, or? > > Is the machine still accessible via ssh? Maybe you could try running Xorg > in gdb and getting a backtrace when the crash happens. > Will try that next. Currently the machine is busy with the kde4 update, will report back then. Thanks a lot Johannes From owner-freebsd-x11@FreeBSD.ORG Tue Oct 18 19:22:04 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31381106566B for ; Tue, 18 Oct 2011 19:22:04 +0000 (UTC) (envelope-from akirchhoff135014@comcast.net) Received: from omr11.networksolutionsemail.com (omr11.networksolutionsemail.com [205.178.146.61]) by mx1.freebsd.org (Postfix) with ESMTP id DFC618FC13 for ; Tue, 18 Oct 2011 19:22:03 +0000 (UTC) Received: from cm-omr9 (mail.networksolutionsemail.com [205.178.146.50]) by omr11.networksolutionsemail.com (8.13.6/8.13.6) with ESMTP id p9IJ85na031744 for ; Tue, 18 Oct 2011 15:08:05 -0400 Authentication-Results: cm-omr9 smtp.user=adamk@mckella280.com; auth=pass (CRAM-MD5) X-Authenticated-UID: adamk@mckella280.com Received: from [68.38.117.6] ([68.38.117.6:61753] helo=[192.168.5.101]) by cm-omr9 (envelope-from ) (ecelerity 2.2.2.41 r(31179/31189)) with ESMTPA id 37/F6-04768-49ECD9E4; Tue, 18 Oct 2011 15:08:04 -0400 Message-ID: <4E9DCE92.8040200@comcast.net> Date: Tue, 18 Oct 2011 15:08:02 -0400 From: Adam K Kirchhoff User-Agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Johannes Dieterich , freebsd-x11@freebsd.org References: <4E9C7AC6.1060505@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: xorg-dev ATI X1550 drm problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 18 Oct 2011 19:22:04 -0000 > I know, the card is very old. But the issue is not a low framerate or > anything. It just crashes the complete X as soon as I start either warzone > or nexuiz. Not even a CTRL+F1 is possible to break to the console. > > Both worked with the stock X-server version, therefore this seems to be a > regression with the development X-server. This is an AGP card? Have you tried setting different AGPModes in xorg.conf? Or even forcing it into PCI mode with the BusType option in xorg.conf? Is the machine still accessible via ssh? Maybe you could try running Xorg in gdb and getting a backtrace when the crash happens. Adam From owner-freebsd-x11@FreeBSD.ORG Tue Oct 18 21:19:06 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D93F71065670 for ; Tue, 18 Oct 2011 21:19:06 +0000 (UTC) (envelope-from dieterich.joh@googlemail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 69B4C8FC0A for ; Tue, 18 Oct 2011 21:19:06 +0000 (UTC) Received: by eyd10 with SMTP id 10so1336534eyd.13 for ; Tue, 18 Oct 2011 14:19:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=jGQci2kC+mabTceoPKXoXIH0/W9rfSeUaMPSdLD2pBA=; b=pLFQOADCSJJ/s2cvN1sVQ5S5Ez2ACElw38YxFsZDwFl2eDcc9k0rILjvrvEPDFtIVz 34juSYdwPh0ASAkOzqJXbYS3jhlO8XMnFLGwbJJ+uwA/p1k4tJI6OdFkDneK6Pcd9FMu QPoUb+c55Do6OFDMc8tleA8++iGO9F2Xk/rxI= Received: by 10.223.14.3 with SMTP id e3mr3081217faa.25.1318972745282; Tue, 18 Oct 2011 14:19:05 -0700 (PDT) Received: from [192.168.0.11] (gtng-4d08ac9f.pool.mediaWays.net. [77.8.172.159]) by mx.google.com with ESMTPS id b16sm5596149fao.7.2011.10.18.14.19.03 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 18 Oct 2011 14:19:04 -0700 (PDT) Message-ID: <4E9DED63.3060303@gmail.com> Date: Tue, 18 Oct 2011 23:19:31 +0200 From: Johannes Dieterich User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111015 Thunderbird/7.0.1 MIME-Version: 1.0 To: Adam K Kirchhoff References: <4E9C7AC6.1060505@gmail.com> <4E9DCE92.8040200@comcast.net> In-Reply-To: <4E9DCE92.8040200@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: xorg-dev ATI X1550 drm problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 18 Oct 2011 21:19:06 -0000 > Is the machine still accessible via ssh? Maybe you could try running > Xorg in gdb and getting a backtrace when the crash happens. OK, stunning. After an upgrade to both 9.0-RC1 and the latest kde4, I cannot reproduce the issue anymore with any program it used to fail with. Thanks a lot and sorry for the noise! Johannes From owner-freebsd-x11@FreeBSD.ORG Wed Oct 19 18:40:05 2011 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA96C106566B for ; Wed, 19 Oct 2011 18:40:05 +0000 (UTC) (envelope-from rakaur@malkier.net) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8F1AB8FC13 for ; Wed, 19 Oct 2011 18:40:05 +0000 (UTC) Received: by qyg14 with SMTP id 14so2374914qyg.13 for ; Wed, 19 Oct 2011 11:40:04 -0700 (PDT) Received: by 10.52.76.162 with SMTP id l2mr7171397vdw.64.1319046461838; Wed, 19 Oct 2011 10:47:41 -0700 (PDT) Received: from rhuarc.local ([156.40.109.188]) by mx.google.com with ESMTPS id l4sm6187925vdv.4.2011.10.19.10.47.39 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Oct 2011 10:47:39 -0700 (PDT) Date: Wed, 19 Oct 2011 13:47:37 -0400 From: Eric Will To: x11@freebsd.org Message-ID: X-Mailer: sparrow 1.4 (build 904) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: textproc/fop doesn't build X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 19 Oct 2011 18:40:05 -0000 checking for XEXT... configure: error: Package requirements (xproto >= 7.0.13 x11 >= 1.1.99.1 xextproto >= 7.1.99) were not met: gnome-config: not found No package 'xproto' found gnome-config: not found No package 'x11' found gnome-config: not found No package 'xextproto' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XEXT_CFLAGS and XEXT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/libXext/work/libXext-1.3.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11/libXext. *** Error code 1 Stop in /usr/ports/x11-toolkits/libXaw. *** Error code 1 Stop in /usr/ports/x11-toolkits/open-motif. $ ls /var/db/pkg GeoIP-1.4.8_1 ossp-uuid-1.6.2_1 bash-4.1.11 p5-Error-0.17016 bison-2.4.3,1 p5-Net-SMTP-SSL-1.01_1 ca_root_nss-3.12.11_1 pcre-8.13_1 cherokee-1.2.2_1 perl-5.10.1_5 curl-7.21.3_2 pkg-config-0.25_1 db41-4.1.25_4 pkgdb.db expat-2.0.1_2 portaudit-0.5.17 gettext-0.18.1.1 portmanager-0.4.1_9 git-1.7.6.1 portupgrade-2.4.9.3,2 glib-2.28.8_1 postgresql-client-9.1.1 gmake-3.82 postgresql-contrib-9.1.1 irssi-0.8.15_3 postgresql-server-9.1.0 libgcrypt-1.5.0 printproto-1.0.5 libgpg-error-1.10 python26-2.6.7_1 libiconv-1.13.1_1 rsync-3.0.8 libssh2-1.3.0,2 ruby-1.8.7.352_2,1 libtool-2.4_1 ruby18-bdb-0.6.6 libxml2-2.7.8_1 screen-4.0.3_12 libxslt-1.1.26_3 sudo-1.8.2 llvm-2.9 unzip-6.0_1 m4-1.4.16,1 FreeBSD 8.2-RELEASE-p3 amd64 From owner-freebsd-x11@FreeBSD.ORG Thu Oct 20 19:21:20 2011 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75FB5106564A for ; Thu, 20 Oct 2011 19:21:20 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 32E1D8FC0C for ; Thu, 20 Oct 2011 19:21:19 +0000 (UTC) Received: by qadz32 with SMTP id z32so1094978qad.13 for ; Thu, 20 Oct 2011 12:21:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=x4hOPwrXQmKxUypl0hGrcE7qT2erwdWYklhZLgQMzK8=; b=maDjEtDld6ERD2Gh2mxZsyj3R7/Jy7uCdktJoEfAftJrQ7sAF5vUdfkOjjaDUA3OCs naAZdG2Re990/xZcRI2CzrJJ0ZhnXDkm7CGNXw4P/bqtCBPpHvEHGrQXUPPr2VICXBak P3We13DGgge5b5Jxabb91Vh+8eFIDPWKF1coI= MIME-Version: 1.0 Received: by 10.224.113.69 with SMTP id z5mr9889128qap.56.1319136842169; Thu, 20 Oct 2011 11:54:02 -0700 (PDT) Received: by 10.224.47.74 with HTTP; Thu, 20 Oct 2011 11:54:02 -0700 (PDT) Date: Thu, 20 Oct 2011 21:54:02 +0300 Message-ID: From: George Liaskos To: Kostik Belousov Content-Type: text/plain; charset=UTF-8 Cc: x11@freebsd.org Subject: Intel KMS: New chip to play X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Oct 2011 19:21:20 -0000 Hello Konstantin, I got a new intel 2500k which seems to be pretty popular these days: vgapci1@pci0:0:2:0: class=0x030000 card=0x844d1043 chip=0x01128086 rev=0x09 hdr=0x00 The display goes black and xorg craches (patch 10.3 / 9.0-BETA3), dmesg: http://pastebin.com/xUXZGWnm Xorg log: http://pastebin.com/P8kBpw06 Please let me know if you need anything else. Regards, George From owner-freebsd-x11@FreeBSD.ORG Thu Oct 20 19:38:53 2011 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B27E106564A for ; Thu, 20 Oct 2011 19:38:53 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id E78908FC0A for ; Thu, 20 Oct 2011 19:38:52 +0000 (UTC) Received: from alf.home (alf.kiev.zoral.com.ua [10.1.1.177]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id p9KJ1FBR020320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Oct 2011 22:01:15 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from alf.home (kostik@localhost [127.0.0.1]) by alf.home (8.14.5/8.14.5) with ESMTP id p9KJ1Fp2069936; Thu, 20 Oct 2011 22:01:15 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by alf.home (8.14.5/8.14.5/Submit) id p9KJ1E27069935; Thu, 20 Oct 2011 22:01:14 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: alf.home: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 20 Oct 2011 22:01:14 +0300 From: Kostik Belousov To: George Liaskos Message-ID: <20111020190114.GB50300@deviant.kiev.zoral.com.ua> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5cXpu7evJfjLw2dJ" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: x11@freebsd.org Subject: Re: Intel KMS: New chip to play X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Oct 2011 19:38:53 -0000 --5cXpu7evJfjLw2dJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 20, 2011 at 09:54:02PM +0300, George Liaskos wrote: > Hello Konstantin, >=20 > I got a new intel 2500k which seems to be pretty popular these days: >=20 > vgapci1@pci0:0:2:0: class=3D0x030000 card=3D0x844d1043 chip=3D0x01128086 > rev=3D0x09 hdr=3D0x00 >=20 > The display goes black and xorg craches (patch 10.3 / 9.0-BETA3), >=20 > dmesg: http://pastebin.com/xUXZGWnm > Xorg log: http://pastebin.com/P8kBpw06 >=20 > Please let me know if you need anything else. I think you need to do some local debugging. The troublesome part of the Xorg log seems to be [ 161.049] drmOpenDevice: node name is /dev/dri/card0 [ 161.049] Failed to change owner or group for file /dev/dri/card0! 2: No= such file or directory [ 161.049] drmOpenDevice: open result is -1, (No such file or directory) [ 161.049] Failed to change owner or group for file /dev/dri/card0! 2: No= such file or directory [ 161.049] drmOpenDevice: open result is -1, (No such file or directory) [ 161.049] drmOpenDevice: Open failed [ 161.049] [drm] failed to load kernel module "i915" [ 161.049] (EE) intel(0): [drm] Failed to open DRM device for pci:0000:00= :02.0: File exists [ 161.049] (EE) intel(0): Failed to become DRM master. You need to check what is going on there. Might be, try to load i915 before starting X. Normal startup sequence should look like this: [ 3222.743] drmOpenDevice: node name is /dev/dri/card0 [ 3222.743] drmOpenDevice: open result is 10, (OK) [ 3222.743] drmOpenByBusid: Searching for BusID pci:0000:00:02.0 [ 3222.743] drmOpenDevice: node name is /dev/dri/card0 [ 3222.744] drmOpenDevice: open result is 10, (OK) [ 3222.744] drmOpenByBusid: drmOpenMinor returns 10 [ 3222.744] drmOpenByBusid: Interface 1.4 failed, trying 1.1 [ 3222.744] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 --5cXpu7evJfjLw2dJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk6gb/oACgkQC3+MBN1Mb4g1yQCg4Lv1xn+mlIsmEIXKmGXAtN8g OpQAoNTDlpp/aYNwHZKeCOmUCbj39Xb6 =tiZX -----END PGP SIGNATURE----- --5cXpu7evJfjLw2dJ-- From owner-freebsd-x11@FreeBSD.ORG Thu Oct 20 19:40:41 2011 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1520106564A for ; Thu, 20 Oct 2011 19:40:41 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6D2728FC0A for ; Thu, 20 Oct 2011 19:40:41 +0000 (UTC) Received: by qadz32 with SMTP id z32so1117303qad.13 for ; Thu, 20 Oct 2011 12:40:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=lLUmh1TVcvTJ7+sRECtQygm/1jivUxEB/Lqbr6NlfaM=; b=dNqWTHjryNu59tEwXu1OIljO73o4lKwuJwJkle4c6Hvigoy2haICEDmlENdjbymZ9D EqAu1wzaAh0oVi3/nIJndG+OtFa/5LFP6N7xGZkFI8qjKdgf/s2BiHy13q2Go4Y2stii mNjWxpxDAc+INY2Uv2k2ODFeCq12dAuRhvtuk= MIME-Version: 1.0 Received: by 10.224.181.76 with SMTP id bx12mr9946807qab.30.1319139640810; Thu, 20 Oct 2011 12:40:40 -0700 (PDT) Received: by 10.224.47.74 with HTTP; Thu, 20 Oct 2011 12:40:40 -0700 (PDT) In-Reply-To: <20111020190114.GB50300@deviant.kiev.zoral.com.ua> References: <20111020190114.GB50300@deviant.kiev.zoral.com.ua> Date: Thu, 20 Oct 2011 22:40:40 +0300 Message-ID: From: George Liaskos To: Kostik Belousov Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: x11@freebsd.org Subject: Re: Intel KMS: New chip to play X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Oct 2011 19:40:41 -0000 On Thu, Oct 20, 2011 at 10:01 PM, Kostik Belousov wro= te: > On Thu, Oct 20, 2011 at 09:54:02PM +0300, George Liaskos wrote: >> Hello Konstantin, >> >> I got a new intel 2500k which seems to be pretty popular these days: >> >> vgapci1@pci0:0:2:0: =C2=A0 class=3D0x030000 card=3D0x844d1043 chip=3D0x0= 1128086 >> rev=3D0x09 hdr=3D0x00 >> >> The display goes black and xorg craches (patch 10.3 / 9.0-BETA3), >> >> dmesg: =C2=A0 http://pastebin.com/xUXZGWnm >> Xorg log: http://pastebin.com/P8kBpw06 >> >> Please let me know if you need anything else. > > I think you need to do some local debugging. The troublesome part of the > Xorg log seems to be > > [ =C2=A0 161.049] drmOpenDevice: node name is /dev/dri/card0 > [ =C2=A0 161.049] Failed to change owner or group for file /dev/dri/card0= ! 2: No such file or directory > [ =C2=A0 161.049] drmOpenDevice: open result is -1, (No such file or dire= ctory) > [ =C2=A0 161.049] Failed to change owner or group for file /dev/dri/card0= ! 2: No such file or directory > [ =C2=A0 161.049] drmOpenDevice: open result is -1, (No such file or dire= ctory) > [ =C2=A0 161.049] drmOpenDevice: Open failed > [ =C2=A0 161.049] [drm] failed to load kernel module "i915" > [ =C2=A0 161.049] (EE) intel(0): [drm] Failed to open DRM device for pci:= 0000:00:02.0: File exists > [ =C2=A0 161.049] (EE) intel(0): Failed to become DRM master. > > You need to check what is going on there. Might be, try to load i915 befo= re > starting X. > > Normal startup sequence should look like this: > > [ =C2=A03222.743] drmOpenDevice: node name is /dev/dri/card0 > [ =C2=A03222.743] drmOpenDevice: open result is 10, (OK) > [ =C2=A03222.743] drmOpenByBusid: Searching for BusID pci:0000:00:02.0 > [ =C2=A03222.743] drmOpenDevice: node name is /dev/dri/card0 > [ =C2=A03222.744] drmOpenDevice: open result is 10, (OK) > [ =C2=A03222.744] drmOpenByBusid: drmOpenMinor returns 10 > [ =C2=A03222.744] drmOpenByBusid: Interface 1.4 failed, trying 1.1 > [ =C2=A03222.744] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 > > Unfortunately the box hangs when i kldload the module through ssh, this is the only output i could get. info: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). info: [drm] Driver supports precise vblank timestamp query. [drm:KMS:pid1997:intel_detect_pch] Found CougarPoint PCH [drm:KMS:pid1997:parse_general_definitions] crt_ddc_bus_pin: 2 [drm:KMS:pid1997:parse_lfp_panel_data] Found panel mode in BIOS VBT tables: [drm:KMS:pid1997:drm_mode_debug_printmodeline] Modeline 0:"1024x768" 0 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa [drm:KMS:pid1997:parse_sdvo_panel_data] Found SDVO panel mode in BIOS VBT tables: [drm:KMS:pid1997:drm_mode_debug_printmodeline] Modeline 0:"1600x1200" 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa [drm:KMS:pid1997:parse_sdvo_device_mapping] No SDVO device info is found in= VBT [drm:KMS:pid1997:intel_modeset_init] 2 display pipes available. [drm:KMS:pid1997:intel_crt_init] pch crt adpa set to 0x80f40010 [drm:KMS:pid1997:intel_setup_outputs] HDMIB 1 PCH_DP_B 1 HDMIC 1 HDMID 1 PCH_DP_C 1 PCH_DP_D 1 LVDS 0 [drm:KMS:pid1997:intel_sdvo_read_byte] i2c transfer returned 2 [drm:KMS:pid1997:intel_sdvo_init] No SDVO device found on SDVOB [drm:KMS:pid1997:intel_dp_i2c_init] i2c_init DPDDC-B [drm:KMS:pid1997:intel_dp_aux_ch] dp_aux_ch timeout status 0x5143003e [drm:KMS:pid1997:intel_dp_i2c_aux_ch] aux_ch failed -60 [drm:KMS:pid1997:intel_dp_aux_ch] dp_aux_ch timeout status 0x5143003e [drm:KMS:pid1997:intel_dp_i2c_aux_ch] aux_ch failed -60 [drm:KMS:pid1997:intel_dp_i2c_init] i2c_init DPDDC-C [drm:KMS:pid1997:intel_dp_aux_ch] dp_aux_ch timeout status 0x5143003e [drm:KMS:pid1997:intel_dp_i2c_aux_ch] aux_ch failed -60 [drm:KMS:pid1997:intel_dp_aux_ch] dp_aux_ch timeout status 0x5143003e [drm:KMS:pid1997:intel_dp_i2c_aux_ch] aux_ch failed -60 [drm:KMS:pid1997:intel_dp_i2c_init] i2c_init DPDDC-D [drm:KMS:pid1997:intel_dp_aux_ch] dp_aux_ch timeout status 0x5143003e [drm:KMS:pid1997:intel_dp_i2c_aux_ch] aux_ch failed -60 [drm:KMS:pid1997:intel_dp_aux_ch] dp_aux_ch timeout status 0x5143003e [drm:KMS:pid1997:intel_dp_i2c_aux_ch] aux_ch failed -60 [drm:KMS:pid1997:ironlake_crtc_dpms] crtc 0/0 dpms off From owner-freebsd-x11@FreeBSD.ORG Thu Oct 20 19:50:36 2011 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17F981065674 for ; Thu, 20 Oct 2011 19:50:36 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 86A0A8FC23 for ; Thu, 20 Oct 2011 19:50:35 +0000 (UTC) Received: from alf.home (alf.kiev.zoral.com.ua [10.1.1.177]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id p9KJoLQJ031916 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Oct 2011 22:50:21 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from alf.home (kostik@localhost [127.0.0.1]) by alf.home (8.14.5/8.14.5) with ESMTP id p9KJoL00070220; Thu, 20 Oct 2011 22:50:21 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by alf.home (8.14.5/8.14.5/Submit) id p9KJoLve070219; Thu, 20 Oct 2011 22:50:21 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: alf.home: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 20 Oct 2011 22:50:21 +0300 From: Kostik Belousov To: George Liaskos Message-ID: <20111020195021.GC50300@deviant.kiev.zoral.com.ua> References: <20111020190114.GB50300@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+5G7L20VUoXZHCOn" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: x11@freebsd.org Subject: Re: Intel KMS: New chip to play X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Oct 2011 19:50:36 -0000 --+5G7L20VUoXZHCOn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 20, 2011 at 10:40:40PM +0300, George Liaskos wrote: > Unfortunately the box hangs when i kldload the module through ssh, > this is the only output i could get. And how do you get this output ? What do you mean by 'box hangs' ? --+5G7L20VUoXZHCOn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk6ge30ACgkQC3+MBN1Mb4hNtwCg1b95XaATkMNsDiQ2B/cIpW9V KUwAoKibWtPR9wdSjpBq0+BtAyugZqbM =FNpN -----END PGP SIGNATURE----- --+5G7L20VUoXZHCOn-- From owner-freebsd-x11@FreeBSD.ORG Thu Oct 20 19:53:39 2011 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2329106566B for ; Thu, 20 Oct 2011 19:53:39 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id AC71C8FC13 for ; Thu, 20 Oct 2011 19:53:39 +0000 (UTC) Received: by qadz32 with SMTP id z32so1131832qad.13 for ; Thu, 20 Oct 2011 12:53:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=t6tsbDKTfHLc9KshmCtwOEnMyZ85z8bw5wP4nY5XYtU=; b=RI7FwqLqk1T3aRgiAYzwwxCSmjiElavDMDPi1i4nwdbcOdFcZUDNQpWuGAlETB7BNr fqKSVGq8oeanz8JZ++9R3ykbBx9wYjiQoLGePwjE+oT0YSaKQJei84RaPks8DCdeGB8/ s3Zy722tDWlOwiey+7/hq4mpSP0aliQAzKIjA= MIME-Version: 1.0 Received: by 10.224.181.76 with SMTP id bx12mr9979156qab.30.1319140419033; Thu, 20 Oct 2011 12:53:39 -0700 (PDT) Received: by 10.224.47.74 with HTTP; Thu, 20 Oct 2011 12:53:38 -0700 (PDT) In-Reply-To: <20111020195021.GC50300@deviant.kiev.zoral.com.ua> References: <20111020190114.GB50300@deviant.kiev.zoral.com.ua> <20111020195021.GC50300@deviant.kiev.zoral.com.ua> Date: Thu, 20 Oct 2011 22:53:38 +0300 Message-ID: From: George Liaskos To: Kostik Belousov Content-Type: text/plain; charset=UTF-8 Cc: x11@freebsd.org Subject: Re: Intel KMS: New chip to play X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Oct 2011 19:53:40 -0000 On Thu, Oct 20, 2011 at 10:50 PM, Kostik Belousov wrote: > On Thu, Oct 20, 2011 at 10:40:40PM +0300, George Liaskos wrote: >> Unfortunately the box hangs when i kldload the module through ssh, >> this is the only output i could get. > And how do you get this output ? What do you mean by 'box hangs' ? > The display get black (no signal), i am unable to connect through ssh and the existing shell does not respond. I did a dmesg after reset. From owner-freebsd-x11@FreeBSD.ORG Thu Oct 20 19:57:47 2011 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C05B106566C for ; Thu, 20 Oct 2011 19:57:47 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id D60FB8FC14 for ; Thu, 20 Oct 2011 19:57:46 +0000 (UTC) Received: from alf.home (alf.kiev.zoral.com.ua [10.1.1.177]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id p9KJvYvB033710 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Oct 2011 22:57:34 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from alf.home (kostik@localhost [127.0.0.1]) by alf.home (8.14.5/8.14.5) with ESMTP id p9KJvYXY070292; Thu, 20 Oct 2011 22:57:34 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by alf.home (8.14.5/8.14.5/Submit) id p9KJvYnB070291; Thu, 20 Oct 2011 22:57:34 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: alf.home: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 20 Oct 2011 22:57:34 +0300 From: Kostik Belousov To: George Liaskos Message-ID: <20111020195734.GE50300@deviant.kiev.zoral.com.ua> References: <20111020190114.GB50300@deviant.kiev.zoral.com.ua> <20111020195021.GC50300@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PUgybOivvlPvn0/l" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: x11@freebsd.org Subject: Re: Intel KMS: New chip to play X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Oct 2011 19:57:47 -0000 --PUgybOivvlPvn0/l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 20, 2011 at 10:53:38PM +0300, George Liaskos wrote: > On Thu, Oct 20, 2011 at 10:50 PM, Kostik Belousov w= rote: > > On Thu, Oct 20, 2011 at 10:40:40PM +0300, George Liaskos wrote: > >> Unfortunately the box hangs when i kldload the module through ssh, > >> this is the only output i could get. > > And how do you get this output ? What do you mean by 'box hangs' ? > > >=20 > The display get black (no signal), i am unable to connect through ssh > and the existing shell > does not respond. >=20 > I did a dmesg after reset. And it did not hung when loaded by Xorg server ? It is very unlikely. You need a serial or firewire console to see what is going on. --PUgybOivvlPvn0/l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk6gfS0ACgkQC3+MBN1Mb4gyoACfUVmCxoUrLb48wEYMwldgjt8K SMMAoPOhKcbiEFttIOa853cLGuTrpxlj =Sl/l -----END PGP SIGNATURE----- --PUgybOivvlPvn0/l-- From owner-freebsd-x11@FreeBSD.ORG Thu Oct 20 20:15:56 2011 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 839B6106564A for ; Thu, 20 Oct 2011 20:15:56 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 41D6E8FC0C for ; Thu, 20 Oct 2011 20:15:55 +0000 (UTC) Received: by qadz32 with SMTP id z32so1157216qad.13 for ; Thu, 20 Oct 2011 13:15:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ggXX7Z5yGpH0cqaxyrfOI4jpYxpiShLRKf0Adx8ZODc=; b=dwJsRxVMmQQMz2PIfPDD3sV7W/SkfdrNCzw1Q/dNHixnFy3ALWVZDv02+UD7Ym+NvU L24DiduGDh090Bk3Us2lCpwHDxQUXXwZLGUzFjb8t7Qk11Ja5HJ1EMcYeHv7wWnRcFGO hD+8zwqbg+0fFxHcDIh4CD5WG6A2ul6gRBnEA= MIME-Version: 1.0 Received: by 10.224.212.198 with SMTP id gt6mr5654198qab.82.1319141755445; Thu, 20 Oct 2011 13:15:55 -0700 (PDT) Received: by 10.224.47.74 with HTTP; Thu, 20 Oct 2011 13:15:55 -0700 (PDT) In-Reply-To: <20111020195734.GE50300@deviant.kiev.zoral.com.ua> References: <20111020190114.GB50300@deviant.kiev.zoral.com.ua> <20111020195021.GC50300@deviant.kiev.zoral.com.ua> <20111020195734.GE50300@deviant.kiev.zoral.com.ua> Date: Thu, 20 Oct 2011 23:15:55 +0300 Message-ID: From: George Liaskos To: Kostik Belousov Content-Type: text/plain; charset=UTF-8 Cc: x11@freebsd.org Subject: Re: Intel KMS: New chip to play X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Oct 2011 20:15:56 -0000 On Thu, Oct 20, 2011 at 10:57 PM, Kostik Belousov wrote: > On Thu, Oct 20, 2011 at 10:53:38PM +0300, George Liaskos wrote: >> On Thu, Oct 20, 2011 at 10:50 PM, Kostik Belousov wrote: >> > On Thu, Oct 20, 2011 at 10:40:40PM +0300, George Liaskos wrote: >> >> Unfortunately the box hangs when i kldload the module through ssh, >> >> this is the only output i could get. >> > And how do you get this output ? What do you mean by 'box hangs' ? >> > >> >> The display get black (no signal), i am unable to connect through ssh >> and the existing shell >> does not respond. >> >> I did a dmesg after reset. > And it did not hung when loaded by Xorg server ? It is very unlikely. > > You need a serial or firewire console to see what is going on. > Yes it probably did, i will have to find a cable and try that. Thanks! From owner-freebsd-x11@FreeBSD.ORG Fri Oct 21 06:28:56 2011 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6CB31065678 for ; Fri, 21 Oct 2011 06:28:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id 4D53E8FC1E for ; Fri, 21 Oct 2011 06:28:56 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [127.0.0.1]) by koala.droso.net (8.14.4/8.14.4) with ESMTP id p9L6Sth3041959 for ; Fri, 21 Oct 2011 08:28:55 +0200 (CEST) (envelope-from linimon@FreeBSD.org) Date: Fri, 21 Oct 2011 08:28:55 +0200 (CEST) Message-Id: <201110210628.p9L6Sth3041959@koala.droso.net> From: linimon@FreeBSD.org To: x11@FreeBSD.org Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2011 06:28:56 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: x11-drivers/xf86-input-citron broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-input-citron portname: x11-drivers/xf86-input-fpit broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-input-fpit If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-x11@FreeBSD.ORG Fri Oct 21 18:57:20 2011 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5CE51065676; Fri, 21 Oct 2011 18:57:20 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 724648FC08; Fri, 21 Oct 2011 18:57:20 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id C688D1E00249; Fri, 21 Oct 2011 20:57:18 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p9LIv4sS048215; Fri, 21 Oct 2011 20:57:04 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p9LIv3gY048214; Fri, 21 Oct 2011 20:57:03 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 21 Oct 2011 20:57:03 +0200 To: Juergen Lock Message-ID: <20111021185703.GA48178@triton8.kn-bremen.de> References: <20111014215450.GA74605@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111014215450.GA74605@triton8.kn-bremen.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@FreeBSD.org, freebsd-x11@FreeBSD.org Subject: Re: Testing xbmc pvr; libGL threading issues... X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Oct 2011 18:57:20 -0000 On Fri, Oct 14, 2011 at 11:54:50PM +0200, Juergen Lock wrote: > Hi! > > I had been playing with opdenkamp's xbmc pvr branch and pipelka's > xvdr xbmc addon and vdr plugin for a little while now, and finally > have something that more or less runs. One issue that took me a > while to figure out were crashes in libGL when switching live > channels: > > (gdb) bt > #0 0x00000008041abca7 in glIsTexture () from /usr/local/lib/libGL.so.1 > #1 0x0000000000b2a995 in CLinuxRendererGL::DeleteYV12Texture ( > this=0x8340b8800, index=0) at LinuxRendererGL.cpp:1690 > #2 0x0000000000b2eae2 in CLinuxRendererGL::UnInit (this=0x8340b8800) > at LinuxRendererGL.cpp:1059 > #3 0x0000000000b2ed9e in CLinuxRendererGL::PreInit (this=0x8340b8800) > at LinuxRendererGL.cpp:719 > #4 0x0000000000b29049 in CXBMCRenderManager::PreInit (this=0x1546920) > at RenderManager.cpp:324 > #5 0x0000000000b8bf4f in CDVDPlayerVideo::OpenStream (this=0x835400590, > hint=@0x7ffffdfcee20) at DVDPlayerVideo.cpp:183 > #6 0x0000000000b6d88e in CDVDPlayer::OpenVideoStream (this=0x835400000, > iStream=0, source=256) at DVDPlayer.cpp:2891 > #7 0x0000000000b79734 in CDVDPlayer::Process (this=0x835400000) > at DVDPlayer.cpp:1207 > #8 0x0000000000f4a74d in CThread::staticThread (data=0x835400010) > at Thread.cpp:177 > > turns out libGL keeps thread-local pointers and xbmc called into > libGL (glIsTexture()) from (apparently) a new thread where then > _x86_64_get_dispatch in: > > work/Mesa-7.6.1/src/mesa/x86-64/glapi_x86-64.S > > returned NULL and thus the glIsTexture wrapper in the same .S > got a segfault referencing that NULL pointer here: > > [...] > .p2align 4,,15 > .globl GL_PREFIX(IsTexture) > .type GL_PREFIX(IsTexture), @function > GL_PREFIX(IsTexture): > #if defined(GLX_USE_TLS) > call _x86_64_get_dispatch@PLT > movq 2640(%rax), %r11 > jmp *%r11 > #elif defined(PTHREADS) > pushq %rdi > call _x86_64_get_dispatch@PLT > popq %rdi > movq 2640(%rax), %r11 > ^^^^^^^^^^^^^^^^^^^^^^^^ segfault > jmp *%r11 > #else > [...] > > _x86_64_get_dispatch uses pthread_getspecific() and looks like this: > > [...] > #elif defined(PTHREADS) > > .extern _glapi_Dispatch > .extern _gl_DispatchTSD > .extern pthread_getspecific > > .p2align 4,,15 > _x86_64_get_dispatch: > movq _gl_DispatchTSD@GOTPCREL(%rip), %rax > movl (%rax), %edi > jmp pthread_getspecific@PLT > > #elif defined(THREADS) > [...] > > and some documentation about these thread-local pointers is here: > > work/Mesa-7.6.1/docs/dispatch.html > > After some googling I stumbled across this debian ticket that has a patch: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536106 > > so I changed the libGL port's files/patch-src__mesa__x86-64__glapi_x86-64.S > into this: > > --------snip------ > --- ./src/mesa/x86-64/glapi_x86-64.S.orig 2009-03-13 04:28:49.000000000 +0100 > +++ ./src/mesa/x86-64/glapi_x86-64.S 2011-01-28 18:12:18.000000000 +0100 > @@ -73,7 +73,12 @@ _x86_64_get_dispatch: > > .p2align 4,,15 > _x86_64_get_dispatch: > - movq _gl_DispatchTSD(%rip), %rdi > + movq _glapi_Dispatch(%rip), %rax > + testq %rax,%rax > + je 1f > + ret > +1: movq _gl_DispatchTSD@GOTPCREL(%rip), %rax > + movl (%rax), %edi > jmp pthread_getspecific@PLT > > #elif defined(THREADS) > --------snip------ > > That fixed these crashes but now I got other crashes that seem to be > related to messages like: > > Recursive call into r300FlushCmdBufLocked! > > (this is using the xorg radeon drivers, the nvidia libGL blob on > the other box crashed in glIsTexture() too but obviously I cannot > easily debug that) - so I looked for another workaround. What I > finally ended up doing was this patch: > (files/patch-xbmc-cores-VideoRenderers-LinuxRendererGL.cpp) > > --- xbmc/cores/VideoRenderers/LinuxRendererGL.cpp.orig > +++ xbmc/cores/VideoRenderers/LinuxRendererGL.cpp > @@ -159,6 +159,10 @@ CLinuxRendererGL::CLinuxRendererGL() > m_rgbPbo = 0; > > m_dllSwScale = new DllSwScale; > + > +#ifdef __FreeBSD__ > + m_tid = NULL; > +#endif > } > > CLinuxRendererGL::~CLinuxRendererGL() > @@ -247,6 +251,9 @@ bool CLinuxRendererGL::ValidateRenderTar > (this->*m_textureCreate)(i); > > m_bValidated = true; > +#ifdef __FreeBSD__ > + m_tid = pthread_self(); > +#endif > return true; > } > return false; > @@ -716,6 +723,9 @@ unsigned int CLinuxRendererGL::PreInit() > CSingleLock lock(g_graphicsContext); > m_bConfigured = false; > m_bValidated = false; > +#ifdef __FreeBSD__ // XXX Will this leak? It's needed to avoid crashes... :( > + if (pthread_self() == m_tid) > +#endif > UnInit(); > m_resolution = g_guiSettings.m_LookAndFeelResolution; > if ( m_resolution == RES_WINDOW ) > > i.e. I only called into CLinuxRendererGL::UnInit() (where the original > crashes happened) if this was the same thread that created the textures > that CLinuxRendererGL::UnInit() tried to delete. I don't know if this > will leak memory, textures, or something else so I'd prefer libGL > to be fixed properly... (And as you might have guessed, this code runs > just fine unpatched on Linux...) And now I tested this with libGL and friends from xorg-dev, http://wiki.freebsd.org/Xorg and those no longer need this patch. (I didn't update all of xorg, just the stuff below graphics/ .) Just FYI, :) Juergen