hello,
I'm back with my HPC 16 threads, I finally found a video card for my server is a video card ATI Radeon 7000 32MB DDR PCI, it works perfectly on two linux distributions DEB and RPM without drivers, I try for the first time to run this video card on FreeBSD 11.1 i386.
of course I installed the ports: / usr / ports / x11 / gnome3 and / usr / ports / x11 / xorg
here are the actions I did:
video card Radeon 7000 32MB DDR PCI
1/
to /usr/local/etc/X11/xorg.conf.d/modules.conf
Section "Module"
Load "shadow"
Load "fb"
Load "glamoregl"
EndSection
2/
portmaster x11-servers/xorg-server x11-drivers/xf86-video-ati x11-drivers/xf86-video-scfb
3/
/var/log/Xorg.0.log
4/
root@hpc-ortice:~ #
ldd /usr/local/lib/xorg/modules/drivers/radeon_drv.so
/usr/local/lib/xorg/modules/drivers/radeon_drv.so:
with the command
I do not see what I can do to identify the card with the operating system
Regards
Philippe
I'm back with my HPC 16 threads, I finally found a video card for my server is a video card ATI Radeon 7000 32MB DDR PCI, it works perfectly on two linux distributions DEB and RPM without drivers, I try for the first time to run this video card on FreeBSD 11.1 i386.
of course I installed the ports: / usr / ports / x11 / gnome3 and / usr / ports / x11 / xorg
here are the actions I did:
video card Radeon 7000 32MB DDR PCI
1/
to /usr/local/etc/X11/xorg.conf.d/modules.conf
Section "Module"
Load "shadow"
Load "fb"
Load "glamoregl"
EndSection
2/
portmaster x11-servers/xorg-server x11-drivers/xf86-video-ati x11-drivers/xf86-video-scfb
3/
/var/log/Xorg.0.log
Code:
[ 49.036] (II) scfb: driver for wsdisplay framebuffer: scfb
[ 49.036] (II) VESA: driver for VESA chipsets: vesa
[ 49.036] (--) Using syscons driver with X support (version 2.0)
[ 49.036] (++) using VT number 9
[ 49.054] (WW) Falling back to old probe method for modesetting
[ 49.055] (EE) open /dev/dri/card0: No such file or directory
[ 49.055] (WW) Falling back to old probe method for scfb
[ 49.055] scfb trace: probe start
[ 49.055] scfb trace: probe done
[ 49.055] (WW) Falling back to old probe method for vesa
[ 49.055] (EE) No devices detected.
[ 49.055] (EE)
Fatal server error:
[ 49.055] (EE) no screens found(EE)
[ 49.055] (EE)
Please consult the The X.Org Foundation support
4/
root@hpc-ortice:~ #
ldd /usr/local/lib/xorg/modules/drivers/radeon_drv.so
/usr/local/lib/xorg/modules/drivers/radeon_drv.so:
Code:
libdrm_radeon.so.1 => /usr/local/lib/libdrm_radeon.so.1 (0x281e1000)
libc.so.7 => /lib/libc.so.7 (0x28071000)
libdrm.so.2 => /usr/local/lib/libdrm.so.2 (0x281ec000)
libm.so.5 => /lib/libm.so.5 (0x28669000)
libthr.so.3 => /lib/libthr.so.3 (0x28691000)
root@hpc-ortice:~ #
with the command
dmesg
I can not find my cardI do not see what I can do to identify the card with the operating system
Regards
Philippe