You are not logged in.

#1 2017-03-16 19:54:39

ikciwor
Member
Registered: 2016-03-14
Posts: 7

Downgraded xorg - missing display

I have downgraded xorg using Vi0L0's repository to 1.18 (I need this to use displaylink). The problem is that xorg doesn't show me anything. Sometimes it displays black screen, sometimes it freezes in where green "OK"s are present. Htop shows that it is running without any failures. The only error (EE) in the log is missing glx module, but I don't know how to fix it. I have tried to modify xorg configs, install different drivers and reinstall other packages to match this repo, but without success. When I remove this repository and reinstall updated xorg everyting is fine. Any ideas what can be wrong? Should I attach some more informations?

I use hybrid graphics Intel&Nvidia.

Offline

#2 2017-03-16 21:37:32

Awebb
Member
Registered: 2010-05-06
Posts: 6,286

Re: Downgraded xorg - missing display

Where and what is Vi0L0's repository?

Online

#3 2017-03-16 21:46:16

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Downgraded xorg - missing display


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#4 2017-03-17 12:04:30

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: Downgraded xorg - missing display

I use hybrid graphics Intel&Nvidia.

Are you using Nvidia proprietary driver ?
Which mesa version are you using ?

post full xorg log please


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2017-03-18 12:06:42

ikciwor
Member
Registered: 2016-03-14
Posts: 7

Re: Downgraded xorg - missing display

Lone_Wolf wrote:

I use hybrid graphics Intel&Nvidia.

Are you using Nvidia proprietary driver ?
Which mesa version are you using ?

post full xorg log please

I use nvidia driver from nvidia package.
I use mesa 17.0.1-2

I have downgraded only xorg-server to 1.18 and got this:

[    39.690] (--) Log file renamed from "/var/log/Xorg.pid-945.log" to "/var/log/Xorg.0.log"
[    39.690] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[    39.690] X Protocol Version 11, Revision 0
[    39.690] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[    39.690] Current Operating System: Linux DELL 4.10.2-1-ARCH #1 SMP PREEMPT Mon Mar 13 17:13:41 CET 2017 x86_64
[    39.690] Kernel command line: \boot\vmlinuz-linux archisobasedir=arch archisolabel=ARCH_201603 root=UUID=3f252620-6f6d-441e-93ae-fd80d1e8e259 initrd=boot\initramfs-linux.img
[    39.690] Build Date: 19 July 2016  05:54:24PM
[    39.690]  
[    39.690] Current version of pixman: 0.34.0
[    39.690] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    39.690] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    39.690] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 18 12:50:04 2017
[    39.691] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    39.691] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    39.691] Parse error on line 11 of section OutputClass in file /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
	"Option" is not a valid keyword in this section.
[    39.691] (EE) Problem parsing the config file
[    39.691] (EE) Error parsing the config file
[    39.691] (EE) 
Fatal server error:
[    39.691] (EE) no screens found(EE) 
[    39.691] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    39.691] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    39.691] (EE) 
[    39.691] (EE) Server terminated with error (1). Closing log file.

So I commented out lines that caused errors in 10-nvidia-drm-outputclass.conf:

Section "OutputClass"
    Identifier "intel"
    MatchDriver "i915"
    Driver "modesetting"
EndSection

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
#    Option "AllowEmptyInitialConfiguration"
#    Option "PrimaryGPU" "yes"
#   ModulePath "/usr/lib/nvidia/xorg"
EndSection

And got this:

