Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Intel graphics driver Core I5 Xorg resolution
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
ALF__
Apprentice
Apprentice


Joined: 30 Nov 2003
Posts: 246

PostPosted: Tue Jul 13, 2021 2:15 pm    Post subject: [Solved] Intel graphics driver Core I5 Xorg resolution Reply with quote

****Cable issue ****

Hi guys,

Trying to set up a Dell Optiplex 3020 as a spare workstation, was hoping to use integrated graphics, but running in to resolution problem.

The system contains a I5 4590 (4th gen if i have the correct information)

So far, it is just a standard stage 3 install, with Xorg and Fluxbox.
X starts and run with no errors, however, it sticks with 1024x768 resolution.
Tried to specify preferred mode, and it does recognize the config file, but still uses 1024x768. No errors as to why.
So i scrapped that, since it seems nowadays that the configuration is mostly done automatically if all is good.
Removed the monitor file to get back to basics.

Im pretty lost at this point, so i include Xorg log, and some relevant configuration files if someone can take a look.

My first time fighting Intel drivers. Might be defeated by the old sport of trying to slim down the kernel-configuration to much? :D

Kernel config: https://pastebin.com/Sa5A1cg6

dmesg: https://pastebin.com/WepuJHw1

Xorg log: https://pastebin.com/GUHsxaha


And finally lspci output:

Code:
00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00] (rev 06)
        Subsystem: Dell 4th Gen Core Processor DRAM Controller [1028:0612]
        Kernel driver in use: hsw_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06)
        DeviceName:  Onboard IGD
        Subsystem: Dell Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [1028:0612]
        Kernel driver in use: i915
00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
        Subsystem: Dell Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [1028:0612]
        Kernel driver in use: snd_hda_intel
00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 04)
        Subsystem: Dell 8 Series/C220 Series Chipset Family USB xHCI [1028:0612]
        Kernel driver in use: xhci_hcd
00:16.0 Communication controller [0780]: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev 04)
        Subsystem: Dell 8 Series/C220 Series Chipset Family MEI Controller [1028:0612]
        Kernel driver in use: mei_me
00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 04)
        Subsystem: Dell 8 Series/C220 Series Chipset Family USB EHCI [1028:0612]
        Kernel driver in use: ehci-pci
00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 04)
        Subsystem: Dell 8 Series/C220 Series Chipset High Definition Audio Controller [1028:0612]
        Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d4)
        Kernel driver in use: pcieport
00:1c.3 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 [8086:8c16] (rev d4)
        Kernel driver in use: pcieport
00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 04)
        Subsystem: Dell 8 Series/C220 Series Chipset Family USB EHCI [1028:0612]
        Kernel driver in use: ehci-pci
00:1f.0 ISA bridge [0601]: Intel Corporation H81 Express LPC Controller [8086:8c5c] (rev 04)
        Subsystem: Dell H81 Express LPC Controller [1028:0612]
        Kernel driver in use: lpc_ich
00:1f.2 SATA controller [0106]: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [8086:8c02] (rev 04)
        Subsystem: Dell 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [1028:0612]
        Kernel driver in use: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 04)
        Subsystem: Dell 8 Series/C220 Series Chipset Family SMBus Controller [1028:0612]
        Kernel driver in use: i801_smbus
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
        Subsystem: Dell RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1028:0612]
        Kernel driver in use: r8169


Last edited by ALF__ on Wed Jul 14, 2021 12:21 am; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54304
Location: 56N 3W

PostPosted: Tue Jul 13, 2021 2:41 pm    Post subject: Reply with quote

ALF__,

Xorg should ask your display for its capabilities. Some drivers print it in the log, some don't.
Code:
[    28.342] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none

That's not the Xorg default, so Xorg got it from somewhere.

Code:
x11-misc/read-edid
will let you fetch and display the EDID data. With that we can make a modeline that your display will be happy with.

Code:
[    28.353] (II) intel(0): Setting screen physical size to 270 x 203
That's a 4:3 display so its either a very old flat panel or a CRT.
Some of these devices lie about their best mode, which is supposed to be first in the EDID data but sometimes its not.

