Git Product home page Git Product logo

Comments (9)

LinusDierheimer avatar LinusDierheimer commented on May 27, 2024 1

Support for different refresh rates in X11 sessions is implemented now. Sorry it took that long. Close this if it works on your machine too.

from fastfetch.

DarNCelsius avatar DarNCelsius commented on May 27, 2024 1

Works here

from fastfetch.

DarNCelsius avatar DarNCelsius commented on May 27, 2024

Confirmed. Same here:

Resolution 1: 2560x1440 @ 240Hz
Resolution 2: 2560x1440 @ 240Hz
Screen 0: minimum 320 x 200, current 5120 x 1440, maximum 16384 x 16384
DisplayPort-0 connected primary 2560x1440+2560+0 (normal left inverted right x axis y axis) 698mm x 393mm
   2560x1440    239.96*+ 144.00 + 120.00    59.95  
   1920x1200    239.96  
   1920x1080    239.76   143.98   120.00   119.88    60.00    50.00    59.94  
   1600x1200    239.96  
   1680x1050     59.95  
   1600x900      60.00  
   1280x1024     75.02    60.02  
   1440x900      59.89  
   1280x800      59.81  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
DisplayPort-1 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
   2560x1440     59.95*+
   1920x1200     59.95  
   1920x1080     60.00    50.00    59.94  
   1600x1200     59.95  
   1280x1440     59.91  
   1680x1050     59.88  
   1280x1024     75.02    60.02  
   1440x900      59.90  
   1280x960      60.00  
   1280x800      59.95  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
DisplayPort-2 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 disconnected (normal left inverted right x axis y axis)

from fastfetch.

DarNCelsius avatar DarNCelsius commented on May 27, 2024

3 displays:
refreshratebug
It only seems to bother with the refresh rate of the primary display.

from fastfetch.

LinusDierheimer avatar LinusDierheimer commented on May 27, 2024

Its actually interesting to see where this project has gone.
This is the resolution code of the first version:

void ffPrintResolution(FFstate* state)
{
    Display* display = XOpenDisplay(NULL);
    Screen*   screen = DefaultScreenOfDisplay(display);

    ffPrintLogoAndKey(state, "Resolution");
    printf("%ix%i\n", screen->width, screen->height);
}

Now i wrote over 500 lines of code just for the resolution...

from fastfetch.

DarNCelsius avatar DarNCelsius commented on May 27, 2024

It's shaping up nicely. :)

That said, I've encountered an issue with the latest commit:
refreshratebug2
It's missing my third monitor(TV).

from fastfetch.

D3SOX avatar D3SOX commented on May 27, 2024

Thanks, this is correct for me now

from fastfetch.

LinusDierheimer avatar LinusDierheimer commented on May 27, 2024

It's missing my third monitor(TV).

Is it possible that your TV isn't an extra monitor (from a computer point of view) but a second output to an existing monitor (duplicated output)? If this is the case, it isn't implemented yet, but soon to come. I don't know what else could be the problem.

from fastfetch.

DarNCelsius avatar DarNCelsius commented on May 27, 2024

No, it's just another panel as far as Windows and Linux is concerned.
It's not an issue though, as it's showing up now. Must have been a glitch. Funny, as r397 and Neofetch picked it up just fine. 🤷

from fastfetch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.