Hello there 
I plan to use this PowerMac 7,3 as my desktop computer, therefore I need Xorg to run correctly. I was actually surprised that installing FreeBSD was THAT easy, even fan control and CPU temperature monitoring work out of the box - 44.5°C
But I just can't get Xorg running ...
Here's some basic information:
I installed FreeBSD the binary way from CD, and then every single piece of software by ports - so x11/xorg, x11/xdm, x11-drivers/xf86-video-fbdev and a few on. The first error I got when entering startx was that the Module fbdev failed to load. After replacing "radeonhd" with "vesa" at the Driver point in Section screen, (I've read at http://149.20.54.209/showthread.php?t=30472 that my only option is to use vesa driver, what I actually don't have a problem with) I get the following:
I actually do not know what to do. My graphics card is a ATI Radeon 9600. I forgot to mention, I'm using the xorg.conf that X -configure generated. Should I upload it?
Any help would be great
Cheers
I plan to use this PowerMac 7,3 as my desktop computer, therefore I need Xorg to run correctly. I was actually surprised that installing FreeBSD was THAT easy, even fan control and CPU temperature monitoring work out of the box - 44.5°C
Here's some basic information:
Code:
powerpcroot@asturias:~ # uname -a
FreeBSD asturias 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 02:57:14 UTC 2013 root@snap.freebsd.org:/usr/obj/powerpc.powerpc64/usr/src/sys/GENERIC64 powerpc
I installed FreeBSD the binary way from CD, and then every single piece of software by ports - so x11/xorg, x11/xdm, x11-drivers/xf86-video-fbdev and a few on. The first error I got when entering startx was that the Module fbdev failed to load. After replacing "radeonhd" with "vesa" at the Driver point in Section screen, (I've read at http://149.20.54.209/showthread.php?t=30472 that my only option is to use vesa driver, what I actually don't have a problem with) I get the following:
Code:
root@asturias:~ # startx
xauth: file /root/.serverauth.1326 does not exist
xauth: (argv):1: bad display name "asturias:0" in "list" command
xauth: (stdin):1: bad display name "asturias:0" in "add" command
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 9.2-RELEASE powerpc
Current Operating System: FreeBSD asturias 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 02:57:14 UTC 2013 root@snap.freebsd.org:/usr/obj/powerpc.powerpc64/usr/src/sys/GENERIC64 powerpc
Build Date: 01 November 2013 11:21:34PM
Current version of pixman: 0.30.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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/Xorg.0.log", Time: Sat Nov 2 11:55:08 2013
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
#/* Here's a delay of about 5 seconds */
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
xauth: (argv):1: bad display name "asturias:0" in "remove" command
I actually do not know what to do. My graphics card is a ATI Radeon 9600. I forgot to mention, I'm using the xorg.conf that X -configure generated. Should I upload it?
Any help would be great
Cheers