You are not logged in.

#26 2022-05-26 20:29:41

seth
Member
Registered: 2012-09-03
Posts: 51,608

Re: Graphic card gets hot

So it's the server.
And not the rotation.
Or the root window size.
Or the frequency sum.

Despite the last item, try to run all outputs at XGA (1024x678) as a somewhat drastic measure to see whether the bandwidth is relevant.

Offline

#27 2022-05-27 10:26:31

yuanhao
Member
From: Edinburgh, UK
Registered: 2021-11-12
Posts: 68
Website

Re: Graphic card gets hot

seth wrote:

So it's the server.
And not the rotation.
Or the root window size.
Or the frequency sum.

Despite the last item, try to run all outputs at XGA (1024x678) as a somewhat drastic measure to see whether the bandwidth is relevant.

I have tried these:
1. Turn 1080p@50hz to 1024x768 -> power change to 90W and P0
2. Turn both 1080p@50hz and 2k@60hz to 1024x768 -> 90W and P0
3. Turn all three to 1024x768 -> the 4k monitor drops to 30hz automatically, and cant adjust to 60hz(no this option in settings anymore...) and power drop to 26W and P8
4. Undo everything, then just turn 4k@60hz to 30hz -> power 28W and P8

Offline

#28 2022-05-27 14:26:57

seth
Member
Registered: 2012-09-03
Posts: 51,608

Re: Graphic card gets hot

just turn 4k@60hz to 30hz -> power 28W and P8

So it is the bandwidth - at least something (you may check the frequency on windows)

Not sure whether you posted and xorg log or verbose xrandr output (to see what modeline is actually used) but you could try https://wiki.archlinux.org/title/Xrandr … esolutions with

% cvt12 3840 2160 60 -b
# 3840x2160 @ 60.000 Hz Reduced Blank (CVT) field rate 60.000 Hz; hsync: 133.320 kHz; pclk: 522.61 MHz
Modeline "3840x2160_60.00_rb2"  522.61  3840 3848 3880 3920  2160 2208 2216 2222 +hsync -vsync

