Solved libGL error

Another problem with xserver update:
Code:
glxinfo
name of display: :0
libGL error: Version 7 or imageFromFds image extension not found
libGL error: failed to load driver: r600
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample,
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_swap_control
Web camera doesn't work on the new xserver:
Code:
cheese
libGL error: Version 7 or imageFromFds image extension not found
libGL error: failed to load driver: r600
** Message: cheese-application.vala:211: Error during camera setup: No device found


(cheese:3097): cheese-CRITICAL **: cheese_camera_device_get_name: assertion 'CHEESE_IS_CAMERA_DEVICE (device)' failed

(cheese:3097): GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' failed

(cheese:3097): GLib-GIO-CRITICAL **: g_settings_schema_key_type_check: assertion 'value != NULL' failed

(cheese:3097): GLib-CRITICAL **: g_variant_get_type_string: assertion 'value != NULL' failed

(cheese:3097): GLib-GIO-CRITICAL **: g_settings_set_value: key 'camera' in 'org.gnome.Cheese' expects type 's', but a GVariant of type '(null)' was given

** (cheese:3097): CRITICAL **: cheese_preferences_dialog_setup_resolutions_for_device: assertion 'device != NULL' failed
Thank you.
 
pkg updating -d `date -v-2w +%Y%m%d`
Code:
20170213:
  AFFECTS: users of graphics/libGL, graphics/libEGL, graphics/libglesv2
  AUTHOR: kwm@FreeBSD.org

  The workaround for handling conflicting libraries between the
  nvidia-driver, libGL, libEGL and libglesv2 ports was removed. If the
  nvidia-driver port is updated before the other ports, it will remove
  the libraries of said ports. This is a side effect of how the workaround
  worked. If this happens reinstalling the affected port is enough.

  pkg users can run: pkg install -f libGL libEGL libglesv2
 
I am a Synth user and I did as is described but I have the same error still. Should I rebuild ports or was just reinstalled the enough which didn't help me.
And my graphics card is:
My graphics card:
vendor='Advanced Micro Devices, Inc. [AMD/ATI]
device="RV770/MP8L
[Mobility Radeon HD 4850}'
 
This rebuilding of libGL, libEGL and libglesv2 definitely doesn't help me either. (See cross-reference by ASX in #3.)
 
This rebuilding of libGL, libEGL and libglesv2 definitely doesn't help me either. (See cross-reference by ASX in #3.)
I did rebuild also libdrm, dri and libglapi and result is the same: the error is here still.

This update of xorg-server was disaster. They should put somethin in /usr/ports/UPDATING because there are so many user which they have problems.
 
This rebuilding of libGL, libEGL and libglesv2 definitely doesn't help me either. (See cross-reference by ASX in #3.)

Yury, I got the answer and it works:
Put in /usr/local/etc/X11/xorg.conf.d/dri.conf :
Code:
Section "Device"
        Identifier "radeon"
        Driver "radeon"
        Option "DRI" "2"
EndSection
 
Yury, I got the answer and it works…
Looks strange, noting that on my other (i386, Radeon X300) machine I've already had to add configuration files to just start xserver (see #7 in Thread 59717).
Also, due to Xorg.0.log, I get DRI2:
Code:
[   157.806] (II) RADEON(0): [DRI2] Setup complete
[   157.806] (II) RADEON(0): [DRI2]   DRI driver: r600
[   157.806] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[   157.806] (II) RADEON(0): Front buffer size: 3072K
[   157.806] (II) RADEON(0): VRAM usage limit set to 228297K
[   157.827] (II) RADEON(0): SYNC extension fences enabled
[   157.828] (II) RADEON(0): Present extension enabled
[   157.828] (==) RADEON(0): DRI3 enabled
[   157.828] (==) RADEON(0): Backing store enabled
[   157.828] (II) RADEON(0): Direct rendering enabled
[   158.025] (II) RADEON(0): Use GLAMOR acceleration.
[   158.025] (II) RADEON(0): Acceleration enabled
So, the problem is in DRI3 attempts… Is there any explanation of differences in DRI2 and DRI3 possible positive sides (what we loose not using 3rd version)? For I do not need always to use multimedia/mpv, I'm pretty happy with working (but complaining) multimedia/ffmpeg and multimedia/mplayer most of time.
 