What is the make and model of the display?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Tue Jul 13, 2021 3:14 pm    Post subject: Re: Intel graphics driver Core I5 (4th gen) Xorg resolution Reply with quote

ALF__ wrote:
The system contains a I5 4590 (4th gen if i have the correct information)

The Intel Core i5-4590 Processor is a "4th Generation Intel Core i5 Processor" (Haswell).

But... Its on-chip HD Graphics 4600 GPU is a Generation 7.5 graphics device, see: https://wiki.gentoo.org/wiki/Intel

So don't get confused by Intel's strange numbering systems :)


Last edited by mike155 on Tue Jul 13, 2021 3:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
ALF__
Apprentice
Apprentice


Joined: 30 Nov 2003
Posts: 246

PostPosted: Tue Jul 13, 2021 3:17 pm    Post subject: Reply with quote

Hey NeddySeagoon,

As always, thanks for your reply.

I did add both DRM_LOAD_EDID_FIRMWARE and also FIRMWARE_EDID to the kernel.

Also, added all the INTEL drivers under I2C hardware bus support. However, get-edid still returns No edid on buses 0-6
1 potential bus found: 7
Bus 7 doesn't really have an EDID.

Not sure what problem that would indicate?

Well, the screen is a Philips 273Eqh. Its old. but not super old :D
I use it on my main T7500 system with a nvidia card without issues. As i side note the idea is to create a temporary replacement for my dual processor T7500 since it superheats the room:)
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Tue Jul 13, 2021 3:26 pm    Post subject: Reply with quote

If for any reason it is unable to fetch EDID, then, as a workaround, you can use some other computer to get the EDID and load it from a file.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
ALF__
Apprentice
Apprentice


Joined: 30 Nov 2003
Posts: 246

PostPosted: Tue Jul 13, 2021 4:12 pm    Post subject: Re: Intel graphics driver Core I5 (4th gen) Xorg resolution Reply with quote

mike155 wrote:
ALF__ wrote:
The system contains a I5 4590 (4th gen if i have the correct information)

The Intel Core i5-4590 Processor is a "4th Generation Intel Core i5 Processor" (Haswell).

But... Its on-chip HD Graphics 4600 GPU is a Generation 7.5 graphics device, see: https://wiki.gentoo.org/wiki/Intel

So don't get confused by Intel's strange numbering systems :)


Hey Mike!

Sorry for Missing your reply, you must have replied as i wrote up my response to Neddy :)

Thanks for that. Yeah, I do have hard time to keep up with all the hardware generations nowadays ;D


Jaglover,

Thanks for your input. Will be a last resort. Was hoping to get this up and running pretty quick, but i seldom have luck with X and drivers for some reason.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54304
Location: 56N 3W

PostPosted: Tue Jul 13, 2021 5:37 pm    Post subject: Reply with quote

ALF__,

This page says its 1920 x 1080.
That's bound to be 60Hz too.

I've not done a Modeline for a very long time but the modeline generator is still there.
Code:
Modeline "1920x1080@60" 182.28 1920 1952 2640 2672 1080 1102 1113 1135
looks like a good place to start.

You need a stub xorg.conf or a file in xorg.conf.d/ both work.
It needs two sections.

A Section "Monitor", to define the modeline and a section "Screen" to actually use it.

Code:
Section "Monitor"
   Identifier "Philips 273Eqh"
   Modeline "1920x1080@60" 182.28 1920 1952 2640 2672 1080 1102 1113 1135
EndSection

That defines the Modeline called "1920x1080@60" for use with the monitor called "Philips 273Eqh". Its only defined so far.

Code:
Section "Screen"
   Identifier     "Screen0"
   Monitor "Philips 273Eqh"

    SubSection     "Display"
        Modes       "1920x1080@60"
    EndSubSection
EndSection

That makes the modeline be used.

Xorg should use the autoblackmagic to fill in the rest ... and there is a lot more.
Code:
man xorg.conf
is good reading.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
ALF__
Apprentice
Apprentice


Joined: 30 Nov 2003
Posts: 246

PostPosted: Tue Jul 13, 2021 8:44 pm    Post subject: Reply with quote

Thanks!

I added that to a config-file.

This causes the server to hang during startup, and need to kill it harshly.