which provides about a 25% data reduction compared to the full blanking (if that's currently in use)

Offline

#29 2022-05-27 20:08:40

yuanhao
Member
From: Edinburgh, UK
Registered: 2021-11-12
Posts: 68
Website

Re: Graphic card gets hot

seth wrote:

Not sure whether you posted and xorg log or verbose xrandr output (to see what modeline is actually used) but you could try https://wiki.archlinux.org/title/Xrandr … esolutions with

% cvt12 3840 2160 60 -b
# 3840x2160 @ 60.000 Hz Reduced Blank (CVT) field rate 60.000 Hz; hsync: 133.320 kHz; pclk: 522.61 MHz
Modeline "3840x2160_60.00_rb2"  522.61  3840 3848 3880 3920  2160 2208 2216 2222 +hsync -vsync

which provides about a 25% data reduction compared to the full blanking (if that's currently in use)

I checked that all my resolution and refresh rate is on the xrandr output:

Screen 0: minimum 8 x 8, current 6360 x 2560, maximum 32767 x 32767
HDMI-0 connected 1080x1920+5280+0 left (normal left inverted right x axis y axis) 530mm x 300mm
   1920x1080     60.00 +  59.94    50.00* 
   1680x1050     59.95  
   1600x1200     60.00  
   1440x900      59.89  
   1366x768      59.79  
   1360x768      60.02  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x800      59.81  
   1280x768      59.87  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93  
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 connected 1440x2560+0+0 left (normal left inverted right x axis y axis) 597mm x 336mm
   2560x1440     59.95*+ 165.00   143.91   120.00  
   1920x1080    119.88    60.00    59.94    50.00  
   1280x1440     59.91  
   1280x1024     75.02    60.02  
   1280x720      59.94    50.00  
   1024x768     119.99    99.97    75.03    70.07    60.00  
   800x600      119.97    99.66    75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480      119.52    99.77    75.00    72.81    59.94    59.93  
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 connected primary 3840x2160+1440+0 (normal left inverted right x axis y axis) 697mm x 392mm
   3840x2160     60.00*+  30.00    29.97  
   2560x1440     59.95  
   1920x1080     60.00    59.94  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   640x480       75.00    72.81    59.94  
DP-5 disconnected (normal left inverted right x axis y axis)

So I think I don't need to add a new mode?

Edit:

But I noticed that, in the /etc/X11/xorg.conf file:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 515.43.04

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 470.74

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung U32J59x"
    HorizSync       30.0 - 135.0
    VertRefresh     30.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA GeForce RTX 3080 Ti"
EndSection

Section "Screen"

# Removed Option "metamodes" "DP-4: nvidia-auto-select +1440+0, DP-2: 2560x1440_144 +0+0 {rotation=left}"
# Removed Option "metamodes" "DP-4: nvidia-auto-select +0+400, DP-2: 2560x1440_120 +3840+0 {rotation=left}"
# Removed Option "metamodes" "DP-4: nvidia-auto-select +1440+0 {ForceCompositionPipeline=On}, DP-2: nvidia-auto-select +0+0 {rotation=left, ForceCompositionPipeline=On}, HDMI-0: nvidia-auto-select +5280+0 {rotation=left, ForceCompositionPipeline=On}"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-5"
    Option         "metamodes" "DP-4: nvidia-auto-select +1440+0, DP-2: nvidia-auto-select +0+0 {rotation=left}, HDMI-0: nvidia-auto-select +5280+0 {rotation=left}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

It only have one monitor section for the 4k one, is that another problem?

Last edited by yuanhao (2022-05-27 20:27:35)

Offline

#30 2022-05-27 20:29:25

seth
Member
Registered: 2012-09-03
Posts: 51,608

Re: Graphic card gets hot

The point is that this is a modeline w/ reduced blanking - if the present is not (not visible in a brief xrandr query, try --verbose), it operates on a 712.75 MHz pclk (in comparism to the 522.61 MHz of the one w/ teh reduced modeline) what is a metric of "how much has the GPU to work to feed this output"

Offline

#31 2022-05-27 21:00:03

yuanhao
Member
From: Edinburgh, UK
Registered: 2021-11-12
Posts: 68
Website

Re: Graphic card gets hot

seth wrote:

The point is that this is a modeline w/ reduced blanking - if the present is not (not visible in a brief xrandr query, try --verbose), it operates on a 712.75 MHz pclk (in comparism to the 522.61 MHz of the one w/ teh reduced modeline) what is a metric of "how much has the GPU to work to feed this output"

Ahh I see, this is the output for xrandr --verbose

Screen 0: minimum 8 x 8, current 6360 x 2560, maximum 32767 x 32767
HDMI-0 connected 1080x1920+5280+0 (0x1bf) left (normal left inverted right x axis y axis) 530mm x 300mm
        Identifier: 0x1bc
        Timestamp:  40506731
        Subpixel:   unknown
        Gamma:      0.94:1.0:1.1
        Brightness: 0.96
        Clones:    
        CRTC:       2
        CRTCs:      0 1 2 3
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
                0 1 
        CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
        EDID: 
                00ffffffffffff0006b3832401010101
                1c1e010380351e78ea15c5a75650a026
                115054bfef00714f8180814081c09500
                b3008100a940023a801871382d40582c
                45000f282100001e000000fd00324c1e
                5311000a202020202020000000fc0042
                45323445514b0a2020202020000000ff
                004c374c4d51533032343438340a0106
                020321f14b900504030201111213141f
                230907078301000065030c001000e200
                6a023a801871382d40582c45000f2821
                00001e662156aa51001e30468f33000f
                282100001e0e1f008051001e30a48037
                000f282100001c662150b051001b3040
                7036000f282100001e00000000000000
                000000000000000000000000000000a1
        BorderDimensions: 4 
                supported: 4
        Border: 0 0 0 0 
                range: (0, 65535)
        SignalFormat: TMDS 
                supported: TMDS
        ConnectorType: HDMI 
        ConnectorNumber: 3 
        _ConnectorLocation: 3 
        non-desktop: 0 
                supported: 0, 1
  1920x1080 (0x1bd) 148.500MHz +HSync +VSync +preferred
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.50KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  60.00Hz
  1920x1080 (0x1be) 148.350MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.43KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  59.94Hz
  1920x1080 (0x1bf) 148.500MHz +HSync +VSync *current
        h: width  1920 start 2448 end 2492 total 2640 skew    0 clock  56.25KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  50.00Hz
  1680x1050 (0x1c0) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1600x1200 (0x1c1) 162.000MHz +HSync +VSync
        h: width  1600 start 1664 end 1856 total 2160 skew    0 clock  75.00KHz
        v: height 1200 start 1201 end 1204 total 1250           clock  60.00Hz
  1440x900 (0x1c2) 106.500MHz -HSync +VSync
        h: width  1440 start 1520 end 1672 total 1904 skew    0 clock  55.93KHz
        v: height  900 start  903 end  909 total  934           clock  59.89Hz
  1366x768 (0x1c3) 85.500MHz +HSync +VSync
        h: width  1366 start 1436 end 1579 total 1792 skew    0 clock  47.71KHz
        v: height  768 start  771 end  774 total  798           clock  59.79Hz
  1360x768 (0x1c4) 85.500MHz +HSync +VSync
        h: width  1360 start 1424 end 1536 total 1792 skew    0 clock  47.71KHz
        v: height  768 start  771 end  777 total  795           clock  60.02Hz
  1280x1024 (0x1c5) 135.000MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock  79.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  75.02Hz
  1280x1024 (0x1c6) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1280x960 (0x1c7) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1280x800 (0x1c8) 83.500MHz -HSync +VSync
        h: width  1280 start 1352 end 1480 total 1680 skew    0 clock  49.70KHz
        v: height  800 start  803 end  809 total  831           clock  59.81Hz
  1280x768 (0x1c9) 79.500MHz -HSync +VSync
        h: width  1280 start 1444 end 1572 total 1664 skew    0 clock  47.78KHz
        v: height  768 start  771 end  778 total  798           clock  59.87Hz
  1280x720 (0x1ca) 74.250MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  45.00KHz
        v: height  720 start  725 end  730 total  750           clock  60.00Hz
  1280x720 (0x1cb) 74.180MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  44.96KHz
        v: height  720 start  725 end  730 total  750           clock  59.94Hz
  1280x720 (0x1cc) 74.250MHz +HSync +VSync
        h: width  1280 start 1720 end 1760 total 1980 skew    0 clock  37.50KHz
        v: height  720 start  725 end  730 total  750           clock  50.00Hz
  1152x864 (0x1cd) 108.000MHz +HSync +VSync
        h: width  1152 start 1216 end 1344 total 1600 skew    0 clock  67.50KHz
        v: height  864 start  865 end  868 total  900           clock  75.00Hz
  1024x768 (0x1ce) 78.750MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock  60.02KHz
        v: height  768 start  769 end  772 total  800           clock  75.03Hz
  1024x768 (0x1cf) 75.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1328 skew    0 clock  56.48KHz
        v: height  768 start  771 end  777 total  806           clock  70.07Hz
  1024x768 (0x1d0) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0x1d1) 49.500MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock  46.88KHz
        v: height  600 start  601 end  604 total  625           clock  75.00Hz
  800x600 (0x1d2) 50.000MHz +HSync +VSync
        h: width   800 start  856 end  976 total 1040 skew    0 clock  48.08KHz
        v: height  600 start  637 end  643 total  666           clock  72.19Hz
  800x600 (0x1d3) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x1d4) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  720x576 (0x1d5) 27.000MHz -HSync -VSync
        h: width   720 start  732 end  796 total  864 skew    0 clock  31.25KHz
        v: height  576 start  581 end  586 total  625           clock  50.00Hz
  720x480 (0x1d6) 27.000MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock  31.47KHz
        v: height  480 start  489 end  495 total  525           clock  59.94Hz
  640x480 (0x1d7) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock  37.50KHz
        v: height  480 start  481 end  484 total  500           clock  75.00Hz
  640x480 (0x1d8) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  696 total  832 skew    0 clock  37.86KHz
        v: height  480 start  481 end  484 total  520           clock  72.81Hz
  640x480 (0x1d9) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  640x480 (0x1da) 25.170MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.46KHz
        v: height  480 start  490 end  492 total  525           clock  59.93Hz
