kDE3 resolution problem in Leap 15.2
has anyone found a solution for the limits Leap has for KDE3 resolution. Seems to have a silly limit of 1024x768 which is nonsense. I have more than that on a monitor on my achient HP Kayak which runs 10.0 and Legacy DOS/Win311. Sorry if this is the wrong place but no sign of the KDE3 list for a month now. CWSIV ____________________________________________________________ Sponsored by https://www.newser.com/?utm_source=part&utm_medium=uol&utm_campaign=rss_taglines_more Prosecutor About Doctor: 'Basically, He's a Serial Killer' http://thirdpartyoffers.juno.com/TGL3131/6045781618dee78153112st04duc1 On the Hunt for an Animal Serial Killer http://thirdpartyoffers.juno.com/TGL3131/604578163d19f78153112st04duc2 Buyers Bid Millions For Jack Dorsey's First Tweet http://thirdpartyoffers.juno.com/TGL3131/60457816614bf78153112st04duc3
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Sunday, March 7, 2021 5:03 PM, Carl Spitzer {L Juno} <lynux@juno.com> wrote:
has anyone found a solution for the limits Leap has for KDE3 resolution. Seems to have a silly limit of 1024x768 which is nonsense. I have more than that on a monitor on my achient HP Kayak which runs 10.0 and Legacy DOS/Win311.
I whipped it with xrandr in ~/.bashrc: #******************************************************** # Fix display resolution problems # cvt 1920 900 # xrandr if [ "$DISPLAY" = ":0" ]; then xrandr --output Virtual-0 xrandr --newmode "1920x900" 142.50 1920 2032 2232 2544 900 903 913 934 -hsync +vsync >/dev/null xrandr --addmode Virtual-0 1920x900 xrandr -s 1920x900 xrandr --dpi 96 fi #******************************************************** Works fine in VNC too.
colony.three composed on 2021-03-08 01:40 (UTC):
Carl Spitzer wrote:
has anyone found a solution for the limits Leap has for KDE3 resolution. Seems to have a silly limit of 1024x768 which is nonsense. I have more than that on a monitor on my achient HP Kayak which runs 10.0 and Legacy DOS/Win311.
I whipped it with xrandr in ~/.bashrc: #********************************************************
# Fix display resolution problems # cvt 1920 900 # xrandr if [ "$DISPLAY" = ":0" ]; then xrandr --output Virtual-0 xrandr --newmode "1920x900" 142.50 1920 2032 2232 2544 900 903 913 934 -hsync +vsync >/dev/null xrandr --addmode Virtual-0 1920x900 xrandr -s 1920x900 xrandr --dpi 96 fi
That's doing it the hard way, and may or may not work, depending on the root problem, and the hardware. X knows just as well as cvt how to generate modelines. All it needs is the horizontal sync and vertical refresh specifications for the display, normally provided by its EDID. If EDID broken is the problem, then: e.g. /etc/X11/xorg.conf.d/50-monitory.conf: Section "Monitor" Identifier "DefaultMonitor" Identifier "DefaultMonitor" HorizSync 29-94 VertRefresh 49-86 Option "PreferredMode" "2560x1080" # may or may not be necessary EndSection -- Evolution as taught in public schools, like religion, is based on faith, not on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Sunday, March 7, 2021 5:58 PM, Felix Miata <mrmazda@earthlink.net> wrote:
colony.three composed on 2021-03-08 01:40 (UTC):
Carl Spitzer wrote:
has anyone found a solution for the limits Leap has for KDE3 resolution. Seems to have a silly limit of 1024x768 which is nonsense. I have more than that on a monitor on my achient HP Kayak which runs 10.0 and Legacy DOS/Win311.
I whipped it with xrandr in ~/.bashrc: #********************************************************
Fix display resolution problems
================================
cvt 1920 900
=============
xrandr
=======
if [ "$DISPLAY" = ":0" ]; then xrandr --output Virtual-0 xrandr --newmode "1920x900" 142.50 1920 2032 2232 2544 900 903 913 934 -hsync +vsync >/dev/null xrandr --addmode Virtual-0 1920x900 xrandr -s 1920x900 xrandr --dpi 96 fi
That's doing it the hard way, and may or may not work, depending on the root problem, and the hardware. X knows just as well as cvt how to generate modelines. All it needs is the horizontal sync and vertical refresh specifications for the display, normally provided by its EDID. If EDID broken is the problem, then:
e.g. /etc/X11/xorg.conf.d/50-monitory.conf: Section "Monitor" Identifier "DefaultMonitor" Identifier "DefaultMonitor" HorizSync 29-94 VertRefresh 49-86 Option "PreferredMode" "2560x1080" # may or may not be necessary EndSection
I didn't realize we are playing King Of The Hill. There's nothing hard about my suggestion and I gave him complete tools. Doing with X is notoriously cranky and difficult, and you did not give him a method of getting the -correct- numbers. 'Nuff said.
Requested information: susepaste /var/log/Xorg.0.log Pasted as: https://susepaste.org/43914207 https://paste.opensuse.org/43914207 Link is also in your clipboard. cwsiv@localhost:~> inxi -Ga Graphics: Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics vendor: Dell driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:0116 Device-2: NVIDIA GF108M [GeForce GT 525M] vendor: Dell driver: nouveau v: kernel bus ID: 01:00.0 chip ID: 10de:0df5 Device-3: Microdia type: USB driver: uvcvideo bus ID: 1-1.5:5 chip ID: 0c45:6483 Display: x11 server: X.Org 1.20.3 compositor: kwin_x11 driver: modesetting unloaded: fbdev,vesa alternate: intel display ID: :1 screens: 1 Screen-1: 0 s-res: 1366x768 s-dpi: 96 s-size: 361x203mm (14.2x8.0") s-diag: 414mm (16.3") Monitor-1: LVDS-1 res: 1366x768 hz: 60 dpi: 101 size: 344x193mm (13.5x7.6") diag: 394mm (15.5") OpenGL: renderer: Mesa DRI Intel Sandybridge Mobile v: 3.3 Mesa 19.3.4 compat-v: 3.0 direct render: Yes cat /etc/X11/xorg.conf.d/50-monitor.conf # Having multiple "Monitor" sections is known to be problematic. Make # sure you don't have in use another one laying around e.g. in another # xorg.conf.d file or even a generic xorg.conf file. More details can # be found in https://bugs.freedesktop.org/show_bug.cgi?id=32430. # #Section "Monitor" # Identifier "Default Monitor" # # ## If your monitor doesn't support DDC you may override the # ## defaults here # #HorizSync 28-85 # #VertRefresh 50-100 # # ## Add your mode lines here, use e.g the cvt tool # #EndSection ____________________________________________________________ Sponsored by https://www.newser.com/?utm_source=part&utm_medium=uol&utm_campaign=rss_taglines_more Prosecutor About Doctor: 'Basically, He's a Serial Killer' http://thirdpartyoffers.juno.com/TGL3131/6045afbde7d8d2fbb5506st02vuc1 On the Hunt for an Animal Serial Killer http://thirdpartyoffers.juno.com/TGL3131/6045afbe172bc2fbb5506st02vuc2 Buyers Bid Millions For Jack Dorsey's First Tweet http://thirdpartyoffers.juno.com/TGL3131/6045afbe3a7e82fbb5506st02vuc3
Carl Spitzer composed on 2021-03-07 21:00 (UTC-0800):
Requested information:
susepaste /var/log/Xorg.0.log Pasted as: https://susepaste.org/43914207 https://paste.opensuse.org/43914207 Link is also in your clipboard. cwsiv@localhost:~>
It looks like susepaste.org is broken again. Both generate 404 errors here. :( You can try pasting /var/log/Xorg.0.log at http://pastebin.com/ or equivalent instead, or your own site if you have one. It shouldn't be necessary until possibly after you deal with below.
inxi -Ga Graphics: Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics vendor: Dell driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:0116 Device-2: NVIDIA GF108M [GeForce GT 525M] vendor: Dell driver: nouveau v: kernel bus ID: 01:00.0 chip ID: 10de:0df5
This two graphics devices in a laptop configuration, Intel plus NVidia, is what's called "Optimus". It requires special setup: https://en.opensuse.org/SDB:NVIDIA_SUSE_Prime https://en.opensuse.org/SDB:NVIDIA_Bumblebee https://wiki.archlinux.org/index.php/NVIDIA_Optimus
cat /etc/X11/xorg.conf.d/50-monitor.conf # Having multiple "Monitor" sections is known to be problematic. Make # sure you don't have in use another one laying around e.g. in another # xorg.conf.d file or even a generic xorg.conf file. More details can # be found in https://bugs.freedesktop.org/show_bug.cgi?id=32430. # #Section "Monitor" # Identifier "Default Monitor" # # ## If your monitor doesn't support DDC you may override the # ## defaults here # #HorizSync 28-85 # #VertRefresh 50-100 # # ## Add your mode lines here, use e.g the cvt tool # #EndSection
That 50-monitor.conf is a template, nothing but comments. This too you shouldn't need before addressing Optimus specifics. -- Evolution as taught in public schools, like religion, is based on faith, not on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/
colony.three composed on 2021-03-08 04:34 (UTC):
There's nothing hard about my suggestion and I gave him complete tools.
True, but CVT and GTF manual modeline generation became an anachronism over 15 years ago.
Doing with X is notoriously cranky and difficult, and you did not give him a method of getting the -correct- numbers.
Look it up in the display's manual if # hwinfo --monitor | grep -i 'sync r' doesn't work. Your way only works on a per user basis. Mine is global. -- Evolution as taught in public schools, like religion, is based on faith, not on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/
On Monday, 8 March 2021 15:35:48 ACDT Felix Miata wrote:
colony.three composed on 2021-03-08 04:34 (UTC):
There's nothing hard about my suggestion and I gave him complete tools.
True, but CVT and GTF manual modeline generation became an anachronism over 15 years ago.
Doing with X is notoriously cranky and difficult, and you did not give him a method of getting the -correct- numbers.
Look it up in the display's manual if
# hwinfo --monitor | grep -i 'sync r'
doesn't work.
Your way only works on a per user basis. Mine is global.
Based on what I see on my system, that should be Hwinfo --monitor | grep 'Sync R' (Case sensitive). Regards, Rodney. -- ============================================================== Rodney Baker VK5ZTV rodney.baker@iinet.net.au CCNA #CSCO12880208 ==============================================================
Rodney Baker composed on 2021-03-08 16:04 (UTC+1030):
Felix Miata wrote: ...
# hwinfo --monitor | grep -i 'sync r' ... Based on what I see on my system, that should be
Hwinfo --monitor | grep 'Sync R'
(Case sensitive).
# hwinfo --monitor | grep -i 'sync r' Vert. Sync Range: 56-75 Hz Hor. Sync Range: 30-81 kHz # :D -- Evolution as taught in public schools, like religion, is based on faith, not on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/
On Monday, 8 March 2021 16:14:24 ACDT Felix Miata wrote:
Rodney Baker composed on 2021-03-08 16:04 (UTC+1030):
Felix Miata wrote: ...
# hwinfo --monitor | grep -i 'sync r'
...
Based on what I see on my system, that should be
Hwinfo --monitor | grep 'Sync R'
(Case sensitive).
# hwinfo --monitor | grep -i 'sync r' Vert. Sync Range: 56-75 Hz Hor. Sync Range: 30-81 kHz # :D
I missed the -i switch. :) Mea culpa. -- ============================================================== Rodney Baker VK5ZTV rodney.baker@iinet.net.au CCNA #CSCO12880208 ==============================================================
Carl Spitzer {L Juno} composed on 2021-03-07 17:03 (UTC-0800):
has anyone found a solution for the limits Leap has for KDE3 resolution. Seems to have a silly limit of 1024x768 which is nonsense. I have more than that on a monitor on my achient HP Kayak which runs 10.0 and Legacy DOS/Win311.
WM/DE has nothing to do directly with a display not using an appropriate resolution. Do susepaste /var/log/Xorg.0.log and report the resulting URL here. Also paste here output from inxi -Ga (or better -Gay if it doesn't produce an error message) -- Evolution as taught in public schools, like religion, is based on faith, not on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/
On 3/7/21 7:03 PM, Carl Spitzer {L Juno} wrote:
has anyone found a solution for the limits Leap has for KDE3 resolution. Seems to have a silly limit of 1024x768 which is nonsense. I have more than that on a monitor on my achient HP Kayak which runs 10.0 and Legacy DOS/Win311.
Sorry if this is the wrong place but no sign of the KDE3 list for a month now.
Carl, No issues here. I'm running 1600x900 on my laptop. (Even with Nvidia drivers) I set a bunch of weird resolutions on the openSUSE guest VMs I have and no problems whatsoever with KDE3 resolutions. The resolution isn't KDE3 limited, that is generally a driver issue regardless of what desktop you are using. Double check you have the correct driver loaded. You can check /var/log/Xorg.0.log to see what driver loaded and make sure it matches your hardware. I suspect you have the fbdev driver loaded (ancient framebuffer device) -- David C. Rankin, J.D.,P.E.
participants (5)
-
Carl Spitzer {L Juno}
-
colony.three@protonmail.ch
-
David C. Rankin
-
Felix Miata
-
Rodney Baker