I now see:

[1503568.321] (==) Not automatically enabling devices



I don't understand why 'stuff' is not enable by default.

I just added: 

Option "AutoEnableDevices" "true"

to: 

cat /etc/X11/xorg.conf.d/my.conf 

Section "ServerFlags"

    Option "AutoAddGPU"  "true"

    Option "AutoAddDevices" "true"

    Option "AutoEnableDevices" "true"

EndSection

paul@debian:~$ 



But I still get:





X.Org X Server 1.20.9

X Protocol Version 11, Revision 0

Build Operating System: GNU 0.9 i686-AT386 Debian

Current Operating System: GNU debian 0.9 GNU-Mach 1.8+git20201007-486/Hurd-0.9 
i686-AT386

Build Date: 24 September 2020  09:19:06AM

xorg-server 2:1.20.9-2 (https://www.debian.org/support) 

Current version of pixman: 0.36.0

        Before reporting problems, check http://wiki.x.org

        to make sure that you have the latest version.

Markers: (--) probed, (**) from config file, (==) default setting,

        (++) from command line, (!!) notice, (II) informational,

        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.

(==) Log file: "/var/log/Xorg.3.log", Time: Sat Oct 24 04:31:10 2020

(==) Using config directory: "/etc/X11/xorg.conf.d"

(==) Using system config directory "/usr/share/X11/xorg.conf.d"

xinit: giving up

xinit: unable to connect to X server: Connection refused

xinit: server error

paul@debian:~$



paul@debian:~$ cat /var/log/Xorg.3.log

[1505469.031] 

X.Org X Server 1.20.9

X Protocol Version 11, Revision 0

[1505469.031] Build Operating System: GNU 0.9 i686-AT386 Debian

[1505469.031] Current Operating System: GNU debian 0.9 GNU-Mach 
1.8+git20201007-486/Hurd-0.9 i686-AT386

[1505469.031] Build Date: 24 September 2020  09:19:06AM

[1505469.031] xorg-server 2:1.20.9-2 (https://www.debian.org/support) 

[1505469.031] Current version of pixman: 0.36.0

[1505469.031]   Before reporting problems, check http://wiki.x.org

        to make sure that you have the latest version.

[1505469.031] Markers: (--) probed, (**) from config file, (==) default setting,

        (++) from command line, (!!) notice, (II) informational,

        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.

[1505469.031] (==) Log file: "/var/log/Xorg.3.log", Time: Sat Oct 24 04:31:10 
2020

[1505469.031] (==) Using config directory: "/etc/X11/xorg.conf.d"

[1505469.031] (==) Using system config directory "/usr/share/X11/xorg.conf.d"

[1505469.031] (==) No Layout section.  Using the first Screen section.

[1505469.031] (==) No screen section available. Using defaults.

[1505469.031] (**) |-->Screen "Default Screen Section" (0)

[1505469.031] (**) |   |-->Monitor "<default monitor>"

[1505469.031] (==) No monitor specified for screen "Default Screen Section".

        Using a default monitor configuration.

[1505469.031] (**) Option "AutoAddDevices" "true"

[1505469.031] (**) Option "AutoEnableDevices" "true"

[1505469.031] (**) Option "AutoAddGPU" "true"

[1505469.031] (**) Automatically adding devices

[1505469.031] (**) Automatically enabling devices

[1505469.031] (**) Automatically adding GPU devices

[1505469.031] (==) Max clients allowed: 256, resource mask: 0x1fffff

[1505469.031] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.

[1505469.031]   Entry deleted from font path.

[1505469.031] (==) FontPath set to:

        /usr/share/fonts/X11/misc,

        /usr/share/fonts/X11/100dpi/:unscaled,

        /usr/share/fonts/X11/75dpi/:unscaled,

        /usr/share/fonts/X11/Type1,

        /usr/share/fonts/X11/100dpi,

        /usr/share/fonts/X11/75dpi,

        built-ins

[1505469.031] (==) ModulePath set to "/usr/lib/xorg/modules"

[1505469.031] (WW) Hotplugging requested but the server was compiled without a 
config backend. No input devices were configured, the server will start without 
any input devices.

[1505469.031] (II) Loader magic: 0x8286500

[1505469.031] (II) Module ABI versions:

[1505469.031]   X.Org ANSI C Emulation: 0.4

[1505469.031]   X.Org Video Driver: 24.1

[1505469.031]   X.Org XInput driver : 24.1

[1505469.031]   X.Org Server Extension : 10.0

[1505469.031] (--) PCI:*(0@0:2:0) 1234:1111:1af4:1100 rev 2, Mem @ 
0xfd000000/16777216, 0xfebb0000/4096, BIOS @ 0x????????/65536

[1505469.031] (II) LoadModule: "glx"

[1505469.031] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so

[1505469.031] (II) Module glx: vendor="X.Org Foundation"

[1505469.031]   compiled for 1.20.9, module version = 1.0.0

[1505469.031]   ABI class: X.Org Server Extension, version 10.0

[1505469.031] (==) Matched fbdev as autoconfigured driver 0

[1505469.031] (==) Matched vesa as autoconfigured driver 1

[1505469.031] (==) Assigned the driver to the xf86ConfigLayout

[1505469.031] (II) LoadModule: "fbdev"

[1505469.031] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so

[1505469.031] (II) Module fbdev: vendor="X.Org Foundation"

[1505469.031]   compiled for 1.20.0, module version = 0.5.0

[1505469.031]   Module class: X.Org Video Driver

[1505469.031]   ABI class: X.Org Video Driver, version 24.0

[1505469.031] (II) LoadModule: "vesa"

[1505469.031] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so

[1505469.041] (II) Module vesa: vendor="X.Org Foundation"

[1505469.041]   compiled for 1.20.9, module version = 2.5.0

[1505469.041]   Module class: X.Org Video Driver

[1505469.041]   ABI class: X.Org Video Driver, version 24.1

[1505469.041] (II) FBDEV: driver for framebuffer: fbdev

[1505469.041] (II) VESA: driver for VESA chipsets: vesa

[1505469.041] (II) Loading sub module "fbdevhw"

[1505469.041] (II) LoadModule: "fbdevhw"

[1505469.041] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so

[1505469.041] (EE) LoadModule: Module fbdevhw does not have a fbdevhwModuleData 
data object.

[1505469.041] (EE) Failed to load module "fbdevhw" (invalid module, 0)

[1505469.041] (WW) Falling back to old probe method for fbdev

[1505469.041] (II) Loading sub module "fbdevhw"

[1505469.041] (II) LoadModule: "fbdevhw"

[1505469.041] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so

[1505469.041] (EE) LoadModule: Module fbdevhw does not have a fbdevhwModuleData 
data object.

[1505469.041] (EE) Failed to load module "fbdevhw" (invalid module, 0)

[1505469.041] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card 
support

[1505469.041] (II) Loading sub module "vbe"

[1505469.041] (II) LoadModule: "vbe"

[1505469.041] (II) Loading /usr/lib/xorg/modules/libvbe.so

[1505469.041] (II) Module vbe: vendor="X.Org Foundation"

[1505469.041]   compiled for 1.20.9, module version = 1.1.0

[1505469.041]   ABI class: X.Org Video Driver, version 24.1

[1505469.041] (II) Loading sub module "int10"

[1505469.041] (II) LoadModule: "int10"

[1505469.041] (II) Loading /usr/lib/xorg/modules/libint10.so

[1505469.041] (II) Module int10: vendor="X.Org Foundation"

[1505469.041]   compiled for 1.20.9, module version = 1.0.0

[1505469.041]   ABI class: X.Org Video Driver, version 24.1

[1505469.041] (II) VESA(0): initializing int10

[1505469.041] (EE) VESA(0): Cannot read int vect

paul@debian:~$

Reply via email to