Displaying 5 results from an estimated 5 matches for "with_new_xorg".
2013 Nov 07
3
FreeBSD10-Beta3: No xorg-server-1.12.4
Hi:
The FreeBSD10-Beta3 kernel is recompiled successfully with the
following in /etc/make.conf
WITH_NEW_XORG=yes
WITH_KMS=yes
WITH_GALLIUM=yes
But after installworld, there is no sight of new xorg-server-1.12.4 in
pkg cache nor in /usr/ports:
How to install new xorg and where is the source?
# pkg search xorg
linux-f10-xorg-libs-7.4_1
xorg-7.7
xorg-apps-7.7
xorg-cf-files-1.0.5_1
xorg-dmx-1.7.7_11,1
xorg-...
2012 Jul 09
1
Build failure xorg-drivers with Clang
Greetings
I am trying to build a 9.0 Stable system and am getting this error when
building xorg meta port. I have clang set up as follows
make.conf
cat /etc/make.conf
CC=clang
CXX=clang++
CPP=clang-cpp
# added by use.perl 2012-07-09 07:23:29
PERL_VERSION=5.16.0
src.conf
CC=clang
CXX=clang++
CPP=clang-cpp
uname -a
FreeBSD pita9bsd.shasta204.local 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun
Jul 8
2013 Feb 03
1
Ports and WITH_LIBCPLUSPLUS
..., ie clang-3.2, libc++ and libcxxrt, so I
used poudriere to build a jail setup for that ( WITH_LIBCPLUSPLUS=yes in
src.conf, CXXFLAGS+=-stdlib=libc++ and libsupc++.so.1 libcxxrt.so.1 in
libmap.conf ), and started to build my normal set of packages ( see
desktop.list ). Please note that I also have WITH_NEW_XORG=yes and
WITH_KMS=yes, as well as using the devel xorg repo.
First Great work for moving FreeBSD towards a more modern c++ world!
Results:
Some stuff works, some don't ;) Some may be due to clang and not just
libc++. Here is a list of packages that fails:
audio/libofa
databases/akonadi
devel/...
2012 Nov 05
4
agp in kernel
After several years I replaced desktop and laptop and
wait for release to start fresh. On desktop I put nvidia
gt520. Forums say nvidia prop driver dislikes agp op-
tion in kernel and recommend removing it. Laptop is
sandy bridge with hd3000 integrated. Would I trigger
something if I delete agp from conf file in both cases?
Another issue bothers me also. RC version of amdtemp
failed to read
2013 May 12
3
FreeBSD Quarterly Status Report, January-March 2013
...asks:
1. Decide how to handle the new and old xorg distributions. In recent
xorg, a lot of legacy driver support has been dropped, therefore we
need to maintain two xorg distributions to not lose a lot of
hardware drivers. Currently, this is done by setting the flag
WITH_NEW_XORG in /etc/make.conf, but a more practical solution is
needed. This is especially important since the flag is not very
user-friendly, and since there currently will be no official
packages for the new distribution.
2. Continue to test and update xorg related ports. There are n...