I am writing through an interpreter. I do not know much English. Sorry. I did not help any one solution. I tried everything. Fit and DRI DRI 2 and 3 and module.conf file created in another topic. Help.

When you run any program, for example pcmanfm-qt:
Code:
root@mashina:~ # pcmanfm-qt
                                                            
** (process:1833): WARNING **: The directory '~/Templates' doesn't exist, ignoring it                                        
isPrimaryInstance                                            
libGL error: Version 7 or imageFromFds image extension not found                                                            
libGL error: failed to load driver: r600

glxinfo:
Code:
root@mashina:~ # glxinfo                                      
name of display: :0                                          
libGL error: Version 7 or imageFromFds image extension not found                                                            
libGL error: failed to load driver: r600                      
display: :0  screen: 0                                        
direct rendering: Yes                                        
server glx vendor string: SGI                                
server glx version string: 1.4                                
server glx extensions:                                        
    GLX_ARB_create_context, GLX_ARB_create_context_profile,  
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample,                                                  
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,                                                  
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,  
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,                                                
    GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,                                                  
    GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_swap_control

lshal :
Code:
udi = '/org/freedesktop/Hal/devices/pci_1002_68bf'
  freebsd.driver = 'vgapci'  (string)
  freebsd.unit = 0  (0x0)  (int)
  info.parent = '/org/freedesktop/Hal/devices/pci_10de_0778'  (string)
  info.product = 'Juniper PRO [Radeon HD 6750]'  (string)
  info.subsystem = 'pci'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_1002_68bf'  (string)
  info.vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]'  (string)
  pci.device_class = 3  (0x3)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 0  (0x0)  (int)
  pci.freebsd.bus = 2  (0x2)  (int)
  pci.freebsd.device = 0  (0x0)  (int)
  pci.freebsd.function = 0  (0x0)  (int)
  pci.freebsd.secondary_bus = 0  (0x0)  (int)
  pci.product = 'Juniper PRO [Radeon HD 6750]'  (string)
  pci.product_id = 26815  (0x68bf)  (int)
  pci.subsys_product_id = 1014  (0x3f6)  (int)
  pci.subsys_vendor = 'ASUSTeK Computer Inc.'  (string)
  pci.subsys_vendor_id = 4163  (0x1043)  (int)
  pci.vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]'  (string)
  pci.vendor_id = 4098  (0x1002)  (int)


dri.conf looks like this:
Code:
Section "Device"
        Identifier "card0"
        Driver "radeon"
        Option "DRI" "2"
EndSection
 
And what do you have in /var/log/Xorg.0.log? Apart from this libGL version 7 error does anything work?

(By the way, where do you get glxinfo, what port installs it?)
 
The performance was not affected by this error, but Lumina DE after upgrading xorg-server has stopped running, only with root privileges works. This error: Finishing closing down Lumina.

Here is /var/log/Xorg.0.log:
Code:
p, li { white-space: pre-wrap; }

[ 502.788]

X.Org X Server 1.18.4

Release Date: 2016-07-19

[ 502.788] X Protocol Version 11, Revision 0

[ 502.788] Build Operating System: FreeBSD 11.0-STABLE amd64

[ 502.788] Current Operating System: FreeBSD mashina 11.0-STABLE FreeBSD 11.0-STABLE #0 r311441: Thu Jan 5 22:45:20 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64

[ 502.788] Build Date: 23 February 2017 03:35:00AM

[ 502.788]

[ 502.788] Current version of pixman: 0.34.0

[ 502.788] Before reporting problems, check http://wiki.x.org

