Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installation doubts
#51
Sorry for my previous hurried post.

If X crashes without writing any log file I haven't any error to read and post.

Also, plop shows "device connected" and then freezes without further messages, so I haven't any error to post as well.

Assuming that at least vesa should work, I set it in the xorg.conf and run "X -config ./xorg.conf". It crashed without writing any log file.

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      "vesa"
    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

Section "DRI"
    Group        0
    Mode         0666
EndSection

Next, the "plain old" apt-get install is new to me since all the debian stuff is new. As is, it doesn't work.
It has probably to point to a different repo than the default one.

Tried "noaccel" as well.

I'm too ignorant about debian and Xorg and I had promised it.

I want to say thank to all of you for the time you have devoted to me.
Reply
#52
OK thanks for the patience and apology for kernel problem.  First --- hopefully @John can see this because I don't know the answer but I *assume* it's legal (recommended) to adhere to the AntiX directives:

   

"28 April 2024 - URGENT - Expired GPG Key errorFix:
Option 1:
Code:
wget -c http://repo.antixlinux.com/antix-archive-keyring_20019.5.0_all.deb
sudo dpkg -i antix-archive-keyring_20019.5.0_all.deb
When prompted type your user password, press enter"

I wrote that kernel stuff from the repo in RC3 and it seems different.  It is definitely preferable to have the normal apt-get process do these things instead of doing it manually.  I'm inquiring at the mothership about it momentarily. 

FWIW, the old kernel & header .debs are retrievable here:

https://repo.antixlinux.com/bookworm/poo...2-486-smp/

EDIT: It's in the http://la.mxrepo.com/antix/bookworm repo in my RC4, too--it should "just work"--somehow I didn't find it browsing last night.

I don't know which RC you installed or whether repos are different (deleted my old ones), but if you

cat /etc/apt/sources.list.d/antix.list

you can see what you are using. To search, you could

sudo apt-cache search linux-image-4.19

but

sudo apt-get install linux-headers-4.19.276-antix.2-486-smp_4.19.276-antix.2-486-smp-1_i386 linux-image-4.19.276-antix.2-486-smp_4.19.276-antix.2-486-smp-1_i386

should "just work".

It's probably worth repeating that if grub doesn't run during inst, update-grub needs to be run and that the new kernel will not be the default at boot but rather need to be selected from the Advanced grub line.
Reply
#53
I installed RC 4, and it reminded me how slow the video configuration is the first time, and your system is much older than mine. Try again from the beginning, and wait quite a long time before concluding that something didn't work and giving up.
Reply
#54
Ok, I used the above xorg.conf set to the vesa driver without any other config files and waited 50 minutes.
It stopped after about 10 minutes, here is the log:

Code:
[    88.442]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[    88.444] Current Operating System: Linux dsl32 5.10.188-antix.1-486-smp #1 SMP Tue Aug 1 00:54:36 EEST 2023 i686
[    88.444] 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
[    88.445] xorg-server 2:21.1.7-3.0nosystemd4 (https://www.devuan.org/os/community)
[    88.445] Current version of pixman: 0.42.2
[    88.449]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    88.451] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    88.454] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 30 10:41:26 2024
[    88.540] (++) Using config file: "./xorg.conf"
[    88.540] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    88.569] (==) ServerLayout "Default Layout"
[    88.570] (**) |-->Screen "Screen0" (0)
[    88.570] (**) |   |-->Monitor "Monitor0"
[    88.577] (**) |   |-->Device "Videocard0"
[    88.578] (**) |-->Input Device "Mouse0"
[    88.578] (**) |-->Input Device "Keyboard0"
[    88.578] (==) Automatically adding devices
[    88.578] (==) Automatically enabling devices
[    88.578] (==) Automatically adding GPU devices
[    88.578] (==) Automatically binding GPU devices
[    88.597] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    88.664] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    88.664]     Entry deleted from font path.
[    88.666] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    88.666]     Entry deleted from font path.
[    88.668] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    88.668]     Entry deleted from font path.
[    88.668] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    88.668]     Entry deleted from font path.
[    88.668] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    88.669]     Entry deleted from font path.
[    88.669] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    88.669]     Entry deleted from font path.
[    88.669] (**) 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
[    88.669] (**) ModulePath set to "/usr/lib/xorg/modules"
[    88.670] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    88.670] (WW) Disabling Mouse0
[    88.670] (WW) Disabling Keyboard0
[    88.670] (II) Loader magic: 0x6bc780
[    88.670] (II) Module ABI versions:
[    88.670]     X.Org ANSI C Emulation: 0.4
[    88.671]     X.Org Video Driver: 25.2
[    88.671]     X.Org XInput driver : 24.4
[    88.671]     X.Org Server Extension : 10.0
[    88.671] (--) using VT number 7

