X.Org install error

Hi,

I get this error trying to install X.Org 7.5 from a fresh FreeBSD install.

Code:
gmake[2]: *** [swrast/s_texfilter.o] Error 1
gmake[2]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-7.4.4/src/mesa'
gmake[1]: *** [subdirs] Error 1
gmake[1]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-7.4.4/src'
gmake: *** [default] Error 1
*** Error code 1

Stop in /usr/ports/graphics/dri.
*** Error code 1

Stop in /usr/ports/x11/xorg.

Anyway to solve this?


Thanks.
 
Yes sure, thanks for your reply.

Code:
r200_swtcl.c: In function 'triangle_twoside_unfilled':
r200_swtcl.c:978: internal compiler error: in stmt_ann, at tree-flow-inline.h:174
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[5]: *** [r200_swtcl.o] Error 1
gmake[5]: *** Leaving directory '/usr/ports/graphics/dri/work/Mesa-7.4.4/src/mesa/drivers/dri/r200'
gmake[4]: *** [subdirs] Error 1
gmake[4]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-7.4.4/src/mesa/drivers/dri'
gmake[3]: *** [default] Error 1
gmake[3]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-7.4.4/src/mesa/drivers'
 
Yea, I was gonna ask. How can I pipe the install into a text file? (if possible)

I just got my ftp working.

I am using the new 8.1 32bit RELEASE version.
 
It looks like its a graphics driver issue. Run Xorg -configure, it will auto generate a .conf file in /root. Then run Xorg -config xorg.conf.new -retro (we use retro because it will display a gray screen with an X that lets you know its working) If you see this screen, you are good, exit out by hitting ctrl+alt+F1. You then need to reboot, move your xorg.conf.new file from root to etc/X11, then run startx

If any of that was redundant sorry, but if you havent done all of it, then it could very well be your problem.
 
Ok file piped, got some new errors though and it seemed like it installed/reinstalled it from scratch, it took again 2 hours to compile/install. That is not so good.

And I can't run any Xorg commands, it simply says
Code:
Xorg: Command not found
startx didn't run before but now I tried it kinda did, it crashed though pretty quick with an error.

But anyway so far it doesn't work yet.
 
Alright, it works now. However when I run startx 3 windows show up, login, xterm with "You have mail." and another xterm window under it with the same. And my mouse isn't working, although it was working when I installed FreeBSD.

I wanna install KDE4 eventually though.
 
Back
Top