Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installation doubts
#33
I think we've lost our path.

So, I installed again the distro from scratch on a blank 40 Gb hd, plenty of room for a distro that is 2 Gb installed.

I didn't installed anything else, just the distro offline, then tried to upgrade it.

Apt upgrade gives "0 to upgrade" so no need to upgrade anything.

As in the previous installation, everything seems to work pretty fine.

Now I've realized that when the system starts X automatically, it creates an Xorg.log that is different from the one created when launching "Xorg -configure".

Please see below. The former is broken because without the necessary driver I'm forced to shut my laptop, but it shows clear information: it matches the correct module as the first choice, but then it can't load that since it doesn't exist.

The only module I've found is vesa, so where is the correct module (siliconmotion)? How to install it?

More, the binary siliconmotion driver seems not to be available anymore.

Xorg.log "configless"
Code:
[    42.231]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[    42.233] Current Operating System: Linux dsl32 5.10.188-antix.1-486-smp #1 SMP Tue Aug 1 00:54:36 EEST 2023 i686
[    42.233] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.188-antix.1-486-smp root=UUID=931488a3-14e4-473c-890f-a297f04d9733 ro quiet selinux=0
[    42.234] xorg-server 2:21.1.7-3.0nosystemd4 (https://www.devuan.org/os/community)
[    42.234] Current version of pixman: 0.42.2
[    42.235]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    42.235] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    42.238] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 18 21:41:10 2024
[    42.329] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    42.330] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    42.369] (==) No Layout section.  Using the first Screen section.
[    42.369] (==) No screen section available. Using defaults.
[    42.370] (**) |-->Screen "Default Screen Section" (0)
[    42.370] (**) |   |-->Monitor "<default monitor>"
[    42.374] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[    42.374] (==) Automatically adding devices
[    42.374] (==) Automatically enabling devices
[    42.374] (==) Automatically adding GPU devices
[    42.374] (==) Automatically binding GPU devices
[    42.375] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    42.445] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    42.445]     Entry deleted from font path.
[    42.447] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    42.447]     Entry deleted from font path.
[    42.448] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    42.449]     Entry deleted from font path.
[    42.449] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    built-ins
[    42.449] (==) ModulePath set to "/usr/lib/xorg/modules"
[    42.449] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    42.449] (II) Loader magic: 0x6d0780
[    42.449] (II) Module ABI versions:
[    42.450]     X.Org ANSI C Emulation: 0.4
[    42.450]     X.Org Video Driver: 25.2
[    42.450]     X.Org XInput driver : 24.4
[    42.450]     X.Org Server Extension : 10.0
[    42.450] (--) using VT number 7

[    42.451] (II) seat-libseat: libseat integration requires -keeptty and -keeptty was not provided, disabling libseat integration
[    42.474] (--) PCI:*(0@0:2:0) 126f:0910:126f:0910 rev 181, Mem @ 0xfd000000/16777216, BIOS @ 0x????????/131072
[    42.475] (II) LoadModule: "glx"
[    42.488] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    42.684] (II) Module glx: vendor="X.Org Foundation"
[    42.684]     compiled for 1.21.1.7, module version = 1.0.0
[    42.685]     ABI class: X.Org Server Extension, version 10.0
[    42.685] (==) Matched siliconmotion as autoconfigured driver 0
[    42.685] (==) Matched modesetting as autoconfigured driver 1
[    42.685] (==) Matched fbdev as autoconfigured driver 2
[    42.686] (==) Matched vesa as autoconfigured driver 3
[    42.686] (==) Assigned the driver to the xf86ConfigLayout
[    42.686] (II) LoadModule: "siliconmotion"
[    42.689] (WW) Warning, couldn't open module siliconmotion
[    42.690] (EE) Failed to load module "siliconmotion" (module does not exist, 0)
[    42.690] (II) LoadModule: "modesetting"
[    42.691] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    42.709] (II) Module modesetting: vendor="X.Org Foundation"
[    42.709]     compiled for 1.21.1.7, module version = 1.21.1
[    42.709]     Module class: X.Org Video Driver
[    42.709]     ABI class: X.Org Video Driver, version 25.2
[    42.709] (II) LoadModule: "fbdev"
[    42.710] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    42.717] (II) Module fbdev: vendor="X.Org Foundation"
[    42.717]     compiled for 1.21.1.3, module version = 0.5.0
[    42.717]     Module class: X.Org Video Driver
[    42.717]     ABI class: X.Org Video Driver, version 25.2
[    42.717] (II) LoadModule: "vesa"
[    42.718] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    42.728] (II) Module vesa: vendor="X.Org Foundation"
[    42.728]     compiled for 1.21.1.3, module version = 2.5.0
[    42.728]     Module class: X.Org Video Driver
[    42.729]     ABI class: X.Org Video Driver, version 25.2
[    42.729] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    42.729] (II) FBDEV: driver for framebuffer: fbdev
[    42.730] (II) VESA: driver for VESA chipsets: vesa
[    42.740] (EE) open /dev/dri/card0: No such file or directory
[    42.740] (WW) Falling back to old probe method for modesetting
[    42.744] (EE) open /dev/dri/card0: No such file or directory
[    42.744] (II) Loading sub module "fbdevhw"
[    42.744] (II) LoadModule: "fbdevhw"
[    42.750] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    42.766] (II) Module fbdevhw: vendor="X.Org Foundation"
[    42.766]     compiled for 1.21.1.7, module version = 0.0.2
[    42.767]     ABI class: X.Org Video Driver, version 25.2
[    42.771] (EE) Unable to find a valid framebuffer device
[    42.771] (WW) Falling back to old probe method for fbdev
[    42.774] (II) Loading sub module "fbdevhw"
[    42.774] (II) LoadModule: "fbdevhw"
[    42.777] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    42.777] (II) Module fbdevhw: vendor="X.Org Foundation"
[    42.779]     compiled for 1.21.1.7, module version = 0.0.2
[    42.779]     ABI class: X.Org Video Driver, version 25.2
[    42.779] (EE) open /dev/fb0: No such file or directory
[    42.783] (EE) Screen 0 deleted because of no matching config section.
[    42.783] (II) UnloadModule: "modesetting"
[    42.783] (EE) Screen 0 deleted because of no matching config section.
[    42.784] (II) UnloadModule: "fbdev"
[    42.784] (II) UnloadSubModule: "fbdevhw"
[    42.784] (II) Loading sub module "vbe"
[    42.785] (II) LoadModule: "vbe"
[    42.786] (II) Loading /usr/lib/xorg/modules/libint10.so
[    42.801] (II) Module int10: vendor="X.Org Foundation"
[    42.801]     compiled for 1.21.1.7, module version = 1.0.0
[    42.801]     ABI class: X.Org Video Driver, version 25.2
[    42.801] (II) Loading sub module "int10"
[    42.801] (II) LoadModule: "int10"
[    42.803] (II) Loading /usr/lib/xorg/modules/libint10.so
[    42.804] (II) Module int10: vendor="X.Org Foundation"
[    42.804]     compiled for 1.21.1.7, module version = 1.0.0
[    42.804]     ABI class: X.Org Video Driver, version 25.2
[    42.805] (II) VESA(0): initializing int10
[    42.813] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    42.816] (II) VESA(0): VESA BIOS detected
[    42.816] (II) VESA(0): VESA VBE Version 0.0
[    42.816] (II) VESA(0): VESA VBE Total Mem: 4096 kB
[    42.816] (II) VESA(0): VESA VBE OEM: Sÿ

Xorg.log from "Xorg -configure"
Code:
[  1785.656]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[  1785.658] Current Operating System: Linux dsl32 5.10.188-antix.1-486-smp #1 SMP Tue Aug 1 00:54:36 EEST 2023 i686
[  1785.658] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.188-antix.1-486-smp root=UUID=931488a3-14e4-473c-890f-a297f04d9733 ro quiet selinux=0 3
[  1785.659] xorg-server 2:21.1.7-3.0nosystemd4 (https://www.devuan.org/os/community)
[  1785.660] Current version of pixman: 0.42.2
[  1785.660]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[  1785.661] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1785.664] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 18 22:26:20 2024
[  1785.664] (II) Loader magic: 0x6cc780
[  1785.664] (II) Module ABI versions:
[  1785.665]     X.Org ANSI C Emulation: 0.4
[  1785.665]     X.Org Video Driver: 25.2
[  1785.665]     X.Org XInput driver : 24.4
[  1785.665]     X.Org Server Extension : 10.0
[  1785.665] (--) using VT number 7

[  1785.666] (II) seat-libseat: libseat integration requires -keeptty and -keeptty was not provided, disabling libseat integration
[  1785.688] (--) PCI:*(0@0:2:0) 126f:0910:126f:0910 rev 181, Mem @ 0xfd000000/16777216, BIOS @ 0x????????/131072
[  1785.710] List of video drivers:
[  1785.711]     amdgpu
[  1785.712]     ati
[  1785.712]     intel
[  1785.712]     nouveau
[  1785.713]     radeon
[  1785.713]     vmware
[  1785.714]     modesetting
[  1785.714]     fbdev
[  1785.714]     vesa
[  1785.715] (II) LoadModule: "amdgpu"
[  1785.716] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[  1785.829] (II) Module amdgpu: vendor="X.Org Foundation"
[  1785.830]     compiled for 1.21.1.7, module version = 23.0.0
[  1785.830]     Module class: X.Org Video Driver
[  1785.830]     ABI class: X.Org Video Driver, version 25.2
[  1785.830] (II) LoadModule: "ati"
[  1785.831] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[  1785.834] (II) Module ati: vendor="X.Org Foundation"
[  1785.834]     compiled for 1.21.1.3, module version = 19.1.0
[  1785.835]     Module class: X.Org Video Driver
[  1785.835]     ABI class: X.Org Video Driver, version 25.2
[  1785.835] (II) LoadModule: "intel"
[  1785.836] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1785.921] (II) Module intel: vendor="X.Org Foundation"
[  1785.921]     compiled for 1.21.1.3, module version = 2.99.917
[  1785.921]     Module class: X.Org Video Driver
[  1785.922]     ABI class: X.Org Video Driver, version 25.2
[  1785.922] (II) LoadModule: "nouveau"
[  1785.923] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[  1785.954] (II) Module nouveau: vendor="X.Org Foundation"
[  1785.954]     compiled for 1.21.1.3, module version = 1.0.17
[  1785.954]     Module class: X.Org Video Driver
[  1785.954]     ABI class: X.Org Video Driver, version 25.2
[  1785.955] (II) LoadModule: "radeon"
[  1785.956] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[  1785.993] (II) Module radeon: vendor="X.Org Foundation"
[  1785.994]     compiled for 1.21.1.3, module version = 19.1.0
[  1785.994]     Module class: X.Org Video Driver
[  1785.994]     ABI class: X.Org Video Driver, version 25.2
[  1785.994] (II) LoadModule: "vmware"
[  1785.995] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so
[  1791.087] (II) Module vmware: vendor="X.Org Foundation"
[  1791.087]     compiled for 1.21.1.7, module version = 13.3.0
[  1791.087]     Module class: X.Org Video Driver
[  1791.087]     ABI class: X.Org Video Driver, version 25.2
[  1791.088] (II) LoadModule: "modesetting"
[  1791.089] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1791.125] (II) Module modesetting: vendor="X.Org Foundation"
[  1791.125]     compiled for 1.21.1.7, module version = 1.21.1
[  1791.126]     Module class: X.Org Video Driver
[  1791.126]     ABI class: X.Org Video Driver, version 25.2
[  1791.126] (II) LoadModule: "fbdev"
[  1791.127] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1791.145] (II) Module fbdev: vendor="X.Org Foundation"
[  1791.146]     compiled for 1.21.1.3, module version = 0.5.0
[  1791.146]     Module class: X.Org Video Driver
[  1791.146]     ABI class: X.Org Video Driver, version 25.2
[  1791.146] (II) LoadModule: "vesa"
[  1791.148] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1791.157] (II) Module vesa: vendor="X.Org Foundation"
[  1791.157]     compiled for 1.21.1.3, module version = 2.5.0
[  1791.157]     Module class: X.Org Video Driver
[  1791.158]     ABI class: X.Org Video Driver, version 25.2
[  1791.159] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1791.160] (II) FBDEV: driver for framebuffer: fbdev
[  1791.160] (II) VESA: driver for VESA chipsets: vesa
[  1791.277] (++) Using config file: "/root/xorg.conf.new"
[  1791.278] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1791.279] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1791.328] (==) ServerLayout "X.org Configured"
[  1791.328] (**) |-->Screen "Screen0" (0)
[  1791.328] (**) |   |-->Monitor "Monitor0"
[  1791.352] (**) |   |-->Device "Card0"
[  1791.352] (**) |-->Input Device "Mouse0"
[  1791.352] (**) |-->Input Device "Keyboard0"
[  1791.353] (==) Automatically adding devices
[  1791.353] (==) Automatically enabling devices
[  1791.353] (==) Automatically adding GPU devices
[  1791.353] (==) Automatically binding GPU devices
[  1791.378] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1791.446] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1791.446]     Entry deleted from font path.
[  1791.448] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  1791.448]     Entry deleted from font path.
[  1791.450] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  1791.450]     Entry deleted from font path.
[  1791.450] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1791.450]     Entry deleted from font path.
[  1791.451] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  1791.451]     Entry deleted from font path.
[  1791.451] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  1791.451]     Entry deleted from font path.
[  1791.451] (**) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    built-ins,
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    built-ins
[  1791.452] (**) ModulePath set to "/usr/lib/xorg/modules"
[  1791.452] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1791.452] (WW) Disabling Mouse0
[  1791.452] (WW) Disabling Keyboard0
[  1791.453] (EE) open /dev/dri/card0: No such file or directory
[  1791.453] (WW) Falling back to old probe method for modesetting
[  1791.453] (EE) open /dev/dri/card0: No such file or directory
[  1791.455]
[  1791.457]
Xorg detected your mouse at device /dev/input/mice.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.
[  1791.458]
Your xorg.conf file is /root/xorg.conf.new