[    28.424] (--) Log file renamed from "/var/log/Xorg.pid-590.log" to "/var/log/Xorg.0.log"
[    28.635] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[    28.635] X Protocol Version 11, Revision 0
[    28.635] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[    28.635] Current Operating System: Linux DELL 4.10.2-1-ARCH #1 SMP PREEMPT Mon Mar 13 17:13:41 CET 2017 x86_64
[    28.635] Kernel command line: \boot\vmlinuz-linux archisobasedir=arch archisolabel=ARCH_201603 root=UUID=3f252620-6f6d-441e-93ae-fd80d1e8e259 initrd=boot\initramfs-linux.img
[    28.635] Build Date: 19 July 2016  05:54:24PM
[    28.635]  
[    28.635] Current version of pixman: 0.34.0
[    28.635] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    28.635] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    28.635] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 18 12:53:51 2017
[    28.854] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    28.854] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    29.014] (==) No Layout section.  Using the first Screen section.
[    29.014] (==) No screen section available. Using defaults.
[    29.014] (**) |-->Screen "Default Screen Section" (0)
[    29.014] (**) |   |-->Monitor "<default monitor>"
[    29.053] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    29.053] (**) Option "Xinerama" "true"
[    29.053] (==) Automatically adding devices
[    29.053] (==) Automatically enabling devices
[    29.053] (==) Automatically adding GPU devices
[    29.053] (**) Xinerama: enabled
[    29.053] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    29.343] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    29.343] 	Entry deleted from font path.
[    29.516] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    29.516] (==) ModulePath set to "/usr/lib/xorg/modules"
[    29.516] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    29.591] (II) Loader magic: 0x821d40
[    29.591] (II) Module ABI versions:
[    29.591] 	X.Org ANSI C Emulation: 0.4
[    29.591] 	X.Org Video Driver: 20.0
[    29.591] 	X.Org XInput driver : 22.1
[    29.591] 	X.Org Server Extension : 9.0
[    29.592] (++) using VT number 1