[    88.671] (II) seat-libseat: libseat integration requires -keeptty and -keeptty was not provided, disabling libseat integration
[    88.695] (--) PCI:*(0@0:2:0) 126f:0910:126f:0910 rev 181, Mem @ 0xfd000000/16777216, BIOS @ 0x????????/131072
[    88.696] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    88.696] (II) LoadModule: "fbdevhw"
[    88.719] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    88.728] (II) Module fbdevhw: vendor="X.Org Foundation"
[    88.728]     compiled for 1.21.1.7, module version = 0.0.2
[    88.728]     ABI class: X.Org Video Driver, version 25.2
[    88.728] (II) LoadModule: "glx"
[    88.732] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    89.017] (II) Module glx: vendor="X.Org Foundation"
[    89.017]     compiled for 1.21.1.7, module version = 1.0.0
[    89.017]     ABI class: X.Org Server Extension, version 10.0
[    89.018] (II) LoadModule: "vesa"
[    89.019] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    89.032] (II) Module vesa: vendor="X.Org Foundation"
[    89.032]     compiled for 1.21.1.3, module version = 2.5.0
[    89.033]     Module class: X.Org Video Driver
[    89.033]     ABI class: X.Org Video Driver, version 25.2
[    89.033] (II) VESA: driver for VESA chipsets: vesa
[    89.048] (II) Loading sub module "vbe"
[    89.048] (II) LoadModule: "vbe"
[    89.050] (II) Loading /usr/lib/xorg/modules/libint10.so
[    89.078] (II) Module int10: vendor="X.Org Foundation"
[    89.079]     compiled for 1.21.1.7, module version = 1.0.0
[    89.079]     ABI class: X.Org Video Driver, version 25.2
[    89.079] (II) Loading sub module "int10"
[    89.079] (II) LoadModule: "int10"
[    89.084] (II) Loading /usr/lib/xorg/modules/libint10.so
[    89.084] (II) Module int10: vendor="X.Org Foundation"
[    89.086]     compiled for 1.21.1.7, module version = 1.0.0
[    89.086]     ABI class: X.Org Video Driver, version 25.2
[    89.086] (II) VESA(0): initializing int10
[    89.106] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    89.110] (II) VESA(0): VESA BIOS detected
[    89.110] (II) VESA(0): VESA VBE Version 0.0
[    89.112] (II) VESA(0): VESA VBE Total Mem: 4096 kB
[    89.112] (II) VESA(0): VESA VBE OEM: Sÿ
[   468.351] (**) VESA(0): Depth 16, (--) framebuffer bpp 16
[   468.351] (==) VESA(0): RGB weight 565
[   468.351] (==) VESA(0): Default visual is TrueColor
[   468.351] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[   468.353] (II) VESA(0): VESA VBE PanelID read failed
[   468.353] (II) VESA(0): Searching for matching VESA mode(s):
[   840.969] Mode: 4c45 (800x600)
[   840.970]     ModeAttributes: 0xc1
[   840.970]     WinAAttributes: 0xe0
[   840.970]     WinBAttributes: 0x0
[   840.970]     WinGranularity: 3
[   840.971]     WinSize: 64
[   840.971]     WinASegment: 0xa000
[   840.971]     WinBSegment: 0xa000
[   840.971]     WinFuncPtr: 0xc0003873
[   840.971]     BytesPerScanline: 1600
[   840.971]     XResolution: 800
[   840.971]     YResolution: 600
[   840.972]     XCharSize: 8
[   840.972]     YCharSize: 8
[   840.972]     NumberOfPlanes: 226
[   840.972]     BitsPerPixel: 6
[   840.972]     NumberOfBanks: 193
[   840.972]     MemoryModel: 6
[   840.973]     BankSize: 0
[   840.973]     NumberOfImages: 15
[   840.973]     RedMaskSize: 5
[   840.973]     RedFieldPosition: 11
[   840.973]     GreenMaskSize: 6
[   840.973]     GreenFieldPosition: 5
[   840.973]     BlueMaskSize: 5
[   840.974]     BlueFieldPosition: 0
[   840.974]     RsvdMaskSize: 0
[   840.974]     RsvdFieldPosition: 0
[   840.974]     DirectColorModeInfo: 0
[   840.976] Mode: 101 (640x480)
[   840.977]     ModeAttributes: 0x9b
[   840.977]     WinAAttributes: 0x7
[   840.977]     WinBAttributes: 0x0
[   840.977]     WinGranularity: 64
[   840.977]     WinSize: 64
[   840.978]     WinASegment: 0xa000
[   840.978]     WinBSegment: 0xa000
[   840.978]     WinFuncPtr: 0xc0003873
[   840.978]     BytesPerScanline: 640
[   840.978]     XResolution: 640
[   840.978]     YResolution: 480
[   840.979]     XCharSize: 8
[   840.979]     YCharSize: 16
[   840.979]     NumberOfPlanes: 1
[   840.979]     BitsPerPixel: 8
[   840.979]     NumberOfBanks: 1
[   840.979]     MemoryModel: 4
[   840.979]     BankSize: 0
[   840.980]     NumberOfImages: 12
[   840.980]     RedMaskSize: 0
[   840.980]     RedFieldPosition: 0
[   840.980]     GreenMaskSize: 0
[   840.980]     GreenFieldPosition: 0
[   840.980]     BlueMaskSize: 0
[   840.980]     BlueFieldPosition: 0
[   840.981]     RsvdMaskSize: 0
[   840.981]     RsvdFieldPosition: 0
[   840.981]     DirectColorModeInfo: 0
[   841.012] Mode: 30 (640x480)
[   841.012]     ModeAttributes: 0xd2
[   841.012]     WinAAttributes: 0x0
[   841.012]     WinBAttributes: 0x0
[   841.012]     WinGranularity: 139
[   841.012]     WinSize: 64
[   841.013]     WinASegment: 0xa000
[   841.013]     WinBSegment: 0xa000
[   841.013]     WinFuncPtr: 0xc0003873
[   841.013]     BytesPerScanline: 640
[   841.013]     XResolution: 640
[   841.013]     YResolution: 480
[   841.014]     XCharSize: 8
[   841.014]     YCharSize: 16
[   841.014]     NumberOfPlanes: 46
[   841.014]     BitsPerPixel: 142
[   841.014]     NumberOfBanks: 6
[   841.014]     MemoryModel: 8
[   841.014]     BankSize: 0
[   841.015]     NumberOfImages: 14
[   841.015]     RedM

My RC is 3 anyway.
Reply
#55
So you reinstalled your RC3 from scratch and used your preceding conf file?
Reply
#56
I reinstalled it from scratch 11 days ago, since it's clean no need to repeat it.
I used the vesa xorg.conf that is supposed to work, and waited a long time as suggested by Yan.
Reply
#57
You could try the monitor part from this page:

