Jump to content

fma

Dormant
  • Posts

    22
  • Joined

  • Last visited

Everything posted by fma

  1. The best solution would be to have a switch. So, people without bowden would get a decent first layer, and stronger parts, and people with bowden, could also get rid of this problem (and if there is really a problem of over-extrusion, the simple solution is to print all walls at the same speed). In fact, I often see a problem of under-extrusion, when the head moves from perimeters to perimeters without retracting: there is oozing, and there is no more enough pressure to start the next wall of the next perimeter... One could say that there are more and more params; I agree, but some are really not that important: who is going to fine tune accell/jerk on support or skirt/brim? Please, target quality first, not speed... Most of use are hobbyists, and time is not an issue.
  2. I'm wondering: did you address this problem¹ in Cura 2.5.0-BETA? Thanks, ¹ yes, this is really a problem! It messes up very small holes on first layer, and it also gives a much lower adhesion between walls, as the filament has time to cool down.
  3. Yes, my script is not smart enough to deal with multiple launch...
  4. Here is my proposition (you need to first create the target dirs cura-xxx, and remove the standard dirs): #/bin/sh function run_cura { if [ ! -d ~/.config/cura-$1 ]; then echo "Missing dir ~/.config/cura-$1" exit 1 fi if [ ! -d ~/.local/share/cura-$1 ]; then echo "Missing dir /.local/share/cura-$1" exit 1 fi rm ~/.config/cura rm ~/.local/share/cura ln -s ~/.config/cura-$1 ./.config/cura ln -s ~/.local/share/cura-$1 ./.local/share/cura ls -ld ~/.config/cura* ~/.local/share/cura* } case "$1" in 2.3.1) run_cura $1 /usr/local/bin/cura-2.3.1.sh ;; 2.4.0-beta2) run_cura $1 /opt/Cura-2.4.0-BETA2.AppImage ;; *) echo "Usage: cura.sh {2.3.1|2.4.0-beta2}" exit 1 ;; esac exit 0
  5. Funny thing: a switch for versions is already done for cache! .cache/cura/ └── definitions ├── 2.3.1 └── 2.4.0-BETA
  6. Under linux, I think it can be done with a custom startup script, managing a few symbolic links. Will try to write something, as I'm about to test 2.4-beta2...
  7. Oh, sorry, I'm using linux...
  8. Can you give more details? What happens? Which platform?
  9. Why does not Cura 2.x support AMF file? AFAIR older releases used to...
  10. Cura 2.3.1 is really nice. But, there is still one thing which annoy me... A lot! When I ask for 2 perimeters, why does not Cura print the 2 perimeters of each wall in one shot, instead of printing the first perimeter of each wall, then coming back to print the second perimiters? Is there a good reason to do that? First, it takes more time. Well, not that much, but... Second, and most important: it always mess up tiny holes of the first layer. Always! First perimeter of tiny holes don't close well, and when Cura move away at travel speed, it tears of the perimeter... So, please, print all perimeters of a wall before printing next one, at least on the first layer ! Then, Cura will be the best slicer ever ;o) Thanks.
  11. I'm a big fan of the new 'gradual infill step' params! They are very usefull to use a low infill, and still get a decent top infill without having to use too many layers (especially at low layer height). But it needs some little improvements. 1) the 'infill density' param should be used as the normal infill, and when 'gradual infill step' is active, the infill should be *increased* to the double of 'infill density', instead of use half for defaut infill. 2) the 'gradual infill step height' works fine, but 'gradual infill step' has no impact; setting it to something different than 0 activates the feature, but using 1, 2 or any other value does not change anything.
  12. According to embedded doc (tip), setting the temperature to 0 allows to set it manually. So, it should not be set by Cura. It works fine for the bed temperature, but not for extruder temperature: if it removes the M104 Sxxx line, the M109 S0 line remains. This line should be removed too...
  13. I second this! Could it be possible to provide Cura as tar.gz archive, instead of debian package? As there are a lot of things to tune (Python3.4, libstdc++, startup script...) on debian, this could be easier. More, I can't start Cura-2.3.0 on my debian: it segfaults. So I have to keep Cura-2.1.3 until I can fix this. For now, I just made a copy of /opt/cura, then remove the debian package. I still have to adapt the startup script, so it makes a symbolic link to switch to teh correct ~/.config/cura dir (here too, it would be nice to duplicate the previous config file, then create a new one, with the version num in the file name).
  14. There is a Cura 2.3 dedicated thread: https://ultimaker.com/en/community/22398-cura-23-beta-is-here
  15. Krys, this is exactly what I mean! Thanks for the clarification (and sorry for my poor english).
  16. In fact, I don't want to choose the order, but have them print one after the other, without doing anything else in between... I compared Cura behaviour with anogher slicer, and I really don't see any difference on the final print. But, as said, small circles of the first layers are ofen crap in Cura, and I sometimes have to cancel and retry the print to get the first layer OK, slowing things down using Repetier host slider... I tried to deactivate combing, and it improve things, as Cura stops and does a retract at the end of each perimiter. But this slows things down a little more (
  17. I don't quite understand what you mean by that. In the 100% infill layers, we can't see the tool path: we just see a flat yellow surface. Adding a little gap between each tool path would allow to see them. I didn't see it. Perfect! Nothing to add ) I've added a "show single layer" option. Not quite there yet, but that should help a bit already. Ok. What do you suggest? Desaturating a little bit the colors of the current layer would be Ok. But, you know, tastes and colors... ;o) Thanks for your quick answser! Frédéric
  18. Hi! Are there plans to improve the layers preview? I have to say that this is not the best part of Cura, compared to other slicers/viewers... My suggestions (sorted, most important first): - add a small gap between traces, so we can see how 100% infill layers are printed; - add +/- buttons on the layer chooser cursor, so we can easily go layer by layer, which is impossible when there are a lot of layers; - improve speed preview; - add a per gcode instruction cursor, to see how each layer is printed; - use less flashy colors. A good 2D layer preview would be much better than a poor 3D one... Thanks, Frédéric
  19. Hi! I would like to know: is there a way, in Cura 2.x or in previous versions, to tell Cura to print all perimeters of each shell in one shot, instead of printing first wall of each shell, then go back to print the second one and so on? First, it takes much more time to print, as the head as to go back and forth arround the part. Second, when printing a small perimeter (especially circle) of the first layer, it tends to break it, as the head goes away at full speed at the end of the loop; depending of the direction, it can unstick what it just printed... Even on large perimeters, it can leave it unclosed. I'm wondering what is the purpose of the current behaviour? What is the gain of doing one perimeter wall at a time of each shell? Could it be possible to add a switch in Cura 2.x to choose one or the other behaviour? Thanks, Frédéric
  20. Hi! I'm trying to run Cura 2 (2.1.3) on my debian sid. I had to compile Python3.4, as the distro now uses Python3.5. But then, I only see the splashscreen, with the following messages: libGL error: unable to load driver: r600_dri.solibGL error: driver pointer missinglibGL error: failed to load driver: r600libGL error: unable to load driver: r600_dri.solibGL error: driver pointer missinglibGL error: failed to load driver: r600libGL error: unable to load driver: swrast_dri.solibGL error: failed to load driver: swrast2016-08-24 13:10:09,619 - INFO - Loaded plugin ConsoleLogger2016-08-24 13:10:09,734 - INFO - Loaded plugin CuraEngineBackend2016-08-24 13:10:09,753 - INFO - Loaded plugin FileLogger2016-08-24 13:10:10,001 - INFO - Loaded plugin 3MFWriter2016-08-24 13:10:10,005 - INFO - Loaded plugin STLReader2016-08-24 13:10:10,009 - INFO - Loaded plugin STLWriter2016-08-24 13:10:10,012 - INFO - Loaded plugin OBJWriter2016-08-24 13:10:10,017 - INFO - Loaded plugin OBJReader2016-08-24 13:10:10,248 - INFO - Checking for new version of cura2016-08-24 13:10:10,249 - INFO - Loaded plugin UpdateChecker2016-08-24 13:10:10,389 - INFO - Loaded plugin ScaleTool2016-08-24 13:10:10,397 - INFO - Loaded plugin TranslateTool2016-08-24 13:10:10,444 - INFO - Loaded plugin RotateTool2016-08-24 13:10:10,449 - INFO - Loaded plugin CameraTool2016-08-24 13:10:10,469 - INFO - Loaded plugin SelectionTool2016-08-24 13:10:10,488 - INFO - Loaded plugin MirrorTool2016-08-24 13:10:10,495 - INFO - Loaded plugin LocalFileOutputDevice2016-08-24 13:10:10,498 - INFO - Loaded plugin SimpleView2016-08-24 13:10:10,502 - INFO - Loaded plugin WireframeView2016-08-24 13:10:10,502 - WARNING - Plugin ConsoleLogger was already loaded2016-08-24 13:10:10,517 - INFO - Loaded plugin 3MFReader2016-08-24 13:10:10,521 - INFO - Loaded plugin AutoSave2016-08-24 13:10:10,543 - INFO - Loaded plugin RemovableDriveOutputDevice2016-08-24 13:10:10,722 - INFO - Loaded plugin USBPrinting2016-08-24 13:10:10,728 - INFO - Loaded plugin SliceInfoPlugin2016-08-24 13:10:10,750 - INFO - Loaded plugin PostProcessingPlugin2016-08-24 13:10:10,758 - INFO - Loaded plugin ImageReader2016-08-24 13:10:10,763 - INFO - Loaded plugin CuraProfileReader2016-08-24 13:10:10,775 - INFO - Loaded plugin GCodeProfileReader2016-08-24 13:10:10,799 - INFO - Loaded plugin PerObjectSettingsTool2016-08-24 13:10:10,800 - WARNING - Plugin CuraEngineBackend was already loaded2016-08-24 13:10:10,805 - INFO - Loaded plugin LegacyProfileReader2016-08-24 13:10:10,815 - ERROR - Exception starting plugin Doodle3D: NotImplementedError('Start should be implemented by subclasses',)2016-08-24 13:10:10,815 - INFO - Loaded plugin Doodle3D2016-08-24 13:10:10,820 - INFO - Loaded plugin SolidView2016-08-24 13:10:10,826 - INFO - Loaded plugin XRayView2016-08-24 13:10:10,832 - INFO - Loaded plugin ChangeLogPlugin2016-08-24 13:10:10,837 - INFO - Loaded plugin GCodeWriter2016-08-24 13:10:10,846 - INFO - Loaded plugin LayerView2016-08-24 13:10:10,851 - INFO - Loaded plugin CuraProfileWriter2016-08-24 13:10:10,851 - INFO - Command line arguments: {'debug-mode': False, 'disable-textures': False, 'file': [], 'external-backend': False}2016-08-24 13:10:11,082 - INFO - Started engine process: /opt/cura/bin/CuraEngine2016-08-24 13:10:11,099 - DEBUG - Setting active view to SolidViewUnrecognized OpenGL versionUnrecognized OpenGL version and nothing more happens. I'm using a Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] graphic card, with the free Xorg drivers. Here is the Xorg logs: X.Org X Server 1.18.4Release Date: 2016-07-19[ 32.627] X Protocol Version 11, Revision 0[ 32.627] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian[ 32.627] Current Operating System: Linux ceatux 4.6.0-1-amd64 #1 SMP Debian 4.6.4-1 (2016-07-1 x86_64[ 32.627] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.6.0-1-amd64 root=UUID=ff8ef56f-52b0-489e-87bc-bff3a4766b4d ro quiet[ 32.627] Build Date: 20 July 2016 05:14:41AM[ 32.627] xorg-server 2:1.18.4-1 (http://www.debian.org/support) [ 32.627] Current version of pixman: 0.33.6[ 32.627] Before reporting problems, check http://wiki.x.orgto make sure that you have the latest version.[ 32.627] Markers: (--) probed, (**) from config file, (==) default setting,(++) from command line, (!!) notice, (II) informational,(WW) warning, (EE) error, (NI) not implemented, (??) unknown.[ 32.627] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 19 08:19:20 2016[ 32.695] (==) Using system config directory "/usr/share/X11/xorg.conf.d"[ 32.765] (==) No Layout section. Using the first Screen section.[ 32.765] (==) No screen section available. Using defaults.[ 32.765] (**) |-->Screen "Default Screen Section" (0)[ 32.765] (**) | |-->Monitor ""[ 32.777] (==) No monitor specified for screen "Default Screen Section".Using a default monitor configuration.[ 32.777] (==) Automatically adding devices[ 32.777] (==) Automatically enabling devices[ 32.777] (==) Automatically adding GPU devices[ 32.777] (==) Max clients allowed: 256, resource mask: 0x1fffff[ 32.864] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.[ 32.864] Entry deleted from font path.[ 32.938] (==) FontPath set to:/usr/share/fonts/X11/misc,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,built-ins[ 32.938] (==) ModulePath set to "/usr/lib/xorg/modules"[ 32.938] (II) The server relies on udev to provide the list of input devices.If no devices become available, reconfigure udev or disable AutoAddDevices.[ 32.949] (II) Loader magic: 0x557ad3beddc0[ 32.950] (II) Module ABI versions:[ 32.950] X.Org ANSI C Emulation: 0.4[ 32.950] X.Org Video Driver: 20.0[ 32.950] X.Org XInput driver : 22.1[ 32.950] X.Org Server Extension : 9.0[ 32.951] (++) using VT number 7[ 32.951] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration[ 32.951] (II) xfree86: Adding drm device (/dev/dri/card0)[ 32.952] (--) PCI:*(0:1:0:0) 1002:6779:1028:2120 rev 0, Mem @ 0xd0000000/268435456, 0xe1520000/131072, I/O @ 0x00004000/256, BIOS @ 0x????????/131072[ 32.953] (II) LoadModule: "glx"[ 33.009] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so[ 33.856] (II) Module glx: vendor="X.Org Foundation"[ 33.856] compiled for 1.18.4, module version = 1.0.0[ 33.856] ABI class: X.Org Server Extension, version 9.0[ 33.856] (==) AIGLX enabled[ 33.856] (==) Matched ati as autoconfigured driver 0[ 33.856] (==) Matched ati as autoconfigured driver 1[ 33.856] (==) Matched modesetting as autoconfigured driver 2[ 33.856] (==) Matched fbdev as autoconfigured driver 3[ 33.856] (==) Matched vesa as autoconfigured driver 4[ 33.856] (==) Assigned the driver to the xf86ConfigLayout[ 33.856] (II) LoadModule: "ati"[ 33.868] (WW) Warning, couldn't open module ati[ 33.868] (II) UnloadModule: "ati"[ 33.868] (II) Unloading ati[ 33.868] (EE) Failed to load module "ati" (module does not exist, 0)[ 33.868] (II) LoadModule: "modesetting"[ 33.868] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so[ 33.899] (II) Module modesetting: vendor="X.Org Foundation"[ 33.899] compiled for 1.18.4, module version = 1.18.4[ 33.899] Module class: X.Org Video Driver[ 33.899] ABI class: X.Org Video Driver, version 20.0[ 33.899] (II) LoadModule: "fbdev"[ 33.899] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so[ 33.916] (II) Module fbdev: vendor="X.Org Foundation"[ 33.916] compiled for 1.18.0, module version = 0.4.4[ 33.916] Module class: X.Org Video Driver[ 33.916] ABI class: X.Org Video Driver, version 20.0[ 33.916] (II) LoadModule: "vesa"[ 33.916] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so[ 33.926] (II) Module vesa: vendor="X.Org Foundation"[ 33.926] compiled for 1.18.0, module version = 2.3.4[ 33.926] Module class: X.Org Video Driver[ 33.926] ABI class: X.Org Video Driver, version 20.0[ 33.926] (II) modesetting: Driver for Modesetting Kernel Drivers: kms[ 33.926] (II) FBDEV: driver for framebuffer: fbdev[ 33.926] (II) VESA: driver for VESA chipsets: vesa[ 33.933] (II) modeset(0): using drv /dev/dri/card0[ 33.933] (WW) Falling back to old probe method for fbdev[ 33.933] (II) Loading sub module "fbdevhw"[ 33.933] (II) LoadModule: "fbdevhw"[ 33.933] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so[ 33.947] (II) Module fbdevhw: vendor="X.Org Foundation"[ 33.947] compiled for 1.18.4, module version = 0.0.2[ 33.947] ABI class: X.Org Video Driver, version 20.0[ 33.947] (WW) Falling back to old probe method for vesa[ 33.947] (II) modeset(0): Creating default Display subsection in Screen section"Default Screen Section" for depth/fbbpp 24/32[ 33.947] (==) modeset(0): Depth 24, (==) framebuffer bpp 32[ 33.947] (==) modeset(0): RGB weight 888[ 33.947] (==) modeset(0): Default visual is TrueColor[ 33.947] (II) Loading sub module "glamoregl"[ 33.947] (II) LoadModule: "glamoregl"[ 33.947] (II) Loading /usr/lib/xorg/modules/libglamoregl.so[ 34.087] (II) Module glamoregl: vendor="X.Org Foundation"[ 34.087] compiled for 1.18.4, module version = 1.0.0[ 34.087] ABI class: X.Org ANSI C Emulation, version 0.4[ 34.087] (II) glamor: OpenGL accelerated X.org driver based.[ 36.769] (II) glamor: EGL version 1.4 (DRI2):[ 36.949] (II) modeset(0): glamor initialized[ 36.967] (II) modeset(0): Output DP-1 has no monitor section[ 37.004] (II) modeset(0): Output DVI-I-1 has no monitor section[ 37.023] (II) modeset(0): EDID for output DP-1[ 37.060] (II) modeset(0): EDID for output DVI-I-1[ 37.060] (II) modeset(0): Manufacturer: DEL Model: a07a Serial#: 843135308[ 37.060] (II) modeset(0): Year: 2012 Week: 7[ 37.060] (II) modeset(0): EDID Version: 1.3[ 37.060] (II) modeset(0): Digital Display Input[ 37.060] (II) modeset(0): Max Image Size [cm]: horiz.: 52 vert.: 32[ 37.060] (II) modeset(0): Gamma: 2.20[ 37.060] (II) modeset(0): DPMS capabilities: StandBy Suspend Off[ 37.060] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 37.060] (II) modeset(0): First detailed timing is preferred mode[ 37.060] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600[ 37.060] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329[ 37.060] (II) modeset(0): Supported established timings:[ 37.060] (II) modeset(0): 720x400@70Hz[ 37.060] (II) modeset(0): 640x480@60Hz[ 37.060] (II) modeset(0): 800x600@60Hz[ 37.060] (II) modeset(0): 1024x768@60Hz[ 37.060] (II) modeset(0): Manufacturer's mask: 0[ 37.060] (II) modeset(0): Supported standard timings:[ 37.060] (II) modeset(0): #0: hsize: 1280 vsize 960 refresh: 60 vid: 16513[ 37.060] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897[ 37.060] (II) modeset(0): #2: hsize: 1600 vsize 1200 refresh: 60 vid: 16553[ 37.060] (II) modeset(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179[ 37.060] (II) modeset(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361[ 37.060] (II) modeset(0): Supported detailed timing:[ 37.060] (II) modeset(0): clock: 154.0 MHz Image Size: 518 x 324 mm[ 37.060] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0[ 37.060] (II) modeset(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0[ 37.060] (II) modeset(0): Serial No: Y1H5T22G2A9L[ 37.060] (II) modeset(0): Monitor name: DELL U2412M[ 37.060] (II) modeset(0): Ranges: V min: 50 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz[ 37.060] (II) modeset(0): EDID (in hex):[ 37.060] (II) modeset(0): 00ffffffffffff0010ac7aa04c394132[ 37.060] (II) modeset(0): 0716010380342078eaee95a3544c9926[ 37.060] (II) modeset(0): 0f5054a1080081408180a940b300d1c0[ 37.060] (II) modeset(0): 010101010101283c80a070b023403020[ 37.060] (II) modeset(0): 360006442100001a000000ff00593148[ 37.060] (II) modeset(0): 35543232473241394c0a000000fc0044[ 37.060] (II) modeset(0): 454c4c2055323431324d0a20000000fd[ 37.060] (II) modeset(0): 00323d1e5311000a2020202020200068[ 37.060] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)[ 37.060] (II) modeset(0): Printing probed modes for output DVI-I-1[ 37.060] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)[ 37.060] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)[ 37.060] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)[ 37.060] (II) modeset(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)[ 37.060] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)[ 37.060] (II) modeset(0): Modeline "1680x1050"x69.9 174.00 1680 1800 1976 2272 1050 1053 1059 1096 -hsync +vsync (76.6 kHz d)[ 37.060] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)[ 37.060] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)[ 37.060] (II) modeset(0): Modeline "1600x1024"x60.2 103.12 1600 1600 1656 1664 1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)[ 37.060] (II) modeset(0): Modeline "1400x1050"x70.0 145.06 1400 1496 1648 1896 1050 1051 1054 1093 -hsync +vsync (76.5 kHz d)[ 37.060] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)[ 37.060] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)[ 37.061] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz d)[ 37.061] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)[ 37.061] (II) modeset(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)[ 37.061] (II) modeset(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d)[ 37.061] (II) modeset(0): Modeline "1152x864"x70.0 96.77 1152 1224 1344 1536 864 865 868 900 -hsync +vsync (63.0 kHz d)[ 37.061] (II) modeset(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz d)[ 37.061] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)[ 37.061] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)[ 37.061] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)[ 37.061] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)[ 37.061] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)[ 37.061] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)[ 37.061] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)[ 37.061] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)[ 37.061] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)[ 37.061] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)[ 37.061] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)[ 37.061] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)[ 37.061] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)[ 37.061] (II) modeset(0): Modeline "840x525"x69.9 87.00 840 900 988 1136 525 526 529 548 doublescan -hsync +vsync (76.6 kHz d)[ 37.061] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)[ 37.061] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)[ 37.061] (II) modeset(0): Modeline "800x512"x60.2 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)[ 37.061] (II) modeset(0): Modeline "700x525"x70.1 72.53 700 748 824 948 525 525 527 546 doublescan -hsync +vsync (76.5 kHz d)[ 37.061] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)[ 37.061] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)[ 37.061] (II) modeset(0): Modeline "720x450"x59.9 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)[ 37.061] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)[ 37.061] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)[ 37.061] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)[ 37.061] (II) modeset(0): Modeline "680x384"x59.8 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)[ 37.061] (II) modeset(0): Modeline "680x384"x60.0 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)[ 37.061] (II) modeset(0): Modeline "576x432"x70.0 48.38 576 612 672 768 432 432 434 450 doublescan -hsync +vsync (63.0 kHz d)[ 37.061] (II) modeset(0): Modeline "576x432"x60.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)[ 37.061] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)[ 37.061] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)[ 37.061] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)[ 37.061] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)[ 37.061] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)[ 37.061] (II) modeset(0): Output DP-1 disconnected[ 37.061] (II) modeset(0): Output DVI-I-1 connected[ 37.061] (II) modeset(0): Using exact sizes for initial modes[ 37.061] (II) modeset(0): Output DVI-I-1 using initial mode 1920x1200 +0+0[ 37.061] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.[ 37.061] (==) modeset(0): DPI set to (96, 96)[ 37.061] (II) Loading sub module "fb"[ 37.061] (II) LoadModule: "fb"[ 37.061] (II) Loading /usr/lib/xorg/modules/libfb.so[ 37.085] (II) Module fb: vendor="X.Org Foundation"[ 37.085] compiled for 1.18.4, module version = 1.0.0[ 37.085] ABI class: X.Org ANSI C Emulation, version 0.4[ 37.085] (II) UnloadModule: "fbdev"[ 37.085] (II) Unloading fbdev[ 37.085] (II) UnloadSubModule: "fbdevhw"[ 37.085] (II) Unloading fbdevhw[ 37.085] (II) UnloadModule: "vesa"[ 37.085] (II) Unloading vesa[ 37.085] (==) Depth 24 pixmap format is 32 bpp[ 37.178] (==) modeset(0): Backing store enabled[ 37.178] (==) modeset(0): Silken mouse enabled[ 37.179] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.[ 37.180] (==) modeset(0): DPMS enabled[ 37.180] (II) modeset(0): [DRI2] Setup complete[ 37.180] (II) modeset(0): [DRI2] DRI driver: r600[ 37.180] (II) modeset(0): [DRI2] VDPAU driver: r600[ 37.180] (--) RandR disabled[ 37.185] (II) SELinux: Disabled on system[ 37.187] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer[ 37.187] (II) AIGLX: enabled GLX_ARB_create_context[ 37.187] (II) AIGLX: enabled GLX_ARB_create_context_profile[ 37.187] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile[ 37.187] (II) AIGLX: enabled GLX_INTEL_swap_event[ 37.187] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control[ 37.187] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB[ 37.187] (II) AIGLX: enabled GLX_ARB_fbconfig_float[ 37.187] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float[ 37.187] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects[ 37.187] (II) AIGLX: enabled GLX_ARB_create_context_robustness[ 37.188] (II) AIGLX: Loaded and initialized r600[ 37.188] (II) GLX: Initialized DRI2 GL provider for screen 0[ 37.189] (II) modeset(0): Setting screen physical size to 508 x 317[ 37.648] (II) config/udev: Adding input device Power Button (/dev/input/event4)[ 37.648] (**) Power Button: Applying InputClass "evdev keyboard catchall"[ 37.648] (**) Power Button: Applying InputClass "libinput keyboard catchall"[ 37.648] (II) LoadModule: "libinput"[ 37.648] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so[ 37.784] (II) Module libinput: vendor="X.Org Foundation"[ 37.784] compiled for 1.18.3, module version = 0.19.0[ 37.784] Module class: X.Org XInput Driver[ 37.784] ABI class: X.Org XInput driver, version 22.1[ 37.784] (II) Using input driver 'libinput' for 'Power Button'[ 37.784] (**) Power Button: always reports core events[ 37.784] (**) Option "Device" "/dev/input/event4"[ 37.784] (**) Option "_source" "server/udev"[ 37.785] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard[ 37.785] (II) input device 'Power Button', /dev/input/event4 is a keyboard[ 37.800] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event4"[ 37.800] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)[ 37.800] (**) Option "xkb_model" "pc105"[ 37.800] (**) Option "xkb_layout" "fr"[ 37.800] (**) Option "xkb_variant" "latin9"[ 37.828] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard[ 37.828] (II) input device 'Power Button', /dev/input/event4 is a keyboard[ 37.828] (II) config/udev: Adding input device Power Button (/dev/input/event3)[ 37.828] (**) Power Button: Applying InputClass "evdev keyboard catchall"[ 37.828] (**) Power Button: Applying InputClass "libinput keyboard catchall"[ 37.828] (II) Using input driver 'libinput' for 'Power Button'[ 37.828] (**) Power Button: always reports core events[ 37.828] (**) Option "Device" "/dev/input/event3"[ 37.828] (**) Option "_source" "server/udev"[ 37.828] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard[ 37.828] (II) input device 'Power Button', /dev/input/event3 is a keyboard[ 37.852] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event3"[ 37.852] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)[ 37.852] (**) Option "xkb_model" "pc105"[ 37.852] (**) Option "xkb_layout" "fr"[ 37.852] (**) Option "xkb_variant" "latin9"[ 37.852] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard[ 37.852] (II) input device 'Power Button', /dev/input/event3 is a keyboard[ 37.853] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event5)[ 37.853] (II) No input driver specified, ignoring this device.[ 37.853] (II) This device may have been added with another device file.[ 37.853] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)[ 37.853] (II) No input driver specified, ignoring this device.[ 37.853] (II) This device may have been added with another device file.[ 37.854] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event[ 37.854] (II) No input driver specified, ignoring this device.[ 37.854] (II) This device may have been added with another device file.[ 37.854] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event9)[ 37.854] (II) No input driver specified, ignoring this device.[ 37.854] (II) This device may have been added with another device file.[ 37.854] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)[ 37.854] (II) No input driver specified, ignoring this device.[ 37.854] (II) This device may have been added with another device file.[ 37.855] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)[ 37.855] (II) No input driver specified, ignoring this device.[ 37.855] (II) This device may have been added with another device file.[ 37.855] (II) config/udev: Adding input device Microsoft Microsoft® Digital Media Keyboard 3000 (/dev/input/event0)[ 37.855] (**) Microsoft Microsoft® Digital Media Keyboard 3000: Applying InputClass "evdev keyboard catchall"[ 37.855] (**) Microsoft Microsoft® Digital Media Keyboard 3000: Applying InputClass "libinput keyboard catchall"[ 37.855] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Digital Media Keyboard 3000'[ 37.855] (**) Microsoft Microsoft® Digital Media Keyboard 3000: always reports core events[ 37.855] (**) Option "Device" "/dev/input/event0"[ 37.855] (**) Option "_source" "server/udev"[ 37.856] (II) input device 'Microsoft Microsoft® Digital Media Keyboard 3000', /dev/input/event0 is tagged by udev as: Keyboard[ 37.856] (II) input device 'Microsoft Microsoft® Digital Media Keyboard 3000', /dev/input/event0 is a keyboard[ 37.876] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.1/2-1.4.1:1.0/0003:045E:0730.0001/input/input3/event0"[ 37.876] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Digital Media Keyboard 3000" (type: KEYBOARD, id [ 37.876] (**) Option "xkb_model" "pc105"[ 37.876] (**) Option "xkb_layout" "fr"[ 37.876] (**) Option "xkb_variant" "latin9"[ 37.876] (II) input device 'Microsoft Microsoft® Digital Media Keyboard 3000', /dev/input/event0 is tagged by udev as: Keyboard[ 37.876] (II) input device 'Microsoft Microsoft® Digital Media Keyboard 3000', /dev/input/event0 is a keyboard[ 37.877] (II) config/udev: Adding input device Microsoft Microsoft® Digital Media Keyboard 3000 (/dev/input/event1)[ 37.877] (**) Microsoft Microsoft® Digital Media Keyboard 3000: Applying InputClass "evdev keyboard catchall"[ 37.877] (**) Microsoft Microsoft® Digital Media Keyboard 3000: Applying InputClass "libinput keyboard catchall"[ 37.877] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Digital Media Keyboard 3000'[ 37.877] (**) Microsoft Microsoft® Digital Media Keyboard 3000: always reports core events[ 37.877] (**) Option "Device" "/dev/input/event1"[ 37.877] (**) Option "_source" "server/udev"[ 37.878] (II) input device 'Microsoft Microsoft® Digital Media Keyboard 3000', /dev/input/event1 is tagged by udev as: Keyboard[ 37.878] (II) input device 'Microsoft Microsoft® Digital Media Keyboard 3000', /dev/input/event1 is a keyboard[ 37.888] (II) libinput: Microsoft Microsoft® Digital Media Keyboard 3000: needs a virtual subdevice[ 37.888] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.1/2-1.4.1:1.1/0003:045E:0730.0002/input/input4/event1"[ 37.888] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Digital Media Keyboard 3000" (type: MOUSE, id 9)[ 37.888] (**) Option "AccelerationScheme" "none"[ 37.888] (**) Microsoft Microsoft® Digital Media Keyboard 3000: (accel) selected scheme none/0[ 37.888] (**) Microsoft Microsoft® Digital Media Keyboard 3000: (accel) acceleration factor: 2.000[ 37.888] (**) Microsoft Microsoft® Digital Media Keyboard 3000: (accel) acceleration threshold: 4[ 37.888] (II) input device 'Microsoft Microsoft® Digital Media Keyboard 3000', /dev/input/event1 is tagged by udev as: Keyboard[ 37.888] (II) input device 'Microsoft Microsoft® Digital Media Keyboard 3000', /dev/input/event1 is a keyboard[ 37.889] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event11)[ 37.889] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"[ 37.889] (**) USB Optical Mouse: Applying InputClass "libinput pointer catchall"[ 37.889] (II) Using input driver 'libinput' for 'USB Optical Mouse'[ 37.889] (**) USB Optical Mouse: always reports core events[ 37.889] (**) Option "Device" "/dev/input/event11"[ 37.889] (**) Option "_source" "server/udev"[ 37.889] (II) input device 'USB Optical Mouse', /dev/input/event11 is tagged by udev as: Mouse[ 37.889] (II) input device 'USB Optical Mouse', /dev/input/event11 is a pointer caps[ 37.928] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.2/2-1.4.2:1.0/0003:1BCF:0005.0003/input/input14/event11"[ 37.928] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 10)[ 37.928] (**) Option "AccelerationScheme" "none"[ 37.928] (**) USB Optical Mouse: (accel) selected scheme none/0[ 37.928] (**) USB Optical Mouse: (accel) acceleration factor: 2.000[ 37.928] (**) USB Optical Mouse: (accel) acceleration threshold: 4[ 37.928] (II) input device 'USB Optical Mouse', /dev/input/event11 is tagged by udev as: Mouse[ 37.928] (II) input device 'USB Optical Mouse', /dev/input/event11 is a pointer caps[ 37.929] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)[ 37.929] (II) No input driver specified, ignoring this device.[ 37.929] (II) This device may have been added with another device file.[ 37.929] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)[ 37.929] (II) No input driver specified, ignoring this device.[ 37.929] (II) This device may have been added with another device file.[ 37.933] (**) Microsoft Microsoft® Digital Media Keyboard 3000: Applying InputClass "evdev keyboard catchall"[ 37.933] (**) Microsoft Microsoft® Digital Media Keyboard 3000: Applying InputClass "libinput keyboard catchall"[ 37.933] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Digital Media Keyboard 3000'[ 37.933] (**) Microsoft Microsoft® Digital Media Keyboard 3000: always reports core events[ 37.933] (**) Option "Device" "/dev/input/event1"[ 37.933] (**) Option "_source" "_driver/libinput"[ 37.933] (II) libinput: Microsoft Microsoft® Digital Media Keyboard 3000: is a virtual subdevice[ 37.933] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.1/2-1.4.1:1.1/0003:045E:0730.0002/input/input4/event1"[ 37.933] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Digital Media Keyboard 3000" (type: KEYBOARD, id 11)[ 37.933] (**) Option "xkb_model" "pc105"[ 37.933] (**) Option "xkb_layout" "fr"[ 37.933] (**) Option "xkb_variant" "latin9"[ 74.488] (II) modeset(0): EDID vendor "DEL", prod id 41082[ 74.488] (II) modeset(0): Using EDID range info for horizontal sync[ 74.488] (II) modeset(0): Using EDID range info for vertical refresh[ 74.488] (II) modeset(0): Printing DDC gathered Modelines:[ 74.488] (II) modeset(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)[ 74.488] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)[ 74.488] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)[ 74.488] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)[ 74.488] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)[ 74.488] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)[ 74.488] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)[ 74.488] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)[ 74.488] (II) modeset(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)[ 74.488] (II) modeset(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)[ 85.772] (II) modeset(0): EDID vendor "DEL", prod id 41082[ 85.772] (II) modeset(0): Using hsync ranges from config file[ 85.772] (II) modeset(0): Using vrefresh ranges from config file[ 85.772] (II) modeset(0): Printing DDC gathered Modelines:[ 85.772] (II) modeset(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)[ 85.772] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)[ 85.772] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)[ 85.772] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)[ 85.772] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)[ 85.772] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)[ 85.772] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)[ 85.772] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)[ 85.772] (II) modeset(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)[ 85.772] (II) modeset(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)[ 85.832] (II) modeset(0): EDID vendor "DEL", prod id 41082[ 85.832] (II) modeset(0): Using hsync ranges from config file[ 85.832] (II) modeset(0): Using vrefresh ranges from config file[ 85.832] (II) modeset(0): Printing DDC gathered Modelines:[ 85.832] (II) modeset(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)[ 85.832] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)[ 85.832] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)[ 85.832] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)[ 85.832] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)[ 85.832] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)[ 85.832] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)[ 85.832] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)[ 85.832] (II) modeset(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)[ 85.832] (II) modeset(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)[ 175.963] (II) modeset(0): EDID vendor "DEL", prod id 41082[ 175.963] (II) modeset(0): Using hsync ranges from config file[ 175.963] (II) modeset(0): Using vrefresh ranges from config file[ 175.963] (II) modeset(0): Printing DDC gathered Modelines:[ 175.963] (II) modeset(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)[ 175.963] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)[ 175.963] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)[ 175.963] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)[ 175.963] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)[ 175.963] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)[ 175.963] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)[ 175.963] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)[ 175.963] (II) modeset(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)[ 175.963] (II) modeset(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)[ 25501.199] (II) SYN_DROPPED event from "USB Optical Mouse" - some input events have been lost.[ 25504.225] (II) SYN_DROPPED event from "USB Optical Mouse" - some input events have been lost.[ 25979.736] (II) SYN_DROPPED event from "USB Optical Mouse" - some input events have been lost.[ 26034.648] (II) SYN_DROPPED event from "USB Optical Mouse" - some input events have been lost.[ 26117.738] (II) SYN_DROPPED event from "USB Optical Mouse" - some input events have been lost.[ 26396.096] (II) SYN_DROPPED event from "USB Optical Mouse" - some input events have been lost.[ 26528.983] (II) SYN_DROPPED event from "USB Optical Mouse" - some input events have been lost.[447424.184] (II) modeset(0): EDID vendor "DEL", prod id 41082[447424.185] (II) modeset(0): Using hsync ranges from config file[447424.185] (II) modeset(0): Using vrefresh ranges from config file[447424.185] (II) modeset(0): Printing DDC gathered Modelines:[447424.185] (II) modeset(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)[447424.185] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)[447424.185] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)[447424.185] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)[447424.185] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)[447424.185] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)[447424.185] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)[447424.185] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)[447424.185] (II) modeset(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)[447424.185] (II) modeset(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)[447424.247] (II) modeset(0): EDID vendor "DEL", prod id 41082[447424.247] (II) modeset(0): Using hsync ranges from config file[447424.247] (II) modeset(0): Using vrefresh ranges from config file[447424.247] (II) modeset(0): Printing DDC gathered Modelines:[447424.247] (II) modeset(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)[447424.247] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)[447424.247] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)[447424.247] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)[447424.247] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)[447424.247] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)[447424.247] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)[447424.247] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)[447424.247] (II) modeset(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)[447424.247] (II) modeset(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)[447424.299] (II) modeset(0): EDID vendor "DEL", prod id 41082[447424.299] (II) modeset(0): Using hsync ranges from config file[447424.299] (II) modeset(0): Using vrefresh ranges from config file[447424.299] (II) modeset(0): Printing DDC gathered Modelines:[447424.299] (II) modeset(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)[447424.299] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)[447424.299] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)[447424.299] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)[447424.299] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)[447424.299] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)[447424.299] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)[447424.299] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)[447424.299] (II) modeset(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)[447424.299] (II) modeset(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e) and the output of glxinfo: name of display: :0.0display: :0 screen: 0direct rendering: Yesserver glx vendor string: SGIserver glx version string: 1.4server glx extensions: GLX_ARB_create_context, GLX_ARB_create_context_profile, GLX_ARB_create_context_robustness, 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_controlclient glx vendor string: Mesa Project and SGIclient glx version string: 1.4client glx extensions: GLX_ARB_create_context, GLX_ARB_create_context_profile, GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, 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_MESA_multithread_makecurrent, GLX_MESA_query_renderer, GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_syncGLX version: 1.4GLX extensions: GLX_ARB_create_context, GLX_ARB_create_context_profile, GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, 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_MESA_multithread_makecurrent, GLX_MESA_query_renderer, GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_syncExtended renderer info (GLX_MESA_query_renderer): Vendor: X.Org (0x1002) Device: AMD CAICOS (DRM 2.43.0, LLVM 3.8.0) (0x6779) Version: 11.2.2 Accelerated: yes Video memory: 1024MB Unified memory: no Preferred profile: core (0x1) Max core profile version: 3.3 Max compat profile version: 3.0 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.0OpenGL vendor string: X.OrgOpenGL renderer string: Gallium 0.4 on AMD CAICOS (DRM 2.43.0, LLVM 3.8.0)OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.2.2OpenGL core profile shading language version string: 3.30OpenGL core profile context flags: (none)OpenGL core profile profile mask: core profileOpenGL core profile extensions: GL_AMD_conservative_depth, GL_AMD_draw_buffers_blend, GL_AMD_performance_monitor, GL_AMD_pinned_memory, GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_stencil_export, GL_AMD_shader_trinary_minmax, GL_AMD_vertex_shader_layer, GL_AMD_vertex_shader_viewport_index, GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended, GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clip_control, GL_ARB_compressed_texture_pixel_storage, GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_derivative_control, GL_ARB_direct_state_access, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, GL_ARB_fragment_shader, GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, GL_ARB_gpu_shader5, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_instanced_arrays, GL_ARB_internalformat_query, GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, GL_ARB_occlusion_query2, GL_ARB_pipeline_statistics_query, GL_ARB_pixel_buffer_object, GL_ARB_point_sprite, GL_ARB_program_interface_query, GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, GL_ARB_shader_precision, GL_ARB_shader_stencil_export, GL_ARB_shader_subroutine, GL_ARB_shader_texture_image_samples, GL_ARB_shader_texture_lod, GL_ARB_shading_language_420pack, GL_ARB_shading_language_packing, GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_tessellation_shader, GL_ARB_texture_barrier, GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range, GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map_array, GL_ARB_texture_float, GL_ARB_texture_gather, GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_stencil8, GL_ARB_texture_storage, GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding, GL_ARB_vertex_shader, GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array, GL_ATI_blend_equation_separate, GL_ATI_meminfo, GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_EXT_abgr, GL_EXT_blend_equation_separate, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_sRGB, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_pixel_buffer_object, GL_EXT_polygon_offset_clamp, GL_EXT_provoking_vertex, GL_EXT_shader_integer_mix, GL_EXT_texture_array, GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, GL_EXT_texture_mirror_clamp, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback, GL_EXT_vertex_array_bgra, GL_IBM_multimode_draw_arrays, GL_KHR_context_flush_control, GL_KHR_debug, GL_MESA_pack_invert, GL_MESA_texture_signed_rgba, GL_NVX_gpu_memory_info, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil, GL_NV_texture_barrier, GL_NV_vdpau_interop, GL_OES_EGL_image, GL_OES_read_format, GL_S3_s3tcOpenGL version string: 3.0 Mesa 11.2.2OpenGL shading language version string: 1.30OpenGL context flags: (none)OpenGL extensions: GL_AMD_conservative_depth, GL_AMD_draw_buffers_blend, GL_AMD_performance_monitor, GL_AMD_pinned_memory, GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_stencil_export, GL_AMD_shader_trinary_minmax, GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended, GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clip_control, GL_ARB_color_buffer_float, GL_ARB_compressed_texture_pixel_storage, GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_derivative_control, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_instanced_arrays, GL_ARB_internalformat_query, GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2, GL_ARB_pipeline_statistics_query, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_program_interface_query, GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, GL_ARB_shader_precision, GL_ARB_shader_stencil_export, GL_ARB_shader_texture_image_samples, GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, GL_ARB_shading_language_420pack, GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_texture_barrier, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_gather, GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_stencil8, GL_ARB_texture_storage, GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers, GL_ATI_meminfo, GL_ATI_separate_stencil, GL_ATI_texture_compression_3dc, GL_ATI_texture_env_combine3, GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_polygon_offset_clamp, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shader_integer_mix, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_KHR_context_flush_control, GL_KHR_debug, GL_MESA_pack_invert, GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NVX_gpu_memory_info, GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fog_distance, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, GL_NV_primitive_restart, GL_NV_texgen_reflection, GL_NV_texture_barrier, GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_NV_vdpau_interop, GL_OES_EGL_image, GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arraysOpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.2.2OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00OpenGL ES profile extensions: GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, GL_APPLE_texture_max_level, GL_EXT_blend_func_extended, GL_EXT_blend_minmax, GL_EXT_color_buffer_float, GL_EXT_discard_framebuffer, GL_EXT_draw_buffers, GL_EXT_draw_elements_base_vertex, GL_EXT_map_buffer_range, GL_EXT_multi_draw_arrays, GL_EXT_read_format_bgra, GL_EXT_separate_shader_objects, GL_EXT_shader_integer_mix, GL_EXT_texture_compression_dxt1, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_format_BGRA8888, GL_EXT_texture_rg, GL_EXT_texture_type_2_10_10_10_REV, GL_EXT_unpack_subimage, GL_KHR_context_flush_control, GL_KHR_debug, GL_NV_draw_buffers, GL_NV_fbo_color_attachments, GL_NV_read_buffer, GL_NV_read_depth, GL_NV_read_depth_stencil, GL_NV_read_stencil, GL_OES_EGL_image, GL_OES_EGL_image_external, GL_OES_EGL_sync, GL_OES_compressed_ETC1_RGB8_texture, GL_OES_depth24, GL_OES_depth_texture, GL_OES_depth_texture_cube_map, GL_OES_draw_elements_base_vertex, GL_OES_element_index_uint, GL_OES_fbo_render_mipmap, GL_OES_get_program_binary, GL_OES_mapbuffer, GL_OES_packed_depth_stencil, GL_OES_rgb8_rgba8, GL_OES_standard_derivatives, GL_OES_stencil8, GL_OES_surfaceless_context, GL_OES_texture_3D, GL_OES_texture_float, GL_OES_texture_float_linear, GL_OES_texture_half_float, GL_OES_texture_half_float_linear, GL_OES_texture_npot, GL_OES_texture_stencil8, GL_OES_vertex_array_object Any idea what's going on? Thanks, Frédéric
×
×
  • Create New...