[    29.593] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    29.593] (II) xfree86: Adding drm device (/dev/dri/card0)
[    29.611] (--) PCI:*(0:0:2:0) 8086:1616:1028:0656 rev 9, Mem @ 0xa9000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    29.611] (--) PCI: (0:8:0:0) 10de:1341:1028:0656 rev 162, Mem @ 0xaa000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    29.611] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    29.612] (II) LoadModule: "glx"
[    30.039] (WW) Warning, couldn't open module glx
[    30.039] (II) UnloadModule: "glx"
[    30.039] (II) Unloading glx
[    30.039] (EE) Failed to load module "glx" (module does not exist, 0)
[    30.039] (II) Applying OutputClass "intel" to /dev/dri/card0
[    30.039] 	loading driver: modesetting
[    30.039] (==) Matched modesetting as autoconfigured driver 0
[    30.039] (==) Matched intel as autoconfigured driver 1
[    30.039] (==) Matched intel as autoconfigured driver 2
[    30.039] (==) Matched modesetting as autoconfigured driver 3
[    30.039] (==) Matched fbdev as autoconfigured driver 4
[    30.039] (==) Matched vesa as autoconfigured driver 5
[    30.039] (==) Assigned the driver to the xf86ConfigLayout
[    30.039] (II) LoadModule: "modesetting"
[    30.039] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    30.196] (II) Module modesetting: vendor="X.Org Foundation"
[    30.196] 	compiled for 1.18.4, module version = 1.18.4
[    30.196] 	Module class: X.Org Video Driver
[    30.196] 	ABI class: X.Org Video Driver, version 20.0
[    30.196] (II) LoadModule: "intel"
[    30.197] (WW) Warning, couldn't open module intel
[    30.197] (II) UnloadModule: "intel"
[    30.197] (II) Unloading intel
[    30.197] (EE) Failed to load module "intel" (module does not exist, 0)
[    30.197] (II) LoadModule: "fbdev"
[    30.197] (WW) Warning, couldn't open module fbdev
[    30.197] (II) UnloadModule: "fbdev"
[    30.197] (II) Unloading fbdev
[    30.197] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    30.197] (II) LoadModule: "vesa"
[    30.197] (WW) Warning, couldn't open module vesa
[    30.197] (II) UnloadModule: "vesa"
[    30.197] (II) Unloading vesa
[    30.197] (EE) Failed to load module "vesa" (module does not exist, 0)
[    30.197] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    30.209] (II) modeset(0): using drv /dev/dri/card0
[    30.209] (WW) Falling back to old probe method for modesetting
[    30.226] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    30.226] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    30.226] (==) modeset(0): RGB weight 888
[    30.226] (==) modeset(0): Default visual is TrueColor
[    30.226] (II) Loading sub module "glamoregl"
[    30.226] (II) LoadModule: "glamoregl"
[    30.226] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    30.768] (II) Module glamoregl: vendor="X.Org Foundation"
[    30.768] 	compiled for 1.18.4, module version = 1.0.0
[    30.768] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    30.768] (II) glamor: OpenGL accelerated X.org driver based.
[    32.833] (EE) modeset(0): eglInitialize() failed
[    32.871] (EE) modeset(0): glamor initialization failed
[    32.871] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[    32.873] (II) modeset(0): Output eDP-1 has no monitor section
[    32.911] (II) modeset(0): Output HDMI-1 has no monitor section
[    32.913] (II) modeset(0): EDID for output eDP-1
[    32.913] (II) modeset(0): Manufacturer: BOE  Model: 615  Serial#: 0
[    32.913] (II) modeset(0): Year: 2014  Week: 1
[    32.913] (II) modeset(0): EDID Version: 1.4
[    32.913] (II) modeset(0): Digital Display Input
[    32.913] (II) modeset(0): 6 bits per channel
[    32.913] (II) modeset(0): Digital interface is DisplayPort
[    32.913] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    32.913] (II) modeset(0): Gamma: 2.20
[    32.913] (II) modeset(0): No DPMS capabilities specified
[    32.913] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    32.913] (II) modeset(0): First detailed timing is preferred mode
[    32.913] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    32.913] (II) modeset(0): redX: 0.585 redY: 0.347   greenX: 0.334 greenY: 0.569
[    32.913] (II) modeset(0): blueX: 0.164 blueY: 0.117   whiteX: 0.312 whiteY: 0.339
[    32.913] (II) modeset(0): Manufacturer's mask: 0
[    32.913] (II) modeset(0): Supported detailed timing:
[    32.913] (II) modeset(0): clock: 70.1 MHz   Image Size:  309 x 173 mm
[    32.913] (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1485 h_border: 0
[    32.913] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 787 v_border: 0
[    32.913] (II) modeset(0): Supported detailed timing:
[    32.913] (II) modeset(0): clock: 60.5 MHz   Image Size:  309 x 173 mm
[    32.913] (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1551 h_border: 0
[    32.913] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 813 v_border: 0
[    32.913] (II) modeset(0):  2GC9WNT156WH
[    32.913] (II) modeset(0): Unknown vendor-specific block 0
[    32.913] (II) modeset(0): EDID (in hex):
[    32.913] (II) modeset(0): 	00ffffffffffff0009e5150600000000
[    32.913] (II) modeset(0): 	01180104952213780afb0f955855912a
[    32.913] (II) modeset(0): 	1e4f5600000001010101010101010101
[    32.913] (II) modeset(0): 	010101010101641b5677500013303020
[    32.913] (II) modeset(0): 	360035ad1000001aa21756b950002d30
[    32.913] (II) modeset(0): 	3020360035ad1000001a000000fe0032
[    32.913] (II) modeset(0): 	47433957804e54313536574800000000
[    32.913] (II) modeset(0): 	00004101940110000009010a2020005f
[    32.913] (II) modeset(0): Printing probed modes for output eDP-1
[    32.913] (II) modeset(0): Modeline "1366x768"x60.0   70.12  1366 1414 1446 1485  768 771 777 787 +hsync -vsync (47.2 kHz eP)
[    32.913] (II) modeset(0): Modeline "1366x768"x48.0   60.50  1366 1414 1446 1551  768 771 777 813 +hsync -vsync (39.0 kHz e)
[    32.913] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    32.913] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    32.913] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    32.913] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    32.913] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    32.913] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    32.913] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    32.913] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    32.913] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    32.913] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    32.913] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    32.913] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    32.914] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    32.914] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    32.914] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    32.914] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    32.950] (II) modeset(0): EDID for output HDMI-1
[    32.950] (II) modeset(0): Manufacturer: GSM  Model: 4e7b  Serial#: 34020
[    32.950] (II) modeset(0): Year: 2008  Week: 11
[    32.950] (II) modeset(0): EDID Version: 1.3
[    32.950] (II) modeset(0): Digital Display Input
[    32.950] (II) modeset(0): Max Image Size [cm]: horiz.: 43  vert.: 27
[    32.950] (II) modeset(0): Gamma: 2.20
[    32.950] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[    32.950] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    32.950] (II) modeset(0): First detailed timing is preferred mode
[    32.950] (II) modeset(0): redX: 0.659 redY: 0.332   greenX: 0.211 greenY: 0.677
[    32.950] (II) modeset(0): blueX: 0.147 blueY: 0.061   whiteX: 0.313 whiteY: 0.329
[    32.950] (II) modeset(0): Supported established timings:
[    32.950] (II) modeset(0): 720x400@70Hz
[    32.950] (II) modeset(0): 640x480@60Hz
[    32.950] (II) modeset(0): 640x480@75Hz
[    32.950] (II) modeset(0): 800x600@56Hz
[    32.950] (II) modeset(0): 800x600@60Hz
[    32.950] (II) modeset(0): 800x600@75Hz
[    32.950] (II) modeset(0): 832x624@75Hz
[    32.950] (II) modeset(0): 1024x768@60Hz
[    32.950] (II) modeset(0): 1024x768@75Hz
[    32.950] (II) modeset(0): 1280x1024@75Hz
[    32.950] (II) modeset(0): 1152x864@75Hz
[    32.950] (II) modeset(0): Manufacturer's mask: 0
[    32.950] (II) modeset(0): Supported standard timings:
[    32.950] (II) modeset(0): #0: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    32.950] (II) modeset(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    32.950] (II) modeset(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    32.950] (II) modeset(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    32.950] (II) modeset(0): Supported detailed timing:
[    32.950] (II) modeset(0): clock: 119.0 MHz   Image Size:  434 x 270 mm
[    32.950] (II) modeset(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
[    32.950] (II) modeset(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
[    32.950] (II) modeset(0): Supported detailed timing:
[    32.950] (II) modeset(0): clock: 146.2 MHz   Image Size:  434 x 270 mm
[    32.950] (II) modeset(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[    32.950] (II) modeset(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[    32.950] (II) modeset(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[    32.950] (II) modeset(0): Monitor name: L207W
[    32.950] (II) modeset(0): EDID (in hex):
[    32.950] (II) modeset(0): 	00ffffffffffff001e6d7b4ee4840000
[    32.950] (II) modeset(0): 	0b120103ea2b1b78eac1e5a85536ad25
[    32.950] (II) modeset(0): 	0f5054a76b80950081808140714f0101
[    32.950] (II) modeset(0): 	0101010101017c2e90a0601a1e403020
[    32.950] (II) modeset(0): 	3600b20e1100001a21399030621a2740
[    32.950] (II) modeset(0): 	68b03600b20e1100001c000000fd0038
[    32.950] (II) modeset(0): 	4b1e530f000a202020202020000000fc
[    32.950] (II) modeset(0): 	004c323037570a202020202020200041
[    32.951] (II) modeset(0): Printing probed modes for output HDMI-1
[    32.951] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[    32.951] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    32.951] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    32.951] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    32.951] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    32.951] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    32.951] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    32.951] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    32.951] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    32.951] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    32.951] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    32.951] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    32.951] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    32.951] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    32.951] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    32.951] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    32.951] (II) modeset(0): Output eDP-1 connected
[    32.951] (II) modeset(0): Output HDMI-1 connected
[    32.951] (II) modeset(0): Using spanning desktop for initial modes
[    32.951] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[    32.951] (II) modeset(0): Output HDMI-1 using initial mode 1680x1050 +1366+0
[    32.951] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    32.951] (==) modeset(0): DPI set to (96, 96)
[    32.951] (II) Loading sub module "fb"
[    32.951] (II) LoadModule: "fb"
[    32.951] (II) Loading /usr/lib/xorg/modules/libfb.so
[    32.981] (II) Module fb: vendor="X.Org Foundation"
[    32.981] 	compiled for 1.18.4, module version = 1.0.0
[    32.981] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    32.981] (II) Loading sub module "shadow"
[    32.981] (II) LoadModule: "shadow"
[    32.981] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    32.987] (II) Module shadow: vendor="X.Org Foundation"
[    32.987] 	compiled for 1.18.4, module version = 1.1.0
[    32.987] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    32.987] (==) Depth 24 pixmap format is 32 bpp
[    33.002] (==) modeset(0): Backing store enabled
[    33.002] (==) modeset(0): Silken mouse enabled
[    33.002] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    33.020] (==) modeset(0): DPMS enabled
[    33.108] (--) RandR disabled
[    33.208] (II) modeset(0): Damage tracking initialized
[    33.208] (II) modeset(0): Setting screen physical size to 805 x 277
[    33.658] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    33.658] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    33.658] (II) LoadModule: "libinput"
[    33.658] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    33.716] (II) Module libinput: vendor="X.Org Foundation"
[    33.716] 	compiled for 1.18.4, module version = 0.22.0
[    33.716] 	Module class: X.Org XInput Driver
[    33.716] 	ABI class: X.Org XInput driver, version 22.1
[    33.716] (II) Using input driver 'libinput' for 'Power Button'
[    33.716] (**) Power Button: always reports core events
[    33.716] (**) Option "Device" "/dev/input/event5"
[    33.716] (**) Option "_source" "server/udev"
[    33.717] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[    33.717] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[    33.733] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event5"
[    33.733] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    33.734] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[    33.734] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[    33.735] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    33.735] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    33.735] (II) Using input driver 'libinput' for 'Video Bus'
[    33.735] (**) Video Bus: always reports core events
[    33.735] (**) Option "Device" "/dev/input/event6"
[    33.735] (**) Option "_source" "server/udev"
[    33.736] (II) input device 'Video Bus', /dev/input/event6 is tagged by udev as: Keyboard
[    33.736] (II) input device 'Video Bus', /dev/input/event6 is a keyboard
[    33.753] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event6"
[    33.753] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    33.754] (II) input device 'Video Bus', /dev/input/event6 is tagged by udev as: Keyboard
[    33.754] (II) input device 'Video Bus', /dev/input/event6 is a keyboard
[    33.755] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    33.755] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    33.755] (II) Using input driver 'libinput' for 'Video Bus'
[    33.755] (**) Video Bus: always reports core events
[    33.755] (**) Option "Device" "/dev/input/event7"
[    33.755] (**) Option "_source" "server/udev"
[    33.756] (II) input device 'Video Bus', /dev/input/event7 is tagged by udev as: Keyboard
[    33.756] (II) input device 'Video Bus', /dev/input/event7 is a keyboard
[    33.773] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:23/LNXVIDEO:01/input/input8/event7"
[    33.773] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    33.774] (II) input device 'Video Bus', /dev/input/event7 is tagged by udev as: Keyboard
[    33.774] (II) input device 'Video Bus', /dev/input/event7 is a keyboard
[    33.775] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    33.775] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    33.775] (II) Using input driver 'libinput' for 'Power Button'
[    33.775] (**) Power Button: always reports core events
[    33.775] (**) Option "Device" "/dev/input/event4"
[    33.775] (**) Option "_source" "server/udev"
[    33.775] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    33.776] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    33.793] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event4"
[    33.793] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    33.794] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    33.794] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    33.795] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    33.795] (II) No input driver specified, ignoring this device.
[    33.795] (II) This device may have been added with another device file.
[    33.795] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    33.796] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    33.796] (II) Using input driver 'libinput' for 'Sleep Button'
[    33.796] (**) Sleep Button: always reports core events
[    33.796] (**) Option "Device" "/dev/input/event2"
[    33.796] (**) Option "_source" "server/udev"
[    33.796] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[    33.796] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[    33.823] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2"
[    33.823] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    33.824] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[    33.824] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[    33.825] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event9)
[    33.825] (II) No input driver specified, ignoring this device.
[    33.825] (II) This device may have been added with another device file.
[    33.826] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event10)
[    33.826] (II) No input driver specified, ignoring this device.
[    33.826] (II) This device may have been added with another device file.
[    33.826] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event11)
[    33.826] (II) No input driver specified, ignoring this device.
[    33.826] (II) This device may have been added with another device file.
[    33.827] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event14)
[    33.827] (II) No input driver specified, ignoring this device.
[    33.827] (II) This device may have been added with another device file.
[    33.827] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event15)
[    33.828] (II) No input driver specified, ignoring this device.
[    33.828] (II) This device may have been added with another device file.
[    33.829] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event16)
[    33.829] (**) Logitech USB Laser Mouse: Applying InputClass "libinput pointer catchall"
[    33.829] (II) Using input driver 'libinput' for 'Logitech USB Laser Mouse'
[    33.829] (**) Logitech USB Laser Mouse: always reports core events
[    33.829] (**) Option "Device" "/dev/input/event16"
[    33.829] (**) Option "_source" "server/udev"
[    33.884] (II) input device 'Logitech USB Laser Mouse', /dev/input/event16 is tagged by udev as: Mouse
[    33.884] (II) Device 'Logitech USB Laser Mouse' set to 1000 DPI
[    33.884] (II) input device 'Logitech USB Laser Mouse', /dev/input/event16 is a pointer caps
[    33.930] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.3/3-1.3.2/3-1.3.2.3/3-1.3.2.3:1.0/0003:046D:C069.0002/input/input18/event16"
[    33.930] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 11)
[    33.930] (**) Option "AccelerationScheme" "none"
[    33.930] (**) Logitech USB Laser Mouse: (accel) selected scheme none/0
[    33.930] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
[    33.930] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
[    33.987] (II) input device 'Logitech USB Laser Mouse', /dev/input/event16 is tagged by udev as: Mouse
[    33.987] (II) Device 'Logitech USB Laser Mouse' set to 1000 DPI
[    33.987] (II) input device 'Logitech USB Laser Mouse', /dev/input/event16 is a pointer caps
[    33.988] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse1)
[    33.988] (II) No input driver specified, ignoring this device.
[    33.988] (II) This device may have been added with another device file.
[    33.989] (II) config/udev: Adding input device Integrated_Webcam_HD (/dev/input/event17)
[    33.989] (**) Integrated_Webcam_HD: Applying InputClass "libinput keyboard catchall"
[    33.989] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD'
[    33.989] (**) Integrated_Webcam_HD: always reports core events
[    33.989] (**) Option "Device" "/dev/input/event17"
[    33.989] (**) Option "_source" "server/udev"
[    33.990] (II) input device 'Integrated_Webcam_HD', /dev/input/event17 is tagged by udev as: Keyboard
[    33.990] (II) input device 'Integrated_Webcam_HD', /dev/input/event17 is a keyboard
[    34.033] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.0/input/input19/event17"
[    34.033] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD" (type: KEYBOARD, id 12)
[    34.034] (II) input device 'Integrated_Webcam_HD', /dev/input/event17 is tagged by udev as: Keyboard
[    34.034] (II) input device 'Integrated_Webcam_HD', /dev/input/event17 is a keyboard
[    34.035] (II) config/udev: Adding input device DLL0656:00 06CB:2985 (/dev/input/event12)
[    34.035] (**) DLL0656:00 06CB:2985: Applying InputClass "libinput touchpad catchall"
[    34.035] (**) DLL0656:00 06CB:2985: Applying InputClass "touchpad catchall"
[    34.035] (**) DLL0656:00 06CB:2985: Applying InputClass "Default clickpad buttons"
[    34.035] (**) DLL0656:00 06CB:2985: Applying InputClass "MyTouchpad"
[    34.035] (II) Using input driver 'libinput' for 'DLL0656:00 06CB:2985'
[    34.035] (**) DLL0656:00 06CB:2985: always reports core events
[    34.035] (**) Option "Device" "/dev/input/event12"
[    34.035] (**) Option "_source" "server/udev"
[    34.051] (II) input device 'DLL0656:00 06CB:2985', /dev/input/event12 is tagged by udev as: Touchpad
[    34.051] (II) input device 'DLL0656:00 06CB:2985', /dev/input/event12 is a touchpad
[    34.093] (**) Option "Tapping" "on"
[    34.093] (**) Option "config_info" "udev:/sys/devices/pci0000:00/INT3433:00/i2c-1/i2c-DLL0656:00/0018:06CB:2985.0001/input/input15/event12"
[    34.093] (II) XINPUT: Adding extended input device "DLL0656:00 06CB:2985" (type: TOUCHPAD, id 13)
[    34.094] (**) Option "AccelerationScheme" "none"
[    34.094] (**) DLL0656:00 06CB:2985: (accel) selected scheme none/0
[    34.094] (**) DLL0656:00 06CB:2985: (accel) acceleration factor: 2.000
[    34.094] (**) DLL0656:00 06CB:2985: (accel) acceleration threshold: 4
[    34.095] (II) input device 'DLL0656:00 06CB:2985', /dev/input/event12 is tagged by udev as: Touchpad
[    34.095] (II) input device 'DLL0656:00 06CB:2985', /dev/input/event12 is a touchpad
[    34.096] (II) config/udev: Adding input device DLL0656:00 06CB:2985 (/dev/input/mouse0)
[    34.096] (**) DLL0656:00 06CB:2985: Ignoring device from InputClass "touchpad ignore duplicates"
[    34.097] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    34.097] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    34.097] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    34.097] (**) AT Translated Set 2 keyboard: always reports core events
[    34.097] (**) Option "Device" "/dev/input/event0"
[    34.097] (**) Option "_source" "server/udev"
[    34.098] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    34.098] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    34.143] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    34.143] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    34.144] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    34.144] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    34.145] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    34.145] (II) No input driver specified, ignoring this device.
[    34.145] (II) This device may have been added with another device file.
[    34.146] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event13)
[    34.146] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    34.146] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    34.146] (**) Dell WMI hotkeys: always reports core events
[    34.146] (**) Option "Device" "/dev/input/event13"
[    34.146] (**) Option "_source" "server/udev"
[    34.146] (II) input device 'Dell WMI hotkeys', /dev/input/event13 is tagged by udev as: Keyboard
[    34.147] (II) input device 'Dell WMI hotkeys', /dev/input/event13 is a keyboard
[    34.173] (**) Option "config_info" "udev:/sys/devices/virtual/input/input16/event13"
[    34.173] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[    34.174] (II) input device 'Dell WMI hotkeys', /dev/input/event13 is tagged by udev as: Keyboard
[    34.174] (II) input device 'Dell WMI hotkeys', /dev/input/event13 is a keyboard
[    34.175] (II) config/udev: Adding input device DELL Wireless hotkeys (/dev/input/event1)
[    34.175] (**) DELL Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    34.175] (II) Using input driver 'libinput' for 'DELL Wireless hotkeys'
[    34.175] (**) DELL Wireless hotkeys: always reports core events
[    34.175] (**) Option "Device" "/dev/input/event1"
[    34.175] (**) Option "_source" "server/udev"
[    34.175] (II) input device 'DELL Wireless hotkeys', /dev/input/event1 is tagged by udev as: Keyboard
[    34.175] (II) input device 'DELL Wireless hotkeys', /dev/input/event1 is a keyboard
[    34.213] (**) Option "config_info" "udev:/sys/devices/virtual/input/input2/event1"
[    34.213] (II) XINPUT: Adding extended input device "DELL Wireless hotkeys" (type: KEYBOARD, id 16)
[    34.214] (II) input device 'DELL Wireless hotkeys', /dev/input/event1 is tagged by udev as: Keyboard
[    34.214] (II) input device 'DELL Wireless hotkeys', /dev/input/event1 is a keyboard

