Solved ati radeon issue

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

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 card

I do not see what I can do to identify the card with the operating system

Regards
Philippe
 
Hi!

What the specific model of your graphic card? By the WIKI some Radeon 7000 are supported and others not. If yours fall under an unsupported one you could use the graphics/drm-next-kmod what is in sync with some recent linux kernel. However, that port just works with FreeBSD 10.x, and the other only alternative would be 12-CURRENT what is not recommended to production, neither is supported in here.

EDIT: anyway, if it is a supported one I think you would need x11-drivers/xf86-video-ati or x11-drivers/xf86-video-amdgpu.

EDIT_2: Also, x11-servers/xorg-server alone may not be enough, it is always a good idea to install the x11/xorg meta port.
 
FWIW, the normal way to identify video cards (or other PCI or PCI-like devices) under FreeBSD is with pciconf(8). Typically used like this:
Code:
tingo@kg-core1$ pciconf -lv | grep -A 4 vga
vgapci0@pci0:1:0:0:   class=0x030000 card=0x304a1682 chip=0x68f91002 rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD/ATI]'
    device     = 'Cedar [Radeon HD 5000/6000/7350/8350 Series]'
    class      = display
    subclass   = VGA
HTH
 
thanks tingo !

root@hpc-ortice:~ # pciconf -lv | grep -A 4 vga

Code:
vgapci0@pci0:3:0:0:   class=0x030000 card=0x31fa103c chip=0x0522102b rev=0x02 hdr=0x00
    vendor     = 'Matrox Electronics Systems Ltd.'
    device     = 'MGA G200e [Pilot] ServerEngines (SEP1)'
    class      = display
    subclass   = VGA
--
vgapci1@pci0:1:4:0:   class=0x030000 card=0x021118bc chip=0x51591002 rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices, Inc. [AMD/ATI]'
    device     = 'RV100 [Radeon 7000 / Radeon VE]'
    class      = display
    subclass   = VGA
root@hpc-ortice:~ #

what can I do after identifying my video card, or enter the settings knowing that for now I use the video card Radeon ?

Regards
Philippe
 
Hi,

According to the output of pciconf -lv | grep -A 4 vga your device is RV100 [Radeon 7000 / Radeon VE]

the radeon driver handle it
simply run $ man radeon | grep 'Radeon 7000' will shows you that.

as said in the handbook, do not try to create a manual configuration file but run [B]# Xorg -configure[/B] this will create a file named xorg.conf.new then make the changes you need, then test your settings with # [B]Xorg -config /root/xorg.conf.new[/B] and lastly, copy it in /usr/local/etc/X11 and strip the suffix '.new' or split it if you wish.

i Hope that will help
 
The use xorg.conf is actually not recommended anymore since most of times x11/xorg works out of the box without that. And apparently it was doing more bad than good.

For specific tweaking and fixes, the current recommended way is to use separated files in /usr/local/etc/xorg.conf.d.
 
1 / after adding the parameter kld_list = "radeonkms" in /etc/rc.conf, I get a black screen without widgets ...
I tried to reverse the order by declaring the parameter at the beginning of rc.conf , always the same! black screen...

2 / with Xorg -config /root/xorg.conf.new I get the same problem after disabling kld_list = "radeonkms", the result is a black screen without widgets ...

3 /yes lebarondemerde I agree with you for the use of conf.d, for auto configuration, xorg.conf setting is no longer done, it's finished!

Given the quality of the hardware components of the welds, I think my card is quite upscale even if it is old.

We are not very far from the solution!
 
What you are trying to use with xorg? I mean what DE or WM? This may be a helpfull info. Cinnamon is know to have the black window problem.

One more thing, did you installed x11/xorg? x11/xorg-server usually does not pull all necessary deps.
 
I think the problem is xorg is trying to use vgapci0 while vgapci1 is needed.

Your probably going to have to make an custom xorg.conf entry for vgapci1 to override the onboard Matrox device.

Like So:

Code:
Section "Device"
        Identifier  "Card0"
        Driver      "scfb"
        BusID       "PCI:0:1:4"
EndSection
With the Driver "*" being whatever your using.
 
I thought that we did not configure the xorg.conf, here are my files.

nano /var/log/Xorg.0.log
Code:
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
        ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
        REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
        ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
        AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
        AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
        ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
        MULLINS, KAVERI, HAWAII
[    32.028] (--) Using syscons driver with X support (version 2.0)
[    32.028] (++) using VT number 9

[    32.044] (EE) No devices detected.
[    32.044] (EE)
Fatal server error:
[    32.044] (EE) no screens found(EE)
[    32.044] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[    32.044] (EE) Please also check the log file at "/var/log/Xorg.0.log" for a$
[    32.044] (EE)