DP-0 disconnected (normal left inverted right x axis y axis)
        Identifier: 0x1db
        Timestamp:  40506731
        Subpixel:   unknown
        Clones:    
        CRTCs:      0 1 2 3
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
                0 1 
        CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
        BorderDimensions: 4 
                supported: 4
        Border: 0 0 0 0 
                range: (0, 65535)
        SignalFormat: DisplayPort 
                supported: DisplayPort
        ConnectorType: DisplayPort 
        ConnectorNumber: 2 
        _ConnectorLocation: 2 
        non-desktop: 0 
                supported: 0, 1
DP-1 disconnected (normal left inverted right x axis y axis)
        Identifier: 0x1dc
        Timestamp:  40506731
        Subpixel:   unknown
        Clones:    
        CRTCs:      0 1 2 3
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
                0 1 
        CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
        BorderDimensions: 4 
                supported: 4
        Border: 0 0 0 0 
                range: (0, 65535)
        SignalFormat: TMDS 
                supported: TMDS
        ConnectorType: DisplayPort 
        ConnectorNumber: 2 
        _ConnectorLocation: 2 
        non-desktop: 0 
                supported: 0, 1
DP-2 connected 1440x2560+0+0 (0x1de) left (normal left inverted right x axis y axis) 597mm x 336mm
        Identifier: 0x1dd
        Timestamp:  40506731
        Subpixel:   unknown
        Gamma:      0.94:1.0:1.1
        Brightness: 0.96
        Clones:    
        CRTC:       1
        CRTCs:      0 1 2 3
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
                0 1 
        CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
        EDID: 
                00ffffffffffff0005e3022776070000
                291f0104b53c22783f29d5ad4f44a724
                0f5054bfef00d1c081803168317c4568
                457c6168617c565e00a0a0a029503020
                350055502100001e000000ff00525445
                4d414841303031393130000000fc0051
                3237473247335233420a2020000000fd
                0030a5fafa42010a20202020202001db
                020332f14c0103051404131f12021190
                3f2309070783010000e305e301e60607
                016363006d1a0000020130a500000000
                000098fc006aa0a01e50082035005550
                2100001a40e7006aa0a0675008209804
                55502100001a6fc200a0a0a055503020
                350055502100001ef03c00d051a03550
                60883a0055502100001c0000000000f8
        BorderDimensions: 4 
                supported: 4
        Border: 0 0 0 0 
                range: (0, 65535)
        SignalFormat: DisplayPort 
                supported: DisplayPort
        ConnectorType: DisplayPort 
        ConnectorNumber: 1 
        _ConnectorLocation: 1 
        non-desktop: 0 
                supported: 0, 1
  2560x1440 (0x1de) 241.500MHz +HSync +VSync *current +preferred
        h: width  2560 start 2608 end 2640 total 2720 skew    0 clock  88.79KHz
        v: height 1440 start 1443 end 1448 total 1481           clock  59.95Hz
  2560x1440 (0x1df) 646.640MHz +HSync -VSync
        h: width  2560 start 2568 end 2600 total 2666 skew    0 clock 242.55KHz
        v: height 1440 start 1443 end 1448 total 1470           clock 165.00Hz
  2560x1440 (0x1e0) 592.000MHz +HSync -VSync
        h: width  2560 start 2568 end 2600 total 2666 skew    0 clock 222.06KHz
        v: height 1440 start 1465 end 1473 total 1543           clock 143.91Hz
  2560x1440 (0x1e1) 497.750MHz +HSync +VSync
        h: width  2560 start 2608 end 2640 total 2720 skew    0 clock 183.00KHz
        v: height 1440 start 1443 end 1448 total 1525           clock 120.00Hz
  1920x1080 (0x1e2) 296.700MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock 134.86KHz
        v: height 1080 start 1084 end 1089 total 1125           clock 119.88Hz
  1920x1080 (0x1bd) 148.500MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.50KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  60.00Hz
  1920x1080 (0x1be) 148.350MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.43KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  59.94Hz
  1920x1080 (0x1bf) 148.500MHz +HSync +VSync
        h: width  1920 start 2448 end 2492 total 2640 skew    0 clock  56.25KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  50.00Hz
  1280x1440 (0x1e3) 156.000MHz -HSync +VSync
        h: width  1280 start 1376 end 1512 total 1744 skew    0 clock  89.45KHz
        v: height 1440 start 1443 end 1453 total 1493           clock  59.91Hz
  1280x1024 (0x1c5) 135.000MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock  79.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  75.02Hz
  1280x1024 (0x1c6) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1280x720 (0x1cb) 74.180MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  44.96KHz
        v: height  720 start  725 end  730 total  750           clock  59.94Hz
  1280x720 (0x1cc) 74.250MHz +HSync +VSync
        h: width  1280 start 1720 end 1760 total 1980 skew    0 clock  37.50KHz
        v: height  720 start  725 end  730 total  750           clock  50.00Hz
  1024x768 (0x1e4) 115.500MHz +HSync -VSync
        h: width  1024 start 1072 end 1104 total 1184 skew    0 clock  97.55KHz
        v: height  768 start  771 end  775 total  813           clock 119.99Hz
  1024x768 (0x1e5) 112.250MHz -HSync +VSync
        h: width  1024 start 1096 end 1200 total 1376 skew    0 clock  81.58KHz
        v: height  768 start  771 end  775 total  816           clock  99.97Hz
  1024x768 (0x1ce) 78.750MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock  60.02KHz
        v: height  768 start  769 end  772 total  800           clock  75.03Hz
  1024x768 (0x1cf) 75.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1328 skew    0 clock  56.48KHz
        v: height  768 start  771 end  777 total  806           clock  70.07Hz
  1024x768 (0x1d0) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0x1e6) 73.250MHz +HSync -VSync
        h: width   800 start  848 end  880 total  960 skew    0 clock  76.30KHz
        v: height  600 start  603 end  607 total  636           clock 119.97Hz
  800x600 (0x1e7) 67.250MHz -HSync +VSync
        h: width   800 start  848 end  928 total 1056 skew    0 clock  63.68KHz
        v: height  600 start  603 end  607 total  639           clock  99.66Hz
  800x600 (0x1d1) 49.500MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock  46.88KHz
        v: height  600 start  601 end  604 total  625           clock  75.00Hz
  800x600 (0x1d2) 50.000MHz +HSync +VSync
        h: width   800 start  856 end  976 total 1040 skew    0 clock  48.08KHz
        v: height  600 start  637 end  643 total  666           clock  72.19Hz
  800x600 (0x1d3) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x1d4) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  720x576 (0x1d5) 27.000MHz -HSync -VSync
        h: width   720 start  732 end  796 total  864 skew    0 clock  31.25KHz
        v: height  576 start  581 end  586 total  625           clock  50.00Hz
  720x480 (0x1d6) 27.000MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock  31.47KHz
        v: height  480 start  489 end  495 total  525           clock  59.94Hz
  640x480 (0x1e8) 52.500MHz -HSync +VSync
        h: width   640 start  680 end  744 total  848 skew    0 clock  61.91KHz
        v: height  480 start  483 end  487 total  518           clock 119.52Hz
  640x480 (0x1e9) 42.500MHz -HSync +VSync
        h: width   640 start  672 end  736 total  832 skew    0 clock  51.08KHz
        v: height  480 start  483 end  487 total  512           clock  99.77Hz
  640x480 (0x1d7) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock  37.50KHz
        v: height  480 start  481 end  484 total  500           clock  75.00Hz
  640x480 (0x1d8) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  696 total  832 skew    0 clock  37.86KHz
        v: height  480 start  481 end  484 total  520           clock  72.81Hz
  640x480 (0x1d9) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  640x480 (0x1da) 25.170MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.46KHz
        v: height  480 start  490 end  492 total  525           clock  59.93Hz
