Announcement

Collapse
No announcement yet.

Red Hat Is Hiring So Linux Can Finally Have Good HDR Display Support

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #81
    Originally posted by dec05eba View Post

    Im literally watching a hdr video on youtube right now with chromium + nvidia + x11 and it works and chromium even detects and says that hdr is enabled on my system
    You're hallucinating. Chrome under Linux doesn't support anything but 8bit output.

    Here's how it's "running" at "DefaultDepth 30":

    Code:
    Graphics Feature Status
    Canvas: Software only, hardware acceleration unavailable
    Compositing: Software only. Hardware acceleration disabled
    Multiple Raster Threads: Enabled
    Out-of-process Rasterization: Disabled
    OpenGL: Disabled
    Rasterization: Software only. Hardware acceleration disabled
    Skia Renderer: Enabled
    Video Decode: Software only. Hardware acceleration disabled
    Vulkan: Disabled
    WebGL: Software only, hardware acceleration unavailable
    WebGL2: Software only, hardware acceleration unavailable
    Last edited by birdie; 19 September 2021, 11:13 AM.

    Comment


    • #82
      Originally posted by Awesomeness View Post

      "Actually almost all studios use Linux for the desktop."
      –"they tend to use Linux for servers"

      And after you've been proven wrong, you now don't get the point. Oh man, you're hilarious. 🍿
      "Cannot actually read properly" (or refuses to do so)
      - "changes the definition of studio/workstation/desktop to suite the argument"

      And after its been proven that you twist what people say and cannot comprehend finer details. Oh man your hilarious 🍿

      Comment


      • #83
        Also, I've just verified that Firefox 92.0 doesn't support 30bit color either.

        This image (30bit) looks the same in every tested mode, browser or application in Xorg/X11.

        Under Windows you can see it as intended.

        Neither mpv, nor ffplay can display 30bit videos either.
        Last edited by birdie; 19 September 2021, 11:20 AM.

        Comment


        • #84
          Originally posted by birdie View Post
          Also, I've just verified that Firefox 92.0 doesn't support 30bit color either.

          This image (30bit) looks the same in every tested mode, browser or application in Xorg/X11.

          Under Windows you can see it as intended.
          I can see the vertical bars for grey and green in Linux, but not the blue and red.

          Does that mean anything?

          Comment


          • #85
            Originally posted by Sonadow View Post

            I can see the vertical bars for grey and green in Linux, but not the blue and red.

            Does that mean anything?
            You should see 256 bars for the 10bit parts of the image, and only 64 bars for the 8bit parts.

            Chrome, Firefox and native image Linux viewers all show me 64 bars.
            Last edited by birdie; 19 September 2021, 12:12 PM. Reason: Wine works with a 30bit color depth but I haven't been able to test it

            Comment


            • #86

              Originally posted by birdie View Post

              You're hallucinating. Chrome under Linux doesn't support anything but 8bit output.

              Here's how it's "running" at "DefaultDepth 30":

              Code:
              Graphics Feature Status
              Canvas: Software only, hardware acceleration unavailable
              Compositing: Software only. Hardware acceleration disabled
              Multiple Raster Threads: Enabled
              Out-of-process Rasterization: Disabled
              OpenGL: Disabled
              Rasterization: Software only. Hardware acceleration disabled
              Skia Renderer: Enabled
              Video Decode: Software only. Hardware acceleration disabled
              Vulkan: Disabled
              WebGL: Software only, hardware acceleration unavailable
              WebGL2: Software only, hardware acceleration unavailable
              Your Chrome looks somewhat borked. This is mine:

              Graphics Feature Status
              • Canvas: Hardware accelerated
              • Canvas out-of-process rasterization: Disabled
              • Compositing: Software only. Hardware acceleration disabled
              • Multiple Raster Threads: Enabled
              • Out-of-process Rasterization: Hardware accelerated
              • OpenGL: Enabled
              • Rasterization: Hardware accelerated on all pages
              • Skia Renderer: Enabled
              • Video Decode: Software only. Hardware acceleration disabled
              • Vulkan: Enabled
              • WebGL: Hardware accelerated but at reduced performance
              • WebGL2: Hardware accelerated but at reduced performance

              Version Information
              Data exported 2021-09-19T15:21:24.455Z
              Chrome version Chrome/96.0.4641.0
              Operating system Linux 5.14.0-rc4
              Software rendering list URL https://chromium.googlesource.com/chromium/src/+/1fd5fb610a9b9dcff4e07c9fb6d4fc7a1360af4e/gpu/config/software_rendering_list.json
              Driver bug list URL https://chromium.googlesource.com/chromium/src/+/1fd5fb610a9b9dcff4e07c9fb6d4fc7a1360af4e/gpu/config/gpu_driver_bug_list.json
              ANGLE commit id 9c6f6c398795
              2D graphics backend Skia/96 47d824415e72218a573c821c55207f8561382e71
              Command Line <redacted>
              Driver Information
              Initialization time 303
              In-process GPU false
              Passthrough Command Decoder false
              Sandboxed false
              GPU0 VENDOR= 0x10de [nouveau], DEVICE=0x104a [NVD9] *ACTIVE*
              Optimus false
              AMD switchable false
              Driver vendor Mesa
              Driver version 21.2.0
              GPU CUDA compute capability major version 0
              Pixel shader version 3.10
              Vertex shader version 3.10
              Max. MSAA samples 8
              Machine model name
              Machine model version
              GL_VENDOR nouveau
              GL_RENDERER NVD9
              GL_VERSION OpenGL ES 3.1 Mesa 21.2.0
              Ozone platform wayland
              Direct rendering version unknown
              Reset notification strategy 0x8252
              GPU process crash count 0
              gfx::BufferFormats supported for allocation and texturing R_8: not supported, R_16: not supported, RG_88: not supported, BGR_565: not supported, RGBA_4444: not supported, RGBX_8888: not supported, RGBA_8888: not supported, BGRX_8888: not supported, BGRA_1010102: not supported, RGBA_1010102: not supported, BGRA_8888: not supported, RGBA_F16: not supported, YVU_420: not supported, YUV_420_BIPLANAR: not supported, P010: not supported
              Compositor Information
              Tile Update Mode One-copy
              Partial Raster Enabled

              Comment


              • #87
                Originally posted by Sonadow View Post


                Your Chrome looks somewhat borked. This is mine:
                You seem to be running Wayland with a 24-bit color depth. I showed its output when running Xorg with a 30-bit color depth.

                Comment


                • #88
                  Originally posted by birdie View Post

                  You should see 256 bars for the 10bit parts of the image, and only 64 bars for the 8bit parts.

                  Chrome, Firefox and native image Linux viewers all show me 64 bars.

                  Wine applications fail to start altogether

                  Code:
                  wine: Unhandled page fault on read access to FFFF0000 at address FFFF0000 (thread 0024), starting debugger...
                  winedbg: Internal crash at 0xffff0000
                  Then I guess mine should be the same as well. On Wayland.

                  Comment


                  • #89
                    Originally posted by coder View Post
                    BTW, I didn't mind Windows 7 for running office apps and stuff, but when my employer finally upgraded us to Windows 10, I was thoroughly unimpressed. Since I don't run it at home, I can't say whether most of the issues were the core OS or just how they deployed it, but it was the slowest and most unstable Windows I ever experienced since probably Windows 3.1. Granted, I skipped Win 98, ME, Vista, and 8. And I never upgraded until there were a couple Service Packs released, either. AFAICT, Microsoft hardly gives a shit about Windows, anymore. I think they mainly just see it as a way to rope in customers for their cloud services.
                    I would strongly disagree. At my last job we all used Win 7 and eventually it was announced that all systems would be migrating to Win 10 and we all bitched non stop. When Win 10 first came out, on multiple forums I moaned and groaned and complained and openly argued about the supposed telemetry, I went on and on about how Win 7 was better and initially I really believed it was.

                    But I have to admit, after my job forced us to upgrade, I came to realize what a great OS Win 10 is and I was remined of how I felt about replacing Win 2k with XP64 and replacing XP64 with Win7.

                    My mother and brother also threw a fit when I told them I wanted to upgrade their systems from XP to Win 7 and from Win 7 to Win 10. They now love Win 10.

                    For me, the most impressive thing about Win 10 is its stability and more importantly how resilient it is to attack, its built in ransomware protection is very good and reminds me sort of SELinux; I have tested Win 10's ransomware protection extensively and it works as advertised, maybe better because it also stops non ransomware viruses.
                    Last edited by sophisticles; 20 September 2021, 03:25 PM.

                    Comment


                    • #90
                      Originally posted by dragorth View Post
                      Almost every Autodesk product runs on Linux.
                      I don't know what's sadder, that you can't be bothered to even go to Autodesk's website to see that you are wrong or that the two people that upvoted you also couldn't be bothered to check their site:

                      Buy official Autodesk software online and get the latest 3D design, engineering, and animation software.


                      Please notice the filter list on the left, under OS type, they only list Windows and Mac, no Linux.

                      That's a swing and a miss for you.

                      Originally posted by dragorth View Post
                      Even Blender renders faster under Linux vs Windows, and OSX is a joke, thanks to not supporting OpenGL.
                      And the day I decide to built a Blender render farm in my basement that will come in very handy.

                      Comment

                      Working...
                      X