From owner-freebsd-x11@FreeBSD.ORG Mon Jan 5 11:05:42 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 629DA16A4CE for ; Mon, 5 Jan 2004 11:05:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0F943D2D for ; Mon, 5 Jan 2004 11:04:45 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id i05J3gFR018615 for ; Mon, 5 Jan 2004 11:03:42 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i05J3fB7018609 for x11@freebsd.org; Mon, 5 Jan 2004 11:03:41 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 5 Jan 2004 11:03:41 -0800 (PST) Message-Id: <200401051903.i05J3fB7018609@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: x11@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 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, 05 Jan 2004 19:05:42 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/11/19] ports/32121 x11 XFree86-4-Server: xf86cfg 4.1.0 writes ba o [2003/09/05] ports/56487 x11 Upgrading Xfree86-clients from ports over 2 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/03/06] ports/25576 x11 XFree86-4 port installs manual pages with o [2002/10/18] ports/44252 x11 XFree86-4-Server port removes/overwrites s [2003/08/18] ports/55699 x11 [PATCH] making x11-servers/XFree86-4-Serv o [2003/09/01] ports/56275 x11 XFree86-4-Server: xf86config refers to no o [2003/11/14] ports/59297 x11 RADEON 7500 Warning message 5 problems total. From owner-freebsd-x11@FreeBSD.ORG Tue Jan 6 11:43:20 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E3F816A4D0 for ; Tue, 6 Jan 2004 11:43:20 -0800 (PST) Received: from atlasta.net (wow.atlasta.net [12.129.13.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 69E5D43D5C for ; Tue, 6 Jan 2004 11:43:03 -0800 (PST) (envelope-from drais@wow.atlasta.net) Received: (qmail 99284 invoked by uid 1068); 6 Jan 2004 19:43:02 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 6 Jan 2004 19:43:02 -0000 Date: Tue, 6 Jan 2004 11:43:02 -0800 (PST) From: David Raistrick To: x11@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 5.2-rc2, x11/XFree86-4 doesn't build X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 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, 06 Jan 2004 19:43:20 -0000 Folks, Should the x11/XFree86-4 port from the 5.2-rc2 ISO's (from ftp2) build with a simple "cd /usr/ports/x11/XFree86-4/ && make" ? PORTVERSION= 4.3.0 PORTEPOCH= 1 Obviously this is a metaport that covers a lot. This is a freshly installed system from CD. Am I doing something wrong? thanks. A snippit from where it crashes: ===> Registering installation for fontconfig-2.2.90_3 ===> Returning to build of XFree86-libraries-4.3.0_6 ===> Configuring for XFree86-libraries-4.3.0_6 cd ./config/imake && make -D INSTALLS_DEPENDS -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in config/imake cc -o ccimake -DCROSSCOMPILEDIR=\"\" -O -I../../include -I../../imports/x11/include/X11 ccimake.c if [ -n "" ] ; then /cc -E `./ccimake` -DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h; else touch imakemdep_cpp.h; fi cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o rm -f ./config/makedepend/Makefile.proto ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend cd ./config/makedepend && rm -f -r Makefile Makefile.dep makedepend *.o bootstrap cd ./config/makedepend && make -f Makefile.proto bootstrap ./config/imake/imake -I./config/cf -s ./config/imake/Makefile.proto -f ./config/imake/Imakefile -DTOPDIR=../.. -DCURDIR=./config/imake -DBootStrap cd ./config/imake && make -f Makefile.proto bootstrapdepend cd ./config/imake && make -D INSTALLS_DEPENDS -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" bootstrap + mkdir bootstrap mv *.o bootstrap + mv imake bootstrap cd ./config/imake && make -f Makefile.proto all cc -O -pipe -mcpu=pentiumpro -ansi -Dasm=__asm -Wno-system-headers -Wall -Wpointer-arith -Wundef -I../../include -I../../exports/include/X11 -I../.. -I../../exports/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DCPP_PROGRAM="\"/usr/bin/cpp\"" -DHAS_MERGE_CONSTANTS=`if cc -fmerge-constants -xc /dev/null -S -o /dev/null 2> /dev/null 1> /dev/null; then echo 1; else echo 0; fi` -c imake.c rm -f imake cc -o imake -O -pipe -mcpu=pentiumpro -ansi -Dasm=__asm -Wno-system-headers -Wall -Wpointer-arith -Wundef imake.o -L/usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib rm -f imake._man /usr/bin/cpp -undef -traditional -D__apploaddir__=/usr/X11R6/lib/X11/app-defaults -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__projectroot__=/usr/X11R6 -D__xorgversion__='"Release 6.6" "X Version 11"' -D__vendorversion__="`echo 4 3 0 | sed -e 's/ /./g' -e 's/^/Version /'` XFree86" -D__cpp__=/usr/bin/cpp imake._man make -D INSTALLS_DEPENDS xmakefile rm -f xmakefile ./config/imake/imake -I./config/cf -s xmakefile -DTOPDIR=. -DCURDIR=. rm -f ./config/imake/Makefile.proto making Makefiles in include/bitmaps... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include. make: don't know how to make Makefiles. Stop making Makefiles in include/extensions... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include. make: don't know how to make Makefiles. Stop making Makefiles in include/fonts... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include. make: don't know how to make Makefiles. Stop making Makefiles in include/GL... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include. make: don't know how to make Makefiles. Stop making Makefiles in include/DPS... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include. make: don't know how to make Makefiles. Stop making Makefiles in lib/xtrans... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xau... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xdmcp... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/X11... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/oldX... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/ICE... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/SM... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xext... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xt... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xss... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xxf86misc... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xxf86vm... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xxf86dga... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xmu... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xmuu... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xpm... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xaw6... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xaw... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xi... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xtst... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/FS... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/xkbfile... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/xkbui... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/lbxutil... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xp... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xv... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/GL... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/GLU... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/GLw... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/dps... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/dpstk... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/psres... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xinerama... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xrender... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/XvMC... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xrandr... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/XTrap... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/XRes... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xcursor... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/font... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/fontenc... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in lib/Xfontcache... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. make: don't know how to make Makefiles. Stop making Makefiles in nls/XLC_LOCALE... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/nls. make: don't know how to make Makefiles. Stop making Makefiles in nls/Compose... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/nls. make: don't know how to make Makefiles. Stop making Makefiles in nls/XI18N_OBJS... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/nls. make: don't know how to make Makefiles. Stop + mkdir -p /usr/ports/x11/XFree86-4-libraries/work/xc/exports/include/X11 + cd /usr/ports/x11/XFree86-4-libraries/work/xc/exports/include/X11 + rm -f DECkeysym.h + ln -s ../../../include/DECkeysym.h . + rm -f HPkeysym.h + ln -s ../../../include/HPkeysym.h . + rm -f Sunkeysym.h + ln -s ../../../include/Sunkeysym.h . + rm -f X.h + ln -s ../../../include/X.h . + rm -f XF86keysym.h + ln -s ../../../include/XF86keysym.h . + rm -f XWDFile.h + ln -s ../../../include/XWDFile.h . + rm -f Xalloca.h + ln -s ../../../include/Xalloca.h . + rm -f Xarch.h + ln -s ../../../include/Xarch.h . + rm -f Xatom.h + ln -s ../../../include/Xatom.h . + rm -f Xdefs.h + ln -s ../../../include/Xdefs.h . + rm -f Xfuncproto.h + ln -s ../../../include/Xfuncproto.h . + rm -f Xfuncs.h + ln -s ../../../include/Xfuncs.h . + rm -f Xmd.h + ln -s ../../../include/Xmd.h . + rm -f Xos.h + ln -s ../../../include/Xos.h . + rm -f Xos_r.h + ln -s ../../../include/Xos_r.h . + rm -f Xosdefs.h + ln -s ../../../include/Xosdefs.h . + rm -f Xpoll.h + ln -s ../../../include/Xpoll.h . + rm -f Xproto.h + ln -s ../../../include/Xproto.h . + rm -f Xprotostr.h + ln -s ../../../include/Xprotostr.h . + rm -f Xthreads.h + ln -s ../../../include/Xthreads.h . + rm -f ap_keysym.h + ln -s ../../../include/ap_keysym.h . + rm -f keysym.h + ln -s ../../../include/keysym.h . + rm -f keysymdef.h + ln -s ../../../include/keysymdef.h . including in include/bitmaps... make: don't know how to make includes. Stop *** Error code 2 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries. *** Error code 1 Stop in /usr/ports/x11/XFree86-4. 149.304u 123.364s 10:19.73 43.9% 1576+1170k 750+2608io 1108pf+0w xpc:/usr/ports/x11/XFree86-4%# --- david raistrick drais@atlasta.net http://www.expita.com/nomime.html From owner-freebsd-x11@FreeBSD.ORG Tue Jan 6 11:48:03 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DF5216A4D0 for ; Tue, 6 Jan 2004 11:48:03 -0800 (PST) Received: from atlasta.net (wow.atlasta.net [12.129.13.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 84CF443D31 for ; Tue, 6 Jan 2004 11:48:02 -0800 (PST) (envelope-from drais@wow.atlasta.net) Received: (qmail 99882 invoked by uid 1068); 6 Jan 2004 19:48:01 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 6 Jan 2004 19:48:01 -0000 Date: Tue, 6 Jan 2004 11:48:01 -0800 (PST) From: David Raistrick To: x11@FreeBSD.org In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: 5.2-rc2, x11/XFree86-4 doesn't build X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 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, 06 Jan 2004 19:48:03 -0000 On Tue, 6 Jan 2004, David Raistrick wrote: > > Folks, > > Should the x11/XFree86-4 port from the 5.2-rc2 ISO's (from ftp2) build > with a simple "cd /usr/ports/x11/XFree86-4/ && make" ? Aaaah, I see where the issue comes up. My PATH only includes /usr/X11R6/bin if it exists upon login. Since this is created post-login in this case, imake is not in my path. The build process seems to make the assumption that imake would be in the path, which would work fine for a stock .cshrc for root. Would it be better to not assume that /usr/X11R6/bin is in the path, or should I just make a note of this for future reference for myself? thanks. ...david --- david raistrick drais@atlasta.net http://www.expita.com/nomime.html From owner-freebsd-x11@FreeBSD.ORG Tue Jan 6 11:58:43 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5420916A4CE for ; Tue, 6 Jan 2004 11:58:43 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3960243D49 for ; Tue, 6 Jan 2004 11:58:42 -0800 (PST) (envelope-from eta@lclark.edu) Received: from [192.168.0.103] (12-231-141-5.client.attbi.com[12.231.141.5]) by comcast.net (sccrmhc13) with SMTP id <2004010619584101600ni304e>; Tue, 6 Jan 2004 19:58:41 +0000 From: Eric Anholt To: David Raistrick In-Reply-To: References: Content-Type: text/plain Message-Id: <1073419226.734.14.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 06 Jan 2004 12:00:26 -0800 Content-Transfer-Encoding: 7bit cc: x11@freebsd.org Subject: Re: 5.2-rc2, x11/XFree86-4 doesn't build X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 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, 06 Jan 2004 19:58:43 -0000 On Tue, 2004-01-06 at 11:48, David Raistrick wrote: > On Tue, 6 Jan 2004, David Raistrick wrote: > > > > > Folks, > > > > Should the x11/XFree86-4 port from the 5.2-rc2 ISO's (from ftp2) build > > with a simple "cd /usr/ports/x11/XFree86-4/ && make" ? > > Aaaah, I see where the issue comes up. > > My PATH only includes /usr/X11R6/bin if it exists upon login. Since this > is created post-login in this case, imake is not in my path. The build > process seems to make the assumption that imake would be in the path, > which would work fine for a stock .cshrc for root. > > Would it be better to not assume that /usr/X11R6/bin is in the path, or > should I just make a note of this for future reference for myself? It would be better, but annoying to fix properly, most likely. For now, /usr/X11R6/bin in your path is required to build. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org From owner-freebsd-x11@FreeBSD.ORG Wed Jan 7 10:06:35 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87E0816A4CE for ; Wed, 7 Jan 2004 10:06:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 440A143D72 for ; Wed, 7 Jan 2004 10:04:46 -0800 (PST) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id i07I2FFR031637 for ; Wed, 7 Jan 2004 10:02:15 -0800 (PST) (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i07I2FVb031636; Wed, 7 Jan 2004 10:02:15 -0800 (PST) (envelope-from fenner+portsurvey) Date: Wed, 7 Jan 2004 10:02:15 -0800 (PST) Message-Id: <200401071802.i07I2FVb031636@freefall.freebsd.org> From: fenner@freebsd.org (Bill "distfiles" Fenner) To: x11@freebsd.org Subject: FreeBSD ports: 1 unfetchable distfiles: x11/libXv X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ports@freebsd.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2004 18:06:35 -0000 Dear x11@freebsd.org, You are listed as the FreeBSD port maintainer for 1 port whose distfiles [or main web pages] are not fetchable from their MASTER_SITES. Could you please visit http://people.freebsd.org/~fenner/portsurvey/x11@freebsd.org.html and correct the problems listed there? The individual port with a problem is x11/libXv. Note that the main port web page, as listed in the WWW: line of the pkg-descr, is checked just as though it was a port distfile. This is an unfortunate side effect of the architecture of the distfile survey reporting tool, but if you see a distfile being reported as not fetchable that's not actually a distfile, see if it's from the pkg-descr. If you have already corrected the problems and submitted a PR, please accept my thanks and apologies for the delay in getting the fixes into the tree. This reminder is created automatically and does not (yet) have a way to know if a PR fixing the problem has been submitted. Please do *NOT* send your response to me directly; I do not always have time to commit your fix; please instead submit a PR via 'send-pr' so it doesn't get lost. Problems are usually of two types: 1. The software package has been upgraded and the version in the port has been removed. The best solution to this problem is to upgrade the port to the most current version of the software package. If you are a FreeBSD committer, then you can just upgrade the port directly. If not, you should create the updated port on your own machine, test it (and maybe even run "portlint" on it), and then use "send-pr" to submit a "diff -uNr old-port updated-port". If you added or deleted any files, please make an explicit note of it. 2. The mirror site being used no longer contains the software package in question, or no longer exists. Solutions include: a) If there are other mirror sites, just remove the bad site from the list. (Make sure that what appears to be a bad site isn't actually a problem of type 1, upgrade) b) If the README or other support files in the software documentation mention where to get the software package, use one of those sites. c) Use ftpsearch (http://ftpsearch.ntnu.no/ftpsearch) or other search engines to find another place to get the original DISTFILES. Make sure that you don't pick a FreeBSD distfiles mirror -- if you can't find any other places where the file exists, it can be a LOCAL_PORT or you can simply comment out the MASTER_SITES= line, with a comment explaining why. Once you have a solution, use "send-pr" to submit a "diff -u" of the Makefile. Note that this isn't an urgent issue, as people who try to build the port now will just fall back to the FreeBSD distfiles mirror. Please just put it on your list to do and get to it when you have time. These messages will continue to arrive twice a month until the fix is committed, as a reminder. Thanks, Bill "distfiles" Fenner. From owner-freebsd-x11@FreeBSD.ORG Wed Jan 7 15:52:53 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1721C16A4CE for ; Wed, 7 Jan 2004 15:52:53 -0800 (PST) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD2143D41 for ; Wed, 7 Jan 2004 15:52:40 -0800 (PST) (envelope-from naddy@mips.inka.de) Received: from kemoauc.mips.inka.de (dsl-082-082-077-019.arcor-ip.net [82.82.77.19]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id A0CD361F390 for ; Thu, 8 Jan 2004 00:52:36 +0100 (CET) Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.10/8.12.10) with ESMTP id i07NqZeS001569 for ; Thu, 8 Jan 2004 00:52:35 +0100 (CET) (envelope-from naddy@kemoauc.mips.inka.de) Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.12.10/8.12.10/Submit) id i07NqZ66001568 for freebsd-x11@freebsd.org; Thu, 8 Jan 2004 00:52:35 +0100 (CET) (envelope-from naddy) Date: Thu, 8 Jan 2004 00:52:35 +0100 From: Christian Weisgerber To: freebsd-x11@freebsd.org Message-ID: <20040107235235.GA984@kemoauc.mips.inka.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: G450 + SAM193T + DVI? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 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, 07 Jan 2004 23:52:53 -0000 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Configuration: * XFree86-Server-4.3.99.15 on -CURRENT/alpha * Matrox G450 PCI (VGA, DVI) * Samsung 193T (VGA, DVI) Problem: The display will only work in native resolution on the VGA port, not on DVI. VGA text mode works on both VGA and DVI. So does X11 in 640x480 and 800x600. Higher resolution modes, i.e. 1024x768 and the native display resolution of 1280x1024, only work on VGA. On DVI, the X server receives DDC information from the monitor and with minimal prodding decides on a 1280x1024, 80kHz (H), 75Hz (V) VESA mode that should be supported according to the monitor manual. The screen doesn't find a valid signal though, and drops into power saving mode. On VGA, DDC is not available. I've added corresponding HorizSync/ VertRefresh entries with which the X server proceeds to select the very same VESA video mode as on DVI. The mode lines are identical. The screen displays this perfectly. I'm at a loss. I've attached the corresponding XFree86.0.log files and my (rather vanilla) XF86Config file. -- Christian "naddy" Weisgerber naddy@mips.inka.de --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="XFree86.0.log.dvi" This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to XFree86@XFree86.Org and patches submitted to fixes@XFree86.Org. Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cvs). XFree86 Version 4.3.99.15 Release Date: 1 November 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: FreeBSD 5.1 alpha [ELF] Current Operating System: FreeBSD kemoauc.mips.inka.de 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon Dec 22 07:27:04 CET 2003 naddy@kemoauc.mips.inka.de:/usr/obj/usr/src/sys/KEMOAUC alpha Build Date: 12 November 2003 Changelog Date: 02 November 2003 Before reporting problems, check http://www.XFree86.Org/ to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/XFree86.0.log", Time: Tue Jan 6 02:09:55 2004 (==) Using config file: "/etc/X11/XF86Config" (==) ServerLayout "XFree86 Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) Option "AutoRepeat" "250 30" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc104" (**) XKB: model: "pc104" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (**) Option "XkbOptions" "compose:ralt" (**) XKB: options: "compose:ralt" (==) Keyboard: CustomKeycode disabled (**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/cyrillic/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (II) Module ABI versions: XFree86 ANSI C Emulation: 0.2 XFree86 Video Driver: 0.7 XFree86 XInput driver : 0.4 XFree86 Server Extension : 0.2 XFree86 Font Renderer : 0.4 (II) Loader running on freebsd (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.7 (--) Using syscons driver with X support (version 16777218.0) (--) using VT number 9 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:05:0: chip 10ec,8169 card 10ec,8169 rev 10 class 02,00,00 hdr 00 (II) PCI: 00:06:0: chip 3388,0021 card 0000,0000 rev 13 class 06,04,00 hdr 01 (II) PCI: 00:07:0: chip 1000,000f card 0000,0000 rev 26 class 01,00,00 hdr 00 (II) PCI: 00:08:0: chip 8086,0484 card 0000,0000 rev 43 class 00,00,00 hdr 00 (II) PCI: 00:09:0: chip 1000,0001 card 1000,1000 rev 23 class 01,00,00 hdr 00 (II) PCI: 00:0b:0: chip 1095,0646 card 0000,0000 rev 01 class 01,01,80 hdr 00 (II) PCI: 01:00:0: chip 102b,0525 card 102b,0d43 rev 85 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:6:0), (0,1,0), BCTRL: 0x002a (VGA_EN is set) (II) Bus 1 non-prefetchable memory range: [0] -1 0 0x82000000 - 0x828fffff (0x900000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B] (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0xffffffff (0x100000000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x80000000 - 0xffffffff (0x80000000) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x80000000 - 0xffffffff (0x80000000) MX[B] (--) PCI: (0:8:0) Intel Corp. 82378IB [SIO ISA Bridge] rev 67 (--) PCI:*(1:0:0) Matrox Graphics, Inc. MGA G400 AGP rev 133, Mem @ 0x88000000/25, 0x82820000/14, 0x82000000/23, BIOS @ 0x82800000/17 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B] [1] -1 0 0x00000000 - 0xffffffff (0x100000000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0xffffffff - 0xffffffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0x82921000 - 0x82921fff (0x1000) MX[B]E [1] -1 0 0x82920000 - 0x8293ffff (0x20000) MX[B]E [2] -1 0 0x82921100 - 0x829211ff (0x100) MX[B]E [3] -1 0 0x82921200 - 0x829213ff (0x200) MX[B]E [4] -1 0 0x82800000 - 0x8281ffff (0x20000) MX[B](B) [5] -1 0 0x82000000 - 0x827fffff (0x800000) MX[B](B) [6] -1 0 0x82820000 - 0x82823fff (0x4000) MX[B](B) [7] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B](B) [8] -1 0 0x00010300 - 0x000103ff (0x100) IX[B]E [9] -1 0 0x00010000 - 0x000100ff (0x100) IX[B]E [10] -1 0 0x00010100 - 0x000101ff (0x100) IX[B]E [11] -1 0 0x00010200 - 0x000102ff (0x100) IX[B]E (II) PCI Memory resource overlap reduced 0x82921000 from 0x82921fff to 0x829210ff (II) PCI Memory resource overlap reduced 0x82920000 from 0x8293ffff to 0x82920fff (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0x82921000 - 0x829210ff (0x100) MX[B]E [1] -1 0 0x82920000 - 0x82920fff (0x1000) MX[B]E [2] -1 0 0x82921100 - 0x829211ff (0x100) MX[B]E [3] -1 0 0x82921200 - 0x829213ff (0x200) MX[B]E [4] -1 0 0x82800000 - 0x8281ffff (0x20000) MX[B](B) [5] -1 0 0x82000000 - 0x827fffff (0x800000) MX[B](B) [6] -1 0 0x82820000 - 0x82823fff (0x4000) MX[B](B) [7] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B](B) [8] -1 0 0x00010300 - 0x000103ff (0x100) IX[B]E [9] -1 0 0x00010000 - 0x000100ff (0x100) IX[B]E [10] -1 0 0x00010100 - 0x000101ff (0x100) IX[B]E [11] -1 0 0x00010200 - 0x000102ff (0x100) IX[B]E (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0xffffffff - 0xffffffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x82921000 - 0x829210ff (0x100) MX[B]E [4] -1 0 0x82920000 - 0x82920fff (0x1000) MX[B]E [5] -1 0 0x82921100 - 0x829211ff (0x100) MX[B]E [6] -1 0 0x82921200 - 0x829213ff (0x200) MX[B]E [7] -1 0 0x82800000 - 0x8281ffff (0x20000) MX[B](B) [8] -1 0 0x82000000 - 0x827fffff (0x800000) MX[B](B) [9] -1 0 0x82820000 - 0x82823fff (0x4000) MX[B](B) [10] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B](B) [11] -1 0 0xffffffff - 0xffffffff (0x1) IX[B] [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [13] -1 0 0x00010300 - 0x000103ff (0x100) IX[B]E [14] -1 0 0x00010000 - 0x000100ff (0x100) IX[B]E [15] -1 0 0x00010100 - 0x000101ff (0x100) IX[B]E [16] -1 0 0x00010200 - 0x000102ff (0x100) IX[B]E (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension FontCache (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.2 (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a (II) Module GLcore: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a (II) Module dri: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.2 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a (II) Module drm: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a (II) Module record: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.13.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension RECORD (II) LoadModule: "xtrap" (II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a (II) Module xtrap: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension DEC-XTRAP (II) LoadModule: "speedo" (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a (II) Module speedo: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.1 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Speedo (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.2 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "mga" (II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o (II) Module mga: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.1.1 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.7 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.4 (II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w, mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400, mgag550 (II) Primary Device is: PCI 01:00:0 (--) Chipset mgag400 found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x82921000 - 0x829210ff (0x100) MX[B]E [4] -1 0 0x82920000 - 0x82920fff (0x1000) MX[B]E [5] -1 0 0x82921100 - 0x829211ff (0x100) MX[B]E [6] -1 0 0x82921200 - 0x829213ff (0x200) MX[B]E [7] -1 0 0x82800000 - 0x8281ffff (0x20000) MX[B](B) [8] -1 0 0x82000000 - 0x827fffff (0x800000) MX[B](B) [9] -1 0 0x82820000 - 0x82823fff (0x4000) MX[B](B) [10] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B](B) [11] -1 0 0xffffffff - 0xffffffff (0x1) IX[B] [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [13] -1 0 0x00010300 - 0x000103ff (0x100) IX[B]E [14] -1 0 0x00010000 - 0x000100ff (0x100) IX[B]E [15] -1 0 0x00010100 - 0x000101ff (0x100) IX[B]E [16] -1 0 0x00010200 - 0x000102ff (0x100) IX[B]E (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x82921000 - 0x829210ff (0x100) MX[B]E [4] -1 0 0x82920000 - 0x82920fff (0x1000) MX[B]E [5] -1 0 0x82921100 - 0x829211ff (0x100) MX[B]E [6] -1 0 0x82921200 - 0x829213ff (0x200) MX[B]E [7] -1 0 0x82800000 - 0x8281ffff (0x20000) MX[B](B) [8] -1 0 0x82000000 - 0x827fffff (0x800000) MX[B](B) [9] -1 0 0x82820000 - 0x82823fff (0x4000) MX[B](B) [10] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B](B) [11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [14] -1 0 0xffffffff - 0xffffffff (0x1) IX[B] [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [16] -1 0 0x00010300 - 0x000103ff (0x100) IX[B]E [17] -1 0 0x00010000 - 0x000100ff (0x100) IX[B]E [18] -1 0 0x00010100 - 0x000101ff (0x100) IX[B]E [19] -1 0 0x00010200 - 0x000102ff (0x100) IX[B]E [20] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [21] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/X11R6/lib/modules/libvgahw.a (II) Module vgahw: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.7 (--) MGA(0): Chipset: "mgag400" (G450) (II) Loading sub module "mga_hal" (II) LoadModule: "mga_hal" (WW) Warning, couldn't open module mga_hal (II) UnloadModule: "mga_hal" (EE) MGA: Failed to load module "mga_hal" (module does not exist, 0) (==) MGA(0): Matrox HAL module not loaded - using builtin mode setup instead (**) MGA(0): Depth 24, (--) framebuffer bpp 32 (==) MGA(0): RGB weight 888 (==) MGA(0): Using AGP 1x mode (--) MGA(0): Linear framebuffer at 0x88000000 (--) MGA(0): MMIO registers at 0x82820000 (--) MGA(0): Pseudo-DMA transfer window at 0x82000000 (--) MGA(0): BIOS at 0x82800000 (II) Truncating PCI BIOS Length to 36864 (--) MGA(0): Video BIOS info block at offset 0x07CE0 (WW) MGA(0): Video BIOS info block not detected! (II) MGA(0): MGABios.RamdacType = 0x0 (--) Machine type has 8/16 bit access (--) MGA(0): VideoRAM: 32768 kByte (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.7 (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Loading /usr/X11R6/lib/modules/libi2c.a (II) Module i2c: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.2.0 ABI class: XFree86 Video Driver, version 0.7 (II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) MGA(0): I2C bus "DDC" initialized. (II) MGA(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) MGA(0): I2C device "DDC:ddc2" removed. (II) MGA(0): I2C Monitor info: 0x120d21400 (II) MGA(0): Manufacturer: SAM Model: bb Serial#: 1312960825 (II) MGA(0): Year: 2003 Week: 42 (II) MGA(0): EDID Version: 1.3 (II) MGA(0): Digital Display Input (II) MGA(0): Max H-Image Size [cm]: horiz.: 38 vert.: 30 (II) MGA(0): Gamma: 2.60 (II) MGA(0): DPMS capabilities: Off; RGB/Color Display (II) MGA(0): First detailed timing is preferred mode (II) MGA(0): redX: 0.635 redY: 0.345 greenX: 0.295 greenY: 0.600 (II) MGA(0): blueX: 0.140 blueY: 0.080 whiteX: 0.310 whiteY: 0.330 (II) MGA(0): Supported VESA Video Modes: (II) MGA(0): 720x400@70Hz (II) MGA(0): 640x480@60Hz (II) MGA(0): 640x480@67Hz (II) MGA(0): 640x480@72Hz (II) MGA(0): 640x480@75Hz (II) MGA(0): 800x600@56Hz (II) MGA(0): 800x600@60Hz (II) MGA(0): 800x600@72Hz (II) MGA(0): 800x600@75Hz (II) MGA(0): 832x624@75Hz (II) MGA(0): 1024x768@60Hz (II) MGA(0): 1024x768@70Hz (II) MGA(0): 1024x768@75Hz (II) MGA(0): 1280x1024@75Hz (II) MGA(0): 1152x870@75Hz (II) MGA(0): Manufacturer's mask: 0 (II) MGA(0): Supported Future Video Modes: (II) MGA(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) MGA(0): Supported additional Video Mode: (II) MGA(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) MGA(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) MGA(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) MGA(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz (II) MGA(0): Monitor name: SyncMaster (II) MGA(0): Serial No: HMEWA02577 (II) MGA(0): end of I2C Monitor info (==) MGA(0): Using gamma correction (1.0, 1.0, 1.0) (==) MGA(0): Min pixel clock is 12 MHz (==) MGA(0): Max pixel clock is 360 MHz (II) MGA(0): Monitor0: Using hsync range of 30.00-81.00 kHz (II) MGA(0): Monitor0: Using vrefresh range of 56.00-75.00 Hz (II) MGA(0): Clock range: 12.00 to 360.00 MHz (II) MGA(0): Not using default mode "640x350" (vrefresh out of range) (II) MGA(0): Not using default mode "320x175" (vrefresh out of range) (II) MGA(0): Not using default mode "640x400" (vrefresh out of range) (II) MGA(0): Not using default mode "320x200" (vrefresh out of range) (II) MGA(0): Not using default mode "720x400" (vrefresh out of range) (II) MGA(0): Not using default mode "360x200" (vrefresh out of range) (II) MGA(0): Not using default mode "640x480" (vrefresh out of range) (II) MGA(0): Not using default mode "320x240" (vrefresh out of range) (II) MGA(0): Not using default mode "800x600" (vrefresh out of range) (II) MGA(0): Not using default mode "400x300" (vrefresh out of range) (II) MGA(0): Not using default mode "1024x768" (vrefresh out of range) (II) MGA(0): Not using default mode "512x384" (vrefresh out of range) (II) MGA(0): Not using default mode "1024x768" (vrefresh out of range) (II) MGA(0): Not using default mode "512x384" (vrefresh out of range) (II) MGA(0): Not using default mode "1280x960" (hsync out of range) (II) MGA(0): Not using default mode "640x480" (hsync out of range) (II) MGA(0): Not using default mode "1280x1024" (hsync out of range) (II) MGA(0): Not using default mode "640x512" (hsync out of range) (WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 140MHz (WW) (1600x1200,Monitor0) mode clock 175.5MHz exceeds DDC maximum 140MHz (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1792x1344" (hsync out of range) (II) MGA(0): Not using default mode "896x672" (hsync out of range) (II) MGA(0): Not using default mode "1792x1344" (hsync out of range) (II) MGA(0): Not using default mode "896x672" (hsync out of range) (II) MGA(0): Not using default mode "1856x1392" (hsync out of range) (II) MGA(0): Not using default mode "928x696" (hsync out of range) (II) MGA(0): Not using default mode "1856x1392" (hsync out of range) (II) MGA(0): Not using default mode "928x696" (hsync out of range) (II) MGA(0): Not using default mode "1920x1440" (hsync out of range) (II) MGA(0): Not using default mode "960x720" (hsync out of range) (II) MGA(0): Not using default mode "1920x1440" (hsync out of range) (II) MGA(0): Not using default mode "960x720" (hsync out of range) (II) MGA(0): Not using default mode "1152x768" (vrefresh out of range) (II) MGA(0): Not using default mode "576x384" (vrefresh out of range) (WW) (1400x1050,Monitor0) mode clock 155.8MHz exceeds DDC maximum 140MHz (II) MGA(0): Not using default mode "1920x1440" (hsync out of range) (II) MGA(0): Not using default mode "960x720" (hsync out of range) (II) MGA(0): Not using default mode "2048x1536" (hsync out of range) (II) MGA(0): Not using default mode "1024x768" (hsync out of range) (II) MGA(0): Not using default mode "2048x1536" (hsync out of range) (II) MGA(0): Not using default mode "1024x768" (hsync out of range) (II) MGA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "1024x768" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (width too large for virtual size) (II) MGA(0): Not using default mode "1600x1200" (width too large for virtual size) (II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size) (II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size) (--) MGA(0): Has SDRAM (--) MGA(0): Virtual size is 1280x1024 (pitch 1280) (**) MGA(0): *Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz (II) MGA(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) MGA(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz (II) MGA(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) MGA(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz (II) MGA(0): Modeline "1280x960" 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (**) MGA(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) MGA(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (**) MGA(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz (II) MGA(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (**) MGA(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) MGA(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (**) MGA(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) MGA(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (**) MGA(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) MGA(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (**) MGA(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) MGA(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (**) MGA(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) MGA(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (**) MGA(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) (II) MGA(0): Modeline "800x600" 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (**) MGA(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) MGA(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (**) MGA(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "800x600" 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (**) MGA(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) MGA(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (**) MGA(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) (II) MGA(0): Modeline "700x525" 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (**) MGA(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "700x525" 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (**) MGA(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) (II) MGA(0): Modeline "640x512" 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (**) MGA(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "640x512" 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (**) MGA(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) MGA(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (**) MGA(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) MGA(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (**) MGA(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz (II) MGA(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (**) MGA(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "640x480" 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (**) MGA(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) (II) MGA(0): Modeline "576x432" 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (**) MGA(0): Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D) (II) MGA(0): Modeline "512x384" 39.40 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (**) MGA(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) (II) MGA(0): Modeline "512x384" 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (**) MGA(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "512x384" 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (**) MGA(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) (II) MGA(0): Modeline "416x312" 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (**) MGA(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) (II) MGA(0): Modeline "400x300" 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (**) MGA(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) (II) MGA(0): Modeline "400x300" 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (**) MGA(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) (II) MGA(0): Modeline "400x300" 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (**) MGA(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) (II) MGA(0): Modeline "400x300" 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (**) MGA(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) (II) MGA(0): Modeline "320x240" 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (**) MGA(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) (II) MGA(0): Modeline "320x240" 15.75 320 332 352 416 240 244 245 260 doublescan -hsync -vsync (**) MGA(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) (II) MGA(0): Modeline "320x240" 12.60 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (--) MGA(0): Display dimensions: (380, 300) mm (--) MGA(0): DPI set to (85, 86) (II) MGA(0): YDstOrg is set to 0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/X11R6/lib/modules/libfb.a (II) Module fb: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 ANSI C Emulation, version 0.2 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/X11R6/lib/modules/libxaa.a (II) Module xaa: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.1.0 ABI class: XFree86 Video Driver, version 0.7 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/X11R6/lib/modules/libramdac.a (II) Module ramdac: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.7 (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0x82000000 - 0x827fffff (0x800000) MX[B] [1] 0 0 0x82820000 - 0x82823fff (0x4000) MX[B] [2] 0 0 0x88000000 - 0x89ffffff (0x2000000) MX[B] [3] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [4] -1 0 0x00000000 - 0x00000000 (0x1) MX[B] [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0 0x82921000 - 0x829210ff (0x100) MX[B]E [7] -1 0 0x82920000 - 0x82920fff (0x1000) MX[B]E [8] -1 0 0x82921100 - 0x829211ff (0x100) MX[B]E [9] -1 0 0x82921200 - 0x829213ff (0x200) MX[B]E [10] -1 0 0x82800000 - 0x8281ffff (0x20000) MX[B](B) [11] -1 0 0x82000000 - 0x827fffff (0x800000) MX[B](B) [12] -1 0 0x82820000 - 0x82823fff (0x4000) MX[B](B) [13] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B](B) [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [17] -1 0 0xffffffff - 0xffffffff (0x1) IX[B] [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [19] -1 0 0x00010300 - 0x000103ff (0x100) IX[B]E [20] -1 0 0x00010000 - 0x000100ff (0x100) IX[B]E [21] -1 0 0x00010100 - 0x000101ff (0x100) IX[B]E [22] -1 0 0x00010200 - 0x000102ff (0x100) IX[B]E [23] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [24] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (--) MGA(0): 16 DWORD fifo (==) MGA(0): Default visual is TrueColor (II) MGA(0): [drm] bpp: 32 depth: 24 (II) MGA(0): [drm] Sarea 2200+664: 2864 drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed [drm] failed to load kernel module "mga" (II) MGA(0): [drm] drmOpen failed (EE) MGA(0): [drm] DRIScreenInit failed. Disabling DRI. (II) MGA(0): Using 2252 lines for offscreen memory. (II) MGA(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles Solid filled trapezoids 8x8 mono pattern filled rectangles 8x8 mono pattern filled trapezoids Indirect CPU to Screen color expansion Screen to Screen color expansion Solid Lines Dashed Lines Scanline Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 14 256x256 slots 5 512x512 slots (==) MGA(0): Backing store disabled (==) MGA(0): Silken mouse enabled (II) MGA(0): Using overlay video (==) MGA(0): Direct rendering disabled (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension LBX (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (**) Option "Protocol" "auto" (**) Mouse0: Device: "/dev/sysmouse" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/sysmouse" (**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (==) Mouse0: Buttons: 3 (II) Keyboard "Keyboard0" handled by legacy driver (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Mouse0: SetupAuto: protocol is SysMouse Could not init font path element /usr/X11R6/lib/X11/fonts/local/, removing from list! --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="XFree86.0.log.vga" This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to XFree86@XFree86.Org and patches submitted to fixes@XFree86.Org. Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cvs). XFree86 Version 4.3.99.15 Release Date: 1 November 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: FreeBSD 5.1 alpha [ELF] Current Operating System: FreeBSD kemoauc.mips.inka.de 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon Dec 22 07:27:04 CET 2003 naddy@kemoauc.mips.inka.de:/usr/obj/usr/src/sys/KEMOAUC alpha Build Date: 12 November 2003 Changelog Date: 02 November 2003 Before reporting problems, check http://www.XFree86.Org/ to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/XFree86.0.log", Time: Tue Jan 6 00:59:02 2004 (==) Using config file: "/etc/X11/XF86Config" (==) ServerLayout "XFree86 Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) Option "AutoRepeat" "250 30" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc104" (**) XKB: model: "pc104" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (**) Option "XkbOptions" "compose:ralt" (**) XKB: options: "compose:ralt" (==) Keyboard: CustomKeycode disabled (**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/cyrillic/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (II) Module ABI versions: XFree86 ANSI C Emulation: 0.2 XFree86 Video Driver: 0.7 XFree86 XInput driver : 0.4 XFree86 Server Extension : 0.2 XFree86 Font Renderer : 0.4 (II) Loader running on freebsd (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.7 (--) Using syscons driver with X support (version 16777218.0) (--) using VT number 9 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:05:0: chip 10ec,8169 card 10ec,8169 rev 10 class 02,00,00 hdr 00 (II) PCI: 00:06:0: chip 3388,0021 card 0000,0000 rev 13 class 06,04,00 hdr 01 (II) PCI: 00:07:0: chip 1000,000f card 0000,0000 rev 26 class 01,00,00 hdr 00 (II) PCI: 00:08:0: chip 8086,0484 card 0000,0000 rev 43 class 00,00,00 hdr 00 (II) PCI: 00:09:0: chip 1000,0001 card 1000,1000 rev 23 class 01,00,00 hdr 00 (II) PCI: 00:0b:0: chip 1095,0646 card 0000,0000 rev 01 class 01,01,80 hdr 00 (II) PCI: 01:00:0: chip 102b,0525 card 102b,0d43 rev 85 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:6:0), (0,1,0), BCTRL: 0x002a (VGA_EN is set) (II) Bus 1 non-prefetchable memory range: [0] -1 0 0x82000000 - 0x828fffff (0x900000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B] (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0xffffffff (0x100000000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x80000000 - 0xffffffff (0x80000000) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x80000000 - 0xffffffff (0x80000000) MX[B] (--) PCI: (0:8:0) Intel Corp. 82378IB [SIO ISA Bridge] rev 67 (--) PCI:*(1:0:0) Matrox Graphics, Inc. MGA G400 AGP rev 133, Mem @ 0x88000000/25, 0x82820000/14, 0x82000000/23, BIOS @ 0x82800000/17 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B] [1] -1 0 0x00000000 - 0xffffffff (0x100000000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0xffffffff - 0xffffffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0x82921000 - 0x82921fff (0x1000) MX[B]E [1] -1 0 0x82920000 - 0x8293ffff (0x20000) MX[B]E [2] -1 0 0x82921100 - 0x829211ff (0x100) MX[B]E [3] -1 0 0x82921200 - 0x829213ff (0x200) MX[B]E [4] -1 0 0x82800000 - 0x8281ffff (0x20000) MX[B](B) [5] -1 0 0x82000000 - 0x827fffff (0x800000) MX[B](B) [6] -1 0 0x82820000 - 0x82823fff (0x4000) MX[B](B) [7] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B](B) [8] -1 0 0x00010300 - 0x000103ff (0x100) IX[B]E [9] -1 0 0x00010000 - 0x000100ff (0x100) IX[B]E [10] -1 0 0x00010100 - 0x000101ff (0x100) IX[B]E [11] -1 0 0x00010200 - 0x000102ff (0x100) IX[B]E (II) PCI Memory resource overlap reduced 0x82921000 from 0x82921fff to 0x829210ff (II) PCI Memory resource overlap reduced 0x82920000 from 0x8293ffff to 0x82920fff (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0x82921000 - 0x829210ff (0x100) MX[B]E [1] -1 0 0x82920000 - 0x82920fff (0x1000) MX[B]E [2] -1 0 0x82921100 - 0x829211ff (0x100) MX[B]E [3] -1 0 0x82921200 - 0x829213ff (0x200) MX[B]E [4] -1 0 0x82800000 - 0x8281ffff (0x20000) MX[B](B) [5] -1 0 0x82000000 - 0x827fffff (0x800000) MX[B](B) [6] -1 0 0x82820000 - 0x82823fff (0x4000) MX[B](B) [7] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B](B) [8] -1 0 0x00010300 - 0x000103ff (0x100) IX[B]E [9] -1 0 0x00010000 - 0x000100ff (0x100) IX[B]E [10] -1 0 0x00010100 - 0x000101ff (0x100) IX[B]E [11] -1 0 0x00010200 - 0x000102ff (0x100) IX[B]E (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0xffffffff - 0xffffffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x82921000 - 0x829210ff (0x100) MX[B]E [4] -1 0 0x82920000 - 0x82920fff (0x1000) MX[B]E [5] -1 0 0x82921100 - 0x829211ff (0x100) MX[B]E [6] -1 0 0x82921200 - 0x829213ff (0x200) MX[B]E [7] -1 0 0x82800000 - 0x8281ffff (0x20000) MX[B](B) [8] -1 0 0x82000000 - 0x827fffff (0x800000) MX[B](B) [9] -1 0 0x82820000 - 0x82823fff (0x4000) MX[B](B) [10] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B](B) [11] -1 0 0xffffffff - 0xffffffff (0x1) IX[B] [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [13] -1 0 0x00010300 - 0x000103ff (0x100) IX[B]E [14] -1 0 0x00010000 - 0x000100ff (0x100) IX[B]E [15] -1 0 0x00010100 - 0x000101ff (0x100) IX[B]E [16] -1 0 0x00010200 - 0x000102ff (0x100) IX[B]E (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension FontCache (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.2 (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a (II) Module GLcore: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a (II) Module dri: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.2 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a (II) Module drm: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a (II) Module record: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.13.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension RECORD (II) LoadModule: "xtrap" (II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a (II) Module xtrap: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension DEC-XTRAP (II) LoadModule: "speedo" (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a (II) Module speedo: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.1 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Speedo (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.2 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "mga" (II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o (II) Module mga: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.1.1 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.7 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.4 (II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w, mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400, mgag550 (II) Primary Device is: PCI 01:00:0 (--) Chipset mgag400 found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x82921000 - 0x829210ff (0x100) MX[B]E [4] -1 0 0x82920000 - 0x82920fff (0x1000) MX[B]E [5] -1 0 0x82921100 - 0x829211ff (0x100) MX[B]E [6] -1 0 0x82921200 - 0x829213ff (0x200) MX[B]E [7] -1 0 0x82800000 - 0x8281ffff (0x20000) MX[B](B) [8] -1 0 0x82000000 - 0x827fffff (0x800000) MX[B](B) [9] -1 0 0x82820000 - 0x82823fff (0x4000) MX[B](B) [10] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B](B) [11] -1 0 0xffffffff - 0xffffffff (0x1) IX[B] [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [13] -1 0 0x00010300 - 0x000103ff (0x100) IX[B]E [14] -1 0 0x00010000 - 0x000100ff (0x100) IX[B]E [15] -1 0 0x00010100 - 0x000101ff (0x100) IX[B]E [16] -1 0 0x00010200 - 0x000102ff (0x100) IX[B]E (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x82921000 - 0x829210ff (0x100) MX[B]E [4] -1 0 0x82920000 - 0x82920fff (0x1000) MX[B]E [5] -1 0 0x82921100 - 0x829211ff (0x100) MX[B]E [6] -1 0 0x82921200 - 0x829213ff (0x200) MX[B]E [7] -1 0 0x82800000 - 0x8281ffff (0x20000) MX[B](B) [8] -1 0 0x82000000 - 0x827fffff (0x800000) MX[B](B) [9] -1 0 0x82820000 - 0x82823fff (0x4000) MX[B](B) [10] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B](B) [11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [14] -1 0 0xffffffff - 0xffffffff (0x1) IX[B] [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [16] -1 0 0x00010300 - 0x000103ff (0x100) IX[B]E [17] -1 0 0x00010000 - 0x000100ff (0x100) IX[B]E [18] -1 0 0x00010100 - 0x000101ff (0x100) IX[B]E [19] -1 0 0x00010200 - 0x000102ff (0x100) IX[B]E [20] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [21] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/X11R6/lib/modules/libvgahw.a (II) Module vgahw: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.7 (--) MGA(0): Chipset: "mgag400" (G450) (II) Loading sub module "mga_hal" (II) LoadModule: "mga_hal" (WW) Warning, couldn't open module mga_hal (II) UnloadModule: "mga_hal" (EE) MGA: Failed to load module "mga_hal" (module does not exist, 0) (==) MGA(0): Matrox HAL module not loaded - using builtin mode setup instead (**) MGA(0): Depth 24, (--) framebuffer bpp 32 (==) MGA(0): RGB weight 888 (==) MGA(0): Using AGP 1x mode (--) MGA(0): Linear framebuffer at 0x88000000 (--) MGA(0): MMIO registers at 0x82820000 (--) MGA(0): Pseudo-DMA transfer window at 0x82000000 (--) MGA(0): BIOS at 0x82800000 (II) Truncating PCI BIOS Length to 36864 (--) MGA(0): Video BIOS info block at offset 0x07CE0 (WW) MGA(0): Video BIOS info block not detected! (II) MGA(0): MGABios.RamdacType = 0x0 (--) Machine type has 8/16 bit access (--) MGA(0): VideoRAM: 32768 kByte (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.7 (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Loading /usr/X11R6/lib/modules/libi2c.a (II) Module i2c: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.2.0 ABI class: XFree86 Video Driver, version 0.7 (II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) MGA(0): I2C bus "DDC" initialized. (II) MGA(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) MGA(0): I2C device "DDC:ddc2" removed. (II) MGA(0): I2C Monitor info: 0x0 (II) MGA(0): end of I2C Monitor info (--) MGA(0): No DDC signal (II) MGA(0): DDC Monitor info: 0x0 (II) MGA(0): end of DDC Monitor info (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/X11R6/lib/modules/libvbe.a (II) Module vbe: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.1.0 ABI class: XFree86 Video Driver, version 0.7 (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/libint10.a (II) Module int10: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.7 (II) MGA(0): initializing int10 (II) MGA(0): No legacy BIOS found -- trying PCI (II) Truncating PCI BIOS Length to 36864 (II) MGA(0): VESA BIOS detected (II) MGA(0): VESA VBE Version 3.0 (II) MGA(0): VESA VBE Total Mem: 32768 kB (II) MGA(0): VESA VBE OEM: Matrox Graphics Inc. (II) MGA(0): VESA VBE OEM Software Rev: 1.3 (II) MGA(0): VESA VBE OEM Vendor: Matrox (II) MGA(0): VESA VBE OEM Product: Matrox G450 (II) MGA(0): VESA VBE OEM Product Rev: 00 (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/X11R6/lib/modules/libddc.a (II) MGA(0): VESA VBE DDC supported (II) MGA(0): VESA VBE DDC Level none (II) MGA(0): VESA VBE DDC transfer in appr. 0 sec. (II) MGA(0): VESA VBE DDC read failed (==) MGA(0): Using gamma correction (1.0, 1.0, 1.0) (==) MGA(0): Min pixel clock is 12 MHz (==) MGA(0): Max pixel clock is 360 MHz (II) MGA(0): Monitor0: Using hsync range of 30.00-81.00 kHz (II) MGA(0): Monitor0: Using vrefresh range of 56.00-75.00 Hz (II) MGA(0): Clock range: 12.00 to 360.00 MHz (II) MGA(0): Not using default mode "640x350" (vrefresh out of range) (II) MGA(0): Not using default mode "320x175" (vrefresh out of range) (II) MGA(0): Not using default mode "640x400" (vrefresh out of range) (II) MGA(0): Not using default mode "320x200" (vrefresh out of range) (II) MGA(0): Not using default mode "720x400" (vrefresh out of range) (II) MGA(0): Not using default mode "360x200" (vrefresh out of range) (II) MGA(0): Not using default mode "640x480" (vrefresh out of range) (II) MGA(0): Not using default mode "320x240" (vrefresh out of range) (II) MGA(0): Not using default mode "800x600" (vrefresh out of range) (II) MGA(0): Not using default mode "400x300" (vrefresh out of range) (II) MGA(0): Not using default mode "1024x768" (vrefresh out of range) (II) MGA(0): Not using default mode "512x384" (vrefresh out of range) (II) MGA(0): Not using default mode "1024x768" (vrefresh out of range) (II) MGA(0): Not using default mode "512x384" (vrefresh out of range) (II) MGA(0): Not using default mode "1280x960" (hsync out of range) (II) MGA(0): Not using default mode "640x480" (hsync out of range) (II) MGA(0): Not using default mode "1280x1024" (hsync out of range) (II) MGA(0): Not using default mode "640x512" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (hsync out of range) (II) MGA(0): Not using default mode "800x600" (hsync out of range) (II) MGA(0): Not using default mode "1792x1344" (hsync out of range) (II) MGA(0): Not using default mode "896x672" (hsync out of range) (II) MGA(0): Not using default mode "1792x1344" (hsync out of range) (II) MGA(0): Not using default mode "896x672" (hsync out of range) (II) MGA(0): Not using default mode "1856x1392" (hsync out of range) (II) MGA(0): Not using default mode "928x696" (hsync out of range) (II) MGA(0): Not using default mode "1856x1392" (hsync out of range) (II) MGA(0): Not using default mode "928x696" (hsync out of range) (II) MGA(0): Not using default mode "1920x1440" (hsync out of range) (II) MGA(0): Not using default mode "960x720" (hsync out of range) (II) MGA(0): Not using default mode "1920x1440" (hsync out of range) (II) MGA(0): Not using default mode "960x720" (hsync out of range) (II) MGA(0): Not using default mode "1152x768" (vrefresh out of range) (II) MGA(0): Not using default mode "576x384" (vrefresh out of range) (II) MGA(0): Not using default mode "1920x1440" (hsync out of range) (II) MGA(0): Not using default mode "960x720" (hsync out of range) (II) MGA(0): Not using default mode "2048x1536" (hsync out of range) (II) MGA(0): Not using default mode "1024x768" (hsync out of range) (II) MGA(0): Not using default mode "2048x1536" (hsync out of range) (II) MGA(0): Not using default mode "1024x768" (hsync out of range) (II) MGA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) MGA(0): Not using default mode "1024x768" (hsync out of range) (II) MGA(0): Not using default mode "1600x1200" (width too large for virtual size) (II) MGA(0): Not using default mode "1600x1200" (width too large for virtual size) (II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size) (II) MGA(0): Not using default mode "1400x1050" (width too large for virtual size) (--) MGA(0): Has SDRAM (--) MGA(0): Virtual size is 1280x1024 (pitch 1280) (**) MGA(0): *Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz (II) MGA(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) MGA(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz (II) MGA(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) MGA(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz (II) MGA(0): Modeline "1280x960" 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (**) MGA(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) MGA(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (**) MGA(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz (II) MGA(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (**) MGA(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) MGA(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (**) MGA(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) MGA(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (**) MGA(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) MGA(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (**) MGA(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) MGA(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (**) MGA(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) MGA(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (**) MGA(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) (II) MGA(0): Modeline "800x600" 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (**) MGA(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) MGA(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (**) MGA(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "800x600" 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (**) MGA(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) MGA(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (**) MGA(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) (II) MGA(0): Modeline "700x525" 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (**) MGA(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "700x525" 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (**) MGA(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) (II) MGA(0): Modeline "640x512" 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (**) MGA(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "640x512" 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (**) MGA(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) MGA(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (**) MGA(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) MGA(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (**) MGA(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz (II) MGA(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (**) MGA(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "640x480" 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (**) MGA(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) (II) MGA(0): Modeline "576x432" 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (**) MGA(0): Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D) (II) MGA(0): Modeline "512x384" 39.40 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (**) MGA(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) (II) MGA(0): Modeline "512x384" 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (**) MGA(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) (II) MGA(0): Modeline "512x384" 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (**) MGA(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) (II) MGA(0): Modeline "416x312" 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (**) MGA(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) (II) MGA(0): Modeline "400x300" 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (**) MGA(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) (II) MGA(0): Modeline "400x300" 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (**) MGA(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) (II) MGA(0): Modeline "400x300" 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (**) MGA(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) (II) MGA(0): Modeline "400x300" 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (**) MGA(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) (II) MGA(0): Modeline "320x240" 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (**) MGA(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) (II) MGA(0): Modeline "320x240" 15.75 320 332 352 416 240 244 245 260 doublescan -hsync -vsync (**) MGA(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) (II) MGA(0): Modeline "320x240" 12.60 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (==) MGA(0): DPI set to (75, 75) (II) MGA(0): YDstOrg is set to 0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/X11R6/lib/modules/libfb.a (II) Module fb: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.0.0 ABI class: XFree86 ANSI C Emulation, version 0.2 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/X11R6/lib/modules/libxaa.a (II) Module xaa: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 1.1.0 ABI class: XFree86 Video Driver, version 0.7 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/X11R6/lib/modules/libramdac.a (II) Module ramdac: vendor="The XFree86 Project" compiled for 4.3.99.15, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.7 (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0x82000000 - 0x827fffff (0x800000) MX[B] [1] 0 0 0x82820000 - 0x82823fff (0x4000) MX[B] [2] 0 0 0x88000000 - 0x89ffffff (0x2000000) MX[B] [3] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [4] -1 0 0x00000000 - 0x00000000 (0x1) MX[B] [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0 0x82921000 - 0x829210ff (0x100) MX[B]E [7] -1 0 0x82920000 - 0x82920fff (0x1000) MX[B]E [8] -1 0 0x82921100 - 0x829211ff (0x100) MX[B]E [9] -1 0 0x82921200 - 0x829213ff (0x200) MX[B]E [10] -1 0 0x82800000 - 0x8281ffff (0x20000) MX[B](B) [11] -1 0 0x82000000 - 0x827fffff (0x800000) MX[B](B) [12] -1 0 0x82820000 - 0x82823fff (0x4000) MX[B](B) [13] -1 0 0x88000000 - 0x89ffffff (0x2000000) MX[B](B) [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [17] -1 0 0xffffffff - 0xffffffff (0x1) IX[B] [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [19] -1 0 0x00010300 - 0x000103ff (0x100) IX[B]E [20] -1 0 0x00010000 - 0x000100ff (0x100) IX[B]E [21] -1 0 0x00010100 - 0x000101ff (0x100) IX[B]E [22] -1 0 0x00010200 - 0x000102ff (0x100) IX[B]E [23] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [24] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (--) MGA(0): 16 DWORD fifo (==) MGA(0): Default visual is TrueColor (II) MGA(0): [drm] bpp: 32 depth: 24 (II) MGA(0): [drm] Sarea 2200+664: 2864 drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed [drm] failed to load kernel module "mga" (II) MGA(0): [drm] drmOpen failed (EE) MGA(0): [drm] DRIScreenInit failed. Disabling DRI. (II) MGA(0): Using 2252 lines for offscreen memory. (II) MGA(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles Solid filled trapezoids 8x8 mono pattern filled rectangles 8x8 mono pattern filled trapezoids Indirect CPU to Screen color expansion Screen to Screen color expansion Solid Lines Dashed Lines Scanline Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 14 256x256 slots 5 512x512 slots (==) MGA(0): Backing store disabled (==) MGA(0): Silken mouse enabled (II) MGA(0): Using overlay video (==) MGA(0): Direct rendering disabled (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension LBX (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (**) Option "Protocol" "auto" (**) Mouse0: Device: "/dev/sysmouse" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/sysmouse" (**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (==) Mouse0: Buttons: 3 (II) Keyboard "Keyboard0" handled by legacy driver (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Mouse0: SetupAuto: protocol is SysMouse Could not init font path element /usr/X11R6/lib/X11/fonts/local/, removing from list! (II) 3rd Button detected: disabling emulate3Button --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Description: XF86Config Content-Disposition: attachment; filename=XF86Config # $Id: XF86Config,v 1.8 2004/01/07 01:57:24 naddy Exp $ Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" EndSection Section "Module" Load "extmod" Load "glx" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "AutoRepeat" "250 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" Option "XkbOptions" "compose:ralt" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Samsung" ModelName "SyncMaster 193T" HorizSync 30 - 81 VertRefresh 56 - 75 #Option "DPMS" "yes" EndSection Section "Device" Identifier "Card0" Driver "mga" VendorName "Matrox Graphics, Inc." BoardName "MGA G400 AGP" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection --tThc/1wpZn/ma/RB-- From owner-freebsd-x11@FreeBSD.ORG Thu Jan 8 10:08:35 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0861116A4CE for ; Thu, 8 Jan 2004 10:08:35 -0800 (PST) Received: from anubis.0z0ne.com (ns.0z0ne.com [194.143.194.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97E4C43D60 for ; Thu, 8 Jan 2004 10:08:28 -0800 (PST) (envelope-from ruben@pasapues.com) Received: (qmail 62240 invoked from network); 8 Jan 2004 18:08:22 -0000 Received: from unknown (HELO pasapues.com) (127.0.0.1) by 0 with SMTP; 8 Jan 2004 18:08:22 -0000 Received: from 80.34.74.154 (SquirrelMail authenticated user ruben@pasapues.com) by www.pasapues.com with HTTP; Thu, 8 Jan 2004 19:08:22 +0100 (CET) Message-ID: <61671.80.34.74.154.1073585302.squirrel@www.pasapues.com> Date: Thu, 8 Jan 2004 19:08:22 +0100 (CET) From: To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.5) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on anubis.0z0ne.com X-Spam-Level: X-Spam-Status: No, hits=0.3 required=5.0 tests=NO_REAL_NAME autolearn=no version=2.60 Subject: ATI RADEON 9000 problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 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, 08 Jan 2004 18:08:35 -0000 Hello all, I've FreeBsd 5.1 running over one DELL Latitud D600 with an agp card (ATI Radeon 9000). I can't execute startx if i don't disable in the kernel: device agp. What's the problem? My card it isn't supported by FreeBsd 5.1? What can i do? Thank's in advantage