DP-3 disconnected (normal left inverted right x axis y axis)
        Identifier: 0x1ea
        Timestamp:  40506731
        Subpixel:   unknown
        Clones:    
        CRTCs:      0 1 2 3
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
                0 1 
        CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
        BorderDimensions: 4 
                supported: 4
        Border: 0 0 0 0 
                range: (0, 65535)
        SignalFormat: TMDS 
                supported: TMDS
        ConnectorType: DisplayPort 
        ConnectorNumber: 1 
        _ConnectorLocation: 1 
        non-desktop: 0 
                supported: 0, 1
DP-4 connected primary 3840x2160+1440+0 (0x1ec) normal (normal left inverted right x axis y axis) 697mm x 392mm
        Identifier: 0x1eb
        Timestamp:  40506731
        Subpixel:   unknown
        Gamma:      0.94:1.0:1.1
        Brightness: 0.96
        Clones:    
        CRTC:       0
        CRTCs:      0 1 2 3
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
                0 1 
        CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
        EDID: 
                00ffffffffffff004c2d350f334c5843
                051f0104b54627783aaea5af4f42af26
                0f5054bfef80714f810081c08180a9c0
                b300950001014dd000a0f0703e803020
                3500b9882100001a000000fd001e4b1e
                873c000a202020202020000000fc0055
                33324a3539780a2020202020000000ff
                0048344c523230303237320a202001a5
                02030ff042105f230907078301000002
                3a801871382d40582c4500b988210000
                1e565e00a0a0a0295030203500b98821
                00001a04740030f2705a80b0588a00b9
                882100001e0000000000000000000000
                00000000000000000000000000000000
                00000000000000000000000000000000
                00000000000000000000000000000056
        BorderDimensions: 4 
                supported: 4
        Border: 0 0 0 0 
                range: (0, 65535)
        SignalFormat: DisplayPort 
                supported: DisplayPort
        ConnectorType: DisplayPort 
        ConnectorNumber: 0 
        _ConnectorLocation: 0 
        non-desktop: 0 
                supported: 0, 1
  3840x2160 (0x1ec) 533.250MHz +HSync -VSync *current +preferred
        h: width  3840 start 3888 end 3920 total 4000 skew    0 clock 133.31KHz
        v: height 2160 start 2163 end 2168 total 2222           clock  60.00Hz
  3840x2160 (0x1ed) 297.000MHz +HSync +VSync
        h: width  3840 start 4016 end 4104 total 4400 skew    0 clock  67.50KHz
        v: height 2160 start 2168 end 2178 total 2250           clock  30.00Hz
  3840x2160 (0x1ee) 296.700MHz +HSync +VSync
        h: width  3840 start 4016 end 4104 total 4400 skew    0 clock  67.43KHz
        v: height 2160 start 2168 end 2178 total 2250           clock  29.97Hz
  2560x1440 (0x1ef) 241.500MHz +HSync -VSync
        h: width  2560 start 2608 end 2640 total 2720 skew    0 clock  88.79KHz
        v: height 1440 start 1443 end 1448 total 1481           clock  59.95Hz
  1920x1080 (0x1bd) 148.500MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.50KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  60.00Hz
  1920x1080 (0x1be) 148.350MHz +HSync +VSync
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.43KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  59.94Hz
  1680x1050 (0x1c0) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1600x900 (0x1f0) 108.000MHz +HSync +VSync
        h: width  1600 start 1624 end 1704 total 1800 skew    0 clock  60.00KHz
        v: height  900 start  901 end  904 total 1000           clock  60.00Hz
  1440x900 (0x1c2) 106.500MHz -HSync +VSync
        h: width  1440 start 1520 end 1672 total 1904 skew    0 clock  55.93KHz
        v: height  900 start  903 end  909 total  934           clock  59.89Hz
  1280x1024 (0x1c5) 135.000MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock  79.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  75.02Hz
  1280x1024 (0x1c6) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1280x800 (0x1c8) 83.500MHz -HSync +VSync
        h: width  1280 start 1352 end 1480 total 1680 skew    0 clock  49.70KHz
        v: height  800 start  803 end  809 total  831           clock  59.81Hz
  1280x720 (0x1ca) 74.250MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  45.00KHz
        v: height  720 start  725 end  730 total  750           clock  60.00Hz
  1152x864 (0x1cd) 108.000MHz +HSync +VSync
        h: width  1152 start 1216 end 1344 total 1600 skew    0 clock  67.50KHz
        v: height  864 start  865 end  868 total  900           clock  75.00Hz
  1024x768 (0x1ce) 78.750MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock  60.02KHz
        v: height  768 start  769 end  772 total  800           clock  75.03Hz
  1024x768 (0x1cf) 75.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1328 skew    0 clock  56.48KHz
        v: height  768 start  771 end  777 total  806           clock  70.07Hz
  1024x768 (0x1d0) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0x1d1) 49.500MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock  46.88KHz
        v: height  600 start  601 end  604 total  625           clock  75.00Hz
  800x600 (0x1d2) 50.000MHz +HSync +VSync
        h: width   800 start  856 end  976 total 1040 skew    0 clock  48.08KHz
        v: height  600 start  637 end  643 total  666           clock  72.19Hz
  800x600 (0x1d3) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x1d4) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  640x480 (0x1d7) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock  37.50KHz
        v: height  480 start  481 end  484 total  500           clock  75.00Hz
  640x480 (0x1d8) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  696 total  832 skew    0 clock  37.86KHz
        v: height  480 start  481 end  484 total  520           clock  72.81Hz
  640x480 (0x1d9) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