https://www.marmotte.net/linux/laptop/asus/XF86Config

Code:
Section "Monitor"
   Identifier      "LCD Panel"
   VendorName      "ASUS"
   ModelName       "1024x768"
   HorizSync       31.5-57.5
   VertRefresh     55-80
   # 640x480 @ 60 Hz, 31.5 kHz hsync - DOESN'T WORK
   # Modeline "640x480"     25.175 640  664  760  800   480  491  493  525
   # 800x600 @ 60 Hz, 37.8 kHz hsync - DOESN'T WORK
   # Modeline "800x600"     40     800  840  968 1056   600  601  605  628 +hsync +vsync
   # 1024x768 @ 70 Hz, 56.5 kHz hsync
   Modeline "1024x768"    75    1024 1048 1184 1328   768  771  777  806 -hsync -vsync
EndSection

You might be fine with multiple modelines as long as they actually work.

I doubt the vendorname and modelname matter other than to distinguiah one screen from another
but if these modelines work for the panel in your laptop it would be better to specify it than wait for it to search.

https://en.wikipedia.org/wiki/XFree86_Modeline

some nice details there
Reply
#58
Haven't gone away, just awaiting updates.

In the meantime, when you are at grub menu screen at bootup, hit c for a command line and when you get one, type

vbeinfo

and note the modes (pic would be great as I don't know how to get a screenie right there).

Either way, that'll tell us what the thing supports for modes.

ESC to get out/back to grub menu, BTW.

Also BTW, did you know Plop has their own forum...as does X (which is likely where we're heading).

EDIT: cli-aptiX seems the easiest way to get kernel changes/upgrades (or old kernels) as searching can be confined to antiX kernels easily, FWIW.
Reply
#59
Photo 
Did some attempts: added some modeline entries but the siliconmotion driver rejects them while the vesa driver ignore them.

Here are the relevant Xorg.log files:

siliconmotion
Code:
[   478.632]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[   478.633] Current Operating System: Linux dsl32 5.10.188-antix.1-486-smp #1 SMP Tue Aug 1 00:54:36 EEST 2023 i686
[   478.634] 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
[   478.635] xorg-server 2:21.1.7-3.0nosystemd4 (https://www.devuan.org/os/community)
[   478.635] Current version of pixman: 0.42.2
[   478.636]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   478.636] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   478.639] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun  2 22:20:07 2024
[   478.721] (++) Using config file: "./xorg.conf"
[   478.722] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   478.742] (==) ServerLayout "Default Layout"
[   478.742] (**) |-->Screen "Screen0" (0)
[   478.743] (**) |   |-->Monitor "Monitor0"
[   478.750] (**) |   |-->Device "Videocard0"
[   478.750] (**) |-->Input Device "Mouse0"
[   478.751] (**) |-->Input Device "Keyboard0"
[   478.751] (==) Automatically adding devices
[   478.751] (==) Automatically enabling devices
[   478.751] (==) Automatically adding GPU devices
[   478.751] (==) Automatically binding GPU devices
[   478.779] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   478.849] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   478.849]     Entry deleted from font path.
[   478.850] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   478.850]     Entry deleted from font path.
[   478.850] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   478.850]     Entry deleted from font path.
[   478.850] (**) 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
[   478.851] (**) ModulePath set to "/usr/lib/xorg/modules"
[   478.851] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   478.851] (WW) Disabling Mouse0
[   478.851] (WW) Disabling Keyboard0
[   478.851] (II) Loader magic: 0x78a780
[   478.851] (II) Module ABI versions:
[   478.852]     X.Org ANSI C Emulation: 0.4
[   478.852]     X.Org Video Driver: 25.2
[   478.852]     X.Org XInput driver : 24.4
[   478.852]     X.Org Server Extension : 10.0
[   478.852] (--) using VT number 7

[   478.853] (II) seat-libseat: libseat integration requires -keeptty and -keeptty was not provided, disabling libseat integration
[   478.876] (--) PCI:*(0@0:2:0) 126f:0910:126f:0910 rev 181, Mem @ 0xfd000000/16777216, BIOS @ 0x????????/131072
[   478.877] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   478.877] (II) LoadModule: "fbdevhw"
[   478.929] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   478.938] (II) Module fbdevhw: vendor="X.Org Foundation"
[   478.938]     compiled for 1.21.1.7, module version = 0.0.2
[   478.939]     ABI class: X.Org Video Driver, version 25.2
[   478.939] (II) LoadModule: "glx"
[   478.942] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   479.242] (II) Module glx: vendor="X.Org Foundation"
[   479.242]     compiled for 1.21.1.7, module version = 1.0.0
[   479.242]     ABI class: X.Org Server Extension, version 10.0
[   479.242] (II) LoadModule: "siliconmotion"
[   479.244] (II) Loading /usr/lib/xorg/modules/drivers/siliconmotion_drv.so
[   479.267] (II) Module siliconmotion: vendor="X.Org Foundation"
[   479.267]     compiled for 1.21.1.7, module version = 1.7.10
[   479.268]     Module class: X.Org Video Driver
[   479.268]     ABI class: X.Org Video Driver, version 25.2
[   479.268] (II) SMI: driver (version 1.7.10) for Silicon Motion Lynx chipsets: Lynx,
    LynxE, Lynx3D, LynxEM, LynxEM+, Lynx3DM, Cougar3DR, MSOC