The only thing pointing to a problem with it is this line in the log:

Quote:
[ 147.133] (EE) intel(0): failed to set mode: Invalid argument [22]


Is there something botched with the driver itself that is causing all this hassle? 8O

Complete log if i missed someting:

Code:

[  1721.727]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[  1721.735] Build Operating System: Linux 5.10.27-gentoo-x86_64 x86_64 Gentoo
[  1721.737] Current Operating System: Linux 3020 5.10.27-gentoo #12 SMP Tue Jul 13 17:14:58 CEST 2021 x86_64
[  1721.738] Kernel command line: BOOT_IMAGE=/vmlinuz-5.10.27-gentoo root=/dev/sda3 ro
[  1721.743] Build Date: 12 July 2021  03:13:38AM
[  1721.746] 
[  1721.749] Current version of pixman: 0.40.0
[  1721.754]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[  1721.754] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1721.766] (==) Log file: "/home/daniel/.local/share/xorg/Xorg.0.log", Time: Tue Jul 13 22:59:26 2021
[  1721.769] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1721.770] (==) No Layout section.  Using the first Screen section.
[  1721.770] (**) |-->Screen "Screen0" (0)
[  1721.770] (**) |   |-->Monitor "Philips 273Eqh"
[  1721.770] (==) Automatically adding devices
[  1721.770] (==) Automatically enabling devices
[  1721.770] (==) Automatically adding GPU devices
[  1721.770] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1721.770] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[  1721.770]    Entry deleted from font path.
[  1721.770] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  1721.770]    Entry deleted from font path.
[  1721.770] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  1721.770]    Entry deleted from font path.
[  1721.770] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  1721.770]    Entry deleted from font path.
[  1721.770]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  1721.770] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  1721.770]    Entry deleted from font path.
[  1721.771]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  1721.771] (==) FontPath set to:
   /usr/share/fonts/misc/
[  1721.771] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  1721.771] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1721.771] (II) Loader magic: 0x55b85b4ded00
[  1721.771] (II) Module ABI versions:
[  1721.771]    X.Org ANSI C Emulation: 0.4
[  1721.771]    X.Org Video Driver: 24.1
[  1721.771]    X.Org XInput driver : 24.1
[  1721.771]    X.Org Server Extension : 10.0
[  1721.772] (++) using VT number 1

[  1721.774] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[  1721.775] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1721.776] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  1721.778] (--) PCI:*(0@0:2:0) 8086:0412:1028:0612 rev 6, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  1721.778] (II) LoadModule: "glx"
[  1721.779] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  1721.780] (II) Module glx: vendor="X.Org Foundation"
[  1721.780]    compiled for 1.20.11, module version = 1.0.0
[  1721.780]    ABI class: X.Org Server Extension, version 10.0
[  1721.780] (==) Matched intel as autoconfigured driver 0
[  1721.780] (==) Matched modesetting as autoconfigured driver 1
[  1721.780] (==) Matched fbdev as autoconfigured driver 2
[  1721.781] (==) Matched vesa as autoconfigured driver 3
[  1721.781] (==) Assigned the driver to the xf86ConfigLayout
[  1721.781] (II) LoadModule: "intel"
[  1721.781] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[  1721.781] (II) Module intel: vendor="X.Org Foundation"
[  1721.781]    compiled for 1.20.11, module version = 2.99.917
[  1721.781]    Module class: X.Org Video Driver
[  1721.781]    ABI class: X.Org Video Driver, version 24.1
[  1721.781] (II) LoadModule: "modesetting"
[  1721.781] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[  1721.781] (II) Module modesetting: vendor="X.Org Foundation"
[  1721.781]    compiled for 1.20.11, module version = 1.20.11
[  1721.781]    Module class: X.Org Video Driver
[  1721.781]    ABI class: X.Org Video Driver, version 24.1
[  1721.781] (II) LoadModule: "fbdev"
[  1721.782] (WW) Warning, couldn't open module fbdev
[  1721.782] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1721.782] (II) LoadModule: "vesa"
[  1721.782] (WW) Warning, couldn't open module vesa
[  1721.782] (EE) Failed to load module "vesa" (module does not exist, 0)
[  1721.782] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
   i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
   915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
   Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
   GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[  1721.782] (II) intel: Driver for Intel(R) HD Graphics