DP-5 disconnected (normal left inverted right x axis y axis)
        Identifier: 0x1f1
        Timestamp:  40506731
        Subpixel:   unknown
        Clones:    
        CRTCs:      0 1 2 3
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
                0 1 
        CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
        BorderDimensions: 4 
                supported: 4
        Border: 0 0 0 0 
                range: (0, 65535)
        SignalFormat: TMDS 
                supported: TMDS
        ConnectorType: DisplayPort 
        ConnectorNumber: 0 
        _ConnectorLocation: 0 
        non-desktop: 0 
                supported: 0, 1

When I run cvt12 3840 2160 60 -b it says command not found, I found on the link you give me that there is another command: cvt -r, so can I use

cvt -r 3840 2160

instead?

Offline

#32 2022-05-27 21:11:45

seth
Member
Registered: 2012-09-03
Posts: 51,608

Re: Graphic card gets hot

https://aur.archlinux.org/packages/cvt12-git but yon don't have to run it
1. cause I posted the resulting modeline that you can use w/ the wiki link
2. because the existing modeline is at 533.250MHz (the cvt1.0 reduced blanking) and I don't assume that a <5% drop will do much help here sad

Does windows run the output at 30 or at 60 Hz?

Offline

#33 2022-05-27 21:24:29

yuanhao
Member
From: Edinburgh, UK
Registered: 2021-11-12
Posts: 68
Website

