Hello Riccardo,
startx(1) had it's setuid bit removed. I think in the timeframe you are
upgrading over. The canonical advice is to use xenodm(1).
Marcus
riccardo.mottola@libero.it (Riccardo Mottola), 2020.04.06 (Mon) 11:57 (CEST):
> Hi,
>
> lockdown times gave me finally times to update my workstation/home
> server to 6.6 too, after my successful laptop upgrades.
>
> I was a moment scared when fw_update told me to reboot due to microcode
> update :-P But it went fine.
>
> I followed 6.5 -> 6.6 upgrade. All packages are upgraded too (although X
> should not depent on any pkg, right?)
>
> startx fails:
>
> (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
> Require OpenGL version 2.1 or later.
> (EE)
> Fatal server error:
> (EE) AddScreen/ScreenInit failed for driver 0
> (EE)
> (EE)
> Please consult the The X.Org Foundation support
> at http://wiki.x.org
> for help.
> (EE) Please also check the log file at
> "/home/multix/.local/share/xorg/Xorg.0.log" for additional information.
> (EE)
> (EE) Server terminated with error (1). Closing log file.
>
>
> $ glxinfo | grep "OpenGL version"
> OpenGL version string: 3.1 Mesa 19.0.8
>
> and 3.1 is > 2.1 I do think...
>
> However, if I look into xorg.log, there is no "EE"! I am confused.
>
> I have an Intel graphics card and from Xorg.log everything looks fine:
>
> [ 89.926] ABI class: X.Org Video Driver, version 23.0
> [ 89.926] (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
> [ 89.927] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
> [ 89.927] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
> [ 89.927] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics:
> 5200, 6200, P6300
> [ 89.930] (II) intel(0): Using Kernel Mode Setting driver: i915,
> version 1.6.0 20151010
> [ 89.933] (--) intel(0): Integrated Graphics Chipset: Intel(R) 915G
> [ 89.933] (--) intel(0): CPU: x86, sse2, sse3
> [ 89.933] (II) intel(0): Creating default Display subsection in
> Screen section
> "Default Screen Section" for depth/fbbpp 24/32
> [ 89.933] (==) intel(0): Depth 24, (--) framebuffer bpp 32
> [ 89.934] (==) intel(0): RGB weight 888
> [ 89.934] (==) intel(0): Default visual is TrueColor
> [ 89.935] (II) intel(0): Output VGA1 has no monitor section
> [ 89.935] (II) intel(0): Enabled output VGA1
> [ 89.935] (--) intel(0): Using a maximum size of 256x256 for hardware
> cursors
> [ 89.935] (II) intel(0): Output VIRTUAL1 has no monitor section
> [ 89.935] (II) intel(0): Enabled output VIRTUAL1
> [ 89.935] (--) intel(0): Output VGA1 using initial mode 1024x768 on
> pipe 0
> [ 89.936] (==) intel(0): TearFree disabled
> [ 89.936] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
> [ 89.936] (==) intel(0): DPI set to (96, 96)
> [ 89.936] (II) Loading sub module "dri3"
> [ 89.936] (II) LoadModule: "dri3"
> [ 89.936] (II) Module "dri3" already built-in
> [ 89.936] (II) Loading sub module "dri2"
> [ 89.936] (II) LoadModule: "dri2"
> [ 89.936] (II) Module "dri2" already built-in
> [ 89.936] (II) Loading sub module "present"
> [ 89.936] (II) LoadModule: "present"
> [ 89.936] (II) Module "present" already built-in
> [ 89.936] (==) Depth 24 pixmap format is 32 bpp
> [ 89.970] (II) intel(0): SNA initialized with Alviso (gen3) backend
> [ 89.970] (==) intel(0): Backing store enabled
> [ 89.970] (==) intel(0): Silken mouse enabled
> [ 89.970] (II) intel(0): HW Cursor enabled
> [ 89.970] (II) intel(0): RandR 1.2 enabled, ignore the following
> RandR disabled message.
> [ 89.973] (==) intel(0): DPMS enabled
> [ 89.974] (II) intel(0): [DRI2] Setup complete
> [ 89.974] (II) intel(0): [DRI2] DRI driver: i915
> [ 89.974] (II) intel(0): [DRI2] VDPAU driver: i915
> [ 89.974] (II) intel(0): direct rendering: DRI2 DRI3 enabled
> [ 89.974] (II) intel(0): hardware support for Present enabled
> [ 89.974] (--) RandR disabled
> [ 90.163] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
> [ 90.163] (II) AIGLX: enabled GLX_ARB_create_context
> [ 90.163] (II) AIGLX: enabled GLX_ARB_create_context_profile
> [ 90.163] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
> [ 90.164] (II) AIGLX: enabled GLX_INTEL_swap_event
> [ 90.164] (II) AIGLX: enabled GLX_SGI_swap_control
> [ 90.164] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
> [ 90.164] (II) AIGLX: enabled GLX_ARB_fbconfig_float
> [ 90.164] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
> [ 90.164] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer
> objects
> [ 90.172] (II) AIGLX: Loaded and initialized i915
> [ 90.172] (II) GLX: Initialized DRI2 GL provider for screen 0
> [ 90.184] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using
> pipe 0, position (0, 0), rotation normal, reflecti
> on none
> [ 90.195] (II) intel(0): Setting screen physical size to 270 x 203
> [ 90.699] (II) config/wscons: checking input device /dev/wskbd
> [ 90.699] (II) wskbd: using layout it
> [ 90.700] (II) LoadModule: "kbd"
> [ 90.729] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
> [ 90.744] (II) Module kbd: vendor="X.Org Foundation"
> [ 90.744] compiled for 1.19.6, module version = 1.9.0
> [ 90.744] Module class: X.Org XInput Driver
> [ 90.744] ABI class: X.Org XInput driver, version 24.1
> [ 90.744] (II) Using input driver 'kbd' for '/dev/wskbd'
> [ 90.745] (**) /dev/wskbd: always reports core events
>
>
>
> Any suggestions?
>
> Riccardo
>
No comments:
Post a Comment