[  1721.782] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[  1721.782] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[  1721.782] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1721.782] xf86EnableIOPorts: failed to set IOPL for I/O (Function not implemented)
[  1721.783] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200917
[  1721.795] (WW) Falling back to old probe method for modesetting
[  1721.795] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  1721.796] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
[  1721.796] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[  1721.796] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  1721.796] (==) intel(0): RGB weight 888
[  1721.796] (==) intel(0): Default visual is TrueColor
[  1721.797] (II) intel(0): Output VGA1 using monitor section Philips 273Eqh
[  1721.797] (II) intel(0): Enabled output VGA1
[  1721.797] (II) intel(0): Output DP1 has no monitor section
[  1721.798] (II) intel(0): Enabled output DP1
[  1721.798] (II) intel(0): Output HDMI1 has no monitor section
[  1721.798] (II) intel(0): Enabled output HDMI1
[  1721.798] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[  1721.798] (II) intel(0): Output VIRTUAL1 has no monitor section
[  1721.798] (II) intel(0): Enabled output VIRTUAL1
[  1721.798] (II) intel(0): EDID for output DP1
[  1721.800] (II) intel(0): EDID for output HDMI1
[  1721.801] (II) intel(0): EDID for output VGA1
[  1721.801] (II) intel(0): Printing probed modes for output VGA1
[  1721.801] (II) intel(0): Modeline "1920x1080@60"x60.1  182.28  1920 1952 2640 2672  1080 1102 1113 1135 (68.2 kHz UP)
[  1721.801] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1721.801] (II) intel(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1721.801] (II) intel(0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1721.801] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[  1721.801] (II) intel(0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1721.801] (II) intel(0): EDID for output VIRTUAL1
[  1721.801] (II) intel(0): Output DP1 disconnected
[  1721.801] (II) intel(0): Output HDMI1 disconnected
[  1721.801] (II) intel(0): Output VGA1 connected
[  1721.801] (II) intel(0): Output VIRTUAL1 disconnected
[  1721.801] (II) intel(0): Using user preference for initial modes
[  1721.801] (II) intel(0): Output VGA1 using initial mode 1920x1080@60 +0+0
[  1721.801] (==) intel(0): TearFree disabled
[  1721.801] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[  1721.801] (==) intel(0): DPI set to (96, 96)
[  1721.801] (II) Loading sub module "dri3"
[  1721.801] (II) LoadModule: "dri3"
[  1721.801] (II) Module "dri3" already built-in
[  1721.801] (II) Loading sub module "dri2"
[  1721.801] (II) LoadModule: "dri2"
[  1721.801] (II) Module "dri2" already built-in
[  1721.801] (II) Loading sub module "present"
[  1721.802] (II) LoadModule: "present"
[  1721.802] (II) Module "present" already built-in
[  1721.802] (II) UnloadModule: "modesetting"
[  1721.802] (II) Unloading modesetting
[  1721.816] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[  1721.816] (==) intel(0): Backing store enabled
[  1721.816] (==) intel(0): Silken mouse enabled
[  1721.816] (II) intel(0): HW Cursor enabled
[  1721.817] (==) intel(0): DPMS enabled
[  1721.817] (==) intel(0): Display hotplug detection enabled
[  1721.817] (II) intel(0): [DRI2] Setup complete
[  1721.817] (II) intel(0): [DRI2]   DRI driver: i965
[  1721.817] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[  1721.817] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[  1721.817] (II) intel(0): hardware support for Present enabled
[  1721.817] (II) Initializing extension Generic Event Extension
[  1721.817] (II) Initializing extension SHAPE
[  1721.817] (II) Initializing extension MIT-SHM
[  1721.817] (II) Initializing extension XInputExtension
[  1721.818] (II) Initializing extension XTEST
[  1721.818] (II) Initializing extension BIG-REQUESTS
[  1721.818] (II) Initializing extension SYNC
[  1721.818] (II) Initializing extension XKEYBOARD
[  1721.818] (II) Initializing extension XC-MISC
[  1721.818] (II) Initializing extension XFIXES
[  1721.818] (II) Initializing extension RENDER
[  1721.818] (II) Initializing extension RANDR
[  1721.818] (II) Initializing extension COMPOSITE
[  1721.818] (II) Initializing extension DAMAGE
[  1721.818] (II) Initializing extension MIT-SCREEN-SAVER
[  1721.818] (II) Initializing extension DOUBLE-BUFFER
[  1721.818] (II) Initializing extension RECORD
[  1721.818] (II) Initializing extension DPMS
[  1721.818] (II) Initializing extension Present
[  1721.818] (II) Initializing extension DRI3
[  1721.818] (II) Initializing extension X-Resource
[  1721.818] (II) Initializing extension XVideo
[  1721.818] (II) Initializing extension XVideo-MotionCompensation
[  1721.818] (II) Initializing extension GLX
[  1722.237] (II) AIGLX: Loaded and initialized i965
[  1722.237] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1722.237] (II) Initializing extension XFree86-VidModeExtension
[  1722.237] (II) Initializing extension XFree86-DGA
[  1722.237] (II) Initializing extension XFree86-DRI
[  1722.237] (II) Initializing extension DRI2
[  1722.287] (II) intel(0): switch to mode 1920x1080@60.1 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[  1722.291] (II) intel(0): Setting screen physical size to 508 x 285
[  1722.571] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1722.571] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1722.571] (II) LoadModule: "libinput"
[  1722.571] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[  1722.623] (II) Module libinput: vendor="X.Org Foundation"
[  1722.623]    compiled for 1.20.11, module version = 1.1.0
[  1722.623]    Module class: X.Org XInput Driver
[  1722.623]    ABI class: X.Org XInput driver, version 24.1
[  1722.623] (II) Using input driver 'libinput' for 'Power Button'
[  1722.625] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 20 paused 0
[  1722.625] (**) Power Button: always reports core events
[  1722.625] (**) Option "Device" "/dev/input/event1"
[  1722.625] (**) Option "_source" "server/udev"
[  1722.716] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1722.716] (II) event1  - Power Button: device is a keyboard
[  1722.716] (II) event1  - Power Button: device removed
[  1722.716] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  1722.716] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1722.717] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1722.718] (II) event1  - Power Button: device is a keyboard
[  1722.718] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[  1722.718] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1722.718] (II) Using input driver 'libinput' for 'Video Bus'
[  1722.720] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 23 paused 0
[  1722.720] (**) Video Bus: always reports core events
[  1722.720] (**) Option "Device" "/dev/input/event2"
[  1722.720] (**) Option "_source" "server/udev"
[  1722.721] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[  1722.721] (II) event2  - Video Bus: device is a keyboard
[  1722.721] (II) event2  - Video Bus: device removed
[  1722.721] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2"
[  1722.721] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1722.722] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[  1722.722] (II) event2  - Video Bus: device is a keyboard
[  1722.723] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  1722.723] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1722.723] (II) Using input driver 'libinput' for 'Power Button'
[  1722.724] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 24 paused 0
[  1722.724] (**) Power Button: always reports core events
[  1722.724] (**) Option "Device" "/dev/input/event0"
[  1722.724] (**) Option "_source" "server/udev"
[  1722.725] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1722.725] (II) event0  - Power Button: device is a keyboard
[  1722.725] (II) event0  - Power Button: device removed
[  1722.725] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  1722.725] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  1722.727] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1722.727] (II) event0  - Power Button: device is a keyboard
[  1722.728] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v9.0 (/dev/input/event3)
[  1722.728] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0: Applying InputClass "libinput keyboard catchall"
[  1722.728] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v9.0'
[  1722.729] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[  1722.729] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0: always reports core events
[  1722.729] (**) Option "Device" "/dev/input/event3"
[  1722.729] (**) Option "_source" "server/udev"
[  1722.730] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver v9.0: is tagged by udev as: Keyboard
[  1722.731] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver v9.0: device is a keyboard
[  1722.731] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver v9.0: device removed
[  1722.731] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:045E:07A5.0001/input/input3/event3"
[  1722.731] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v9.0" (type: KEYBOARD, id 9)
[  1722.733] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver v9.0: is tagged by udev as: Keyboard
[  1722.733] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver v9.0: device is a keyboard
[  1722.734] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse (/dev/input/event4)
[  1722.734] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse: Applying InputClass "libinput pointer catchall"
[  1722.734] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse'
[  1722.787] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[  1722.787] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse: always reports core events
[  1722.787] (**) Option "Device" "/dev/input/event4"
[  1722.787] (**) Option "_source" "server/udev"
[  1722.788] (II) event4  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse: is tagged by udev as: Mouse
[  1722.789] (II) event4  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse: device is a pointer
[  1722.789] (II) event4  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse: device removed
[  1722.789] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.1/0003:045E:07A5.0002/input/input4/event4"
[  1722.789] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse" (type: MOUSE, id 10)
[  1722.790] (**) Option "AccelerationScheme" "none"
[  1722.790] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse: (accel) selected scheme none/0
[  1722.790] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse: (accel) acceleration factor: 2.000
[  1722.790] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse: (accel) acceleration threshold: 4
[  1722.791] (II) event4  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse: is tagged by udev as: Mouse
[  1722.791] (II) event4  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse: device is a pointer
[  1722.792] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control (/dev/input/event5)
[  1722.792] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1722.792] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control'
[  1722.793] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 27 paused 0
[  1722.793] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: always reports core events
[  1722.793] (**) Option "Device" "/dev/input/event5"
[  1722.793] (**) Option "_source" "server/udev"
[  1722.795] (II) event5  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: is tagged by udev as: Keyboard
[  1722.795] (II) event5  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: device is a keyboard
[  1722.795] (II) event5  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: device removed
[  1722.795] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: needs a virtual subdevice
[  1722.795] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.1/0003:045E:07A5.0002/input/input5/event5"
[  1722.795] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control" (type: MOUSE, id 11)
[  1722.795] (**) Option "AccelerationScheme" "none"
[  1722.795] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: (accel) selected scheme none/0
[  1722.795] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: (accel) acceleration factor: 2.000
[  1722.795] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: (accel) acceleration threshold: 4
[  1722.797] (II) event5  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: is tagged by udev as: Keyboard
[  1722.797] (II) event5  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: device is a keyboard
[  1722.798] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control (/dev/input/event6)
[  1722.798] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1722.798] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control'
[  1722.799] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 28 paused 0
[  1722.799] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: always reports core events
[  1722.799] (**) Option "Device" "/dev/input/event6"
[  1722.799] (**) Option "_source" "server/udev"
[  1722.800] (II) event6  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: is tagged by udev as: Keyboard
[  1722.801] (II) event6  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: device is a keyboard
[  1722.801] (II) event6  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: device removed
[  1722.801] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: needs a virtual subdevice
[  1722.801] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.2/0003:045E:07A5.0003/input/input6/event6"
[  1722.801] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control" (type: MOUSE, id 12)
[  1722.801] (**) Option "AccelerationScheme" "none"
[  1722.801] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: (accel) selected scheme none/0
[  1722.801] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: (accel) acceleration factor: 2.000
[  1722.801] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: (accel) acceleration threshold: 4
[  1722.803] (II) event6  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: is tagged by udev as: Keyboard
[  1722.803] (II) event6  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: device is a keyboard
[  1722.804] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v9.0 System Control (/dev/input/event7)
[  1722.804] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 System Control: Applying InputClass "libinput keyboard catchall"
[  1722.804] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v9.0 System Control'
[  1722.805] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 29 paused 0
[  1722.805] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 System Control: always reports core events
[  1722.805] (**) Option "Device" "/dev/input/event7"
[  1722.805] (**) Option "_source" "server/udev"
[  1722.806] (II) event7  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 System Control: is tagged by udev as: Keyboard
[  1722.807] (II) event7  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 System Control: device is a keyboard
[  1722.807] (II) event7  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 System Control: device removed
[  1722.807] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.2/0003:045E:07A5.0003/input/input7/event7"
[  1722.807] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v9.0 System Control" (type: KEYBOARD, id 13)
[  1722.808] (II) event7  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 System Control: is tagged by udev as: Keyboard
[  1722.809] (II) event7  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 System Control: device is a keyboard
[  1722.832] (EE) intel(0): failed to set mode: Invalid argument [22]
[  1722.834] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1722.834] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control'
[  1722.834] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[  1722.834] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: always reports core events
[  1722.834] (**) Option "Device" "/dev/input/event5"
[  1722.834] (**) Option "_source" "_driver/libinput"
[  1722.834] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: is a virtual subdevice
[  1722.834] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.1/0003:045E:07A5.0002/input/input5/event5"
[  1722.834] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control" (type: KEYBOARD, id 14)
[  1722.835] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1722.835] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control'
[  1722.835] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[  1722.835] (**) Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: always reports core events
[  1722.835] (**) Option "Device" "/dev/input/event6"
[  1722.835] (**) Option "_source" "_driver/libinput"
[  1722.835] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: is a virtual subdevice
[  1722.835] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.2/0003:045E:07A5.0003/input/input6/event6"
[  1722.835] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control" (type: KEYBOARD, id 15)
[  1752.895] (**) Option "fd" "20"
[  1752.895] (II) event1  - Power Button: device removed
[  1752.895] (**) Option "fd" "23"
[  1752.895] (II) event2  - Video Bus: device removed
[  1752.895] (**) Option "fd" "24"
[  1752.895] (II) event0  - Power Button: device removed
[  1752.896] (**) Option "fd" "25"
[  1752.896] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver v9.0: device removed
[  1752.896] (**) Option "fd" "26"
[  1752.896] (II) event4  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse: device removed
[  1752.896] (**) Option "fd" "27"
[  1752.896] (**) Option "fd" "28"
[  1752.896] (**) Option "fd" "29"
[  1752.896] (II) event7  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 System Control: device removed
[  1752.896] (**) Option "fd" "27"
[  1752.896] (II) event5  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: device removed
[  1752.896] (**) Option "fd" "28"
[  1752.896] (II) event6  - Microsoft Microsoft® 2.4GHz Transceiver v9.0 Consumer Control: device removed
[  1752.898] (II) UnloadModule: "libinput"
[  1752.898] (II) systemd-logind: not releasing fd for 13:70, still in use
[  1752.898] (II) UnloadModule: "libinput"
[  1752.898] (II) systemd-logind: not releasing fd for 13:69, still in use
[  1752.898] (II) UnloadModule: "libinput"
[  1752.898] (II) systemd-logind: releasing fd for 13:71
[  1752.939] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_32'.
[  1752.946] (II) UnloadModule: "libinput"
[  1752.946] (II) systemd-logind: releasing fd for 13:70
[  1752.946] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_32'.
[  1752.954] (II) UnloadModule: "libinput"
[  1752.954] (II) systemd-logind: releasing fd for 13:69
[  1752.954] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_32'.
[  1752.975] (II) UnloadModule: "libinput"
[  1752.975] (II) systemd-logind: releasing fd for 13:68
[  1752.975] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_32'.
[  1752.996] (II) UnloadModule: "libinput"
[  1752.996] (II) systemd-logind: releasing fd for 13:67
[  1752.996] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_32'.
[  1753.003] (II) UnloadModule: "libinput"
[  1753.003] (II) systemd-logind: releasing fd for 13:64
[  1753.003] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_32'.
[  1753.010] (II) UnloadModule: "libinput"
[  1753.010] (II) systemd-logind: releasing fd for 13:66
[  1753.010] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_32'.
[  1753.028] (II) UnloadModule: "libinput"
[  1753.028] (II) systemd-logind: releasing fd for 13:65
[  1753.029] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_32'.
[  1753.057] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[  1753.057] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[  1753.057] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[  1753.057] (EE) systemd-logind: ReleaseControl failed: Unknown object '/org/freedesktop/login1/session/_32'.
[  1753.057] (II) Server terminated successfully (0). Closing log file.
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Tue Jul 13, 2021 9:13 pm    Post subject: Reply with quote

What happens when you use modesetting instead of intel?
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
ALF__
Apprentice
Apprentice


Joined: 30 Nov 2003
Posts: 246

PostPosted: Tue Jul 13, 2021 9:21 pm    Post subject: Reply with quote

Good question!

Can I force it to use modesetting, or so I need to remove intel from kernel?
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Tue Jul 13, 2021 9:25 pm    Post subject: Reply with quote

Modesetting I have in mind is Xorg driver, not kernel. Usually Xorg defaults to modesetting when intel driver is not set in conf and some suggest it is correct choice for Intel. In case it does not you can use this four-liner.

Code:
Section "Device"
    Identifier  "Intel Graphics"
    Driver      "modesetting"
EndSection

_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
ALF__
Apprentice
Apprentice


Joined: 30 Nov 2003
Posts: 246

PostPosted: Tue Jul 13, 2021 9:30 pm    Post subject: Reply with quote

Xorg is emerged with intel set in makeconf as graphic cards.

Is a re-emerged needed to force mode setting you’d think?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54304
Location: 56N 3W

PostPosted: Tue Jul 13, 2021 9:30 pm    Post subject: Reply with quote

ALF__,

I have no idea what the maximum pixel clock is allowed to be, so it might not like the 182.28MHz pixel clock requested in the Modeline.
If you must have a lower pixel clock, the image will be interlaced, like analogue TV.

