Hello,
Yes, 15 years ago I took my first step out of the MS world and NT machines, by building a FreeBSD server for my company. It didn't last long; I had to change to Gentoo first, and then Debian, for administering easiness.
All the machines that I now administer are mostly Manjaro OpenRC and some Debian Wheezy (pre-systemd), the later on conversion process. My mission critical laptop is a MacBook Pro running Manjaro OpenRC. I like the Apple hardware, although difficult to justify the price.
So, to evaluate the possibility of a move to FreeBSD, I went to the basement and grabbed one of my old laptops for testing, also about 15 years old, a Fujitsu-Siemens Amilo D 6820, which has an ATI graphics Radeon 9000 Mobility M9 (RV250) (AGP), and I've been struggling to install FreeBSD on this.
First of all, either Knopix 6.2 or Ubuntu 10.04 live cd's work perfectly with this, using the radeon driver. But FreeBSD 11.0 STABLE (or RELEASE, same result), work well with Vesa driver but give a blank screen with the radeon driver. The problem seems to be that this build of the driver is incapable of detecting the LVDS output. But it detects the VGA and S-Video outputs. Can't be a hardware problem because, as I said, either Knopix or Ubuntu detect LVDS perfectly.
I have tried almost every combination of option parameters in Device, Monitor, Screen, and other, sections of xorg.conf to no avail. No xorg.conf at all (pulling radeon) doesn't work either. The simple fact of loading radeonkms produces a blank screen. I already inserted kern.vty=vt in /boot/loader.conf.
Relevant output and logs:
So, I would appreciate any help to solve this, in order to evaluate whether FreeBSD is a valid option for our needs.
Rgds
jss
Yes, 15 years ago I took my first step out of the MS world and NT machines, by building a FreeBSD server for my company. It didn't last long; I had to change to Gentoo first, and then Debian, for administering easiness.
All the machines that I now administer are mostly Manjaro OpenRC and some Debian Wheezy (pre-systemd), the later on conversion process. My mission critical laptop is a MacBook Pro running Manjaro OpenRC. I like the Apple hardware, although difficult to justify the price.
So, to evaluate the possibility of a move to FreeBSD, I went to the basement and grabbed one of my old laptops for testing, also about 15 years old, a Fujitsu-Siemens Amilo D 6820, which has an ATI graphics Radeon 9000 Mobility M9 (RV250) (AGP), and I've been struggling to install FreeBSD on this.
First of all, either Knopix 6.2 or Ubuntu 10.04 live cd's work perfectly with this, using the radeon driver. But FreeBSD 11.0 STABLE (or RELEASE, same result), work well with Vesa driver but give a blank screen with the radeon driver. The problem seems to be that this build of the driver is incapable of detecting the LVDS output. But it detects the VGA and S-Video outputs. Can't be a hardware problem because, as I said, either Knopix or Ubuntu detect LVDS perfectly.
I have tried almost every combination of option parameters in Device, Monitor, Screen, and other, sections of xorg.conf to no avail. No xorg.conf at all (pulling radeon) doesn't work either. The simple fact of loading radeonkms produces a blank screen. I already inserted kern.vty=vt in /boot/loader.conf.
Relevant output and logs:
Code:
# pciconf -lv
vgapci0@pci0:1:0:0: class=0x030000 card=0x205817c0 chip=0x4c661002 rev=0x01 hdr=0x00
vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]'
device = 'RV250/M9 GL [Mobility FireGL 9000/Radeon 9000]'
class = display
subclass = VGA
Code:
$ startxfce4 --with-ck-launch
from ssh:
$ cat /var/log/Xorg.0.log
...
[ 295.441] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[ 295.444] (II) RADEON(0): Output VGA-0 has no monitor section
[ 295.447] (II) RADEON(0): Output S-video has no monitor section
[ 295.450] (II) RADEON(0): EDID for output VGA-0
[ 295.476] (II) RADEON(0): EDID for output S-video
[ 295.476] (II) RADEON(0): Output VGA-0 disconnected
[ 295.477] (II) RADEON(0): Output S-video disconnected
[ 295.477] (WW) RADEON(0): No outputs definitely connected, trying again...
[ 295.477] (II) RADEON(0): Output VGA-0 disconnected
[ 295.477] (II) RADEON(0): Output S-video disconnected
[ 295.477] (WW) RADEON(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
...
So, I would appreciate any help to solve this, in order to evaluate whether FreeBSD is a valid option for our needs.
Rgds
jss