I want to put one monitor (L, HDMI) on the onboard card (the one provided by the i5) and two more (M, DVI; and R, DP) on a graphics card (GTX 970). The card works as well as it ever did, and its two work fine. The onboard one
is rotated. It is connected, but when I run "startx" it retains the
sideways text and doesn't show the X desktop. The hardware's not disabled
in the BIOS. How should I proceed?
I have Debian 12.9 (Bookworm), xorg something or other (not Wayland), and XFCE 4.18.
I want to put one monitor (L, HDMI) on the onboard card (the one provided by the i5) and two more (M, DVI; and R, DP) on a graphics card (GTX 970). The card works as well as it ever did, and its two work fine. The onboard one
is rotated. It is connected, but when I run "startx" it retains the
sideways text and doesn't show the X desktop. The hardware's not disabled
in the BIOS. How should I proceed?
I have Debian 12.9 (Bookworm), xorg something or other (not Wayland), and XFCE 4.18.
Eben King composed on 2025-02-23 13:42 (UTC-0500):
I want to put one monitor (L, HDMI) on the onboard card (the one provided by >> the i5) and two more (M, DVI; and R, DP) on a graphics card (GTX 970). The >> card works as well as it ever did, and its two work fine. The onboard one >> is rotated. It is connected, but when I run "startx" it retains the
sideways text and doesn't show the X desktop. The hardware's not disabled >> in the BIOS. How should I proceed?
I have Debian 12.9 (Bookworm), xorg something or other (not Wayland), and
XFCE 4.18.
Is this the same PC discussed here last August with i5-6400 and GTX 970?
are you still using the nouveau kernel driver for the GTX, or have you switched to
using proprietary nvidia driver?
Please provide output from:
lsmod | egrep 'vid|veau|915'
I want to put one monitor (L, HDMI) on the onboard card (the one provided by the i5) and two more (M, DVI; and R, DP) on a graphics card (GTX 970). The card works as well as it ever did, and its two work fine. The onboard one
is rotated. It is connected, but when I run "startx" it retains the
sideways text and doesn't show the X desktop. The hardware's not disabled
in the BIOS. How should I proceed?
I have Debian 12.9 (Bookworm), xorg something or other (not Wayland), and XFCE 4.18.
It may be all that's required is using xrandr, or a GUI tool that
employs it (e.g. arandr), to appropriately locate and orient the
errant display, e.g.:
xrandr --output HDMI-1 --right-of DP-1 --rotate normal
Eben King composed on 2025-02-23 13:42 (UTC-0500):
...
# inxi -SC
System:
Host: ab250 Kernel: 6.12.11-amd64 arch: x86_64 bits: 64
Desktop: TDE (Trinity) v: R14.1.4~[DEVELOPMENT] Distro: Debian GNU/Linux
trixie/sid
CPU:
Info: quad core model: Intel Core i5-7500T
I really have no idea what to suggest about your rotation problem. I suppose something about your proprietary NVidia drivers and/or configuration could be interfering with automagic Intel configuration. Maybe find a live boot image or two to try and see what happens with them.
Don't you have more than two outputs on the GTX to use instead of needing
the iGPU? DVI-to-HDMI converters usually work well.
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
Some degree of nasal demons may yet be expected, I think :)
Graphics:
Device-1: Intel HD Graphics 630 vendor
Device-2: NVIDIA GF119 [NVS 310] vendor
Monitor-1: DP-1 pos: top-left model: NEC EA243WM
Monitor-2: DP-3 mapped: DP-1-3 pos: primary,bottom-l model: Acer K272HUL
Monitor-3: DP-4 mapped: DP-1-4 pos: top-right model: Dell P2213
I logged out to find lots of raster and black on the three screens, then rebooted (remotely) into Bookworm. In Trixie I had booted without any video= parameters on kernel cmdline, but in Bookworm I added:
video=DP-3:2560x1440 video=DP-1:1920x1200 video=DP-4:1680x1050@60
I really have no idea what to suggest about your rotation problem. I suppose something about your proprietary NVidia drivers and/or configuration could be interfering with automagic Intel configuration. Maybe find a live boot image or two to try and see what happens with them.
Don't you have more than two outputs on the GTX to use instead of needing
the iGPU?
DVI-to-HDMI converters usually work well.
OK, I got it to show up by adding /etc/X11/50-onboard.conf which containsThe intel display driver has been unofficially deprecated for more than a decade.
Section "Device"
Identifier "Card1"
Driver "intel"...
Two thoughts: one is that you're running Trinity - which isn't a standard Debian desktop available forom the installer.
eben@gmx.us composed on 2025-02-23 16:43 (UTC-0500):
OK, I got it to show up by adding /etc/X11/50-onboard.conf which contains
Section "Device"
Identifier "Card1"
Driver "intel"...
The intel display driver has been unofficially deprecated for more than a decade.
It continues to be provided primarily for the benefit of ancient GPUs unsupported
by its newer technology replacement. Try instead:
Driver "modesetting"
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 149:56:40 |
Calls: | 10,383 |
Files: | 14,054 |
Messages: | 6,417,784 |