The Refresh rate is actually 60.1Hz, rather than the 60Hz requested.
Reducing the pixel clock to 181.97 would reduce the refresh rate.

Each pixel lasts 1/182.28 microseconds.
There are 2672 total pixels on each line
Each frame is made up of 1135 lines.

So a frame time is 2672*1135/182.28 microseconds.
That's 16637.700241387 microseconds per frame. and we want 16666.66666...

Doing it that way I get a pixel clock of 181.96MHz.

The Xorg log might have more information.

-- edit --

Code:
[  1721.801] (II) intel(0): Printing probed modes for output VGA1
[  1721.801] (II) intel(0): Modeline "1920x1080@60"x60.1  182.28  1920 1952 2640 2672  1080 1102 1113 1135 (68.2 kHz UP)
[  1721.801] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1721.801] (II) intel(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1721.801] (II) intel(0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1721.801] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[  1721.801] (II) intel(0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)

That's a list of probed modelines, so the display only advertises "1024x768"x60.0 at best to Xorg.

A Section "Device" might help,

Code:
Section "Device"
   Identifier "Internal Intel GPU"
   Driver "intel"
   Option "DDC" "false"
EndSection


This tells the driver not to ask the display its capabilities.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.


Last edited by NeddySeagoon on Tue Jul 13, 2021 9:59 pm; edited 1 time in total
Back to top
View user's profile Send private message
ALF__
Apprentice
Apprentice