to make sure that you have the latest version.

[ 502.788] Markers: (--) probed, (**) from config file, (==) default setting,

(++) from command line, (!!) notice, (II) informational,

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

[ 502.788] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 23 03:36:48 2017

[ 502.818] (==) Using config directory: "/etc/X11/xorg.conf.d"

[ 502.818] (==) No Layout section. Using the first Screen section.

[ 502.818] (==) No screen section available. Using defaults.

[ 502.818] (**) |-->Screen "Default Screen Section" (0)

[ 502.818] (**) | |-->Monitor "<default monitor>"

[ 502.818] (==) No monitor specified for screen "Default Screen Section".

Using a default monitor configuration.

[ 502.818] (==) Automatically adding devices

[ 502.818] (==) Automatically enabling devices

[ 502.818] (==) Not automatically adding GPU devices

[ 502.818] (==) Max clients allowed: 256, resource mask: 0x1fffff

[ 502.825] (WW) The directory "/usr/local/share/fonts/misc/" does not exist.

[ 502.825] Entry deleted from font path.

[ 502.835] (WW) The directory "/usr/local/share/fonts/Type1/" does not exist.

[ 502.835] Entry deleted from font path.

[ 502.835] (WW) The directory "/usr/local/share/fonts/100dpi/" does not exist.

[ 502.835] Entry deleted from font path.

[ 502.835] (WW) The directory "/usr/local/share/fonts/75dpi/" does not exist.

[ 502.835] Entry deleted from font path.

[ 502.835] (==) FontPath set to:

/usr/local/share/fonts/TTF/,

/usr/local/share/fonts/OTF/

[ 502.835] (==) ModulePath set to "/usr/local/lib/xorg/modules"

[ 502.835] (II) The server relies on devd to provide the list of input devices.

If no devices become available, reconfigure devd or disable AutoAddDevices.

[ 502.835] (II) Loader magic: 0x80ab60

[ 502.835] (II) Module ABI versions:

[ 502.835] X.Org ANSI C Emulation: 0.4

[ 502.835] X.Org Video Driver: 20.0

[ 502.835] X.Org XInput driver : 22.1

[ 502.835] X.Org Server Extension : 9.0

[ 502.835] (--) PCI:*(0:2:0:0) 1002:68bf:1043:03f6 rev 0, Mem @ 0xd0000000/268435456, 0xfbfc0000/131072, I/O @ 0x0000e800/256, BIOS @ 0x????????/65536

[ 502.835] (II) LoadModule: "glx"

[ 502.835] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so

[ 502.854] (II) Module glx: vendor="X.Org Foundation"

[ 502.854] compiled for 1.18.4, module version = 1.0.0

[ 502.854] ABI class: X.Org Server Extension, version 9.0

[ 502.854] (==) AIGLX enabled

[ 502.855] (==) Matched ati as autoconfigured driver 0

[ 502.855] (==) Matched modesetting as autoconfigured driver 1

[ 502.855] (==) Matched scfb as autoconfigured driver 2

[ 502.855] (==) Matched vesa as autoconfigured driver 3

[ 502.855] (==) Assigned the driver to the xf86ConfigLayout

[ 502.855] (II) LoadModule: "ati"

[ 502.855] (II) Loading /usr/local/lib/xorg/modules/drivers/ati_drv.so

[ 502.860] (II) Module ati: vendor="X.Org Foundation"

[ 502.860] compiled for 1.18.4, module version = 7.8.0

[ 502.860] Module class: X.Org Video Driver

[ 502.860] ABI class: X.Org Video Driver, version 20.0

[ 502.860] (II) LoadModule: "radeon"

[ 502.860] (II) Loading /usr/local/lib/xorg/modules/drivers/radeon_drv.so

[ 502.877] (II) Module radeon: vendor="X.Org Foundation"

[ 502.877] compiled for 1.18.4, module version = 7.8.0

[ 502.877] Module class: X.Org Video Driver

[ 502.877] ABI class: X.Org Video Driver, version 20.0

[ 502.878] (II) LoadModule: "modesetting"

[ 502.878] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so

[ 502.878] (II) Module modesetting: vendor="X.Org Foundation"

[ 502.878] compiled for 1.18.4, module version = 1.18.4

[ 502.878] Module class: X.Org Video Driver

[ 502.878] ABI class: X.Org Video Driver, version 20.0

[ 502.878] (II) LoadModule: "scfb"

[ 502.886] (WW) Warning, couldn't open module scfb

[ 502.886] (II) UnloadModule: "scfb"

[ 502.886] (II) Unloading scfb

[ 502.886] (EE) Failed to load module "scfb" (module does not exist, 0)

[ 502.886] (II) LoadModule: "vesa"

[ 502.886] (WW) Warning, couldn't open module vesa

[ 502.886] (II) UnloadModule: "vesa"

[ 502.886] (II) Unloading vesa

[ 502.886] (EE) Failed to load module "vesa" (module does not exist, 0)


[ 502.888] (II) modesetting: Driver for Modesetting Kernel Drivers: kms

[ 502.888] (--) Using syscons driver with X support (version 2.0)

[ 502.888] (--) using VT number 9



[ 503.289] (II) [KMS] Kernel modesetting enabled.

[ 503.289] (WW) Falling back to old probe method for modesetting

[ 503.289] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support

[ 503.290] (II) RADEON(0): Creating default Display subsection in Screen section

"Default Screen Section" for depth/fbbpp 24/32

[ 503.290] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32

[ 503.290] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)

[ 503.290] (==) RADEON(0): Default visual is TrueColor

[ 503.290] (==) RADEON(0): RGB weight 888

[ 503.290] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)

[ 503.290] (--) RADEON(0): Chipset: "ATI Radeon HD 6700 Series" (ChipID = 0x68bf)

[ 503.290] (II) Loading sub module "fb"

[ 503.290] (II) LoadModule: "fb"

[ 503.290] (II) Loading /usr/local/lib/xorg/modules/libfb.so

[ 503.291] (II) Module fb: vendor="X.Org Foundation"

[ 503.291] compiled for 1.18.4, module version = 1.0.0

[ 503.291] ABI class: X.Org ANSI C Emulation, version 0.4

[ 503.291] (II) Loading sub module "dri2"

[ 503.291] (II) LoadModule: "dri2"

[ 503.291] (II) Module "dri2" already built-in

[ 503.292] (II) Loading sub module "glamoregl"

[ 503.292] (II) LoadModule: "glamoregl"

[ 503.292] (II) Loading /usr/local/lib/xorg/modules/libglamoregl.so

[ 503.303] (II) Module glamoregl: vendor="X.Org Foundation"

[ 503.303] compiled for 1.18.4, module version = 1.0.0

[ 503.303] ABI class: X.Org ANSI C Emulation, version 0.4

[ 503.303] (II) glamor: OpenGL accelerated X.org driver based.

[ 506.130] (II) glamor: EGL version 1.4 (DRI2):

[ 506.170] (II) RADEON(0): glamor detected, initialising EGL layer.

[ 506.170] (II) RADEON(0): KMS Color Tiling: enabled

[ 506.170] (II) RADEON(0): KMS Color Tiling 2D: enabled

[ 506.170] (II) RADEON(0): KMS Pageflipping: enabled

[ 506.170] (II) RADEON(0): SwapBuffers wait for vsync: enabled

[ 506.171] (II) RADEON(0): Output HDMI-0 has no monitor section

[ 506.237] (II) RADEON(0): Output DVI-0 has no monitor section

[ 506.243] (II) RADEON(0): Output VGA-0 has no monitor section

[ 506.244] (II) RADEON(0): EDID for output HDMI-0

[ 506.310] (II) RADEON(0): EDID for output DVI-0

[ 506.310] (II) RADEON(0): Manufacturer: SAM Model: 6a4 Serial#: 808793905

[ 506.310] (II) RADEON(0): Year: 2012 Week: 33

[ 506.310] (II) RADEON(0): EDID Version: 1.3

[ 506.310] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V

[ 506.310] (II) RADEON(0): Sync: Separate Composite SyncOnGreen

[ 506.310] (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30

[ 506.310] (II) RADEON(0): Gamma: 2.20

[ 506.310] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display

[ 506.310] (II) RADEON(0): First detailed timing is preferred mode

[ 506.310] (II) RADEON(0): redX: 0.648 redY: 0.337 greenX: 0.297 greenY: 0.607

[ 506.310] (II) RADEON(0): blueX: 0.148 blueY: 0.072 whiteX: 0.313 whiteY: 0.329

[ 506.310] (II) RADEON(0): Supported established timings:

[ 506.310] (II) RADEON(0): 720x400@70Hz

[ 506.310] (II) RADEON(0): 640x480@60Hz

[ 506.310] (II) RADEON(0): 640x480@67Hz

[ 506.310] (II) RADEON(0): 640x480@72Hz

[ 506.310] (II) RADEON(0): 640x480@75Hz

[ 506.310] (II) RADEON(0): 800x600@56Hz

[ 506.310] (II) RADEON(0): 800x600@60Hz

[ 506.310] (II) RADEON(0): 800x600@72Hz

[ 506.310] (II) RADEON(0): 800x600@75Hz

[ 506.310] (II) RADEON(0): 832x624@75Hz

[ 506.310] (II) RADEON(0): 1024x768@60Hz

[ 506.310] (II) RADEON(0): 1024x768@70Hz

[ 506.310] (II) RADEON(0): 1024x768@75Hz

[ 506.310] (II) RADEON(0): 1280x1024@75Hz

[ 506.310] (II) RADEON(0): 1152x864@75Hz

[ 506.310] (II) RADEON(0): Manufacturer's mask: 0

[ 506.310] (II) RADEON(0): Supported standard timings:

[ 506.310] (II) RADEON(0): #0: hsize: 1280 vsize 960 refresh: 60 vid: 16513

[ 506.310] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337

[ 506.310] (II) RADEON(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129

[ 506.310] (II) RADEON(0): #3: hsize: 1280 vsize 800 refresh: 75 vid: 3969

[ 506.310] (II) RADEON(0): Supported detailed timing:

[ 506.310] (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm

[ 506.310] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0

[ 506.310] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0

[ 506.310] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz

[ 506.310] (II) RADEON(0): Monitor name: SME1920NR

[ 506.310] (II) RADEON(0): Serial No: HLNB805487

[ 506.310] (II) RADEON(0): EDID (in hex):

[ 506.310] (II) RADEON(0): 00ffffffffffff004c2da40631373530

[ 506.310] (II) RADEON(0): 211601030e261e782a1225a6564c9b26

[ 506.310] (II) RADEON(0): 125054bfef808140714f8100810f0101

[ 506.310] (II) RADEON(0): 010101010101302a009851002a403070

[ 506.310] (II) RADEON(0): 1300782d1100001e000000fd00384b1e

[ 506.310] (II) RADEON(0): 510e000a202020202020000000fc0053

[ 506.310] (II) RADEON(0): 4d45313932304e520a202020000000ff

[ 506.310] (II) RADEON(0): 00484c4e423830353438370a202000ca

[ 506.310] (II) RADEON(0): Printing probed modes for output DVI-0

[ 506.310] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)

[ 506.310] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)

[ 506.310] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)

[ 506.310] (II) RADEON(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)

[ 506.310] (II) RADEON(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)

[ 506.310] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)

[ 506.310] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)

[ 506.310] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)

[ 506.310] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)

[ 506.310] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)

[ 506.310] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)

[ 506.310] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)

[ 506.310] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)

[ 506.310] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)

[ 506.310] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)

[ 506.310] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)

[ 506.310] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)

[ 506.310] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)

[ 506.310] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)

[ 506.316] (II) RADEON(0): EDID for output VGA-0

[ 506.316] (II) RADEON(0): Output HDMI-0 disconnected

[ 506.316] (II) RADEON(0): Output DVI-0 connected

[ 506.316] (II) RADEON(0): Output VGA-0 disconnected

[ 506.316] (II) RADEON(0): Using exact sizes for initial modes

[ 506.316] (II) RADEON(0): Output DVI-0 using initial mode 1280x1024 +0+0

[ 506.316] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.

[ 506.316] (II) RADEON(0): mem size init: gart size :1fdef000 vram size: s:40000000 visible:3fac0000

[ 506.316] (==) RADEON(0): DPI set to (96, 96)

[ 506.316] (II) Loading sub module "ramdac"

[ 506.316] (II) LoadModule: "ramdac"

[ 506.316] (II) Module "ramdac" already built-in

[ 506.316] (II) UnloadModule: "modesetting"

[ 506.316] (II) Unloading modesetting

[ 506.316] (--) Depth 24 pixmap format is 32 bpp

[ 506.324] (II) RADEON(0): [DRI2] Setup complete

[ 506.324] (II) RADEON(0): [DRI2] DRI driver: r600

[ 506.324] (II) RADEON(0): [DRI2] VDPAU driver: r600

[ 506.324] (II) RADEON(0): Front buffer size: 5120K

[ 506.324] (II) RADEON(0): VRAM usage limit set to 934185K

[ 506.324] (II) RADEON(0): SYNC extension fences enabled

[ 506.324] (II) RADEON(0): Present extension enabled

[ 506.324] (==) RADEON(0): DRI3 enabled

[ 506.324] (==) RADEON(0): Backing store enabled

[ 506.324] (II) RADEON(0): Direct rendering enabled

[ 506.373] (II) RADEON(0): Use GLAMOR acceleration.

[ 506.373] (II) RADEON(0): Acceleration enabled

[ 506.373] (==) RADEON(0): DPMS enabled

[ 506.373] (==) RADEON(0): Silken mouse enabled

[ 506.373] (II) RADEON(0): Set up textured video (glamor)

[ 506.380] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.

[ 506.380] (II) RADEON(0): [XvMC] Extension initialized.

[ 506.380] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.

[ 506.380] (--) RandR disabled

[ 506.381] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer

[ 506.381] (II) AIGLX: enabled GLX_ARB_create_context

[ 506.381] (II) AIGLX: enabled GLX_ARB_create_context_profile

[ 506.381] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile

[ 506.381] (II) AIGLX: enabled GLX_INTEL_swap_event

[ 506.381] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control

[ 506.381] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB

[ 506.381] (II) AIGLX: enabled GLX_ARB_fbconfig_float

[ 506.381] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float

[ 506.381] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects

[ 506.383] (II) AIGLX: Loaded and initialized r600

[ 506.383] (II) GLX: Initialized DRI2 GL provider for screen 0

[ 506.383] (II) RADEON(0): Setting screen physical size to 338 x 270

[ 506.677] (II) config/devd: probing input devices...

[ 506.677] (II) config/devd: adding input device (null) (/dev/kbdmux)

[ 506.677] (**) kbdmux: Applying InputClass "keyboard-layout"

[ 506.677] (II) LoadModule: "kbd"

[ 506.677] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so

[ 506.689] (II) Module kbd: vendor="X.Org Foundation"

[ 506.689] compiled for 1.18.4, module version = 1.9.0

[ 506.689] Module class: X.Org XInput Driver

[ 506.689] ABI class: X.Org XInput driver, version 22.1

[ 506.689] (II) Using input driver 'kbd' for 'kbdmux'

[ 506.689] (**) kbdmux: always reports core events

[ 506.689] (**) kbdmux: always reports core events

[ 506.689] (**) Option "Protocol" "standard"