nano /usr/local/etc/X11/xorg.conf
Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/local/lib/xorg/modules"
        FontPath     "/usr/local/share/fonts/misc/"
        FontPath     "/usr/local/share/fonts/TTF/"
        FontPath     "/usr/local/share/fonts/OTF/"
        FontPath     "/usr/local/share/fonts/Type1/"
        FontPath     "/usr/local/share/fonts/100dpi/"
        FontPath     "/usr/local/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection
Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"                     # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "ColorTiling"               # [<bool>]
        #Option     "ColorTiling2D"             # [<bool>]
        #Option     "RenderAccel"               # [<bool>]
        #Option     "SubPixelOrder"             # [<str>]
        #Option     "AccelMethod"               # <str>
        #Option     "ShadowPrimary"             # [<bool>]
        #Option     "EXAVSync"                  # [<bool>]
        #Option     "EXAPixmaps"                # [<bool>]
        #Option     "ZaphodHeads"               # <str>
        #Option     "SwapbuffersWait"           # [<bool>]
        #Option     "DeleteUnusedDP12Displays"  # [<bool>]
        #Option     "DRI3"                      # [<bool>]
        #Option     "DRI"                       # <i>
        #Option     "TearFree"                  # [<bool>]
        Identifier  "Card0"
        Driver      "scfb"
        BusID       "PCI:0:1:4"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "DefaultRefresh"            # [<bool>]
        #Option     "ModeSetClearScreen"        # [<bool>]
        Identifier  "Card0"
        Driver      "scfb"
        BusID       "PCI:0:1:4"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
I do not understand the problem because the X server will not start anymore!
 
You seem to have it twice under "Devices" Use it only once.

maybe try Device0 instead of Card0

Also use your radeon driver instead of scfb. That was just an example.

Code:
Section "Device"
       Identifier  "Device0"
       Driver      "radeon"
       BusID       "PCI:0:1:4"
EndSection
 
From your 'Screen' section it uses Card0
Try this:
/usr/local/etc/X11/xorg.conf.d/video.conf:
Code:
Section "Device"
      Identifier  "Card0"
      Driver      "radeon"
      BusID       "PCI:0:1:4"
EndSection
 
my X server will not start anymore!

what do I have to do to find the original xorg.conf I'm not backup!

How to regenerate the automatic start of the X server daemon,
an empty Xorg.conf or destroyed?
 
yes tingo i have generate a new xorg.conf
So I have two video card and two screen output, which I choose so I have 4² = 16 solutions, how to choose the right video card and the good screen?

here is my new xorg.conf in hardware conflict:

Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/local/lib/xorg/modules"
        FontPath     "/usr/local/share/fonts/misc/"
        FontPath     "/usr/local/share/fonts/TTF/"
        FontPath     "/usr/local/share/fonts/OTF/"
        FontPath     "/usr/local/share/fonts/Type1/"
        FontPath     "/usr/local/share/fonts/100dpi/"
        FontPath     "/usr/local/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection
Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"                     # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "ColorTiling"               # [<bool>]
        #Option     "ColorTiling2D"             # [<bool>]
        #Option     "RenderAccel"               # [<bool>]
        #Option     "SubPixelOrder"             # [<str>]
        #Option     "AccelMethod"               # <str>
        #Option     "ShadowPrimary"             # [<bool>]
        #Option     "EXAVSync"                  # [<bool>]
        #Option     "EXAPixmaps"                # [<bool>]
        #Option     "ZaphodHeads"               # <str>
        #Option     "SwapbuffersWait"           # [<bool>]
        #Option     "DeleteUnusedDP12Displays"  # [<bool>]
        #Option     "DRI3"                      # [<bool>]
        #Option     "DRI"                       # <i>
        #Option     "TearFree"                  # [<bool>]
        Identifier  "Card0"
        Driver      "radeon"
        BusID       "PCI:1:4:0"
EndSection
Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "DefaultRefresh"            # [<bool>]
        #Option     "ModeSetClearScreen"        # [<bool>]
        Identifier  "Card1"
        Driver      "vesa"
        BusID       "PCI:3:0:0"
EndSection
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

with the empty xorg.conf here is my "/var/log/Xorg.0.log"
Code:
      ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
        ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
        REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
        ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
        AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
        AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
        ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
        MULLINS, KAVERI, HAWAII
[    47.382] (--) Using syscons driver with X support (version 2.0)
[    47.382] (++) using VT number 9