After that xorg started with black screen and persisted in this state. Removing file "10-nvidia..." and reinstalling nvidia (even in previous versions) did not hel

I also tried to install xf86-video-(intel|vesa|fbdev), but nothing happened

Last edited by ikciwor (2017-03-18 12:19:04)

Offline

#6 2017-03-18 13:59:54

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: Downgraded xorg - missing display

Recently arch changed how opensource and proprietary nvidia drivers work together and now uses libglvnd .

This required changes in mesa, xorg-server and nvidia driver.

You will have to rebuild mesa and nvidia without libglvnd support, or downgrade them to the versions used with xorg 1.18 .

Are you sure there's no other solution then downgrading xorg ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#7 2017-03-18 14:08:24

ikciwor
Member
Registered: 2016-03-14
Posts: 7

Re: Downgraded xorg - missing display

Lone_Wolf wrote:

Recently arch changed how opensource and proprietary nvidia drivers work together and now uses libglvnd .

This required changes in mesa, xorg-server and nvidia driver.

You will have to rebuild mesa and nvidia without libglvnd support, or downgrade them to the versions used with xorg 1.18 .

Are you sure there's no other solution then downgrading xorg ?

I have read that the only way to use displaylink is to downgrade xorg, because 1.19 is incompatible. The driver works, but when I connect and turn on monitor it displays only black screen, or some glithed images. If you know different walkaround I'd be very pleased. I'll give a try with downgrading nvidia and mesa

EDIT: Ok, downgrading mesa (and some more packages that required its newest version) did help. But there are now different problems. When any window is on displaylink screen its fps drops to about 1, there are lots of graphic glitches and KDE settings cannot manage external monitor. But it is material for different topic. Thanks

Last edited by ikciwor (2017-03-18 15:21:50)

Offline

Board footer

Powered by FluxBB