[   479.282] (WW) Falling back to old probe method for siliconmotion
[   479.284] (--) Chipset Lynx found
[   479.285] (II) Loading sub module "vgahw"
[   479.285] (II) LoadModule: "vgahw"
[   479.290] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[   479.305] (II) Module vgahw: vendor="X.Org Foundation"
[   479.305]     compiled for 1.21.1.7, module version = 0.1.0
[   479.306]     ABI class: X.Org Video Driver, version 25.2
[   479.306] (**) SMI(0): Depth 16, (--) framebuffer bpp 16
[   479.307] (==) SMI(0): RGB weight 565
[   479.307] (==) SMI(0): Default visual is TrueColor
[   479.312] (**) SMI(0): Option "NoAccel"
[   479.312] (==) SMI(0): PCI Burst enabled
[   479.312] (==) SMI(0): PCI Retry enabled
[   479.317] (**) SMI(0): Option: NoAccel - Acceleration disabled
[   479.317] (==) SMI(0): Using Hardware Cursor
[   479.317] (II) Loading sub module "int10"
[   479.317] (II) LoadModule: "int10"
[   479.325] (II) Loading /usr/lib/xorg/modules/libint10.so
[   479.360] (II) Module int10: vendor="X.Org Foundation"
[   479.361]     compiled for 1.21.1.7, module version = 1.0.0
[   479.361]     ABI class: X.Org Video Driver, version 25.2
[   479.382] (II) SMI(0): Primary V_BIOS segment is: 0xc000
[   479.382] (II) Loading sub module "vbe"
[   479.389] (II) LoadModule: "vbe"
[   479.393] (II) Loading /usr/lib/xorg/modules/libint10.so
[   479.393] (II) Module int10: vendor="X.Org Foundation"
[   479.395]     compiled for 1.21.1.7, module version = 1.0.0
[   479.395]     ABI class: X.Org Video Driver, version 25.2
[   479.396] (II) SMI(0): VESA BIOS detected
[   479.396] (II) SMI(0): VESA VBE Version 0.0
[   479.396] (II) SMI(0): VESA VBE Total Mem: 4096 kB
[   479.396] (II) SMI(0): VESA VBE OEM: Sÿ
[   479.396] (--) SMI(0): Chipset: "Lynx"
[   479.397] (==) SMI(0): Dual head disabled
[   479.397] (--) SMI(0): videoram: 4096kB
[   479.405] (II) SMI(0): Cursor Offset: 003FFC00
[   479.405] (II) SMI(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[   479.408] (II) SMI(0): Reserved: 003FF800
[   479.408] (II) SMI(0): TFT Panel Size = 1024x768
[   479.408] (II) Loading sub module "i2c"
[   479.408] (II) LoadModule: "i2c"
[   479.410] (II) Module "i2c" already built-in
[   479.410] (II) SMI(0): I2C bus "I2C bus" initialized.
[   479.410] (II) Loading sub module "ddc"
[   479.410] (II) LoadModule: "ddc"
[   479.411] (II) Module "ddc" already built-in
[   479.411] (==) SMI(0): Using gamma correction (1.0, 1.0, 1.0)
[   479.411] (II) SMI(0): MCLK = 80.182
[   479.411] (II) SMI(0): Output LVDS using monitor section Monitor0
[   479.412] (II) SMI(0): Not using mode "1024x768_75.00" (hsync out of range)
[   479.412] (II) SMI(0): Not using mode "800x600_75.00" (exceeds panel dimensions)
[   479.412] (II) SMI(0): Not using mode "800x600_60.00" (exceeds panel dimensions)
[   479.412] (II) SMI(0): Not using mode "640x480_75.00" (exceeds panel dimensions)
[   479.413] (II) SMI(0): Not using mode "640x480_60.00" (hsync out of range)
[   479.413] (EE)
[   479.413] (EE) Backtrace:
[   479.449] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x142) [0x6bc392]
[   479.459] (EE) 1: linux-gate.so.1 (?+0x0) [0xb7f4f570]
[   479.518] (EE) 2: /lib/i386-linux-gnu/libc.so.6 (__xpg_strerror_r+0x12d5a) [0xb79c82aa]
[   479.565] (EE) 3: /usr/lib/xorg/Xorg (xf86ProbeOutputModes+0x62e) [0x5b573e]
[   479.570] (EE) 4: /usr/lib/xorg/Xorg (xf86InitialConfiguration+0x11c) [0x5b5d7c]
[   479.610] (EE) 5: /usr/lib/xorg/modules/drivers/siliconmotion_drv.so (SMI_PreInit+0xc9b) [0xb732ceeb]
[   479.616] (EE) 6: /usr/lib/xorg/Xorg (InitOutput+0xa5e) [0x584b2e]
[   479.640] (EE) 7: /usr/lib/xorg/Xorg (InitFonts+0x229) [0x544349]
[   479.643] (EE) 8: /usr/lib/xorg/Xorg (miPolyFillRect+0x80f) [0x52caab]
[   479.648] (EE) 9: /lib/i386-linux-gnu/libc.so.6 (__libc_init_first+0x85) [0xb79352d5]
[   479.653] (EE) 10: /lib/i386-linux-gnu/libc.so.6 (__libc_start_main+0x88) [0xb7935398]
[   479.656] (EE) 11: /usr/lib/xorg/Xorg (_start+0x27) [0x52cae7]
[   479.657] (EE)
[   479.657] (EE) Segmentation fault at address 0x0
[   479.658] (EE)
Fatal server error:
[   479.658] (EE) Caught signal 11 (Segmentation fault). Server aborting
[   479.659] (EE)
[   479.659] (EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
for help.
[   479.660] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   479.660] (EE)
[   479.665] (EE) Server terminated with error (1). Closing log file.



