From: Dale <rdalek1967@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] New monitor, new problem. Everything LARGE O_O
Date: Wed, 10 Jul 2024 00:00:41 -0500 [thread overview]
Message-ID: <99a2aef0-0887-8a3c-f7e2-5300b62036f2@gmail.com> (raw)
In-Reply-To: <34ea5003-9d26-f379-35b9-aa638942d2ad@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 5338 bytes --]
New subthread. Slightly new situation.
New monitor came in today. It seems the truck from Memphis got delayed
and didn't arrive in time for yesterday. No idea why it took over 14 or
15 hours to travel what would take no more than 2 or 3 hours even by
truck. Maybe the truck broke down. Oh, monitor stand is stuck in the
USPS State hub still, like most packages do. I have another unrelated
package that was sent to the wrong post office. Can those folks not get
it together???? Anyway.
On the old LG monitor, when I first plugged up the new monitor, it
wouldn't power up from standby. It wouldn't even when I connected only
the new monitor. The BIOS would beep that it can't find a display as
well. I thought at first I had a broken monitor. Getting power but
won't wake up. I tried another cable, it worked. So, the first cable,
same as I used on the LG monitor, didn't work at all with the new
monitor. Might be that the cable has a problem not the LG monitor
itself. I didn't think of that. I've used that cable quite often
before. I'm not sure how old that cable is but it may find a trash can.
On to the new monitor. I'm trying to decide whether to use xrandr and
friends to set this up or xorg.conf. Using both seems to cause a bit of
a clash and KDE isn't helping any. I'd kinda like to go the xorg.conf
route. I think, but not sure, that xorg.conf is read very early on. It
seems, but not sure, that the xinit files are read later on. I'm not
sure on all that. It could be the other way around. I'm also pretty
sure that if set up in xorg.conf, it would work if I logged into another
GUI; Gnome, Fluxbox or some other flavor. It could be that xrandr and
friends would as well.
Current situation config wise. The first problem I noticed, the
monitors are nearly identical. Even the serial numbers are only a few
digits off and that's the only difference I can see. I did some
searching and was wanting to set a option in xorg.conf Monitor section
that identifies the monitors by not only model but also serial number.
That way I could set one to right or left of the other, or above/below,
and it know specifically which monitor is which, even if plugged into a
different port. I can't find a option for serial number yet. I did
find where someone else wanted to do the same a couple years ago but
sadly, no answer to that question. So, if that is not doable, may have
to specify the port number. If I ever have to disconnect and reconnect,
getting the order right could prove interesting. ;-)
Right now, I have this:
root@Gentoo-1 ~ # cat /etc/X11/xinit/xinitrc.d/20.xrandr
xrandr --output DP-0 --off --output DP-1 --mode 1920x1080 --pos 1920x0
--rotate normal --output DP-2 --off --output DP-3 --primary --mode
1920x1080 --pos 0x0 --rotate normal --output DP-4 --off --output DP-5
--off --output DP-6 --off --output DP-7 --off
root@Gentoo-1 ~ #
From what I've read, that is the correct place for that command. If
not, please let me know where it should be. Keep in mind, putting it in
/usr somewhere gets overwritten when the package providing that file
gets updated. I'm also attaching the current xorg.conf file. Keep in
mind, gotta add the TV later on. I think if I can get the monitors set
up, I can add the TV pretty easily. Even if it only works in KDE, that
is fine since I need KDE up and running to use the TV anyway. I'm
mostly needing to know if there is a way to add the serial number for
xorg.conf. I think the rest is OK. I also need a command to get what
the system sees as the serial number, in case it only sees a part of it,
last few digits or something.
I also had to argue with KDE about which is primary. At first, like
with the LG, it wanted to make the second monitor the primary despite
the first monitor being marked primary. I did the old set it backwards,
apply and then set it back the way I want it trick. It took it a second
but KDE reversed it. Main screen went to the primary display. This is
what I mean by it clashing and me setting the displays up in xorg.conf
and KDE hopefully getting its info from that and adjusting itself.
Plus, if I use a different GUI, it should work too.
Oh, new hard drive for /home should be here tomorrow. It's coming UPS
so they pretty good on delivery times. They beat USPS every day of the
week. Anyway, USPS claims the new delivery date for monitor stand is
tomorrow too. When I see it in my mailbox, I'll believe it. ;-)
I plan to do some rebooting to see if things come up consistently as
is. It has booted once the way it should. Still, I'd like to set up
xorg.conf to make sure things work well despite any changes hardware
wise, like monitors plugged into different ports. I think, could be
wrong, that is the best way long term. I could use xrandr which is
likely the second best option.
These new monitors sure are nice. My old eyes like them. o_O Oh, I
was going to copy over the KDE config directories. I think I'm going to
take the opportunity to give KDE a fresh start. I think those old
config files date back to the switch to KDE4. We on KDE6 now.
If anyone knows if/how to set up xorg.conf with a monitor serial number,
plus chime in. Other info welcome as well.
Dale
:-) :-)
[-- Attachment #2: xorg.conf-current-dual-samsung --]
[-- Type: text/plain, Size: 2294 bytes --]
root@Gentoo-1 ~ # cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 550.90.07
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "0"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
EndSection
Section "Module"
Load "glxserver_nvidia"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung LS32B30"
Option "PreferredMode" "1920x1080_60.00"
Option "DPMS"
# Option "DPI" "80 x 80"
Option "DPI" "70 x 70"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Samsung LS32B30"
Option "PreferredMode" "1920x1080_60.00"
Option "DPMS"
# Option "DPI" "80 x 80"
Option "DPI" "70 x 70"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
BoardName "Quadro P1000"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
Option "nvidiaXineramaInfoOrder" "DP-3"
Option "metamodes" "1920x1080 +0+0"
Option "SLI" "Off"
SubSection "Display"
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection
root@Gentoo-1 ~ #
next prev parent reply other threads:[~2024-07-10 5:00 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-02 18:58 [gentoo-user] New monitor, new problem. Everything LARGE O_O Dale
2024-07-02 19:15 ` Michael
2024-07-02 19:35 ` Dale
2024-07-02 20:57 ` Mark Knecht
2024-07-06 9:59 ` Dale
2024-07-06 12:19 ` Michael
2024-07-06 16:11 ` Dale
2024-07-06 23:00 ` Michael
2024-07-07 0:32 ` Dale
2024-07-07 20:08 ` Frank Steinmetzger
2024-07-07 21:02 ` Wols Lists
2024-07-07 21:06 ` Mark Knecht
2024-07-07 21:23 ` Dale
2024-07-07 21:52 ` Fonts: was: " Jack
2024-07-09 8:43 ` [gentoo-user] Re: Fonts: was: " Nuno Silva
2024-07-07 22:12 ` [gentoo-user] " Frank Steinmetzger
2024-07-07 22:53 ` Dale
2024-07-07 23:16 ` Food was: " Jack
2024-07-07 23:47 ` Dale
2024-07-07 21:12 ` Dale
2024-07-07 21:26 ` Frank Steinmetzger
2024-07-07 22:10 ` Dale
2024-07-07 22:29 ` Frank Steinmetzger
2024-07-07 23:14 ` Wol
2024-07-08 9:57 ` Michael
2024-07-08 11:04 ` Wols Lists
2024-07-07 23:57 ` Dale
2024-07-08 10:48 ` Michael
2024-07-08 11:52 ` Wols Lists
2024-07-08 12:27 ` Dale
2024-07-08 12:59 ` Wol
2024-07-08 14:52 ` Peter Humphrey
2024-07-08 17:26 ` Michael
2024-07-08 20:21 ` Frank Steinmetzger
2024-07-08 23:02 ` Michael
2024-07-21 15:20 ` Frank Steinmetzger
2024-07-22 9:22 ` Michael
2024-07-08 17:59 ` Mark Knecht
2024-07-08 9:56 ` Michael
2024-07-08 14:55 ` Peter Humphrey
2024-07-02 21:53 ` Dale
2024-07-03 9:22 ` Dale
2024-07-03 14:53 ` Michael
2024-07-05 0:13 ` Dale
2024-07-10 5:00 ` Dale [this message]
2024-07-10 9:45 ` Michael
2024-07-10 11:44 ` Dale
2024-07-10 13:14 ` Michael
2024-07-11 6:23 ` Dale
2024-07-11 12:44 ` Michael
2024-07-14 5:08 ` Dale
2024-07-14 9:01 ` Michael
2024-07-14 9:44 ` Dale
2024-07-14 11:25 ` Michael
2024-07-14 15:25 ` Dale
2024-07-17 17:48 ` Dale
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=99a2aef0-0887-8a3c-f7e2-5300b62036f2@gmail.com \
--to=rdalek1967@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox