Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installation doubts
#38
Ok, restored + updated + upgraded.

Installed the available siliconmotion driver 1.7.9, added Option "AutoAddDevices" "False" to xorg.conf.in.

This is my xorg.conf:
Code:
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/share/fonts/X11/cyrillic"
    FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"

EndSection

Section "Module"
    Load  "fbdevhw"
    Load  "glx"
    Load  "freetype"
    Load  "type1"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "it"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
    Option        "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Unknown monitor"
    HorizSync    31.5 - 57.5
        #31.5 - 37.9
    VertRefresh  40.0 - 80.0
        #50.0 - 70.0
    ##Option        "dpms"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "siliconmotion"
    BusID       "PCI:0:2:0"
    VendorName  "Videocard vendor"
    BoardName   "Silicon Motion Lynx"
    Option      "NoMTRR"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth     16
    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

This is the Xorg.0.log:
Code:
[   221.181]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[   221.183] Current Operating System: Linux dsl32 5.10.188-antix.1-486-smp #1 SMP Tue Aug 1 00:54:36 EEST 2023 i686
[   221.183] 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
[   221.184] xorg-server 2:21.1.7-3.0nosystemd4 (https://www.devuan.org/os/community)
[   221.185] Current version of pixman: 0.42.2
[   221.185]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   221.186] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   221.189] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 21 00:25:13 2024
[   221.256] (++) Using config file: "./xorg.conf"
[   221.257] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   221.257] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   221.293] (==) ServerLayout "Default Layout"
[   221.293] (**) |-->Screen "Screen0" (0)
[   221.293] (**) |   |-->Monitor "Monitor0"
[   221.301] (**) |   |-->Device "Videocard0"
[   221.301] (**) |-->Input Device "Mouse0"
[   221.301] (**) |-->Input Device "Keyboard0"
[   221.301] (==) Automatically adding devices
[   221.302] (==) Automatically enabling devices
[   221.302] (==) Automatically adding GPU devices
[   221.302] (==) Automatically binding GPU devices
[   221.329] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   221.399] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   221.399]     Entry deleted from font path.
[   221.402] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   221.402]     Entry deleted from font path.
[   221.403] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   221.403]     Entry deleted from font path.
[   221.404] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   221.404]     Entry deleted from font path.
[   221.404] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   221.404]     Entry deleted from font path.
[   221.405] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   221.405]     Entry deleted from font path.
[   221.405] (**) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    built-ins
[   221.405] (**) ModulePath set to "/usr/lib/xorg/modules"
[   221.405] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   221.406] (WW) Disabling Mouse0
[   221.406] (WW) Disabling Keyboard0
[   221.406] (II) Loader magic: 0x6b2780
[   221.406] (II) Module ABI versions:
[   221.406]     X.Org ANSI C Emulation: 0.4
[   221.406]     X.Org Video Driver: 25.2
[   221.406]     X.Org XInput driver : 24.4
[   221.407]     X.Org Server Extension : 10.0
[   221.407] (--) using VT number 7

[   221.407] (II) seat-libseat: libseat integration requires -keeptty and -keeptty was not provided, disabling libseat integration
[   221.465] (--) PCI:*(0@0:2:0) 126f:0910:126f:0910 rev 181, Mem @ 0xfd000000/16777216, BIOS @ 0x????????/131072
[   221.467] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   221.467] (II) LoadModule: "fbdevhw"
[   221.509] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   221.546] (II) Module fbdevhw: vendor="X.Org Foundation"
[   221.546]     compiled for 1.21.1.7, module version = 0.0.2
[   221.546]     ABI class: X.Org Video Driver, version 25.2
[   221.546] (II) LoadModule: "glx"
[   221.552] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   221.877] (II) Module glx: vendor="X.Org Foundation"
[   221.877]     compiled for 1.21.1.7, module version = 1.0.0
[   221.877]     ABI class: X.Org Server Extension, version 10.0
[   221.878] (II) LoadModule: "siliconmotion"
[   221.879] (II) Loading /usr/lib/xorg/modules/drivers/siliconmotion_drv.so
[   221.911] (II) Module siliconmotion: vendor="X.Org Foundation"
[   221.911]     compiled for 1.21.1.4, module version = 1.7.9
[   221.911]     Module class: X.Org Video Driver
[   221.911]     ABI class: X.Org Video Driver, version 25.2
[   221.912] (II) SMI: driver (version 1.7.9) for Silicon Motion Lynx chipsets: Lynx,
    LynxE, Lynx3D, LynxEM, LynxEM+, Lynx3DM, Cougar3DR, MSOC
[   221.922] (WW) Falling back to old probe method for siliconmotion
[   221.926] (--) Chipset Lynx found
[   221.927] (II) Loading sub module "vgahw"
[   221.927] (II) LoadModule: "vgahw"
[   221.932] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[   221.969] (II) Module vgahw: vendor="X.Org Foundation"
[   221.969]     compiled for 1.21.1.7, module version = 0.1.0
[   221.969]     ABI class: X.Org Video Driver, version 25.2
[   221.970] (**) SMI(0): Depth 16, (--) framebuffer bpp 16
[   221.970] (==) SMI(0): RGB weight 565
[   221.971] (==) SMI(0): Default visual is TrueColor
[   221.971] (==) SMI(0): PCI Burst enabled
[   221.971] (==) SMI(0): PCI Retry enabled
[   221.971] (==) SMI(0): Using Hardware Cursor
[   221.973] (II) Loading sub module "int10"
[   221.973] (II) LoadModule: "int10"
[   221.977] (II) Loading /usr/lib/xorg/modules/libint10.so
[   222.038] (II) Module int10: vendor="X.Org Foundation"
[   222.038]     compiled for 1.21.1.7, module version = 1.0.0
[   222.039]     ABI class: X.Org Video Driver, version 25.2
[   222.049] (II) SMI(0): Primary V_BIOS segment is: 0xc000
[   222.050] (II) Loading sub module "vbe"
[   222.050] (II) LoadModule: "vbe"
[   222.053] (II) Loading /usr/lib/xorg/modules/libint10.so
[   222.053] (II) Module int10: vendor="X.Org Foundation"
[   222.053]     compiled for 1.21.1.7, module version = 1.0.0
[   222.053]     ABI class: X.Org Video Driver, version 25.2
[   222.054] (II) SMI(0): VESA BIOS detected
[   222.054] (II) SMI(0): VESA VBE Version 0.0
[   222.055] (II) SMI(0): VESA VBE Total Mem: 4096 kB
[   222.055] (II) SMI(0): VESA VBE OEM: Sÿ
[   222.055] (--) SMI(0): Chipset: "Lynx"
[   222.055] (==) SMI(0): Dual head disabled
[   222.055] (==) SMI(0): Using XAA acceleration architecture
[   222.056] (--) SMI(0): videoram: 4096kB
[   222.059] (II) SMI(0): Cursor Offset: 003FFC00
[   222.059] (II) SMI(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[   222.060] (II) SMI(0): Reserved: 003FF800
[   222.060] (II) SMI(0): TFT Panel Size = 1024x768
[   222.060] (II) Loading sub module "i2c"
[   222.060] (II) LoadModule: "i2c"
[   222.061] (II) Module "i2c" already built-in
[   222.061] (II) SMI(0): I2C bus "I2C bus" initialized.
[   222.061] (II) Loading sub module "ddc"
[   222.061] (II) LoadModule: "ddc"
[   222.062] (II) Module "ddc" already built-in
[   222.062] (==) SMI(0): Using gamma correction (1.0, 1.0, 1.0)
[   222.062] (II) SMI(0): MCLK = 80.182
[   222.062] (II) SMI(0): Output LVDS using monitor section Monitor0
[   222.063] (EE)
[   222.063] (EE) Backtrace:
[   222.082] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x142) [0x5e4392]
[   222.087] (EE) 1: linux-gate.so.1 (?+0x0) [0xb7f61570]
[   222.122] (EE) 2: /lib/i386-linux-gnu/libc.so.6 (__xpg_strerror_r+0x12d5a) [0xb79db2aa]
[   222.157] (EE) 3: /usr/lib/xorg/Xorg (xf86ProbeOutputModes+0x6a3) [0x4dd7b3]
[   222.160] (EE) 4: /usr/lib/xorg/Xorg (xf86InitialConfiguration+0x11c) [0x4ddd7c]
[   222.163] (EE) unw_get_proc_name failed: no unwind info found [-10]
[   222.164] (EE) 5: /usr/lib/xorg/modules/drivers/siliconmotion_drv.so (?+0x0) [0xb733d201]
[   222.170] (EE) 6: /usr/lib/xorg/Xorg (InitOutput+0xa5e) [0x4acb2e]
[   222.190] (EE) 7: /usr/lib/xorg/Xorg (InitFonts+0x229) [0x46c349]
[   222.193] (EE) 8: /usr/lib/xorg/Xorg (miPolyFillRect+0x80f) [0x454aab]
[   222.198] (EE) 9: /lib/i386-linux-gnu/libc.so.6 (__libc_init_first+0x85) [0xb79482d5]
[   222.203] (EE) 10: /lib/i386-linux-gnu/libc.so.6 (__libc_start_main+0x88) [0xb7948398]
[   222.206] (EE) 11: /usr/lib/xorg/Xorg (_start+0x27) [0x454ae7]
[   222.207] (EE)
[   222.207] (EE) Segmentation fault at address 0x0
[   222.208] (EE)
Fatal server error:
[   222.208] (EE) Caught signal 11 (Segmentation fault). Server aborting
[   222.209] (EE)
[   222.209] (EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
for help.
[   222.210] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   222.210] (EE)
[   222.215] (EE) Server terminated with error (1). Closing log file.

The siliconmotion driver seems to have a native bug (segmentation fault), unless there are any options to set properly.
i don't know that, maybe you do.

The same happens with the 1.7.10 version.
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: 17 Guest(s)