From owner-freebsd-x11@FreeBSD.ORG Sun Apr 7 06:13:20 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B02E5D4D for ; Sun, 7 Apr 2013 06:13:20 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-oa0-f49.google.com (mail-oa0-f49.google.com [209.85.219.49]) by mx1.freebsd.org (Postfix) with ESMTP id 80392674 for ; Sun, 7 Apr 2013 06:13:20 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id j6so5288216oag.36 for ; Sat, 06 Apr 2013 23:13:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=GP3GsI1AKf/19Nn2q5j65Cl7KdGrXd+WPDz0vLVvVyA=; b=rRUVg8EvaNCPqkt/eBoKfdSDSIBRuWWjGFkuXT21kl5wutck+RiSTl4VOqqmL2enrV wjRKnuIunUCmJTEe25PmlN5lu9V64atZObchK0ueKkbXKZVCVtlVF1+3vtrwUn3B+Iiq 9lk0CnDeazkQOsrRlWHgbudMN4BDbqdDglslAfNCrQiK6m5ZWo4q2txFduuLFaWNpdEF hkQdGmQhjVbvqEF5sYo3LGELavSQuUvYaRMuQVUh1CCckg34w5z9bcAnwLl0h9CvQziS ohRBjbPkl5d7vsbgIhCg/pnKMn0YHyIkjGWBQuWW3EunefVyqs636TtQYgCQlcSvYOa5 bHxg== MIME-Version: 1.0 X-Received: by 10.60.60.10 with SMTP id d10mr6540336oer.6.1365315194436; Sat, 06 Apr 2013 23:13:14 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.76.33.7 with HTTP; Sat, 6 Apr 2013 23:13:14 -0700 (PDT) In-Reply-To: <20130406123448.GA6252@g5.meroh.net> References: <20130406123448.GA6252@g5.meroh.net> Date: Sat, 6 Apr 2013 23:13:14 -0700 X-Google-Sender-Auth: G7gH3CDbMvlcsMTN1eEJhcMZzwg Message-ID: Subject: Re: Screen contents wrap over the right edge From: Kevin Oberman To: Julio Merino Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-x11@freebsd.org" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 06:13:20 -0000 On Sat, Apr 6, 2013 at 5:34 AM, Julio Merino wrote: > Hello, > > I have recently set up FreeBSD powerpc64 9.1 on a PowerMac G5 that > carries an nVidia Geforce FX 5200 Ultra (NV34) connected to a Lenovo > ThinkVision LT2452P (24" screen with a native resolution of > 1920x1200@60Hz). I have installed X.Org 7.5.2 from ports. > > When starting X, everything works reasonably well (X starts with > hardware autoconfiguration and uses the native resolution of the > display) but there is quite an annoying problem: the screen contents > are offset to the right by 50-100 pixels, and the picture wraps over > the right edge to come over through the left edge by that same amount. > > I'm attaching a copy of the Xorg.0.log file. > > Any ideas? > > Maybe. I can't claim expertise, but I'd like to see the output of xrandr(1). It lists the available modes. From that, you can tell which modeline is in use. You ,ay be able to correct the problem with xrandr, too, with the --pos option. xrandr -d (from xrandr output ) --pos -60 The argument to '-d' is the display name shown in the xrandr output. You may also need to adjust the modeline parameters. (See man xorg.conf documentation and look at hsyncstart and hsyncend parameters. You can create a new modeline with the 'xrandr --newmode' command followed my an 'xrandr -d XXX -mode YYYY'. Perhaps someone with more expertise can give you a better idea. -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com From owner-freebsd-x11@FreeBSD.ORG Sun Apr 7 08:29:51 2013 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B9CE1D13 for ; Sun, 7 Apr 2013 08:29:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id A993A1E07 for ; Sun, 7 Apr 2013 08:29:51 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r378Tpkw089786 for ; Sun, 7 Apr 2013 08:29:51 GMT (envelope-from linimon@FreeBSD.org) Date: Sun, 7 Apr 2013 08:29:51 GMT Message-Id: <201304070829.r378Tpkw089786@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: x11@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 07 Apr 2013 08:29:51 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: x11-drivers/xf86-video-ati613 description: X.Org ati display driver maintainer: x11@FreeBSD.org deprecated because: Old version, use xf86-video-ati instead expiration date: 2013-05-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-ati613 If this problem is one 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. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-x11@FreeBSD.ORG Sun Apr 7 13:42:09 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A863E5B4 for ; Sun, 7 Apr 2013 13:42:09 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 68D40D7D for ; Sun, 7 Apr 2013 13:42:09 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r37Dg2YR047932 for ; Sun, 7 Apr 2013 09:42:02 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r37Dg29e047646; Sun, 7 Apr 2013 09:42:02 -0400 (EDT) (envelope-from portscout) Message-Id: <201304071342.r37Dg29e047646@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sun, 7 Apr 2013 09:42:02 -0400 From: portscout@portscout.freebsd.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 13:42:09 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ x11-drivers/xf86-video-intel | 2.7.1 | 2.21.6 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-x11@FreeBSD.ORG Sun Apr 7 15:27:39 2013 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 056DB92F; Sun, 7 Apr 2013 15:27:39 +0000 (UTC) (envelope-from cg@babasse.net) Received: from sulfateuse.babasse.net (unknown [IPv6:2001:7a8:580e:2::3]) by mx1.freebsd.org (Postfix) with ESMTP id 10EF6175; Sun, 7 Apr 2013 15:27:37 +0000 (UTC) Received: from blackbox.babasse.net (sulfateuse.babasse.net [192.168.254.129]) by sulfateuse.babasse.net (8.14.6/8.14.6) with ESMTP id r37FRPqQ022872; Sun, 7 Apr 2013 17:27:25 +0200 (CEST) (envelope-from cg@babasse.net) Received: from blackbox.babasse.net (localhost [127.0.0.1]) by blackbox.babasse.net (8.14.6/8.14.6) with ESMTP id r37FRPpw022869; Sun, 7 Apr 2013 17:27:25 +0200 (CEST) (envelope-from cg@blackbox.babasse.net) Received: (from cg@localhost) by blackbox.babasse.net (8.14.6/8.14.6/Submit) id r37FRPZa022868; Sun, 7 Apr 2013 17:27:25 +0200 (CEST) (envelope-from cg) Date: Sun, 7 Apr 2013 17:27:25 +0200 (CEST) Message-Id: <201304071527.r37FRPZa022868@blackbox.babasse.net> To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] x11-drivers/xf86-video-openchrome: update to 0.2.906 From: Cyril Guibourg X-send-pr-version: 3.113 X-GNATS-Notify: Cc: x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 15:27:39 -0000 >Submitter-Id: current-users >Originator: Cyril Guibourg >Organization: Home sweet home >Confidential: no >Synopsis: [PATCH] x11-drivers/xf86-video-openchrome: update to 0.2.906 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.1-STABLE i386 >Environment: System: FreeBSD blackbox.babasse.net 9.1-STABLE FreeBSD 9.1-STABLE #1: Mon Mar 18 21:26:38 CET 2013 >Description: - Update to 0.2.906 solves PR 175629 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- xf86-video-openchrome-0.2.906.patch begins here --- diff -ruN /usr/ports/x11-drivers/xf86-video-openchrome/Makefile ./Makefile --- /usr/ports/x11-drivers/xf86-video-openchrome/Makefile 2012-11-17 07:03:25.000000000 +0100 +++ ./Makefile 2013-04-07 17:03:06.000000000 +0200 @@ -1,13 +1,9 @@ -# New ports collection makefile for: xf86-video-openchrome -# Date Created: 17 Sep 2007 -# Whom: Florent Thoumie -# +# Created by: Florent Thoumie # $FreeBSD: ports/x11-drivers/xf86-video-openchrome/Makefile,v 1.23 2012/11/17 06:03:25 svnexp Exp $ # PORTNAME= xf86-video-openchrome -PORTVERSION= 0.2.904 -PORTREVISION= 3 +PORTVERSION= 0.2.906 CATEGORIES= x11-drivers MASTER_SITES= http://www.openchrome.org/releases/ @@ -15,10 +11,11 @@ COMMENT= X.Org openChrome display driver USE_GL= gl +USE_LDCONFIG= yes XORG_CAT= driver USE_XORG= videoproto xf86driproto xextproto xvmc glproto -MAN4= openchrome.4x +MAN4= openchrome.4 MAKE_ARGS+= drivermandir=${LOCALBASE}/man/man4 diff -ruN /usr/ports/x11-drivers/xf86-video-openchrome/distinfo ./distinfo --- /usr/ports/x11-drivers/xf86-video-openchrome/distinfo 2013-04-06 20:36:28.000000000 +0200 +++ ./distinfo 2013-04-07 11:39:37.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (xorg/driver/xf86-video-openchrome-0.2.904.tar.bz2) = c7bdf7c48365b1d077a4be7ccc652cf3f7a0f385fddeb2d4fe71b00b6c6b7aea -SIZE (xorg/driver/xf86-video-openchrome-0.2.904.tar.bz2) = 460051 +SHA256 (xorg/driver/xf86-video-openchrome-0.2.906.tar.bz2) = e7558edc144a08371493432014a7b88ee26ec35d00ef96f2ea24bd7872b0ff41 +SIZE (xorg/driver/xf86-video-openchrome-0.2.906.tar.bz2) = 514154 diff -ruN /usr/ports/x11-drivers/xf86-video-openchrome/files/patch-configure ./files/patch-configure --- /usr/ports/x11-drivers/xf86-video-openchrome/files/patch-configure 2008-01-11 13:49:29.000000000 +0100 +++ ./files/patch-configure 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- configure.orig 2008-01-02 15:05:04.000000000 -0500 -+++ configure 2008-01-10 20:48:21.000000000 -0500 -@@ -21484,7 +21484,7 @@ - _ACEOF - - --DRIVER_MAN_SUFFIX="4" -+DRIVER_MAN_SUFFIX="4x" - - - diff -ruN /usr/ports/x11-drivers/xf86-video-openchrome/files/patch-src__via_vgahw.c ./files/patch-src__via_vgahw.c --- /usr/ports/x11-drivers/xf86-video-openchrome/files/patch-src__via_vgahw.c 2012-04-21 19:03:27.000000000 +0200 +++ ./files/patch-src__via_vgahw.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ ---- src/via_vgahw.c.orig 2009-10-03 22:48:55.000000000 +0200 -+++ src/via_vgahw.c 2012-02-08 10:43:08.000000000 +0100 -@@ -36,6 +36,11 @@ - #include "via_driver.h" /* for HAVE_DEBUG */ - #include "via_vgahw.h" - -+#if ABI_VIDEODRV_VERSION < 12 -+#define PIOOFFSET hwp->PIOOffset -+#else -+#define PIOOFFSET 0 -+#endif - - static CARD8 - ViaVgahwIn(vgaHWPtr hwp, int address) -@@ -43,7 +48,7 @@ - if (hwp->MMIOBase) - return MMIO_IN8(hwp->MMIOBase, hwp->MMIOOffset + address); - else -- return inb(hwp->PIOOffset + address); -+ return inb(PIOOFFSET + address); - } - - static void -@@ -52,7 +57,7 @@ - if (hwp->MMIOBase) - MMIO_OUT8(hwp->MMIOBase, hwp->MMIOOffset + address, value); - else -- outb(hwp->PIOOffset + address, value); -+ outb(PIOOFFSET + address, value); - } - - /* diff -ruN /usr/ports/x11-drivers/xf86-video-openchrome/files/patch-src__via_video.c ./files/patch-src__via_video.c --- /usr/ports/x11-drivers/xf86-video-openchrome/files/patch-src__via_video.c 2012-04-21 19:03:27.000000000 +0200 +++ ./files/patch-src__via_video.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,83 +0,0 @@ -Fix Xvideo crash in X.org server 1.10 - -http://cgit.freedesktop.org/openchrome/xf86-video-openchrome/commit/?id=cd753845e02466b81f426793e4f5619afab05d82 - ---- src/via_video.c.orig 2012-02-08 10:13:54.000000000 +0100 -+++ src/via_video.c 2012-02-08 10:14:33.000000000 +0100 -@@ -763,67 +763,6 @@ - return 0; - } - -- --/* -- * This one gets called, for example, on panning. -- */ -- --static int --viaReputImage(ScrnInfoPtr pScrn, -- short drw_x, short drw_y, RegionPtr clipBoxes, pointer data, -- DrawablePtr pDraw) --{ -- -- DDUPDATEOVERLAY UpdateOverlay_Video; -- LPDDUPDATEOVERLAY lpUpdateOverlay = &UpdateOverlay_Video; -- viaPortPrivPtr pPriv = (viaPortPrivPtr) data; -- VIAPtr pVia = VIAPTR(pScrn); -- -- if (!RegionsEqual(&pPriv->clip, clipBoxes)) { -- REGION_COPY(pScrn->pScreen, &pPriv->clip, clipBoxes); -- if (pPriv->autoPaint) { -- if (pDraw->type == DRAWABLE_WINDOW) { -- viaPaintColorkey(pScrn, pPriv, clipBoxes, pDraw); -- } else { -- xf86XVFillKeyHelper(pScrn->pScreen, pPriv->colorKey, -- clipBoxes); -- } -- } -- } -- -- if (drw_x == pPriv->old_drw_x && -- drw_y == pPriv->old_drw_y && -- pVia->swov.oldPanningX == pVia->swov.panning_x && -- pVia->swov.oldPanningY == pVia->swov.panning_y) { -- viaXvError(pScrn, pPriv, xve_none); -- return Success; -- } -- -- lpUpdateOverlay->SrcLeft = pPriv->old_src_x; -- lpUpdateOverlay->SrcTop = pPriv->old_src_y; -- lpUpdateOverlay->SrcRight = pPriv->old_src_x + pPriv->old_src_w; -- lpUpdateOverlay->SrcBottom = pPriv->old_src_y + pPriv->old_src_h; -- -- lpUpdateOverlay->DstLeft = drw_x; -- lpUpdateOverlay->DstTop = drw_y; -- lpUpdateOverlay->DstRight = drw_x + pPriv->old_drw_w; -- lpUpdateOverlay->DstBottom = drw_y + pPriv->old_drw_h; -- pPriv->old_drw_x = drw_x; -- pPriv->old_drw_y = drw_y; -- -- lpUpdateOverlay->dwFlags = DDOVER_KEYDEST; -- -- if (pScrn->bitsPerPixel == 8) -- lpUpdateOverlay->dwColorSpaceLowValue = pPriv->colorKey & 0xff; -- else -- lpUpdateOverlay->dwColorSpaceLowValue = pPriv->colorKey; -- -- VIAVidUpdateOverlay(pScrn, lpUpdateOverlay); -- -- viaXvError(pScrn, pPriv, xve_none); -- return Success; --} -- - static unsigned - viaSetupAdaptors(ScreenPtr pScreen, XF86VideoAdaptorPtr ** adaptors) - { -@@ -884,7 +823,7 @@ - viaAdaptPtr[i]->GetPortAttribute = viaGetPortAttribute; - viaAdaptPtr[i]->SetPortAttribute = viaSetPortAttribute; - viaAdaptPtr[i]->PutImage = viaPutImage; -- viaAdaptPtr[i]->ReputImage = viaReputImage; -+ viaAdaptPtr[i]->ReputImage = NULL; - viaAdaptPtr[i]->QueryImageAttributes = viaQueryImageAttributes; - for (j = 0; j < numPorts; ++j) { - viaPortPriv[j].dmaBounceBuffer = NULL; diff -ruN /usr/ports/x11-drivers/xf86-video-openchrome/files/patch-src_via_id.c ./files/patch-src_via_id.c --- /usr/ports/x11-drivers/xf86-video-openchrome/files/patch-src_via_id.c 2009-01-24 23:06:27.000000000 +0100 +++ ./files/patch-src_via_id.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- src/via_id.c.orig 2008-08-18 18:25:16.000000000 -0400 -+++ src/via_id.c 2008-11-11 21:20:14.000000000 -0500 -@@ -207,6 +207,7 @@ - {"VIA VT3343 (P4M890)", VIA_P4M890, 0x1106, 0x3343, VIA_DEVICE_CRT}, - {"MSI P4M890M-L/IL (MS-7255)", VIA_P4M890, 0x1462, 0x7255, VIA_DEVICE_CRT}, - {"Biostar P4M890-M7 TE", VIA_P4M890, 0x1565, 0x1207, VIA_DEVICE_CRT}, -+ {"Mitac 8624 (Joybook R41E)", VIA_P4M890, 0x1071, 0x8624, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, - {"ASRock P4VM890", VIA_P4M890, 0x1849, 0x3343, VIA_DEVICE_CRT}, - - /* keep this */ --- xf86-video-openchrome-0.2.906.patch ends here --- From owner-freebsd-x11@FreeBSD.ORG Sun Apr 7 15:30:10 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BA8179D7; Sun, 7 Apr 2013 15:30:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 95E6A1A1; Sun, 7 Apr 2013 15:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r37FUAbH031486; Sun, 7 Apr 2013 15:30:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r37FUAj1031485; Sun, 7 Apr 2013 15:30:10 GMT (envelope-from edwin) Date: Sun, 7 Apr 2013 15:30:10 GMT Message-Id: <201304071530.r37FUAj1031485@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177691: [PATCH] x11-drivers/xf86-video-openchrome: update to 0.2.906 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 15:30:10 -0000 Synopsis: [PATCH] x11-drivers/xf86-video-openchrome: update to 0.2.906 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 7 15:30:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177691 From owner-freebsd-x11@FreeBSD.ORG Sun Apr 7 20:27:49 2013 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BC820999; Sun, 7 Apr 2013 20:27:49 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 6C10EEC5; Sun, 7 Apr 2013 20:27:49 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 10B0040003; Sun, 7 Apr 2013 22:27:46 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 0669740002; Sun, 7 Apr 2013 22:27:46 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id C1A2D40005; Sun, 7 Apr 2013 22:27:44 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3ZkRCN0FPGz8ggx; Sun, 7 Apr 2013 22:27:44 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id 4pHrH84HzJyM; Sun, 7 Apr 2013 22:27:41 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3ZkRCK0sJMz8ggv; Sun, 7 Apr 2013 22:27:41 +0200 (CEST) Received: from [IPv6:::1] (celes.daemonic.se [IPv6:2001:470:dca9:1::3]) by mail.daemonic.se (Postfix) with ESMTPSA id 3ZkRCK0C67z9Ctj; Sun, 7 Apr 2013 22:27:40 +0200 (CEST) Message-ID: <5161D6BD.6070100@freebsd.org> Date: Sun, 07 Apr 2013 22:27:41 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Cyril Guibourg Subject: Re: [PATCH] x11-drivers/xf86-video-openchrome: update to 0.2.906 References: <201304071527.r37FRPZa022868@blackbox.babasse.net> In-Reply-To: <201304071527.r37FRPZa022868@blackbox.babasse.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130407-0, 2013-04-07), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Cc: FreeBSD-gnats-submit@freebsd.org, x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 20:27:49 -0000 Hi! There is an update to xf86-video-openchrome in the xorg development repo and the update patch that has been sent out. Please test that update instead. The plan is to merge this xorg update some time after FreeBSD 8.4 is released. Regards! -- Niclas From owner-freebsd-x11@FreeBSD.ORG Mon Apr 8 10:56:53 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 440BFE26 for ; Mon, 8 Apr 2013 10:56:53 +0000 (UTC) (envelope-from VaNs9@yandex.ru) Received: from forward2h.mail.yandex.net (forward2h.mail.yandex.net [IPv6:2a02:6b8:0:f05::2]) by mx1.freebsd.org (Postfix) with ESMTP id 00AF2293 for ; Mon, 8 Apr 2013 10:56:53 +0000 (UTC) Received: from web13h.yandex.ru (web13h.yandex.ru [84.201.186.42]) by forward2h.mail.yandex.net (Yandex) with ESMTP id D1671700EFF for ; Mon, 8 Apr 2013 14:56:51 +0400 (MSK) Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by web13h.yandex.ru (Yandex) with ESMTP id 749293D005C5; Mon, 8 Apr 2013 14:56:51 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1365418611; bh=FFWxF57SDKp9JlUq2CyBM2vDMi6TnE20E40TiD0Q7JU=; h=From:To:Subject:Date; b=wC4S/qppNKbclP3/x3TTQ4dlxZ0ORPFptEVDQIJ3byAA4KbUQwf95hSnpigjuBQty pR8pSNvu2JZfj6zIgrl4M757cyq9UunDB3lvJFVqkp1UjJaNmZf/51/FKYD7rZJZ8H E0igZn4OZo6futuIstD16dp1dXvSpL04yJc5ui9Y= Received: from client.yota.ru (client.yota.ru [109.188.127.69]) by web13h.yandex.ru with HTTP; Mon, 08 Apr 2013 14:56:51 +0400 From: N V To: freebsd-x11@freebsd.org Subject: Re: [CFT] xorg 7.7 MIME-Version: 1.0 Message-Id: <602611365418611@web13h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 08 Apr 2013 14:56:51 +0400 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 10:56:53 -0000 Hi. I've got Toshiba R600 with GMA 4500MHD. Everything is great, except that after waking up from sleep (S3) I've got "broken image" (like the one after trying to switch to the console from xorg). It's the KMS issuse, but can I workaround it? Without xorg being started, laptop successfully sleeps and wakes. FreeBSD-9.1-RELEASE amd64 xf86-video-intel-2.21.4 xorg-7.7 xorg-server-1.12.4,1 Regards, Vans. From owner-freebsd-x11@FreeBSD.ORG Mon Apr 8 11:06:56 2013 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 325BF25C for ; Mon, 8 Apr 2013 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 22F2B374 for ; Mon, 8 Apr 2013 11:06:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r38B6ucO057462 for ; Mon, 8 Apr 2013 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r38B6tVP057460 for freebsd-x11@FreeBSD.org; Mon, 8 Apr 2013 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 8 Apr 2013 11:06:55 GMT Message-Id: <201304081106.r38B6tVP057460@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-x11@FreeBSD.org Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 11:06:56 -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/177691 x11 [PATCH] x11-drivers/xf86-video-openchrome: update to 0 o ports/177539 x11 x11-drivers/xf86-video-via make fails o ports/177068 x11 I have updated x11-drivers/xf86-input-vmmouse to 13.0. o ports/177051 x11 graphics/dri compilation searching for headers that se o ports/176705 x11 graphics/libGL : Fix complitation (not useability) on o ports/176703 x11 graphics/dri : Fix complitation (not useability) on AR o ports/176111 x11 [PATCH] x11-servers/xorg-server v.1.10.6_2,1 o ports/175935 x11 x11-clocks/xclock links to iconv o ports/175876 x11 [new port] x11-drivers/xf86-input-wacom: split from in o ports/175819 x11 I have updated x11-drivers/xf86-video-vmware to 13.0.0 o ports/175629 x11 x11-drivers/xf86-video-openchrome too old o ports/175532 x11 x11/xdm: /bin/cp -n /usr/local/share/examples/xdm/Give o ports/175432 x11 [PATCH] x11-fonts/xorg-fonts-truetype: Depend on x11-f o ports/175378 x11 x11/xorg: X won't accept keyboard or mouse input if .x o ports/175299 x11 graphics/dri fails to build with clang o ports/174524 x11 [PATCH] devel/gccmakedep o ports/174446 x11 [patch] fix hang on startup in x11-drivers/xf86-video- o ports/173492 x11 x11/xorg: X --configure dies when using 2 video cards o ports/173406 x11 [PATCH] Update x11-drivers/xorg-drivers to use options o ports/173304 x11 x11/libxcb breaks other applications runtine/build o ports/172745 x11 x11/sessreg does not compile in 9.1-PRERELEASE #23 o ports/172379 x11 x11/Xorg errors: drmOpenDevice, /dev/dri/, /dev/dri/ca o ports/172102 x11 [PATCH] devel/gccmakedep build error with clang-cpp o ports/172101 x11 [PATCH] devel/imake build error with clang-cpp o ports/171422 x11 graphics/libGL build error with python3.2 o ports/171242 x11 x11-drivers/xf86-input-mouse: fail to detect moused(8) o ports/170852 x11 [PATCH] x11-fonts/encodings: encodings.dir includes bo o ports/170690 x11 x11-servers/xorg-server eats memory o ports/170232 x11 x11-drivers/xf86-video-intel package building error wi o ports/170108 x11 x11-fonts/libfontenc: library in the package searches o ports/169875 x11 x11/xorg: vesa on 9-BETA1/Xorg 7.7 with radeon 6450 ca o ports/169794 x11 x11/xdm, several /usr/local/lib/X11/xdm/ files missing o ports/169561 x11 [patch] x11-toolkits/libXmu: disable specs o ports/169560 x11 [patch] x11/libICE: disable specs o ports/169559 x11 [patch] x11-fonts/fontsproto: disable specs o ports/168901 x11 New port: textproc/xorg-sgml-doctools o ports/168645 x11 [UPDATE] x11/luit to 1.1.1 f ports/167797 x11 x11/xorg: graphics/gthumb crashes, dumps core f ports/167654 x11 x11-wm/twm - no mouse cursor o ports/167596 x11 [patch] I have rolled back x11-drivers/xf86-video-vmwa o ports/167228 x11 x11-drivers/xf86-video-intel : Missing dependency (x1 o ports/167194 x11 x11-drivers/xf86-input-synaptics 1.5.0 trackpoint(LENO o ports/166163 x11 graphics/dri: gthumb port crashes (SIGSEGV) within the o ports/165981 x11 devel/imake doesn't play nice with current xorg o ports/165599 x11 x11/xkeyboard-config: x11/xkbcomp as a RUN_DEPENDS f power/165585 x11 x11-servers/xorg-server: Both Xorg and Xorg-server por p ports/164349 x11 [PATCH] x11/libXinerama :1 LeftOf or Above :0 mouse is o ports/161480 x11 [patch] x11/luit: don't depend on pty(4), use openpty( o ports/160968 x11 [patch] ports/x11/libXi broken manpages o ports/160963 x11 [patch] x11/bigreqsproto: disable specs 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/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 f ports/154510 x11 [patch] x11/xorg: xorg servers have Motif-crippling bu o ports/154502 x11 x11/xdm authorization failure when used with E17 windo 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/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/131726 x11 x11-servers/xorg-server: xorg server messes with my eh o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() o ports/120947 x11 x11/xsm ignores system.xsm and .xsmstartup 83 problems total. From owner-freebsd-x11@FreeBSD.ORG Sat Apr 13 00:15:41 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D874B7AE for ; Sat, 13 Apr 2013 00:15:41 +0000 (UTC) (envelope-from julio@meroh.net) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) by mx1.freebsd.org (Postfix) with ESMTP id 48B34642 for ; Sat, 13 Apr 2013 00:15:40 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id r11so3148103lbv.12 for ; Fri, 12 Apr 2013 17:15:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-originating-ip:in-reply-to:references :from:date:message-id:subject:to:cc:content-type:x-gm-message-state; bh=6UJ7WcB3mp8dnkonVVBjEVLWHeNdXlwsn7e6NdJVH4k=; b=QXVfPgFzfnRc9zaPZTpUC5U6hICnSneS0r+xU2T9OAd/iG6bx5H8j3lmNKLMeh0LYy VAPxXm0OgmZ88mdHWgoChU8zVT0Khl0B0e5VphPQKBrxiuSverl1rE17ev11aqyPqLnT ozeLOtrHpZiuDn4DWRKErDWCft+W6bUOhnaVb1iFs1OeNzh53MkEDzcAPghVIYKbdRuA uDut4I953h1nfMAhx7ZMnrdxW3Zm9r84UFIU4wZjTUVW5DO3DEQhdz9e2wpwkXshcjYD pkNCVbn7I3vDxzqzHZoM9y7IAfuH67egw6pgEJlyoMRsdyLJGbjabp8RK8cxvc4IEVTF 4SYQ== X-Received: by 10.152.120.67 with SMTP id la3mr6217842lab.36.1365812133573; Fri, 12 Apr 2013 17:15:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.9.200 with HTTP; Fri, 12 Apr 2013 17:15:13 -0700 (PDT) X-Originating-IP: [108.176.158.82] In-Reply-To: References: <20130406123448.GA6252@g5.meroh.net> From: Julio Merino Date: Fri, 12 Apr 2013 20:15:13 -0400 Message-ID: Subject: Re: Screen contents wrap over the right edge To: Kevin Oberman X-Gm-Message-State: ALoCoQnw75P3UNom8KBncuckk5NtqDbPiVP1pj21X0JZoSSdHHNxawCX2tvFOM1bC2OR8DUvurM/ Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-x11@freebsd.org" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 00:15:41 -0000 On Sun, Apr 7, 2013 at 2:13 AM, Kevin Oberman wrote: > On Sat, Apr 6, 2013 at 5:34 AM, Julio Merino > wrote: > >> Hello, >> >> I have recently set up FreeBSD powerpc64 9.1 on a PowerMac G5 that >> carries an nVidia Geforce FX 5200 Ultra (NV34) connected to a Lenovo >> ThinkVision LT2452P (24" screen with a native resolution of >> 1920x1200@60Hz). I have installed X.Org 7.5.2 from ports. >> >> When starting X, everything works reasonably well (X starts with >> hardware autoconfiguration and uses the native resolution of the >> display) but there is quite an annoying problem: the screen contents >> are offset to the right by 50-100 pixels, and the picture wraps over >> the right edge to come over through the left edge by that same amount. >> >> I'm attaching a copy of the Xorg.0.log file. >> >> Any ideas? >> >> Maybe. I can't claim expertise, but I'd like to see the output of > xrandr(1). It lists the available modes. From that, you can tell which > modeline is in use. You ,ay be able to correct the problem with xrandr, > too, with the --pos option. > xrandr -d (from xrandr output ) --pos -60 > The argument to '-d' is the display name shown in the xrandr output. > I haven't been able to get this to work at all. Below is the output of xrandr --verbose. Note that there does not seem to be correct detection of the outputs; "default" should really be something like "DVI". Then, things like "xrandr --output default --pos -60" just don't work. xrandr: Failed to get size of gamma for output default Screen 0: minimum 640 x 400, current 1920 x 1200, maximum 1920 x 1200 default connected 1920x1200+0+0 (0x129) normal (normal) 0mm x 0mm Identifier: 0x128 Timestamp: 785497 Subpixel: horizontal rgb Clones: CRTC: 0 CRTCs: 0 Transform: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter: 1920x1200 (0x129) 138.2MHz *current h: width 1920 start 0 end 0 total 1920 skew 0 clock 72.0KHz v: height 1200 start 0 end 0 total 1200 clock 60.0Hz 1920x1080 (0x12a) 124.4MHz h: width 1920 start 0 end 0 total 1920 skew 0 clock 64.8KHz v: height 1080 start 0 end 0 total 1080 clock 60.0Hz 1600x1200 (0x12b) 115.2MHz h: width 1600 start 0 end 0 total 1600 skew 0 clock 72.0KHz v: height 1200 start 0 end 0 total 1200 clock 60.0Hz 1680x1050 (0x12c) 105.8MHz h: width 1680 start 0 end 0 total 1680 skew 0 clock 63.0KHz v: height 1050 start 0 end 0 total 1050 clock 60.0Hz 1400x1050 (0x12d) 88.2MHz h: width 1400 start 0 end 0 total 1400 skew 0 clock 63.0KHz v: height 1050 start 0 end 0 total 1050 clock 60.0Hz 1280x1024 (0x12e) 78.6MHz h: width 1280 start 0 end 0 total 1280 skew 0 clock 61.4KHz v: height 1024 start 0 end 0 total 1024 clock 60.0Hz 1440x900 (0x12f) 97.2MHz h: width 1440 start 0 end 0 total 1440 skew 0 clock 67.5KHz v: height 900 start 0 end 0 total 900 clock 75.0Hz 1440x900 (0x130) 77.8MHz h: width 1440 start 0 end 0 total 1440 skew 0 clock 54.0KHz v: height 900 start 0 end 0 total 900 clock 60.0Hz 1280x960 (0x131) 73.7MHz h: width 1280 start 0 end 0 total 1280 skew 0 clock 57.6KHz v: height 960 start 0 end 0 total 960 clock 60.0Hz 1152x864 (0x132) 74.6MHz h: width 1152 start 0 end 0 total 1152 skew 0 clock 64.8KHz v: height 864 start 0 end 0 total 864 clock 75.0Hz 1024x768 (0x133) 59.0MHz h: width 1024 start 0 end 0 total 1024 skew 0 clock 57.6KHz v: height 768 start 0 end 0 total 768 clock 75.0Hz 1024x768 (0x134) 55.1MHz h: width 1024 start 0 end 0 total 1024 skew 0 clock 53.8KHz v: height 768 start 0 end 0 total 768 clock 70.0Hz 1024x768 (0x135) 47.2MHz h: width 1024 start 0 end 0 total 1024 skew 0 clock 46.1KHz v: height 768 start 0 end 0 total 768 clock 60.0Hz 832x624 (0x136) 38.9MHz h: width 832 start 0 end 0 total 832 skew 0 clock 46.8KHz v: height 624 start 0 end 0 total 624 clock 75.0Hz 800x600 (0x137) 36.0MHz h: width 800 start 0 end 0 total 800 skew 0 clock 45.0KHz v: height 600 start 0 end 0 total 600 clock 75.0Hz 800x600 (0x138) 34.6MHz h: width 800 start 0 end 0 total 800 skew 0 clock 43.2KHz v: height 600 start 0 end 0 total 600 clock 72.0Hz 800x600 (0x139) 28.8MHz h: width 800 start 0 end 0 total 800 skew 0 clock 36.0KHz v: height 600 start 0 end 0 total 600 clock 60.0Hz 800x600 (0x13a) 26.9MHz h: width 800 start 0 end 0 total 800 skew 0 clock 33.6KHz v: height 600 start 0 end 0 total 600 clock 56.0Hz 640x480 (0x13b) 23.0MHz h: width 640 start 0 end 0 total 640 skew 0 clock 36.0KHz v: height 480 start 0 end 0 total 480 clock 75.0Hz 640x480 (0x13c) 22.4MHz h: width 640 start 0 end 0 total 640 skew 0 clock 35.0KHz v: height 480 start 0 end 0 total 480 clock 73.0Hz 640x480 (0x13d) 20.3MHz h: width 640 start 0 end 0 total 640 skew 0 clock 31.7KHz v: height 480 start 0 end 0 total 480 clock 66.0Hz 640x480 (0x13e) 18.4MHz h: width 640 start 0 end 0 total 640 skew 0 clock 28.8KHz v: height 480 start 0 end 0 total 480 clock 60.0Hz 720x400 (0x13f) 20.2MHz h: width 720 start 0 end 0 total 720 skew 0 clock 28.0KHz v: height 400 start 0 end 0 total 400 clock 70.0Hz > You may also need to adjust the modeline parameters. (See man xorg.conf > documentation and look at hsyncstart and hsyncend parameters. You can > create a new modeline with the 'xrandr --newmode' command followed my an > 'xrandr -d XXX -mode YYYY'. > I tried generating a new ModeLine with cvt and/or copying it from the Xorg.0.log file, and adding it to xorg.conf... but it's either being ignored or not working. Any changes to the hsyncstart and hsyncend parameters have no effect. So, any more ideas? :-P -- Julio Merino / @jmmv From owner-freebsd-x11@FreeBSD.ORG Sat Apr 13 00:26:33 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4E1C395E for ; Sat, 13 Apr 2013 00:26:33 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) by mx1.freebsd.org (Postfix) with ESMTP id CF134693 for ; Sat, 13 Apr 2013 00:26:32 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id t11so3146370lbi.11 for ; Fri, 12 Apr 2013 17:26:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=xYbqpk3jl9dP6G3PuZimF0wwoVmrI1XMsa1JMQTS9tk=; b=aU7ag3SJl5Q/WB2QCuMg/Pmzp+fRTMx+y5Gkfw916kPI2yh12RKGTipbAPXbHWOuHq HQlr2edF1rupvMmPbvDM6R0bLw5IgMzrqw72JDLOnPHuj3oGy/qm4DV9jh7RdP6UiQnD eYu7zIMgFGXmAK+61vcyS+5YzLHUzbjU1zc1IhljSBi3/N8NlAih9lBeTug9obu6nzMv zVPJgm+Gig7jU45IY3m40vsxylhhsXnniLIxmabHpjcVdpmhloxkrUDpYu/ZNP+F2nPz wFFtkAmMf8xltRRDRsK269Dx/Rdu4h10ihrbKIQK35z9OcsFt+8+7v3fIDypg1qOcwBA HChA== MIME-Version: 1.0 X-Received: by 10.112.131.71 with SMTP id ok7mr3690111lbb.135.1365812791258; Fri, 12 Apr 2013 17:26:31 -0700 (PDT) Received: by 10.112.198.201 with HTTP; Fri, 12 Apr 2013 17:26:31 -0700 (PDT) In-Reply-To: <20130406123448.GA6252@g5.meroh.net> References: <20130406123448.GA6252@g5.meroh.net> Date: Sat, 13 Apr 2013 01:26:31 +0100 Message-ID: Subject: Re: Screen contents wrap over the right edge From: Tom Evans To: Julio Merino Content-Type: text/plain; charset=UTF-8 Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 00:26:33 -0000 On Sat, Apr 6, 2013 at 1:34 PM, Julio Merino wrote: > Hello, > > I have recently set up FreeBSD powerpc64 9.1 on a PowerMac G5 that > carries an nVidia Geforce FX 5200 Ultra (NV34) connected to a Lenovo > ThinkVision LT2452P (24" screen with a native resolution of > 1920x1200@60Hz). I have installed X.Org 7.5.2 from ports. > > When starting X, everything works reasonably well (X starts with > hardware autoconfiguration and uses the native resolution of the > display) but there is quite an annoying problem: the screen contents > are offset to the right by 50-100 pixels, and the picture wraps over > the right edge to come over through the left edge by that same amount. > > I'm attaching a copy of the Xorg.0.log file. > > Any ideas? > > Thanks! Hey Julio This sounds like overscan is enabled on the monitor. My Panasonic TV, hooked up to my FreeBSD HTPC box via HDMI, initially exhibited this exact problem until overscan was disabled. If your monitor is perhaps usable as a TV, is it doing this? It might not be called "overscan" on the monitor, it may be called "1:1 pixel mapping" (and have the opposite meaning). Have a look around in the settings on the monitor to see if there is such an option. Cheers Tom From owner-freebsd-x11@FreeBSD.ORG Sat Apr 13 00:37:45 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 84F75A35 for ; Sat, 13 Apr 2013 00:37:45 +0000 (UTC) (envelope-from julio@meroh.net) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0EF616DE for ; Sat, 13 Apr 2013 00:37:44 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id z13so3147242lbh.27 for ; Fri, 12 Apr 2013 17:37:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-originating-ip:in-reply-to:references :from:date:message-id:subject:to:cc:content-type:x-gm-message-state; bh=qc2UXiaPs5yH5xApn6i7oYsOUsRwtYIdOtG64qtf8Oc=; b=mdEmNQNtJpDmoJ/3NAfQjEYDjDRxctRkAUShrTpttLsYjwCQCEaRtMnJZiZX7nuuzO jaI6P8NqhgjDI8Q7eNyewO7AVwsKYOCDQG/VAW00xC+40RGAhYd0OPP6EGZUhmdK5VHc e+L+MTk9Rc2O1PDAfsgT592ynxIiR25HRC2NsCyLa1GsnaD68SQPqsajoeXpQpShvcCv sNDhD4bHW2JuC68FxPZkQR1sqEUyRsB8q+jeaVJpyacmPP55MmVAgp4GJt1RJfZmDnu5 hNRjlSPvHXZiyRjMysm0USmc1Vz0uphpc3nsmgBsv5K7e/q5Rig9Kchc/yUktUiWtXW1 R28A== X-Received: by 10.112.143.133 with SMTP id se5mr6358551lbb.101.1365813463516; Fri, 12 Apr 2013 17:37:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.9.200 with HTTP; Fri, 12 Apr 2013 17:37:23 -0700 (PDT) X-Originating-IP: [108.176.158.82] In-Reply-To: References: <20130406123448.GA6252@g5.meroh.net> From: Julio Merino Date: Fri, 12 Apr 2013 20:37:23 -0400 Message-ID: Subject: Re: Screen contents wrap over the right edge To: Tom Evans X-Gm-Message-State: ALoCoQnkyahGgRCCQrMPgvEyNE+hOj6UcTDUElpHMOGfThYfaWpmTPTzmxC6FWnchrT4AFSny3J/ Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-x11@freebsd.org, Julio Merino X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 00:37:45 -0000 On Fri, Apr 12, 2013 at 8:26 PM, Tom Evans wrote: > > Hey Julio > > This sounds like overscan is enabled on the monitor. My Panasonic TV, > hooked up to my FreeBSD HTPC box via HDMI, initially exhibited this > exact problem until overscan was disabled. If your monitor is perhaps > usable as a TV, is it doing this? > > It might not be called "overscan" on the monitor, it may be called > "1:1 pixel mapping" (and have the opposite meaning). Have a look > around in the settings on the monitor to see if there is such an > option. > Hi Tom, I have played with the only option that could be possibly related (Scaling) and it made no difference. Actually, if the problem was overscan, I'd expect to lack some screen contents in every edge or have some additional padding on every side. But this wrapping of a few pixels horizontally is harder to explain by overscan (at least from what I have seen in other monitors with this feature)... did you really get that? I'm curious. Also, and I forgot to mention this originally: X is somehow screwing up the monitor. After I have started X, all the in-monitor controls stop working; I cannot even turn it off! I have to power-cycle it by unplugging the power for it to behave normally again. It may even be that X is triggering a firmware bug in the screen that exposes itself as these two issues... or who knows. (But I have seen this screen working just fine with Linux on the same machine. Granted, different X.org driver.) -- Julio Merino / @jmmv