[ 506.689] (**) Option "XkbRules" "base"

[ 506.689] (**) Option "XkbModel" "pc105"

[ 506.689] (**) Option "XkbLayout" "us,ru"

[ 506.689] (**) Option "XkbOptions" "grp:alt_shift_toggle"

[ 506.689] (**) Option "config_info" "devd:kbdmux"

[ 506.689] (II) XINPUT: Adding extended input device "kbdmux" (type: KEYBOARD, id 6)

[ 506.766] (II) config/devd: kbdmux is enabled, ignoring device ukbd0

[ 506.766] (II) config/devd: kbdmux is enabled, ignoring device atkbd0

[ 506.766] (II) config/devd: adding input device (null) (/dev/sysmouse)

[ 506.767] (II) LoadModule: "mouse"

[ 506.767] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so

[ 506.784] (II) Module mouse: vendor="X.Org Foundation"

[ 506.784] compiled for 1.18.4, module version = 1.9.2

[ 506.784] Module class: X.Org XInput Driver

[ 506.784] ABI class: X.Org XInput driver, version 22.1

[ 506.784] (II) Using input driver 'mouse' for 'sysmouse'

[ 506.784] (**) sysmouse: always reports core events

[ 506.784] (**) Option "Device" "/dev/sysmouse"

[ 506.784] (==) sysmouse: Protocol: "Auto"

[ 506.784] (**) sysmouse: always reports core events

[ 506.784] (==) sysmouse: Emulate3Buttons, Emulate3Timeout: 50

[ 506.784] (**) sysmouse: ZAxisMapping: buttons 4 and 5

[ 506.784] (**) sysmouse: Buttons: 5

[ 506.784] (**) Option "config_info" "devd:sysmouse"

[ 506.785] (II) XINPUT: Adding extended input device "sysmouse" (type: MOUSE, id 7)

[ 506.785] (**) sysmouse: (accel) keeping acceleration scheme 1

[ 506.785] (**) sysmouse: (accel) acceleration profile 0

[ 506.785] (**) sysmouse: (accel) acceleration factor: 2.000

[ 506.785] (**) sysmouse: (accel) acceleration threshold: 4

[ 506.785] (II) sysmouse: SetupAuto: hw.iftype is 4, hw.model is 0

[ 506.785] (II) sysmouse: SetupAuto: protocol is SysMouse

[ 506.785] (II) config/devd: device /dev/ums0 already opened

[ 506.785] (II) config/devd: device /dev/ums1 already opened

[ 508.216] (II) RADEON(0): EDID vendor "SAM", prod id 1700

[ 508.216] (II) RADEON(0): Using EDID range info for horizontal sync

[ 508.216] (II) RADEON(0): Using EDID range info for vertical refresh
 
I am writing through an interpreter. I do not know much English. Sorry. I did not help any one solution. I tried everything. Fit and DRI DRI 2 and 3 and module.conf file created in another topic. Help.



dri.conf looks like this:
Code:
Section "Device"
        Identifier "card0"
        Driver "radeon"
        Option "DRI" "2"
EndSection

Try to change "card0" to "radeon" which I have and it works for me.
 
Try to change "card0" to "radeon" which I have and it works for me.

I tried to change to radeon, Card0, but left as card0 in /dev/dri/card0. Also changed Driver to "ati". Also did not help. Dri and 2 and 3 wrote, the error still remains.


If no trouble, write where you wrote a bug report and what you've written. Maybe they can help.
 
Strange, but your Xserver says at 506.324 that it works in DRI3 mode, which is not for me, when I add
Code:
Section "Device"
        Identifier "Card0"
        Driver "radeon"
        Option "DRI" "2"
EndSection
as /usr/local/etc/X11/xorg.conf.d/device.conf. May be some other Xorg config leftovers?
 
Strange, but you Xserver says at 506.324 that it works in DRI3 mode, which is not for me, when I add
Code:
Section "Device"
        Identifier "Card0"
        Driver "radeon"
        Option "DRI" "2"