[    47.398] (EE) No devices detected.
[    47.398] (EE)
Fatal server error:
[    47.398] (EE) no screens found(EE)
[    47.398] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[    47.398] (EE) Please also check the log file at "/var/log/Xorg.0.log" for a$
[    47.398] (EE)
[    47.420] (EE) Server terminated with error (1). Closing log file.

So, i have a good new !
my hpc run to OpenBSD 6.2 and NetBSD 7.0.2 x86-64, with xfce4
 
Hi!

What the specific model of your graphic card? By the WIKI some Radeon 7000 are supported and others not. If yours fall under an unsupported one you could use the graphics/drm-next-kmod what is in sync with some recent linux kernel. However, that port just works with FreeBSD 10.x, and the other only alternative would be 12-CURRENT what is not recommended to production, neither is supported in here.

EDIT: anyway, if it is a supported one I think you would need x11-drivers/xf86-video-ati or x11-drivers/xf86-video-amdgpu.

EDIT_2: Also, x11-servers/xorg-server alone may not be enough, it is always a good idea to install the x11/xorg meta port.

amdgpu is going to be for 12, it's not supported on < 12... : >
 
hello, I iterated my installation on HPC I chose to install FreeBSD 10.3 for i386. after a long night to compile the following ports:
/ x11 / gnome3 and / usr / ports / x11 / xorg where i removed the diver vesa and let only the ATI drivers, try this:
/usr/local/etc/X11/xorg.conf.d/video.conf:
Code:
Section "Device"
     Identifier  "Card0"
     Driver      "radeon"
     BusID       "PCI:0:1:4"
EndSection
I also deactivated kld_list = "radeonkms" in the rc.conf file
when i do # Xorg -configure. i create a file named xorg.conf.new. test my settings with # Xorg -config /root/xorg.conf.new.
the X server does not start.
normally my video card, is compatible with this version of FreeBSD!
I prefer to stop testing for tonight!
I'm waiting for some comment to solve my problem

After deactivate /usr/local/etc/X11/xorg.conf.d/video.conf:
My server X start !
this is my /var/log/Xorg.0.log
Code:
[    88.526]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[    88.526] X Protocol Version 11, Revision 0
[    88.526] Build Operating System: FreeBSD 10.3-STABLE i386
[    88.526] Current Operating System: FreeBSD hpc-delta 10.3-STABLE FreeBSD 10.
3-STABLE #0 r320355: Mon Jun 26 15:17:40 UTC 2017     root@releng1.nyi.freebsd.o
rg:/usr/obj/usr/src/sys/GENERIC i386
[    88.526] Build Date: 03 December 2017  04:22:57AM
[    88.526]
[    88.526] Current version of pixman: 0.34.0
[    88.526]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    88.526] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    88.526] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec  4 15:19:06 201
7
[    88.526] (EE) Unable to locate/open config file: "/root/xorg.conf.new"
[    88.526] (==) Using system config directory "/usr/local/share/X11/xorg.conf.
d"
[    88.526] (==) No Layout section.  Using the first Screen section.
[    88.526] (==) No screen section available. Using defaults.
[    88.526] (**) |-->Screen "Default Screen Section" (0)
[    88.526] (**) |   |-->Monitor "<default monitor>"
[    88.527] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    88.527] (==) Automatically adding devices
[    88.527] (==) Automatically enabling devices
[    88.527] (==) Not automatically adding GPU devices
[    88.527] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    88.527] (==) FontPath set to:
        /usr/local/share/fonts/misc/,
        /usr/local/share/fonts/TTF/,
        /usr/local/share/fonts/OTF/,
        /usr/local/share/fonts/Type1/,
        /usr/local/share/fonts/100dpi/,
        /usr/local/share/fonts/75dpi/
[    88.527] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[    88.527] (II) The server relies on devd to provide the list of input devices
.
        If no devices become available, reconfigure devd or disable AutoAddDevic