Re: Graphic card gets hot

seth wrote:

https://aur.archlinux.org/packages/cvt12-git but yon don't have to run it
1. cause I posted the resulting modeline that you can use w/ the wiki link
2. because the existing modeline is at 533.250MHz (the cvt1.0 reduced blanking) and I don't assume that a <5% drop will do much help here sad

Does windows run the output at 30 or at 60 Hz?

I see...
Windows runs at 4k@60hz, 2k@60hz, 1080p@60hz at about 27W, p8
compare to arch 4k@60, 2k@60, 1080p@60 at about 90W, p0;
4k@60, 2k@60, 1080p@50 at about 64W, p3

Last edited by yuanhao (2022-05-27 21:27:12)

Offline

#34 2022-05-28 05:29:25

seth
Member
Registered: 2012-09-03
Posts: 51,608

Re: Graphic card gets hot

Section "Device"
    Identifier "Default nvidia Device"
    Driver	"nvidia"
	Option	"UseNvKmsCompositionPipeline" "false" # https://forums.developer.nvidia.com/t/various-all-distros-numerous-performance-rendering-issues-on-390-25/57733/110
EndSection

but I neither know whether that's still supported nor whether it's the root of the problem.

Offline

#35 2022-05-28 10:38:22

yuanhao
Member
From: Edinburgh, UK
Registered: 2021-11-12
Posts: 68
Website

Re: Graphic card gets hot

seth wrote:
Section "Device"
    Identifier "Default nvidia Device"
    Driver	"nvidia"
	Option	"UseNvKmsCompositionPipeline" "false" # https://forums.developer.nvidia.com/t/various-all-distros-numerous-performance-rendering-issues-on-390-25/57733/110
EndSection

but I neither know whether that's still supported nor whether it's the root of the problem.

I add this to the file and reboot, but it doesn't help QAQ

Update:

Some really weird things just happened:
I am using the machine as usual (just using firefox and nothing else is opened), and the monitors (three of them) just flashed and goes black, then, the primary one (4k@60), just goes back to normal, and the other two just switched their displays (everything, including desktop wallpaper, widget, ...). I tried to reboot, but it doesn't fix this, I have checked nvidia-settings and system settings display panel, nothing changed in there...

Last edited by yuanhao (2022-05-28 14:15:57)

Offline

Board footer

Powered by FluxBB