vesa
Code:
[  562.410]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[  562.411] Current Operating System: Linux dsl32 5.10.188-antix.1-486-smp #1 SMP Tue Aug 1 00:54:36 EEST 2023 i686
[  562.411] 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
[  562.412] xorg-server 2:21.1.7-3.0nosystemd4 (https://www.devuan.org/os/community)
[  562.413] Current version of pixman: 0.42.2
[  562.414] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[  562.414] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  562.417] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun  2 22:43:44 2024
[  562.499] (++) Using config file: "./xorg.conf"
[  562.500] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  562.520] (==) ServerLayout "Default Layout"
[  562.520] (**) |-->Screen "Screen0" (0)
[  562.520] (**) |  |-->Monitor "Monitor0"
[  562.528] (**) |  |-->Device "Videocard0"
[  562.528] (**) |-->Input Device "Mouse0"
[  562.528] (**) |-->Input Device "Keyboard0"
[  562.529] (==) Automatically adding devices
[  562.529] (==) Automatically enabling devices
[  562.529] (==) Automatically adding GPU devices
[  562.529] (==) Automatically binding GPU devices
[  562.557] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  562.626] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  562.626] Entry deleted from font path.
[  562.627] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  562.627] Entry deleted from font path.
[  562.627] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  562.627] Entry deleted from font path.
[  562.628] (**) 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
[  562.628] (**) ModulePath set to "/usr/lib/xorg/modules"
[  562.628] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  562.628] (WW) Disabling Mouse0
[  562.628] (WW) Disabling Keyboard0
[  562.628] (II) Loader magic: 0x734780
[  562.629] (II) Module ABI versions:
[  562.629] X.Org ANSI C Emulation: 0.4
[  562.629] X.Org Video Driver: 25.2
[  562.629] X.Org XInput driver : 24.4
[  562.629] X.Org Server Extension : 10.0
[  562.630] (--) using VT number 7

[  562.630] (II) seat-libseat: libseat integration requires -keeptty and -keeptty was not provided, disabling libseat integration
[  562.653] (--) PCI:*(0@0:2:0) 126f:0910:126f:0910 rev 181, Mem @ 0xfd000000/16777216, BIOS @ 0x????????/131072
[  562.654] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  562.655] (II) LoadModule: "fbdevhw"
[  562.693] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  562.702] (II) Module fbdevhw: vendor="X.Org Foundation"
[  562.702] compiled for 1.21.1.7, module version = 0.0.2
[  562.702] ABI class: X.Org Video Driver, version 25.2
[  562.702] (II) LoadModule: "glx"
[  562.706] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  563.005] (II) Module glx: vendor="X.Org Foundation"
[  563.005] compiled for 1.21.1.7, module version = 1.0.0
[  563.005] ABI class: X.Org Server Extension, version 10.0
[  563.006] (II) LoadModule: "vesa"
[  563.007] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  563.020] (II) Module vesa: vendor="X.Org Foundation"
[  563.020] compiled for 1.21.1.3, module version = 2.5.0
[  563.021] Module class: X.Org Video Driver
[  563.021] ABI class: X.Org Video Driver, version 25.2
[  563.021] (II) VESA: driver for VESA chipsets: vesa
[  563.036] (II) Loading sub module "vbe"
[  563.037] (II) LoadModule: "vbe"
[  563.042] (II) Loading /usr/lib/xorg/modules/libint10.so
[  563.067] (II) Module int10: vendor="X.Org Foundation"
[  563.067] compiled for 1.21.1.7, module version = 1.0.0
[  563.067] ABI class: X.Org Video Driver, version 25.2
[  563.067] (II) Loading sub module "int10"
[  563.068] (II) LoadModule: "int10"
[  563.072] (II) Loading /usr/lib/xorg/modules/libint10.so
[  563.072] (II) Module int10: vendor="X.Org Foundation"
[  563.072] compiled for 1.21.1.7, module version = 1.0.0
[  563.074] ABI class: X.Org Video Driver, version 25.2
[  563.074] (II) VESA(0): initializing int10
[  563.090] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[  563.096] (II) VESA(0): VESA BIOS detected
[  563.098] (II) VESA(0): VESA VBE Version 0.0
[  563.098] (II) VESA(0): VESA VBE Total Mem: 4096 kB
[  563.098] (II) VESA(0): VESA VBE OEM: Sÿ
[  939.736] (**) VESA(0): Depth 16, (--) framebuffer bpp 16
[  939.737] (==) VESA(0): RGB weight 565
[  939.737] (==) VESA(0): Default visual is TrueColor
[  939.737] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[  939.738] (II) VESA(0): VESA VBE PanelID read failed
[  939.739] (II) VESA(0): Searching for matching VESA mode(s):
[  1311.828] Mode: 4c45 (800x600)
[  1311.828] ModeAttributes: 0xc1
[  1311.829] WinAAttributes: 0xe0
[  1311.829] WinBAttributes: 0x0
[  1311.829] WinGranularity: 3
[  1311.829] WinSize: 64
[  1311.829] WinASegment: 0xa000
[  1311.829] WinBSegment: 0xa000
[  1311.830] WinFuncPtr: 0xc0003873
[  1311.830] BytesPerScanline: 1600
[  1311.830] XResolution: 800
[  1311.830] YResolution: 600
[  1311.830] XCharSize: 8
[  1311.830] YCharSize: 8
[  1311.831] NumberOfPlanes: 226
[  1311.831] BitsPerPixel: 6
[  1311.831] NumberOfBanks: 193
[  1311.831] MemoryModel: 6
[  1311.831] BankSize: 0
[  1311.831] NumberOfImages: 15
[  1311.831] RedMaskSize: 5
[  1311.832] RedFieldPosition: 11
[  1311.832] GreenMaskSize: 6
[  1311.832] GreenFieldPosition: 5
[  1311.832] BlueMaskSize: 5
[  1311.832] BlueFieldPosition: 0
[  1311.832] RsvdMaskSize: 0
[  1311.832] RsvdFieldPosition: 0
[  1311.833] DirectColorModeInfo: 0