EndSection
as /usr/local/etc/X11/xorg.conf.d/device.conf. May be some other Xorg config leftovers?


Nothing, except the 20-keyboard-layout.conf and dri.conf. In any case, I rechecked.
 
In general, I understand where the error, it remains to solve it. After trying to install multiple applications on GTK+ (gedit, xfce4-terminal, ...) and after running them, I saw that there is no error. I decided to run different applications on Qt and noticed that the same mistakes do not have to Qt4, but Qt5 she was still there. Established qupzilla on qt4 and qt5. On Qt5 there is an error, it is not to Qt4. So that's where the problem lies. And since lumina DE written in Qt5 so I have it and not working. If you have any ideas how to fix the error, write. Thank you in advance. Once again I apologize if written poorly in English
 
Well, previously I have no core dumps using default DRI-3, only not working video in ffplay. But with the latest upgrade to 17.0.3 version of mesa associates, I'm having these dumps also (with DRI-3 enabled and using multimedia/mplayer with it's default vdpau driver):
Code:
[  2242.679] (EE)
[  2242.679] (EE) Backtrace:
[  2242.695] (EE) 0: /usr/local/bin/X (OsInit+0x38a) [0x5a364a]
[  2242.698] (EE) 1: /lib/libthr.so.3 (_pthread_sigmask+0x507) [0x8027d3e57]
[  2242.700] (EE) 2: /lib/libthr.so.3 (_pthread_getspecific+0xdfc) [0x8027d3ddc]
[  2242.703] (EE) 3: ? (?+0xdfc) [0x7fffffffffdf]
[  2242.705] (EE) 4: ? (?+0xdfc) [0xdfc]
[  2242.731] (EE) 5: /usr/local/lib/xorg/modules/libglamoregl.so (glamor_back_pixmap_from_fd+0xcd) [0x807b71e2d]
[  2242.734] (EE) 6: /usr/local/lib/xorg/modules/libglamoregl.so (glamor_pixmap_from_fd+0x57) [0x807b71ed7]
[  2242.742] (EE) 7: /usr/local/lib/xorg/modules/drivers/radeon_drv.so (_init+0x3f150) [0x806f34580]
[  2242.745] (EE) 8: /usr/local/bin/X (dri3_send_open_reply+0xc3e) [0x5740ce]
[  2242.747] (EE) 9: /usr/local/bin/X (dri3_send_open_reply+0x42c) [0x572fbc]
[  2242.750] (EE) 10: /usr/local/bin/X (UpdateCurrentTimeIf+0x3fd) [0x43187d]
[  2242.752] (EE) 11: /usr/local/bin/X (remove_fs_handlers+0x4f7) [0x43b507]
[  2242.755] (EE) 12: /usr/local/bin/X (_start+0x16f) [0x425c9f]
[  2242.757] (EE) 13: ? (?+0x16f) [0x80082a16f]
[  2242.757] (EE)
[  2242.757] (EE) Segmentation fault at address 0x0
[  2242.757] (EE)
Fatal server error:
[  2242.757] (EE) Caught signal 11 (Segmentation fault). Server aborting
[  2242.757] (EE)
[  2242.757] (EE)
Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
[  2242.757] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  2242.757] (EE)
[  2242.757] (II) AIGLX: Suspending AIGLX clients for VT switch
[  2242.762] (EE) Server terminated with error (1). Closing log file.
So, now I have to leave even less DRI-3 that before. )
 
Using an old thread for new information to avoid DRI3. I was using xorg config file to mitigate r600 driver problem.
But after new install there was same problem for r600 and config file was of no use. Additionally I was playing multimedia/mpv or multimedia/vlc without hardware acceleration. Then from UPDATING information for graphics/mesa-libs I have set the LIBGL_DRI3_DISABLE variable to force DRI2. Now playing movies without problem. But the error massage for r600 is still there.
 
Back
Top