[  1791.458] To test the server, run 'X -config /root/xorg.conf.new'

[  1791.459] (EE) Server terminated with error (2). Closing log file.
Reply


Messages In This Thread
Installation doubts - by x18 - 05-12-2024, 07:38 AM
RE: Installation doubts - by Yan - 05-12-2024, 07:20 PM
RE: Installation doubts - by x18 - 05-12-2024, 08:26 PM
RE: Installation doubts - by Yan - 05-12-2024, 11:24 PM
RE: Installation doubts - by x18 - 05-13-2024, 07:35 AM
RE: Installation doubts - by Yan - 05-13-2024, 08:50 PM
RE: Installation doubts - by x18 - 05-13-2024, 06:58 PM
RE: Installation doubts - by grindstone - 05-13-2024, 08:47 PM
RE: Installation doubts - by x18 - 05-13-2024, 09:38 PM
RE: Installation doubts - by grindstone - 05-14-2024, 12:27 PM
RE: Installation doubts - by x18 - 05-14-2024, 05:33 PM
RE: Installation doubts - by Yan - 05-14-2024, 06:59 PM
RE: Installation doubts - by grindstone - 05-14-2024, 07:41 PM
RE: Installation doubts - by x18 - 05-14-2024, 08:39 PM
RE: Installation doubts - by Yan - 05-14-2024, 09:21 PM
RE: Installation doubts - by grindstone - 05-15-2024, 12:40 AM
RE: Installation doubts - by x18 - 05-15-2024, 06:32 AM
RE: Installation doubts - by Yan - 05-15-2024, 05:27 PM
RE: Installation doubts - by x18 - 05-16-2024, 08:48 AM
RE: Installation doubts - by grindstone - 05-16-2024, 02:32 PM
RE: Installation doubts - by x18 - 05-16-2024, 04:24 PM
RE: Installation doubts - by grindstone - 05-16-2024, 06:25 PM
RE: Installation doubts - by x18 - 05-16-2024, 08:08 PM
RE: Installation doubts - by grindstone - 05-16-2024, 08:55 PM
RE: Installation doubts - by x18 - 05-17-2024, 07:32 AM
RE: Installation doubts - by grindstone - 05-17-2024, 06:09 PM
RE: Installation doubts - by x18 - 05-17-2024, 08:09 PM
RE: Installation doubts - by grindstone - 05-17-2024, 11:50 PM
RE: Installation doubts - by x18 - 05-18-2024, 11:04 AM
RE: Installation doubts - by grindstone - 05-18-2024, 02:16 PM
RE: Installation doubts - by x18 - 05-18-2024, 03:06 PM
RE: Installation doubts - by grindstone - 05-18-2024, 06:34 PM
RE: Installation doubts - by x18 - 05-19-2024, 07:35 AM
RE: Installation doubts - by Yan - 05-19-2024, 04:30 PM
RE: Installation doubts - by grindstone - 05-19-2024, 03:01 PM
RE: Installation doubts - by x18 - 05-19-2024, 08:04 PM
RE: Installation doubts - by Yan - 05-19-2024, 09:30 PM
RE: Installation doubts - by x18 - 05-21-2024, 01:24 PM
RE: Installation doubts - by grindstone - 05-21-2024, 04:01 PM
RE: Installation doubts - by x18 - 05-21-2024, 08:31 PM
RE: Installation doubts - by grindstone - 05-21-2024, 11:24 PM
RE: Installation doubts - by x18 - 05-22-2024, 07:11 AM
RE: Installation doubts - by grindstone - 05-22-2024, 11:51 AM
RE: Installation doubts - by x18 - 05-23-2024, 10:28 AM
RE: Installation doubts - by grindstone - 05-23-2024, 03:05 PM
RE: Installation doubts - by x18 - 05-24-2024, 02:41 PM
RE: Installation doubts - by grindstone - 05-24-2024, 02:53 PM
RE: Installation doubts - by x18 - 05-25-2024, 07:38 PM
RE: Installation doubts - by grindstone - 05-26-2024, 01:19 AM
RE: Installation doubts - by Nathan - 05-27-2024, 12:44 AM
RE: Installation doubts - by x18 - 05-27-2024, 05:54 PM
RE: Installation doubts - by grindstone - 05-28-2024, 12:49 AM
RE: Installation doubts - by Yan - 05-28-2024, 02:14 PM
RE: Installation doubts - by x18 - 05-30-2024, 10:38 AM
RE: Installation doubts - by grindstone - 05-30-2024, 01:37 PM
RE: Installation doubts - by x18 - 05-30-2024, 02:36 PM
RE: Installation doubts - by Nathan - 05-30-2024, 06:11 PM
RE: Installation doubts - by grindstone - 06-01-2024, 07:58 PM
RE: Installation doubts - by x18 - 06-02-2024, 09:14 PM
RE: Installation doubts - by grindstone - 06-03-2024, 02:24 AM
RE: Installation doubts - by x18 - 06-03-2024, 09:04 AM
RE: Installation doubts - by grindstone - 06-03-2024, 11:29 AM
RE: Installation doubts - by grindstone - 06-03-2024, 09:42 PM
RE: Installation doubts - by x18 - 06-04-2024, 08:21 AM
RE: Installation doubts - by grindstone - 06-04-2024, 03:30 PM
RE: Installation doubts - by x18 - 06-04-2024, 05:16 PM

Forum Jump:


Users browsing this thread: 5 Guest(s)