[color=#e82a1f]... (truncated cz very-very long file) ...[/color]

[  1322.206]
[  1322.208] (II) VESA(0): Total Memory: 64 64KB banks (4096kB)
[  1322.211] (II) VESA(0): Monitor0: Using hsync range of 31.50-57.50 kHz
[  1322.211] (II) VESA(0): Monitor0: Using vrefresh range of 40.00-80.00 Hz
[  1322.211] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.211] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.212] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.212] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.212] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.212] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.212] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.213] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.213] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.213] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.213] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.213] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.213] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.214] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.214] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.214] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.214] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.214] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.215] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.216] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.216] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.216] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.216] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.216] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.217] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.217] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.217] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.217] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.218] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.218] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.218] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.218] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.218] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.219] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.219] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.219] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.219] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.219] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.220] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.220] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.220] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.220] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.220] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.221] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.221] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.221] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.221] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.221] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.222] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.222] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.222] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.222] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.222] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.223] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.223] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.223] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.223] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.223] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.223] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.224] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.224] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.224] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.224] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.224] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.225] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.225] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[  1322.225] (II) VESA(0): Not using mode "800x600" (no mode of this name)
[  1322.225] (II) VESA(0): Not using mode "640x480" (no mode of this name)
[  1322.226] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.226] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.226] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.226] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.226] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.227] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.227] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.227] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.227] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.227] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.228] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.228] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.228] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.228] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.228] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.229] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.229] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.229] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.229] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.229] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.229] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.230] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.230] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.230] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.230] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.230] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.231] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.231] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.231] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.231] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.231] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.232] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.232] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.232] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.232] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.232] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.233] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.233] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.233] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.233] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.233] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.234] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.234] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.234] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.234] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.234] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.235] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.235] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.235] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.235] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.235] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.236] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.236] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.236] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.236] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.237] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.237] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.237] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.237] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.237] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.238] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.238] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.238] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.238] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.238] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.239] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.239] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.239] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.239] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.239] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.240] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.240] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.240] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.240] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.240] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.241] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.241] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.241] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.241] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.241] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.242] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.242] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.242] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[  1322.242] (WW) VESA(0): No valid modes left. Trying less strict filter...
[  1322.243] (II) VESA(0): Monitor0: Using hsync range of 31.50-57.50 kHz
[  1322.243] (II) VESA(0): Monitor0: Using vrefresh range of 40.00-80.00 Hz
[  1322.243] (II) VESA(0): Not using mode "800x600" (no mode of this name)
[  1322.243] (II) VESA(0): Not using mode "640x480" (no mode of this name)
[  1322.244] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.244] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.244] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.244] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.244] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.244] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.245] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.245] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.245] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.245] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.245] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.246] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.246] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.246] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.246] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.246] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.247] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.247] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.247] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.247] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.247] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.248] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.248] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.248] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.248] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.248] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.248] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.249] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.249] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.249] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.249] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.249] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.250] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.250] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.250] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.250] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.250] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.251] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.251] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.251] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.251] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.251] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.252] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.252] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.252] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.252] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.252] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.253] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.253] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.253] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.253] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.253] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.254] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.254] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.254] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.254] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.254] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.255] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.255] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.255] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.255] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.255] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.256] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.256] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.256] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.256] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.256] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.257] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.257] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.257] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.257] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.257] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.258] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.258] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.258] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.258] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.258] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.259] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.259] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.259] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.259] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.260] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.260] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[  1322.264] (II) VESA(0): Virtual size is 1024x768 (pitch 1024)
[  1322.264] (**) VESA(0): *Built-in mode "1024x768"
[  1322.265] (**) VESA(0):  Built-in mode "1024x768"
[  1322.265] (**) VESA(0):  Built-in mode "1024x768"
[  1322.265] (**) VESA(0):  Built-in mode "1024x768"
[  1322.265] (**) VESA(0):  Built-in mode "1024x768"
[  1322.265] (**) VESA(0):  Built-in mode "1024x768"
[  1322.265] (**) VESA(0):  Built-in mode "1024x768"
[  1322.266] (**) VESA(0):  Built-in mode "1024x768"
[  1322.266] (**) VESA(0):  Built-in mode "1024x768"
[  1322.266] (**) VESA(0):  Built-in mode "1024x768"
[  1322.266] (**) VESA(0):  Built-in mode "1024x768"
[  1322.266] (**) VESA(0):  Built-in mode "1024x768"
[  1322.266] (**) VESA(0):  Built-in mode "1024x768"
[  1322.266] (**) VESA(0):  Built-in mode "1024x768"
[  1322.267] (**) VESA(0):  Built-in mode "1024x768"
[  1322.267] (**) VESA(0):  Built-in mode "1024x768"
[  1322.267] (**) VESA(0):  Built-in mode "1024x768"
[  1322.267] (**) VESA(0):  Built-in mode "1024x768"
[  1322.267] (**) VESA(0):  Built-in mode "1024x768"
[  1322.267] (**) VESA(0):  Built-in mode "1024x768"
[  1322.268] (**) VESA(0):  Built-in mode "1024x768"
[  1322.268] (**) VESA(0):  Built-in mode "1024x768"
[  1322.268] (**) VESA(0):  Built-in mode "1024x768"
[  1322.268] (**) VESA(0):  Built-in mode "1024x768"
[  1322.268] (**) VESA(0):  Built-in mode "1024x768"
[  1322.268] (**) VESA(0):  Built-in mode "1024x768"
[  1322.269] (**) VESA(0):  Built-in mode "1024x768"
[  1322.269] (**) VESA(0):  Built-in mode "1024x768"
[  1322.269] (**) VESA(0):  Built-in mode "1024x768"
[  1322.269] (**) VESA(0):  Built-in mode "1024x768"
[  1322.269] (**) VESA(0):  Built-in mode "1024x768"
[  1322.269] (**) VESA(0):  Built-in mode "1024x768"
[  1322.270] (**) VESA(0):  Built-in mode "1024x768"
[  1322.270] (**) VESA(0):  Built-in mode "1024x768"
[  1322.270] (**) VESA(0):  Built-in mode "1024x768"
[  1322.270] (**) VESA(0):  Built-in mode "1024x768"
[  1322.270] (**) VESA(0):  Built-in mode "1024x768"
[  1322.270] (**) VESA(0):  Built-in mode "1024x768"
[  1322.271] (**) VESA(0):  Built-in mode "1024x768"
[  1322.271] (**) VESA(0):  Built-in mode "1024x768"
[  1322.271] (**) VESA(0):  Built-in mode "1024x768"
[  1322.271] (**) VESA(0):  Built-in mode "1024x768"
[  1322.271] (**) VESA(0):  Built-in mode "1024x768"
[  1322.271] (**) VESA(0):  Built-in mode "1024x768"
[  1322.271] (**) VESA(0):  Built-in mode "1024x768"
[  1322.272] (**) VESA(0):  Built-in mode "1024x768"
[  1322.272] (**) VESA(0):  Built-in mode "1024x768"
[  1322.272] (**) VESA(0):  Built-in mode "1024x768"
[  1322.272] (**) VESA(0):  Built-in mode "1024x768"
[  1322.272] (**) VESA(0):  Built-in mode "1024x768"
[  1322.272] (**) VESA(0):  Built-in mode "1024x768"
[  1322.273] (**) VESA(0):  Built-in mode "1024x768"
[  1322.273] (**) VESA(0):  Built-in mode "1024x768"
[  1322.273] (**) VESA(0):  Built-in mode "1024x768"
[  1322.273] (**) VESA(0):  Built-in mode "1024x768"
[  1322.273] (**) VESA(0):  Built-in mode "1024x768"
[  1322.273] (**) VESA(0):  Built-in mode "1024x768"
[  1322.273] (**) VESA(0):  Built-in mode "1024x768"
[  1322.274] (**) VESA(0):  Built-in mode "1024x768"
[  1322.274] (**) VESA(0):  Built-in mode "1024x768"
[  1322.274] (**) VESA(0):  Built-in mode "1024x768"
[  1322.274] (**) VESA(0):  Built-in mode "1024x768"
[  1322.274] (**) VESA(0):  Built-in mode "1024x768"
[  1322.274] (**) VESA(0):  Built-in mode "1024x768"
[  1322.275] (**) VESA(0):  Built-in mode "1024x768"
[  1322.275] (**) VESA(0):  Built-in mode "1024x768"
[  1322.275] (==) VESA(0): DPI set to (96, 96)
[  1322.275] (**) VESA(0): Using "Shadow Framebuffer"
[  1322.275] (II) Loading sub module "shadow"
[  1322.275] (II) LoadModule: "shadow"
[  1322.278] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  1322.294] (II) Module shadow: vendor="X.Org Foundation"
[  1322.294] compiled for 1.21.1.7, module version = 1.1.0
[  1322.294] ABI class: X.Org ANSI C Emulation, version 0.4
[  1322.294] (II) Loading sub module "fb"
[  1322.295] (II) LoadModule: "fb"
[  1322.295] (II) Module "fb" already built-in
[  1322.296] (II) Loading sub module "int10"
[  1322.297] (II) LoadModule: "int10"
[  1322.299] (II) Loading /usr/lib/xorg/modules/libint10.so
[  1322.299] (II) Module int10: vendor="X.Org Foundation"
[  1322.299] compiled for 1.21.1.7, module version = 1.0.0
[  1322.299] ABI class: X.Org Video Driver, version 25.2
[  1322.300] (II) VESA(0): initializing int10
[  1322.308] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[  1322.310] (II) VESA(0): VESA BIOS detected
[  1322.310] (II) VESA(0): VESA VBE Version 0.0
[  1322.310] (II) VESA(0): VESA VBE Total Mem: 4096 kB
[  1322.311] (II) VESA(0): VESA VBE OEM: Sÿ
[  1322.314] (II) VESA(0): virtual address = 0xb6ce1000, VGAbase = 0xb6cd1000
physical address = 0xfd000000, size = 4194304
[  1322.336] (II) VESA(0): Setting up VESA Mode 0x2E2 (1024x768)
[  1323.023] (==) VESA(0): Default visual is TrueColor
[  1323.058] (==) VESA(0): Backing store enabled
[  1323.062] (**) VESA(0): DPMS enabled
[  1323.063] (II) Initializing extension Generic Event Extension
[  1323.067] (II) Initializing extension SHAPE
[  1323.071] (II) Initializing extension MIT-SHM
[  1323.075] (II) Initializing extension XInputExtension
[  1323.095] (II) Initializing extension XTEST
[  1323.098] (II) Initializing extension BIG-REQUESTS
[  1323.102] (II) Initializing extension SYNC
[  1323.106] (II) Initializing extension XKEYBOARD
[  1323.109] (II) Initializing extension XC-MISC
[  1323.113] (II) Initializing extension SECURITY
[  1323.117] (II) Initializing extension XFIXES
[  1323.120] (II) Initializing extension RENDER
[  1323.124] (II) Initializing extension RANDR
[  1323.131] (II) Initializing extension COMPOSITE
[  1323.135] (II) Initializing extension DAMAGE
[  1323.138] (II) Initializing extension MIT-SCREEN-SAVER
[  1323.142] (II) Initializing extension DOUBLE-BUFFER
[  1323.146] (II) Initializing extension RECORD
[  1323.149] (II) Initializing extension DPMS
[  1323.153] (II) Initializing extension Present
[  1323.156] (II) Initializing extension DRI3
[  1323.157] (II) Initializing extension X-Resource
[  1323.160] (II) Initializing extension XVideo
[  1323.164] (II) Initializing extension XVideo-MotionCompensation
[  1323.164] (II) Initializing extension SELinux
[  1323.164] (II) SELinux: Disabled on system
[  1323.165] (II) Initializing extension GLX
[  1323.169] (II) AIGLX: Screen 0 is not DRI2 capable
[  1329.860] (II) IGLX: Loaded and initialized swrast
[  1329.861] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  1329.861] (II) Initializing extension XFree86-VidModeExtension
[  1329.865] (II) Initializing extension XFree86-DGA
[  1329.868] (II) Initializing extension XFree86-DRI
[  1329.869] (II) Initializing extension DRI2
[  1331.251] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  1331.251] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1331.251] (II) LoadModule: "libinput"
[  1331.254] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1331.426] (II) Module libinput: vendor="X.Org Foundation"
[  1331.426] compiled for 1.21.1.3, module version = 1.2.1
[  1331.426] Module class: X.Org XInput Driver
[  1331.426] ABI class: X.Org XInput driver, version 24.4
[  1331.427] (II) Using input driver 'libinput' for 'Power Button'
[  1331.427] (**) Power Button: always reports core events
[  1331.427] (**) Option "Device" "/dev/input/event4"
[  1331.552] (II) event4  - Power Button: is tagged by udev as: Keyboard
[  1331.553] (II) event4  - Power Button: device is a keyboard
[  1331.557] (II) event4  - Power Button: device removed
[  1331.558] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[  1331.558] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1331.558] (**) Option "xkb_model" "pc105"
[  1331.559] (**) Option "xkb_layout" "it"
[  1331.559] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1331.885] (II) event4  - Power Button: is tagged by udev as: Keyboard
[  1331.887] (II) event4  - Power Button: device is a keyboard
[  1331.894] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[  1331.895] (II) No input driver specified, ignoring this device.
[  1331.895] (II) This device may have been added with another device file.
[  1331.899] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[  1331.899] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1331.900] (II) Using input driver 'libinput' for 'Sleep Button'
[  1331.900] (**) Sleep Button: always reports core events
[  1331.900] (**) Option "Device" "/dev/input/event3"
[  1331.911] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[  1331.912] (II) event3  - Sleep Button: device is a keyboard
[  1331.916] (II) event3  - Sleep Button: device removed
[  1331.916] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[  1331.917] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[  1331.917] (**) Option "xkb_model" "pc105"
[  1331.917] (**) Option "xkb_layout" "it"
[  1331.918] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1331.931] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[  1331.933] (II) event3  - Sleep Button: device is a keyboard
[  1331.940] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  1331.941] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1331.941] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1331.941] (**) AT Translated Set 2 keyboard: always reports core events
[  1331.942] (**) Option "Device" "/dev/input/event0"
[  1331.952] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1331.954] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[  1331.962] (II) event0  - AT Translated Set 2 keyboard: device removed
[  1331.963] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  1331.963] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[  1331.963] (**) Option "xkb_model" "pc105"
[  1331.964] (**) Option "xkb_layout" "it"
[  1331.964] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1331.977] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1331.979] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[  1331.995] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event1)
[  1331.995] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "libinput touchpad catchall"
[  1331.995] (II) Using input driver 'libinput' for 'AlpsPS/2 ALPS GlidePoint'
[  1331.996] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[  1331.996] (**) Option "Device" "/dev/input/event1"
[  1332.020] (II) event1  - AlpsPS/2 ALPS GlidePoint: is tagged by udev as: Touchpad
[  1332.035] (II) event1  - AlpsPS/2 ALPS GlidePoint: no resolution or size hints, assuming a size of 69x50mm
[  1332.078] (II) event1  - AlpsPS/2 ALPS GlidePoint: device is a touchpad
[  1332.083] (II) event1  - AlpsPS/2 ALPS GlidePoint: device removed
[  1332.101] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[  1332.101] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 9)
[  1332.129] (**) Option "AccelerationScheme" "none"
[  1332.130] (**) AlpsPS/2 ALPS GlidePoint: (accel) selected scheme none/0
[  1332.130] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[  1332.130] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[  1332.152] (II) event1  - AlpsPS/2 ALPS GlidePoint: is tagged by udev as: Touchpad
[  1332.169] (II) event1  - AlpsPS/2 ALPS GlidePoint: no resolution or size hints, assuming a size of 69x50mm
[  1332.204] (II) event1  - AlpsPS/2 ALPS GlidePoint: device is a touchpad
[  1332.212] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse0)
[  1332.213] (II) No input driver specified, ignoring this device.
[  1332.213] (II) This device may have been added with another device file.

And here is the output of vbeinfo:

Adapter Vesa BIOS Extension Video Driver:  VBE ver. 2, OEM software rev. 2
Total mem: 4096 KiB

1280x1024x24, x16 (direct color), x8 (paletted)
1024x768x24, x16 (direct color), x8, x4 (paletted)
800x600x24, x16, x8, x4
640x480x24, x16, x8

Adapter Cirrus CLGD 5446 PCI Video Driver: no info.
Adapter Bochs PCI Video Driver: no info.
Reply
#60
Thank you for all that. So did the vesa one hang there? There's no exit code, you know? It almost looks like it's running? If it's not, reduce the depth from 16 to 8--or 4 and take a hack to see if any 1024 stuff runs.

There's a lot to look at, here, given the previous results as well. I still wonder if, in post #54, it was still trying to complete another "RedMaskSize" and the 50 minutes wasn't enough (can you let one thrash overnight?). And I don't think (guessing only--please correct @Yan) he meant to use any config file but to let it all go with only the default xorg.conf.in as in a fresh installation. Ending day/need to review this with fresh head--thanks again.
Reply


Forum Jump:


Users browsing this thread: 7 Guest(s)