es.
[    88.527] (II) Loader magic: 0x8233894
[    88.527] (II) Module ABI versions:
[    88.527]    X.Org ANSI C Emulation: 0.4
[    88.527]    X.Org Video Driver: 20.0
[    88.527]    X.Org XInput driver : 22.1
[    88.527]    X.Org Server Extension : 9.0
[    88.527] (!!) More than one possible primary device found
[    88.527] (--) PCI: (0:3:0:0) 102b:0522:103c:31fa rev 2, Mem @ 0xf9000000/167
77216, 0xfbcfc000/16384, 0xfb000000/8388608, BIOS @ 0x????????/65536
[    88.527] (--) PCI: (0:1:4:0) 1002:5159:18bc:0211 rev 0, Mem @ 0xf0000000/134
217728, 0xfaef0000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/65536
[    88.527] (II) LoadModule: "glx"
[    88.527] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[    88.530] (II) Module glx: vendor="X.Org Foundation"
[    88.530]    compiled for 1.18.4, module version = 1.0.0
[    88.530]    ABI class: X.Org Server Extension, version 9.0
[    88.530] (==) AIGLX enabled
[    88.530] (==) Matched modesetting as autoconfigured driver 0
[    88.530] (==) Matched scfb as autoconfigured driver 1
[    88.530] (==) Matched vesa as autoconfigured driver 2
[    88.530] (==) Assigned the driver to the xf86ConfigLayout
[    88.530] (II) LoadModule: "modesetting"
[    88.530] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
[    88.530] (EE) Failed to load /usr/local/lib/xorg/modules/drivers/modesetting
_drv.so: /usr/local/lib/xorg/modules/drivers/modesetting_drv.so: Undefined symbo
l "shadowUpdatePacked"
[    88.530] (II) UnloadModule: "modesetting"
[    88.530] (II) Unloading modesetting
[    88.530] (EE) Failed to load module "modesetting" (loader failed, 7)
[    88.530] (II) LoadModule: "scfb"
[    88.530] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so
[    88.530] (II) Module scfb: vendor="X.Org Foundation"
[    88.530]    compiled for 1.18.4, module version = 0.0.4
[    88.530]    ABI class: X.Org Video Driver, version 20.0
[    88.530] (II) LoadModule: "vesa"
[    88.531] (WW) Warning, couldn't open module vesa
[    88.531] (II) UnloadModule: "vesa"
[    88.531] (II) Unloading vesa
[    88.531] (EE) Failed to load module "vesa" (module does not exist, 0)
[    88.531] (II) scfb: driver for wsdisplay framebuffer: scfb
[    88.531] (--) Using syscons driver with X support (version 2.0)
[    88.531] (--) using VT number 9

[    88.556] (WW) Falling back to old probe method for scfb
[    88.556] scfb trace: probe start
[    88.556] scfb trace: probe done
[    88.556] (EE) No devices detected.
[    88.556] (EE)
Fatal server error:
[    88.556] (EE) no screens found(EE)
[    88.556] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[    88.556] (EE) Please also check the log file at "/var/log/Xorg.0.log" for ad
ditional information.
[    88.556] (EE)
   88.580] (EE) Server terminated with error (1). Closing log file.
 
yes quite Scottro!
I tried with 11.1 and 10.3, automatic switching is not done.
I tested several configuration settings, but unfortunately without success!
Here are the commands I made on the current 12:
1 / compilation of ports 11 / xorg, and I saw the librarry of "libdrm" settle down.
2 / compilation of ports / gnome3, all by default, just FTS3_TOKEN = off and check OPENMP deactivate.
3 / here are the orders made last!

vi /var/log/Xorg.0.log
ldd /usr/local/bin/Xorg
ldd /usr/local/lib/xorg/modules/drivers/radeon_drv.so
pkg check -d --dry-run
ldd /usr/local/bin/Xorg
ldd /usr/local/lib/xorg/modules/drivers/radeon_drv.so
pkg check -d --dry-run
portmaster x11-servers/xorg-server x11-drivers/xf86-video-ati x11-drivers/xf86-video-vesa

Xorg -configure

Xorg -config /root/xorg.conf.new


Regards
Philippe

ps: if you have a url link to compile a kernel on FreeBSD, I'm fine because he sees only 3 GB on 12 GB RAM.
 
yes quite Scottro!
I tried with 11.1 and 10.3, automatic switching is not done.
I tested several configuration settings, but unfortunately without success!
Here are the commands I made on the current 12:
1 / compilation of ports 11 / xorg, and I saw the librarry of "libdrm" settle down.
2 / compilation of ports / gnome3, all by default, just FTS3_TOKEN = off and check OPENMP deactivate.
3 / here are the orders made last!

vi /var/log/Xorg.0.log
ldd /usr/local/bin/Xorg
ldd /usr/local/lib/xorg/modules/drivers/radeon_drv.so
pkg check -d --dry-run
ldd /usr/local/bin/Xorg
ldd /usr/local/lib/xorg/modules/drivers/radeon_drv.so
pkg check -d --dry-run
portmaster x11-servers/xorg-server x11-drivers/xf86-video-ati x11-drivers/xf86-video-vesa

Xorg -configure

Xorg -config /root/xorg.conf.new


Regards
Philippe

ps: if you have a url link to compile a kernel on FreeBSD, I'm fine because he sees only 3 GB on 12 GB RAM.

I have no idea what you're trying to say, sorry, but I can speak French if that helps...
 
Back
Top