View Single Post
Old 5th July 2022
hd77 hd77 is offline
Shell Scout
 
Join Date: Jan 2022
Posts: 103
Default

Quote:
Originally Posted by harrollld View Post
Quote:
Originally Posted by J65nko View Post
Could you use another pastebin. I cannot read https://www.3hg.fr/CHATONS/Pastebin/...1SCzLaQF8Vz3fA because my Chrome browser on 7.1 does not support WebAssembly.
https://paste.debian.net/1246275/

Quote:
Originally Posted by J65nko View Post
Please don't confuse us by bring in another piece of hardware . Let us concentrate on one problem: the HP EliteBook 8440p laptop with the nVidia .NVS 3100M graphics.

According to https://www.manualslib.com/manual/69...?page=6#manual it supports a resolution of "1366 x 768"

"The external DisplayPorts: Up to 32-bit per pixel color depth
DisplayPort supports resolutions up to 2560 x 1600, 30-bit color depth at 60 Hz, and full HD (1920 x 1080) monitors, 24-bit color depth at 120 Hz
The external VGA port supports resolutions up to 2048 x 1536 at 75 Hz, and lower resolutions at up to 100 Hz"

If it was my laptop I would first try it with a Linux Mint live CD/USB image and inspect the the Mint Xorg.0.log file. Or I would go to a friend who has a external monitor and see how that goes.

What is the output of $ xrandr --verbose?
This is mine (still with the VESA driver):
Code:
xrandr --verbose
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 400, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 (0x51b) normal (normal) 0mm x 0mm
        Identifier: 0x51a
        Timestamp:  20621
        Subpixel:   unknown
        Clones:    
        CRTC:       0
        CRTCs:      0
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter: 
        non-desktop: 0 
                supported: 0, 1
  1280x1024 (0x51b) 99.615MHz *current
        h: width  1280 start    0 end    0 total 1280 skew    0 clock  77.82KHz
        v: height 1024 start    0 end    0 total 1024           clock  76.00Hz
  1024x768 (0x51c) 59.769MHz
        h: width  1024 start    0 end    0 total 1024 skew    0 clock  58.37KHz
        v: height  768 start    0 end    0 total  768           clock  76.00Hz
  800x600 (0x51d) 35.040MHz
        h: width   800 start    0 end    0 total  800 skew    0 clock  43.80KHz
        v: height  600 start    0 end    0 total  600           clock  73.00Hz
  640x480 (0x51e) 22.426MHz
        h: width   640 start    0 end    0 total  640 skew    0 clock  35.04KHz
        v: height  480 start    0 end    0 total  480           clock  73.00Hz
  640x400 (0x51f)  0.000MHz
        h: width   640 start    0 end    0 total  640 skew    0 clock   0.00KHz
        v: height  400 start    0 end    0 total  400           clock   0.00Hz
  320x400 (0x520)  0.000MHz
        h: width   320 start    0 end    0 total  320 skew    0 clock   0.00KHz
        v: height  400 start    0 end    0 total  400           clock   0.00Hz
Could you use another pastebin. I cannot read https://www.3hg.fr/CHATONS/Pastebin/...1SCzLaQF8Vz3fA because my Chrome browser on 7.1 does not support WebAssembly.
on LMDE5:
https://www.3hg.fr/CHATONS/Pastebin/...hW3G9TVYe4761a

https://paste.debian.net/1246276/


(openbsd)
for xandr --verbose > file:
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 (0x51c) normal (normal) 0mm x 0mm
Identifier: 0x51b
Timestamp: 31043
Subpixel: unknown
Clones:
CRTC: 0
CRTCs: 0
Transform: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
filter:
non-desktop: 0
supported: 0, 1
1024x768 (0x51c) 47.972MHz *current
h: width 1024 start 0 end 0 total 1024 skew 0 clock 46.85KHz
v: height 768 start 0 end 0 total 768 clock 61.00Hz
800x600 (0x51d) 29.280MHz
h: width 800 start 0 end 0 total 800 skew 0 clock 36.60KHz
v: height 600 start 0 end 0 total 600 clock 61.00Hz
640x480 (0x51e) 18.432MHz
h: width 640 start 0 end 0 total 640 skew 0 clock 28.80KHz
v: height 480 start 0 end 0 total 480 clock 60.00Hz
Reply With Quote