Joined: 30 Nov 2003
Posts: 246

PostPosted: Tue Jul 13, 2021 9:50 pm    Post subject: Reply with quote

Thanks for the explanation.
However I’m not quite sure I’m following here.

I think we need to get back to basic.
The screen have been in my possession for several years and on multiple machines without issues.
The new player is the computer it self, but i feel it is a pretty standard one.


Something is off with either my configuration or the intel driver it self.
Probably not the driver, but my configuration :)

Even if calculating pixel clocks and so on would make it work, it feels a bit strange.
This is a pretty vanilla computer with a vanilla screen so automatically really should work I feel.

Any input on what might be missed here is greatly appreciated.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54304
Location: 56N 3W

PostPosted: Tue Jul 13, 2021 10:06 pm    Post subject: Reply with quote

ALF__,

The display does not advertise its native resolution on the VGA input. See my edit above.
Can you test it using a digital input?

The automatics everything is working fine but its not want you want.

The console resolution will be wrong too, as that uses the EDID data to get the resolution to use.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Tue Jul 13, 2021 10:43 pm    Post subject: Reply with quote

Any other computer which can read the EDID out from this monitor would also display correct modelines in Xorg log.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
ALF__
Apprentice
Apprentice


Joined: 30 Nov 2003
Posts: 246

PostPosted: Tue Jul 13, 2021 11:23 pm    Post subject: Reply with quote

Well guys,

Thanks for all your help.

The case is solved.
Firstly I tried with another screen. The same issue.
Then i exchanged the VGA cable, and everything played nice. Including get EDID.
Can you believe it?


Once again, thank you very much for your help and patience :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum