32:9-es külső monitor – ismét
HDMI Mode
Select the HDMI mode to use.
― The supportable device and resolution may differ depending on its version.
― When the version is changed, the screen may blink.
― If you set the HDMI Mode to 1.4, some high resolutions may not be supported because of bandwidth
limitation of the HDMI 1.4 protocol.
― When the setting is not appropriate, a blank screen may appear. In this case, check the specifications of the
device.
― Set the HDMI Mode to 1.4 when there is no sound output from the DVD connected to our product.
― This menu is not available when PBP is enabled.
Ezt a monitorod manualjából vettem. Szóval, valahol lehet állítani HDMI módot.
Biztos nem állítottál rajta semmit? Ugyanazt a HDMI portot használod a monitoron?
- Szerkesztve
Gabesz68
OFF
Ha csak simán megnyomod a Kód beillesztése gombot, akkor két darab (egy pár) vesszőcske karaktert kapsz. Ugyanígy egy párat kapsz, ha úgy nyomod meg, hogy a szövegdobozban egy rövid szöveg van kijelölve.
Ha egy hosszú szöveg van kijelölve a szövegdobozban, és ekkor nyomod meg a </> gombot, akkor három darab kerül a kijelölt szöveg elé és mögé (plusz még enterek is, de ezek elrendezését meg nem mondom fejből). Erre gondoltam, amikor azt írtam, ha jókor (azaz akkor amikor a kódként megjeleníteni szánt szöveg egésze ki van jelölve) nyomod meg a </> gombot...
Szóval lényegében, ahogy Balázs írta, három vesszőcske kell a kódként beküldeni szánt hosszú szöveg elé és mögé.
Androidon azonban nincs AltGr+7, úgyhogy én úgy csinálom, hogy üres helyen a szövegdobozban megnyomom kétszer egymás után a </> gombot, így ugye lesz négy darab vesszőcske egymás mellett, egyet kitörlök (visszatörlök), beillesztem a kódnak szánt szöveget, aztán megint kétszer megnyomom a </> gombot, a szöveg végén is lesz négy vesszőcske, egyet visszatörlök és mielőtt beküldeném a szöveget megnyomom a „Válasz közzététele” gomb mellett lévő szemet ábrázoló ikonnal szimbolizált „Előnézet” gombot.
Gabesz68 na akkor:
gabesz@ursae-majoris2:~$ xrandr --addmode HDMI-1 3840x1080C
gabesz@ursae-majoris2:~$ xrandr --output HDMI-1 --mode 3840x1080C
xrandr: Configure crtc 0 failed
gabesz@ursae-majoris2:~$ xrandr --output HDMI-1 --mode 3840x1080C crtc 2
xrandr: unrecognized option 'crtc'
Try 'xrandr --help' for more information.
gabesz@ursae-majoris2:~$ xrandr --output HDMI-1 --mode 3840x1080C crtc 3
xrandr: unrecognized option 'crtc'
Try 'xrandr --help' for more information.
gabesz@ursae-majoris2:~$ xrandr --output HDMI-1 --mode 3840x1080C crtc 1
xrandr: unrecognized option 'crtc'
Try 'xrandr --help' for more information.
gabesz@ursae-majoris2:~$ xrandr --output HDMI-1 --mode 3840x1080C crtc2
xrandr: unrecognized option 'crtc2'
Try 'xrandr --help' for more information.
gabesz@ursae-majoris2:~$ xrandr --output HDMI-1 --mode 3840x1080C crtc 2
xrandr: unrecognized option 'crtc'
Try 'xrandr --help' for more information.
gabesz@ursae-majoris2:~$ xrandr --output HDMI-1 --mode 3840x1080C crtc 2
xrandr: unrecognized option 'crtc'
Try 'xrandr --help' for more information.
gabesz@ursae-majoris2:~$
gabesz@ursae-majoris2:~$ xrandr --output HDMI-1 --mode 3840x1080C --crtc 2
xrandr: Configure crtc 2 failed
gabesz@ursae-majoris2:~$ xrandr --output HDMI-1 --mode 3840x1080C --crtc 3
xrandr: Configure crtc 3 failed
gabesz@ursae-majoris2:~$ xrandr --output HDMI-1 --mode 3840x1080C
xrandr: Configure crtc 0 failed
- Szerkesztve
Gabesz68 de nem tudom külön
Nem is kell.
Ismét
belinkelem ezt a fórumbejegyzést:
https://forums.linuxmint.com/viewtopic.php?t=397663
Finally, I found and solved my problem with low refresh rate on the TV screen.
I didn't check on the TV options that HDMI 2.0 was enabled :o So, I just turn on in option and I got 60 Hz for 4k resolution output.
Aztán rád bízom, mit próbálsz meg még.
- Szerkesztve
Gabesz68 viszont az még érdekes, hogy hogyan lehet a hdmi kimeneten lévő rögtön a default monitor...
Nekem a primary ugrott be.
Itt van hozzá egy link: https://askubuntu.com/a/925979
Ez amúgy jó?
xrandr --newmode "3840x1080B" 160.00 3840 3960 4344 4848 1080 1083 1093 1102 -hsync +vsync
xrandr --addmode HDMI-1 3840x1080B
xrandr --output HDMI-1 --mode 3840x1080B
Ha vannak parancsok, amik egymás után beírva meghozzák a kellő eredményt, akkor én azt szoktam csinálni, hogy a saját felhasználóm könyvtárába csinálok egy .sh kiterjesztésű fájlt és beleteszem azt a tartalmat, amit terminálban kipróbáltam (hozzáblöffölök egy primary-t is, ha az nem jó, ki kell venni).
samu-monitor.sh tartalma:
#!/bin/bash
xrandr --newmode "3840x1080B" 160.00 3840 3960 4344 4848 1080 1083 1093 1102 -hsync +vsync
xrandr --addmode HDMI-1 3840x1080B
xrandr --output HDMI-1 --mode 3840x1080B
xrandr --output HDMI-1 --primary
Azt hiszem nem árt futtathatóvá tenni:
chmod +x samu-monitor.sh
Xubuntun a Munkamenet és indítás/ Automatikus indításba ezt teszem:
Név: Samu monitor
Parancs: ./samu-monitor.sh
De nem csak az automatikus indításba lehet betenni egy ilyen szkriptet.
Szintén Xubuntun: Billentyűzet /Alkalmazás gyorsbillentyűk
Parancs: ./samu-monitor.sh
Gyorsbillentyű: (Amit csak akarsz, de legyen a példa kedvéért valami) Ctrl+F1
Ez akkor nagyon jó, ha nem mindig akarod például használni a külső monitort. Rendesen indul a rendszer a laptop kijelzővel, aztán ha használod a monitort is, akkor csak megnyomod a Ctrl+F1--et.
Lehet aztán csinálni egy visszafele ható szkriptet is, azt meg teszed mondjuk a Ctrl+F2-re, ha a monitort kikapcsolva nem mászik vissza rendesen a kép a laptop kijelzőjére.
csuhas32 Ez is jó, de én megpróbálnám így:
https://wiki.archlinux.org/title/Xrandr
4.3 Permanently adding undetected resolutions
Once a suitable resolution is found using xrandr, the mode can be permanently added by creating an entry in /etc/X11/xorg.conf.d/:
/etc/X11/xorg.conf.d/10-monitor.conf
Section "Monitor" Identifier "VGA1" Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync Option "PreferredMode" "1280x1024_60.00" EndSection Section "Screen" Identifier "Screen0" Monitor "VGA1" DefaultDepth 24 SubSection "Display" Modes "1280x1024_60.00" EndSubSection EndSection Section "Device" Identifier "Device0" Driver "intel" EndSection
Replace intel with the right driver, e.g. nvidia. When the X server is restarted, you should be able to set the new resolution.
If this does not work for you, try removing the Screen and Device sections and just leaving the Monitor section. [3]
klt szinte lehetetlen, hogy ez legyen majd a megoldás. főleg azért, mert nem megy 60Hz-n se a monitorom
itt egy ravasz kimmenet még inxi-re:
inxi -Gxxx
Graphics:
Device-1: Intel vendor: Dell driver: i915 v: kernel ports:
active: HDMI-A-1,eDP-1 empty: DP-1 bus-ID: 0000:00:02.0 chip-ID: 8086:46a8
class-ID: 0300
Device-2: Microdia Integrated_Webcam_FHD type: USB driver: uvcvideo
bus-ID: 1-6:4 chip-ID: 0c45:6739 class-ID: 0e02
Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting
unloaded: fbdev,vesa gpu: i915 display-ID: :0 screens: 1
Screen-1: 0 s-res: 5760x1080 s-dpi: 96 s-size: 1524x286mm (60.0x11.3")
s-diag: 1551mm (61")
Monitor-1: HDMI-1 mapped: HDMI-A-1 pos: primary,right
model: Samsung C49HG9x serial: HNKNA01902 res: 3840x1080 hz: 30 dpi: 81
size: 1200x340mm (47.2x13.4") diag: 1242mm (48.9") modes: max: 1920x1080
min: 720x400
Monitor-2: eDP-1 pos: primary,left model: AU Optronics res: 1920x1080
hz: 120 dpi: 142 size: 344x193mm (13.5x7.6") diag: 394mm (15.5")
modes: 1920x1080
OpenGL: renderer: Mesa Intel Graphics (ADL GT2)
v: 4.6 Mesa 22.2.5-0ubuntu0.1~22.04.3 direct render: Yes
hátha ebből még okosodunk