Hallo habe vor 2 Tagen die neue Version Ubuntu-Version 22.04 „Jammy Jellyfish“ installiert vorher war Ubuntu 20.04.4 LTS Focal Fossa. Habe ein Laptop Lenovo mit 2 gleichen Bildschirmen die können eine Auflösung von 1920 x 1080 aber nur ein Bildschirm ist auf diese Auflösung eingestellt der 2 te steht auf 1024 x768 kann mir jemand bitte helfen habe schon alles mögliche versucht.
Der Laptop ist an einer Doc Station angeschlossen ein Bildschirm hängt am DisplayPort der hat die richtige Auflösung von 1920 x 1080 und der 2 Bildschirm hängt am VGA /D-SUB und kann nur 1024 x 768 vorher hatten beide 1920 x 1080. Das möchte ich wieder erlangen.
die Datei „auflösung.sh“
sleep 3 xrandr --newmode "1920x1080_59.90" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync && xrandr --addmode VGA-1 1920x1080_59.90 && xrandr --output VGA-1 --mode 1920x1080_59.90
habe ich im Ordner "Persönlichen Ordner" abspeichern und dann, mit "
gnome-session-properties
" im Terminal das startprogramm geöfnet: und die Datei die man gerade in den Persönlichen Ordner angelegt hat. hinzufügen ( in Autostart hinzufügen) Das war auch vorher so bei Ubuntu 20.04.4 LTS Focal Fossa. Und da waren beide Bildschirme mit der Auflösung: 1920 x 1080
Mittlerweile habe ich die Datei „auflösung.sh“ gelöscht und den Befehl in der Autostart Datei deaktiviert und es hat sich nichts geentert der Bildschirm an dem Anschluss DisplayPort hat die richtige Auflösung und der am VGA /D-SUB kann ich nur auf eine Auflösung von 1024 x 768 einstellen.
Infos zu den Bildschirmen: aus dem Terminal:
Eingabe:
xrandr
Ausgabe:
Screen 0: minimum 16 x 16, current 2944 x 1080, maximum 32767 x 32767 XWAYLAND0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 530mm x 300mm 1920x1080 59.96*+ 1440x1080 59.99 1400x1050 59.98 1280x1024 59.89 1280x960 59.94 1152x864 59.96 1024x768 59.92 800x600 59.86 640x480 59.38 320x240 59.52 1680x1050 59.95 1440x900 59.89 1280x800 59.81 720x480 59.71 640x400 59.95 320x200 58.96 1600x900 59.95 1368x768 59.88 1280x720 59.86 1024x576 59.90 864x486 59.92 720x400 59.55 640x350 59.77 XWAYLAND1 connected 1024x768+1920+199 (normal left inverted right x axis y axis) 0mm x 0mm 1024x768 59.92*+ 800x600 59.86 640x480 59.38 320x240 59.52 720x480 59.71 640x400 59.95 320x200 58.96 1024x576 59.90 864x486 59.92 720x400 59.55 640x350 59.77 1920x1080_59.90 (0x1b4) 173.000MHz -HSync +VSync h: width 1920 start 2048 end 2248 total 2576 skew 0 clock 67.16KHz v: height 1080 start 1083 end 1088 total 1120 clock 59.96Hz
Eingabe:
cvt 1920 1080
Ausgabe:
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
Eingabe:
sudo xrandr --newmode
dann Passwort abfrage
Ausgabe:
xrandr: failed to parse '(null)' as a mode specification Try 'xrandr --help' for more information.
Eingabe:
xrandr --help
Ausgabe:
usage: xrandr [options] where options are: --display <display> or -d <display> --help -o <normal,inverted,left,right,0,1,2,3> or --orientation <normal,inverted,left,right,0,1,2,3> -q or --query -s <size>/<width>x<height> or --size <size>/<width>x<height> -r <rate> or --rate <rate> or --refresh <rate> -v or --version -x (reflect in x) -y (reflect in y) --screen <screen> --verbose --current --dryrun --nograb --prop or --properties --fb <width>x<height> --fbmm <width>x<height> --dpi <dpi>/<output> --output <output> --auto --mode <mode> --preferred --pos <x>x<y> --rate <rate> or --refresh <rate> --reflect normal,x,y,xy --rotate normal,inverted,left,right --left-of <output> --right-of <output> --above <output> --below <output> --same-as <output> --set <property> <value> --scale <x>[x<y>] --scale-from <w>x<h> --transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i> --filter nearest,bilinear --off --crtc <crtc> --panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]] --gamma <r>[:<g>:<b>] --brightness <value> --primary --noprimary --newmode <name> <clock MHz> <hdisp> <hsync-start> <hsync-end> <htotal> <vdisp> <vsync-start> <vsync-end> <vtotal> [flags...] Valid flags: +HSync -HSync +VSync -VSync +CSync -CSync CSync Interlace DoubleScan --rmmode <name> --addmode <output> <name> --delmode <output> <name> --listproviders --setprovideroutputsource <prov-xid> <source-xid> --setprovideroffloadsink <prov-xid> <sink-xid> --listmonitors --listactivemonitors --setmonitor <name> {auto|<w>/<mmw>x<h>/<mmh>+<x>+<y>} {none|<output>,<output>,...} --delmonitor <name> Ich hoffe es kann mir jemand Helfen Danke im Vorraus.