PDA

View Full Version : x11 build failed


LordZ
November 19th, 2008, 22:03
Hi. I'm a FreeBSD new user, I begined to install Xorg but I messed up something with the drivers now I get message that some drivers conflict with each other.How can I fix this?

Gabe_G23
November 19th, 2008, 22:14
cd /usr/ports/x11/xorg && make config (as root) and fix it with what the error message said was conflicting.

You may have to do it twice.

LordZ
November 19th, 2008, 22:41
I get " No options to configure"

LordZ
November 19th, 2008, 23:15
Problem solved. Deleted directory /usr/db/ports/xorg and started make install clean againg without conflicting drivers.

fender0107401
November 20th, 2008, 05:00
cd /usr/ports/x11-drivers/xorg-drivers
make config

LordZ
November 20th, 2008, 08:18
cd /usr/ports/x11-drivers/xorg-drivers
make config

Didn't help either. But in the end it doesn't matter anymore. I now have Xorg installed and running.

SirDice
November 20th, 2008, 08:54
Instead of rm -rf /var/db/ports/xorg you can also do cd /usr/ports/x11/xorg && make rmconfig.

LordZ
November 21st, 2008, 08:46
Thnx all