You are not logged in.
Pages: 1
Hello Forum,
I want install a minimal X Server on my fresh Devuan ascii netinst system. I try
apt install xorg
After that I startx and get errors in Xorg.1.log
...
[ 443.055] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 443.055] (II) Module nouveau: vendor="X.Org Foundation"
[ 443.055] compiled for 1.19.3, module version = 1.0.13
[ 443.055] Module class: X.Org Video Driver
[ 443.055] ABI class: X.Org Video Driver, version 23.0
[ 443.055] (II) NOUVEAU driver Date: Tue Sep 20 00:31:06 2016 -0400
[ 443.055] (II) NOUVEAU driver for NVIDIA chipset families :
[ 443.055] RIVA TNT (NV04)
[ 443.055] RIVA TNT2 (NV05)
[ 443.055] GeForce 256 (NV10)
[ 443.055] GeForce 2 (NV11, NV15)
[ 443.055] GeForce 4MX (NV17, NV18)
[ 443.055] GeForce 3 (NV20)
[ 443.055] GeForce 4Ti (NV25, NV28)
[ 443.055] GeForce FX (NV3x)
[ 443.055] GeForce 6 (NV4x)
[ 443.055] GeForce 7 (G7x)
[ 443.055] GeForce 8 (G8x)
[ 443.055] GeForce GTX 200 (NVA0)
[ 443.055] GeForce GTX 400 (NVC0)
[ 443.176] (EE) [drm] Failed to open DRM device for pci:0000:01:00.0: -19
[ 443.176] (EE) No devices detected.
[ 443.176] (EE)
Fatal server error:
[ 443.176] (EE) no screens found(EE)
[ 443.176] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 443.176] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[ 443.176] (EE)
[ 443.177] (EE) Server terminated with error (1). Closing log file.
The drm modul is loaded and used bei nouveau
root# lsmod | grep nouveau
nouveau 1556480 0
mxm_wmi 16384 1 nouveau
ttm 98304 1 nouveau
drm_kms_helper 155648 1 nouveau
drm 360448 3 nouveau,ttm,drm_kms_helper
i2c_algo_bit 16384 1 nouveau
wmi 16384 2 mxm_wmi,nouveau
video 40960 1 nouveau
button 16384 1 nouveau
What is missing ?
Some additional output: The xorg.conf created by Xorg -configure
/etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
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"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "VideoKey" # <i>
#Option "WrappedFB" # [<bool>]
#Option "GLXVBlank" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "PageFlip" # [<bool>]
#Option "SwapLimit" # <i>
#Option "AsyncUTSDFS" # [<bool>]
#Option "AccelMethod" # <str>
#Option "DRI" # <i>
Identifier "Card0"
Driver "nouveau"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
root# lspci | grep -i vga
01:00.0 VGA compatible controller: NVIDIA Corporation GP108 (rev a1)
root# uname -a
Linux xxxxx 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u2 (2019-11-11) x86_64 GNU/Linux
Offline
You are not using display manager?
Offline
The xorg.conf created by Xorg -configure
Did you try removing that file? X should auto-configure these days.
That card might be too new for ASCII's nouveau driver. Have you tried the beowulf beta image?
Be sure to install the firmware-misc-nonfree package as well.
Brianna Ghey — Rest In Power
Offline
Did you try removing that file? X should auto-configure these days.
Yes, this takes a step forward. The X Server ist running. It looks that that the veas driver ist used. Is this the right way ? Here the Xorg.1.log:
[ 11947.415]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 11947.415] X Protocol Version 11, Revision 0
[ 11947.415] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[ 11947.415] Current Operating System: Linux vdr01 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u2 (2019-11-11) x86_64
[ 11947.415] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-11-amd64 root=UUID=3ab03b23-ca81-4b6e-add0-2855c83113b0 ro quiet
[ 11947.416] Build Date: 03 November 2018 03:09:11AM
[ 11947.416] xorg-server 2:1.19.2-1+deb9u5 (https://www.debian.org/support)
[ 11947.416] Current version of pixman: 0.34.0
[ 11947.417] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 11947.417] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 11947.418] (==) Log file: "/var/log/Xorg.1.log", Time: Mon Apr 6 19:43:28 2020
[ 11947.418] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 11947.418] (==) No Layout section. Using the first Screen section.
[ 11947.418] (==) No screen section available. Using defaults.
[ 11947.418] (**) |-->Screen "Default Screen Section" (0)
[ 11947.418] (**) | |-->Monitor "<default monitor>"
[ 11947.419] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 11947.419] (==) Automatically adding devices
[ 11947.419] (==) Automatically enabling devices
[ 11947.419] (==) Automatically adding GPU devices
[ 11947.419] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 11947.419] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 11947.419] Entry deleted from font path.
[ 11947.419] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 11947.419] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 11947.419] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 11947.419] (II) Loader magic: 0x564fa6628e00
[ 11947.419] (II) Module ABI versions:
[ 11947.419] X.Org ANSI C Emulation: 0.4
[ 11947.419] X.Org Video Driver: 23.0
[ 11947.419] X.Org XInput driver : 24.1
[ 11947.419] X.Org Server Extension : 10.0
[ 11947.420] (++) using VT number 1
[ 11947.424] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[ 11947.425] (--) PCI:*(0:1:0:0) 10de:1d01:1462:8c98 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 11947.425] (II) LoadModule: "glx"
[ 11947.426] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 11947.427] (II) Module glx: vendor="X.Org Foundation"
[ 11947.427] compiled for 1.19.2, module version = 1.0.0
[ 11947.427] ABI class: X.Org Server Extension, version 10.0
[ 11947.427] (==) Matched nouveau as autoconfigured driver 0
[ 11947.427] (==) Matched nv as autoconfigured driver 1
[ 11947.427] (==) Matched modesetting as autoconfigured driver 2
[ 11947.427] (==) Matched fbdev as autoconfigured driver 3
[ 11947.427] (==) Matched vesa as autoconfigured driver 4
[ 11947.427] (==) Assigned the driver to the xf86ConfigLayout
[ 11947.427] (II) LoadModule: "nouveau"
[ 11947.427] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 11947.427] (II) Module nouveau: vendor="X.Org Foundation"
[ 11947.427] compiled for 1.19.3, module version = 1.0.13
[ 11947.428] Module class: X.Org Video Driver
[ 11947.428] ABI class: X.Org Video Driver, version 23.0
[ 11947.428] (II) LoadModule: "nv"
[ 11947.428] (WW) Warning, couldn't open module nv
[ 11947.428] (II) UnloadModule: "nv"
[ 11947.428] (II) Unloading nv
[ 11947.428] (EE) Failed to load module "nv" (module does not exist, 0)
[ 11947.428] (II) LoadModule: "modesetting"
[ 11947.428] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 11947.428] (II) Module modesetting: vendor="X.Org Foundation"
[ 11947.428] compiled for 1.19.2, module version = 1.19.2
[ 11947.428] Module class: X.Org Video Driver
[ 11947.428] ABI class: X.Org Video Driver, version 23.0
[ 11947.428] (II) LoadModule: "fbdev"
[ 11947.428] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 11947.428] (II) Module fbdev: vendor="X.Org Foundation"
[ 11947.428] compiled for 1.19.0, module version = 0.4.4
[ 11947.428] Module class: X.Org Video Driver
[ 11947.428] ABI class: X.Org Video Driver, version 23.0
[ 11947.428] (II) LoadModule: "vesa"
[ 11947.428] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 11947.428] (II) Module vesa: vendor="X.Org Foundation"
[ 11947.428] compiled for 1.19.0, module version = 2.3.4
[ 11947.428] Module class: X.Org Video Driver
[ 11947.428] ABI class: X.Org Video Driver, version 23.0
[ 11947.428] (II) NOUVEAU driver Date: Tue Sep 20 00:31:06 2016 -0400
[ 11947.428] (II) NOUVEAU driver for NVIDIA chipset families :
[ 11947.428] RIVA TNT (NV04)
[ 11947.429] RIVA TNT2 (NV05)
[ 11947.429] GeForce 256 (NV10)
[ 11947.429] GeForce 2 (NV11, NV15)
[ 11947.429] GeForce 4MX (NV17, NV18)
[ 11947.429] GeForce 3 (NV20)
[ 11947.429] GeForce 4Ti (NV25, NV28)
[ 11947.429] GeForce FX (NV3x)
[ 11947.429] GeForce 6 (NV4x)
[ 11947.429] GeForce 7 (G7x)
[ 11947.429] GeForce 8 (G8x)
[ 11947.429] GeForce GTX 200 (NVA0)
[ 11947.429] GeForce GTX 400 (NVC0)
[ 11947.429] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 11947.429] (II) FBDEV: driver for framebuffer: fbdev
[ 11947.429] (II) VESA: driver for VESA chipsets: vesa
[ 11947.551] (EE) [drm] Failed to open DRM device for pci:0000:01:00.0: -19
[ 11947.551] (EE) open /dev/dri/card0: No such file or directory
[ 11947.551] (WW) Falling back to old probe method for modesetting
[ 11947.551] (EE) open /dev/dri/card0: No such file or directory
[ 11947.551] (II) Loading sub module "fbdevhw"
[ 11947.551] (II) LoadModule: "fbdevhw"
[ 11947.551] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 11947.551] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 11947.551] compiled for 1.19.2, module version = 0.0.2
[ 11947.551] ABI class: X.Org Video Driver, version 23.0
[ 11947.551] (EE) open /dev/fb0: No such file or directory
[ 11947.551] (WW) Falling back to old probe method for fbdev
[ 11947.551] (II) Loading sub module "fbdevhw"
[ 11947.551] (II) LoadModule: "fbdevhw"
[ 11947.552] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 11947.552] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 11947.552] compiled for 1.19.2, module version = 0.0.2
[ 11947.552] ABI class: X.Org Video Driver, version 23.0
[ 11947.552] (EE) open /dev/fb0: No such file or directory
[ 11947.552] (EE) Screen 0 deleted because of no matching config section.
[ 11947.552] (II) UnloadModule: "modesetting"
[ 11947.552] (EE) Screen 0 deleted because of no matching config section.
[ 11947.552] (II) UnloadModule: "fbdev"
[ 11947.552] (II) UnloadSubModule: "fbdevhw"
[ 11947.552] (II) Loading sub module "vbe"
[ 11947.552] (II) LoadModule: "vbe"
[ 11947.552] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 11947.552] (II) Module vbe: vendor="X.Org Foundation"
[ 11947.552] compiled for 1.19.2, module version = 1.1.0
[ 11947.552] ABI class: X.Org Video Driver, version 23.0
[ 11947.552] (II) Loading sub module "int10"
[ 11947.552] (II) LoadModule: "int10"
[ 11947.552] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 11947.552] (II) Module int10: vendor="X.Org Foundation"
[ 11947.552] compiled for 1.19.2, module version = 1.0.0
[ 11947.552] ABI class: X.Org Video Driver, version 23.0
[ 11947.552] (II) VESA(0): initializing int10
[ 11947.552] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 11947.573] (II) VESA(0): VESA BIOS detected
[ 11947.573] (II) VESA(0): VESA VBE Version 3.0
[ 11947.573] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[ 11947.573] (II) VESA(0): VESA VBE OEM: NVIDIA
[ 11947.573] (II) VESA(0): VESA VBE OEM Software Rev: 134.8
[ 11947.573] (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
[ 11947.573] (II) VESA(0): VESA VBE OEM Product: GP108 Board
[ 11947.573] (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
[ 11947.612] (II) VESA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 11947.612] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[ 11947.612] (==) VESA(0): RGB weight 888
[ 11947.612] (==) VESA(0): Default visual is TrueColor
[ 11947.612] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 11947.612] (II) Loading sub module "ddc"
[ 11947.612] (II) LoadModule: "ddc"
[ 11947.612] (II) Module "ddc" already built-in
[ 11947.613] (II) VESA(0): VESA VBE DDC supported
[ 11947.613] (II) VESA(0): VESA VBE DDC Level 2
[ 11947.613] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[ 11947.617] (II) VESA(0): VESA VBE DDC read successfully
[ 11947.617] (II) VESA(0): Manufacturer: IVM Model: 9 Serial#: 16843009
[ 11947.617] (II) VESA(0): Year: 2015 Week: 0
[ 11947.617] (II) VESA(0): EDID Version: 1.4
[ 11947.617] (II) VESA(0): Digital Display Input
[ 11947.617] (II) VESA(0): 10 bits per channel
[ 11947.617] (II) VESA(0): Digital interface is DisplayPort
[ 11947.617] (II) VESA(0): Max Image Size [cm]: horiz.: 88 vert.: 49
[ 11947.617] (II) VESA(0): Gamma: 2.20
[ 11947.617] (II) VESA(0): DPMS capabilities: Off
[ 11947.617] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 11947.617] (II) VESA(0): First detailed timing is preferred mode
[ 11947.617] (II) VESA(0): Preferred mode is native pixel format and refresh rate
[ 11947.617] (II) VESA(0): redX: 0.668 redY: 0.309 greenX: 0.261 greenY: 0.649
[ 11947.617] (II) VESA(0): blueX: 0.149 blueY: 0.055 whiteX: 0.280 whiteY: 0.290
[ 11947.617] (II) VESA(0): Supported established timings:
[ 11947.617] (II) VESA(0): 720x400@70Hz
[ 11947.617] (II) VESA(0): 640x480@60Hz
[ 11947.617] (II) VESA(0): 640x480@67Hz
[ 11947.617] (II) VESA(0): 640x480@72Hz
[ 11947.617] (II) VESA(0): 640x480@75Hz
[ 11947.617] (II) VESA(0): 800x600@56Hz
[ 11947.617] (II) VESA(0): 800x600@60Hz
[ 11947.617] (II) VESA(0): 800x600@72Hz
[ 11947.617] (II) VESA(0): 800x600@75Hz
[ 11947.617] (II) VESA(0): 832x624@75Hz
[ 11947.617] (II) VESA(0): 1024x768@60Hz
[ 11947.617] (II) VESA(0): 1024x768@70Hz
[ 11947.617] (II) VESA(0): 1024x768@75Hz
[ 11947.617] (II) VESA(0): 1280x1024@75Hz
[ 11947.617] (II) VESA(0): 1152x864@75Hz
[ 11947.617] (II) VESA(0): Manufacturer's mask: 0
[ 11947.617] (II) VESA(0): Supported standard timings:
[ 11947.617] (II) VESA(0): #0: hsize: 2048 vsize 1152 refresh: 60 vid: 49377
[ 11947.617] (II) VESA(0): #1: hsize: 1920 vsize 1200 refresh: 60 vid: 209
[ 11947.617] (II) VESA(0): #2: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 11947.617] (II) VESA(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 11947.617] (II) VESA(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 11947.617] (II) VESA(0): #5: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 11947.617] (II) VESA(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 11947.617] (II) VESA(0): #7: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 11947.617] (II) VESA(0): Supported detailed timing:
[ 11947.617] (II) VESA(0): clock: 533.2 MHz Image Size: 878 x 485 mm
[ 11947.617] (II) VESA(0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4000 h_border: 0
[ 11947.617] (II) VESA(0): v_active: 2160 v_sync: 2163 v_sync_end 2168 v_blanking: 2222 v_border: 0
[ 11947.617] (II) VESA(0): Supported detailed timing:
[ 11947.617] (II) VESA(0): clock: 297.0 MHz Image Size: 878 x 485 mm
[ 11947.617] (II) VESA(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 11947.617] (II) VESA(0): v_active: 2160 v_sync: 2168 v_sync_end 2178 v_blanking: 2250 v_border: 0
[ 11947.617] (II) VESA(0): Ranges: V min: 23 V max: 76 Hz, H min: 15 H max: 138 kHz, PixClock max 605 MHz
[ 11947.617] (II) VESA(0): Monitor name: PL4071UH
[ 11947.617] (II) VESA(0): Number of EDID sections to follow: 1
[ 11947.617] (II) VESA(0): EDID (in hex):
[ 11947.617] (II) VESA(0): 00ffffffffffff0026cd090001010101
[ 11947.617] (II) VESA(0): 00190104b55831783a0d4dab4f42a626
[ 11947.617] (II) VESA(0): 0e474abfef80e1c0d100d1c0b300a940
[ 11947.617] (II) VESA(0): a9c0818081004dd000a0f0703e803020
[ 11947.617] (II) VESA(0): 35006ee53100001a0474801871705a80
[ 11947.617] (II) VESA(0): 582c8a006ee53100001e000000fd0017
[ 11947.617] (II) VESA(0): 4c0f8a3c000a202020202020000000fc
[ 11947.617] (II) VESA(0): 00504c3430373155480a20202020013b
[ 11947.617] (II) VESA(0): EDID vendor "IVM", prod id 9
[ 11947.617] (II) VESA(0): Using EDID range info for horizontal sync
[ 11947.617] (II) VESA(0): Using EDID range info for vertical refresh
[ 11947.617] (II) VESA(0): Printing DDC gathered Modelines:
[ 11947.617] (II) VESA(0): Modeline "3840x2160"x0.0 533.25 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync (133.3 kHz eP)
[ 11947.617] (II) VESA(0): Modeline "1920x2160"x0.0 297.00 1920 2008 2052 2200 2160 2168 2178 2250 +hsync +vsync (135.0 kHz e)
[ 11947.617] (II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 11947.617] (II) VESA(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 11947.617] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 11947.617] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 11947.617] (II) VESA(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 11947.617] (II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 11947.617] (II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 11947.617] (II) VESA(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 11947.617] (II) VESA(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 11947.617] (II) VESA(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 11947.617] (II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 11947.617] (II) VESA(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 11947.617] (II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 11947.617] (II) VESA(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 11947.617] (II) VESA(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 11947.617] (II) VESA(0): Modeline "2048x1152"x60.0 197.97 2048 2184 2408 2768 1152 1153 1156 1192 -hsync +vsync (71.5 kHz e)
[ 11947.617] (II) VESA(0): Modeline "1920x1200"x0.0 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[ 11947.617] (II) VESA(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[ 11947.617] (II) VESA(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 11947.617] (II) VESA(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 11947.617] (II) VESA(0): Modeline "1600x900"x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz e)
[ 11947.617] (II) VESA(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 11947.617] (II) VESA(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 11947.617] (II) VESA(0): Searching for matching VESA mode(s):
[ 11947.618] Mode: 101 (640x480)
[ 11947.618] ModeAttributes: 0x3bf
[ 11947.618] WinAAttributes: 0x7
[ 11947.618] WinBAttributes: 0x0
[ 11947.618] WinGranularity: 64
[ 11947.618] WinSize: 64
[ 11947.618] WinASegment: 0xa000
[ 11947.618] WinBSegment: 0x0
[ 11947.618] WinFuncPtr: 0xc0007cfe
[ 11947.618] BytesPerScanline: 640
[ 11947.618] XResolution: 640
[ 11947.618] YResolution: 480
[ 11947.618] XCharSize: 8
[ 11947.618] YCharSize: 16
[ 11947.618] NumberOfPlanes: 1
[ 11947.618] BitsPerPixel: 8
[ 11947.618] NumberOfBanks: 1
[ 11947.618] MemoryModel: 4
[ 11947.618] BankSize: 0
[ 11947.618] NumberOfImages: 10
[ 11947.618] RedMaskSize: 0
[ 11947.618] RedFieldPosition: 0
[ 11947.618] GreenMaskSize: 0
[ 11947.618] GreenFieldPosition: 0
[ 11947.618] BlueMaskSize: 0
[ 11947.618] BlueFieldPosition: 0
[ 11947.618] RsvdMaskSize: 0
[ 11947.618] RsvdFieldPosition: 0
[ 11947.618] DirectColorModeInfo: 0
[ 11947.618] PhysBasePtr: 0xf1000000
[ 11947.618] LinBytesPerScanLine: 640
[ 11947.618] BnkNumberOfImagePages: 10
[ 11947.618] LinNumberOfImagePages: 10
[ 11947.618] LinRedMaskSize: 0
[ 11947.618] LinRedFieldPosition: 0
[ 11947.618] LinGreenMaskSize: 0
[ 11947.618] LinGreenFieldPosition: 0
[ 11947.618] LinBlueMaskSize: 0
[ 11947.618] LinBlueFieldPosition: 0
[ 11947.618] LinRsvdMaskSize: 0
[ 11947.618] LinRsvdFieldPosition: 0
[ 11947.618] MaxPixelClock: 229500000
[ 11947.619] Mode: 103 (800x600)
[ 11947.619] ModeAttributes: 0x3bf
[ 11947.619] WinAAttributes: 0x7
[ 11947.619] WinBAttributes: 0x0
[ 11947.619] WinGranularity: 64
[ 11947.619] WinSize: 64
[ 11947.619] WinASegment: 0xa000
[ 11947.619] WinBSegment: 0x0
[ 11947.619] WinFuncPtr: 0xc0007cfe
[ 11947.619] BytesPerScanline: 800
[ 11947.619] XResolution: 800
[ 11947.619] YResolution: 600
[ 11947.619] XCharSize: 8
[ 11947.619] YCharSize: 16
[ 11947.619] NumberOfPlanes: 1
[ 11947.619] BitsPerPixel: 8
[ 11947.619] NumberOfBanks: 1
[ 11947.619] MemoryModel: 4
[ 11947.619] BankSize: 0
[ 11947.619] NumberOfImages: 6
[ 11947.619] RedMaskSize: 0
[ 11947.619] RedFieldPosition: 0
[ 11947.619] GreenMaskSize: 0
[ 11947.619] GreenFieldPosition: 0
[ 11947.619] BlueMaskSize: 0
[ 11947.619] BlueFieldPosition: 0
[ 11947.619] RsvdMaskSize: 0
[ 11947.619] RsvdFieldPosition: 0
[ 11947.619] DirectColorModeInfo: 0
[ 11947.620] PhysBasePtr: 0xf1000000
[ 11947.620] LinBytesPerScanLine: 800
[ 11947.620] BnkNumberOfImagePages: 6
[ 11947.620] LinNumberOfImagePages: 6
[ 11947.620] LinRedMaskSize: 0
[ 11947.620] LinRedFieldPosition: 0
[ 11947.620] LinGreenMaskSize: 0
[ 11947.620] LinGreenFieldPosition: 0
[ 11947.620] LinBlueMaskSize: 0
[ 11947.620] LinBlueFieldPosition: 0
[ 11947.620] LinRsvdMaskSize: 0
[ 11947.620] LinRsvdFieldPosition: 0
[ 11947.620] MaxPixelClock: 229500000
[ 11947.621] Mode: 105 (1024x768)
[ 11947.621] ModeAttributes: 0x3bf
[ 11947.621] WinAAttributes: 0x7
[ 11947.621] WinBAttributes: 0x0
[ 11947.621] WinGranularity: 64
[ 11947.621] WinSize: 64
[ 11947.621] WinASegment: 0xa000
[ 11947.621] WinBSegment: 0x0
[ 11947.621] WinFuncPtr: 0xc0007cfe
[ 11947.621] BytesPerScanline: 1024
[ 11947.621] XResolution: 1024
[ 11947.621] YResolution: 768
[ 11947.621] XCharSize: 8
[ 11947.621] YCharSize: 16
[ 11947.621] NumberOfPlanes: 1
[ 11947.621] BitsPerPixel: 8
[ 11947.621] NumberOfBanks: 1
[ 11947.621] MemoryModel: 4
[ 11947.621] BankSize: 0
[ 11947.621] NumberOfImages: 3
[ 11947.621] RedMaskSize: 0
[ 11947.621] RedFieldPosition: 0
[ 11947.621] GreenMaskSize: 0
[ 11947.621] GreenFieldPosition: 0
[ 11947.621] BlueMaskSize: 0
[ 11947.621] BlueFieldPosition: 0
[ 11947.621] RsvdMaskSize: 0
[ 11947.621] RsvdFieldPosition: 0
[ 11947.621] DirectColorModeInfo: 0
[ 11947.621] PhysBasePtr: 0xf1000000
[ 11947.621] LinBytesPerScanLine: 1024
[ 11947.621] BnkNumberOfImagePages: 3
[ 11947.621] LinNumberOfImagePages: 3
[ 11947.621] LinRedMaskSize: 0
[ 11947.621] LinRedFieldPosition: 0
[ 11947.621] LinGreenMaskSize: 0
[ 11947.621] LinGreenFieldPosition: 0
[ 11947.621] LinBlueMaskSize: 0
[ 11947.621] LinBlueFieldPosition: 0
[ 11947.621] LinRsvdMaskSize: 0
[ 11947.621] LinRsvdFieldPosition: 0
[ 11947.621] MaxPixelClock: 229500000
[ 11947.622] Mode: 107 (1280x1024)
[ 11947.622] ModeAttributes: 0x3bf
[ 11947.622] WinAAttributes: 0x7
[ 11947.622] WinBAttributes: 0x0
[ 11947.622] WinGranularity: 64
[ 11947.622] WinSize: 64
[ 11947.622] WinASegment: 0xa000
[ 11947.622] WinBSegment: 0x0
[ 11947.622] WinFuncPtr: 0xc0007cfe
[ 11947.622] BytesPerScanline: 1280
[ 11947.622] XResolution: 1280
[ 11947.622] YResolution: 1024
[ 11947.622] XCharSize: 8
[ 11947.622] YCharSize: 16
[ 11947.622] NumberOfPlanes: 1
[ 11947.622] BitsPerPixel: 8
[ 11947.622] NumberOfBanks: 1
[ 11947.622] MemoryModel: 4
[ 11947.622] BankSize: 0
[ 11947.622] NumberOfImages: 1
[ 11947.622] RedMaskSize: 0
[ 11947.622] RedFieldPosition: 0
[ 11947.622] GreenMaskSize: 0
[ 11947.622] GreenFieldPosition: 0
[ 11947.622] BlueMaskSize: 0
[ 11947.622] BlueFieldPosition: 0
[ 11947.622] RsvdMaskSize: 0
[ 11947.622] RsvdFieldPosition: 0
[ 11947.622] DirectColorModeInfo: 0
[ 11947.622] PhysBasePtr: 0xf1000000
[ 11947.622] LinBytesPerScanLine: 1280
[ 11947.622] BnkNumberOfImagePages: 1
[ 11947.622] LinNumberOfImagePages: 1
[ 11947.622] LinRedMaskSize: 0
[ 11947.622] LinRedFieldPosition: 0
[ 11947.622] LinGreenMaskSize: 0
[ 11947.622] LinGreenFieldPosition: 0
[ 11947.622] LinBlueMaskSize: 0
[ 11947.622] LinBlueFieldPosition: 0
[ 11947.622] LinRsvdMaskSize: 0
[ 11947.622] LinRsvdFieldPosition: 0
[ 11947.622] MaxPixelClock: 229500000
[ 11947.623] Mode: 111 (640x480)
[ 11947.623] ModeAttributes: 0x3bf
[ 11947.623] WinAAttributes: 0x7
[ 11947.623] WinBAttributes: 0x0
[ 11947.623] WinGranularity: 64
[ 11947.623] WinSize: 64
[ 11947.623] WinASegment: 0xa000
[ 11947.623] WinBSegment: 0x0
[ 11947.623] WinFuncPtr: 0xc0007cfe
[ 11947.623] BytesPerScanline: 1280
[ 11947.623] XResolution: 640
[ 11947.623] YResolution: 480
[ 11947.623] XCharSize: 8
[ 11947.623] YCharSize: 16
[ 11947.623] NumberOfPlanes: 1
[ 11947.623] BitsPerPixel: 16
[ 11947.623] NumberOfBanks: 1
[ 11947.623] MemoryModel: 6
[ 11947.623] BankSize: 0
[ 11947.623] NumberOfImages: 4
[ 11947.623] RedMaskSize: 5
[ 11947.623] RedFieldPosition: 11
[ 11947.623] GreenMaskSize: 6
[ 11947.623] GreenFieldPosition: 5
[ 11947.623] BlueMaskSize: 5
[ 11947.623] BlueFieldPosition: 0
[ 11947.623] RsvdMaskSize: 0
[ 11947.623] RsvdFieldPosition: 0
[ 11947.623] DirectColorModeInfo: 0
[ 11947.623] PhysBasePtr: 0xf1000000
[ 11947.623] LinBytesPerScanLine: 1280
[ 11947.623] BnkNumberOfImagePages: 4
[ 11947.623] LinNumberOfImagePages: 4
[ 11947.623] LinRedMaskSize: 5
[ 11947.623] LinRedFieldPosition: 11
[ 11947.623] LinGreenMaskSize: 6
[ 11947.623] LinGreenFieldPosition: 5
[ 11947.623] LinBlueMaskSize: 5
[ 11947.623] LinBlueFieldPosition: 0
[ 11947.623] LinRsvdMaskSize: 0
[ 11947.623] LinRsvdFieldPosition: 0
[ 11947.623] MaxPixelClock: 229500000
[ 11947.624] *Mode: 112 (640x480)
[ 11947.624] ModeAttributes: 0x3bf
[ 11947.624] WinAAttributes: 0x7
[ 11947.624] WinBAttributes: 0x0
[ 11947.624] WinGranularity: 64
[ 11947.624] WinSize: 64
[ 11947.624] WinASegment: 0xa000
[ 11947.624] WinBSegment: 0x0
[ 11947.624] WinFuncPtr: 0xc0007cfe
[ 11947.624] BytesPerScanline: 2560
[ 11947.624] XResolution: 640
[ 11947.624] YResolution: 480
[ 11947.624] XCharSize: 8
[ 11947.624] YCharSize: 16
[ 11947.624] NumberOfPlanes: 1
[ 11947.624] BitsPerPixel: 32
[ 11947.624] NumberOfBanks: 1
[ 11947.624] MemoryModel: 6
[ 11947.624] BankSize: 0
[ 11947.624] NumberOfImages: 1
[ 11947.624] RedMaskSize: 8
[ 11947.624] RedFieldPosition: 16
[ 11947.624] GreenMaskSize: 8
[ 11947.624] GreenFieldPosition: 8
[ 11947.624] BlueMaskSize: 8
[ 11947.624] BlueFieldPosition: 0
[ 11947.624] RsvdMaskSize: 8
[ 11947.624] RsvdFieldPosition: 24
[ 11947.624] DirectColorModeInfo: 0
[ 11947.624] PhysBasePtr: 0xf1000000
[ 11947.624] LinBytesPerScanLine: 2560
[ 11947.624] BnkNumberOfImagePages: 1
[ 11947.624] LinNumberOfImagePages: 1
[ 11947.624] LinRedMaskSize: 8
[ 11947.624] LinRedFieldPosition: 16
[ 11947.624] LinGreenMaskSize: 8
[ 11947.624] LinGreenFieldPosition: 8
[ 11947.624] LinBlueMaskSize: 8
[ 11947.624] LinBlueFieldPosition: 0
[ 11947.624] LinRsvdMaskSize: 8
[ 11947.624] LinRsvdFieldPosition: 24
[ 11947.624] MaxPixelClock: 229500000
[ 11947.625] Mode: 114 (800x600)
[ 11947.625] ModeAttributes: 0x3bf
[ 11947.625] WinAAttributes: 0x7
[ 11947.625] WinBAttributes: 0x0
[ 11947.625] WinGranularity: 64
[ 11947.625] WinSize: 64
[ 11947.625] WinASegment: 0xa000
[ 11947.625] WinBSegment: 0x0
[ 11947.625] WinFuncPtr: 0xc0007cfe
[ 11947.625] BytesPerScanline: 1600
[ 11947.625] XResolution: 800
[ 11947.625] YResolution: 600
[ 11947.625] XCharSize: 8
[ 11947.625] YCharSize: 16
[ 11947.625] NumberOfPlanes: 1
[ 11947.625] BitsPerPixel: 16
[ 11947.625] NumberOfBanks: 1
[ 11947.625] MemoryModel: 6
[ 11947.625] BankSize: 0
[ 11947.625] NumberOfImages: 2
[ 11947.625] RedMaskSize: 5
[ 11947.625] RedFieldPosition: 11
[ 11947.625] GreenMaskSize: 6
[ 11947.625] GreenFieldPosition: 5
[ 11947.625] BlueMaskSize: 5
[ 11947.625] BlueFieldPosition: 0
[ 11947.625] RsvdMaskSize: 0
[ 11947.625] RsvdFieldPosition: 0
[ 11947.625] DirectColorModeInfo: 0
[ 11947.625] PhysBasePtr: 0xf1000000
[ 11947.625] LinBytesPerScanLine: 1600
[ 11947.625] BnkNumberOfImagePages: 2
[ 11947.625] LinNumberOfImagePages: 2
[ 11947.625] LinRedMaskSize: 5
[ 11947.625] LinRedFieldPosition: 11
[ 11947.625] LinGreenMaskSize: 6
[ 11947.625] LinGreenFieldPosition: 5
[ 11947.625] LinBlueMaskSize: 5
[ 11947.625] LinBlueFieldPosition: 0
[ 11947.625] LinRsvdMaskSize: 0
[ 11947.625] LinRsvdFieldPosition: 0
[ 11947.625] MaxPixelClock: 229500000
[ 11947.626] *Mode: 115 (800x600)
[ 11947.626] ModeAttributes: 0x3bf
[ 11947.626] WinAAttributes: 0x7
[ 11947.626] WinBAttributes: 0x0
[ 11947.626] WinGranularity: 64
[ 11947.626] WinSize: 64
[ 11947.626] WinASegment: 0xa000
[ 11947.626] WinBSegment: 0x0
[ 11947.626] WinFuncPtr: 0xc0007cfe
[ 11947.626] BytesPerScanline: 3200
[ 11947.626] XResolution: 800
[ 11947.626] YResolution: 600
[ 11947.626] XCharSize: 8
[ 11947.626] YCharSize: 16
[ 11947.626] NumberOfPlanes: 1
[ 11947.626] BitsPerPixel: 32
[ 11947.626] NumberOfBanks: 1
[ 11947.626] MemoryModel: 6
[ 11947.626] BankSize: 0
[ 11947.626] NumberOfImages: 1
[ 11947.626] RedMaskSize: 8
[ 11947.626] RedFieldPosition: 16
[ 11947.626] GreenMaskSize: 8
[ 11947.626] GreenFieldPosition: 8
[ 11947.626] BlueMaskSize: 8
[ 11947.627] BlueFieldPosition: 0
[ 11947.627] RsvdMaskSize: 8
[ 11947.627] RsvdFieldPosition: 24
[ 11947.627] DirectColorModeInfo: 0
[ 11947.627] PhysBasePtr: 0xf1000000
[ 11947.627] LinBytesPerScanLine: 3200
[ 11947.627] BnkNumberOfImagePages: 1
[ 11947.627] LinNumberOfImagePages: 1
[ 11947.627] LinRedMaskSize: 8
[ 11947.627] LinRedFieldPosition: 16
[ 11947.627] LinGreenMaskSize: 8
[ 11947.627] LinGreenFieldPosition: 8
[ 11947.627] LinBlueMaskSize: 8
[ 11947.627] LinBlueFieldPosition: 0
[ 11947.627] LinRsvdMaskSize: 8
[ 11947.627] LinRsvdFieldPosition: 24
[ 11947.627] MaxPixelClock: 229500000
[ 11947.628] Mode: 117 (1024x768)
[ 11947.628] ModeAttributes: 0x3bf
[ 11947.628] WinAAttributes: 0x7
[ 11947.628] WinBAttributes: 0x0
[ 11947.628] WinGranularity: 64
[ 11947.628] WinSize: 64
[ 11947.628] WinASegment: 0xa000
[ 11947.628] WinBSegment: 0x0
[ 11947.628] WinFuncPtr: 0xc0007cfe
[ 11947.628] BytesPerScanline: 2048
[ 11947.628] XResolution: 1024
[ 11947.628] YResolution: 768
[ 11947.628] XCharSize: 8
[ 11947.628] YCharSize: 16
[ 11947.628] NumberOfPlanes: 1
[ 11947.628] BitsPerPixel: 16
[ 11947.628] NumberOfBanks: 1
[ 11947.628] MemoryModel: 6
[ 11947.628] BankSize: 0
[ 11947.628] NumberOfImages: 1
[ 11947.628] RedMaskSize: 5
[ 11947.628] RedFieldPosition: 11
[ 11947.628] GreenMaskSize: 6
[ 11947.628] GreenFieldPosition: 5
[ 11947.628] BlueMaskSize: 5
[ 11947.628] BlueFieldPosition: 0
[ 11947.628] RsvdMaskSize: 0
[ 11947.628] RsvdFieldPosition: 0
[ 11947.628] DirectColorModeInfo: 0
[ 11947.628] PhysBasePtr: 0xf1000000
[ 11947.628] LinBytesPerScanLine: 2048
[ 11947.628] BnkNumberOfImagePages: 1
[ 11947.628] LinNumberOfImagePages: 1
[ 11947.628] LinRedMaskSize: 5
[ 11947.628] LinRedFieldPosition: 11
[ 11947.628] LinGreenMaskSize: 6
[ 11947.628] LinGreenFieldPosition: 5
[ 11947.628] LinBlueMaskSize: 5
[ 11947.628] LinBlueFieldPosition: 0
[ 11947.628] LinRsvdMaskSize: 0
[ 11947.628] LinRsvdFieldPosition: 0
[ 11947.628] MaxPixelClock: 229500000
[ 11947.629] *Mode: 118 (1024x768)
[ 11947.629] ModeAttributes: 0x3bf
[ 11947.629] WinAAttributes: 0x7
[ 11947.629] WinBAttributes: 0x0
[ 11947.629] WinGranularity: 64
[ 11947.629] WinSize: 64
[ 11947.629] WinASegment: 0xa000
[ 11947.629] WinBSegment: 0x0
[ 11947.629] WinFuncPtr: 0xc0007cfe
[ 11947.629] BytesPerScanline: 4096
[ 11947.629] XResolution: 1024
[ 11947.629] YResolution: 768
[ 11947.629] XCharSize: 8
[ 11947.629] YCharSize: 16
[ 11947.629] NumberOfPlanes: 1
[ 11947.629] BitsPerPixel: 32
[ 11947.629] NumberOfBanks: 1
[ 11947.629] MemoryModel: 6
[ 11947.629] BankSize: 0
[ 11947.629] NumberOfImages: 1
[ 11947.629] RedMaskSize: 8
[ 11947.629] RedFieldPosition: 16
[ 11947.629] GreenMaskSize: 8
[ 11947.629] GreenFieldPosition: 8
[ 11947.629] BlueMaskSize: 8
[ 11947.629] BlueFieldPosition: 0
[ 11947.629] RsvdMaskSize: 8
[ 11947.629] RsvdFieldPosition: 24
[ 11947.629] DirectColorModeInfo: 0
[ 11947.629] PhysBasePtr: 0xf1000000
[ 11947.629] LinBytesPerScanLine: 4096
[ 11947.629] BnkNumberOfImagePages: 1
[ 11947.629] LinNumberOfImagePages: 1
[ 11947.629] LinRedMaskSize: 8
[ 11947.629] LinRedFieldPosition: 16
[ 11947.629] LinGreenMaskSize: 8
[ 11947.629] LinGreenFieldPosition: 8
[ 11947.629] LinBlueMaskSize: 8
[ 11947.629] LinBlueFieldPosition: 0
[ 11947.629] LinRsvdMaskSize: 8
[ 11947.629] LinRsvdFieldPosition: 24
[ 11947.629] MaxPixelClock: 229500000
[ 11947.630] Mode: 11a (1280x1024)
[ 11947.630] ModeAttributes: 0x3bf
[ 11947.630] WinAAttributes: 0x7
[ 11947.630] WinBAttributes: 0x0
[ 11947.630] WinGranularity: 64
[ 11947.630] WinSize: 64
[ 11947.630] WinASegment: 0xa000
[ 11947.630] WinBSegment: 0x0
[ 11947.630] WinFuncPtr: 0xc0007cfe
[ 11947.630] BytesPerScanline: 2560
[ 11947.630] XResolution: 1280
[ 11947.630] YResolution: 1024
[ 11947.630] XCharSize: 8
[ 11947.630] YCharSize: 16
[ 11947.630] NumberOfPlanes: 1
[ 11947.630] BitsPerPixel: 16
[ 11947.630] NumberOfBanks: 1
[ 11947.630] MemoryModel: 6
[ 11947.630] BankSize: 0
[ 11947.630] NumberOfImages: 1
[ 11947.630] RedMaskSize: 5
[ 11947.630] RedFieldPosition: 11
[ 11947.630] GreenMaskSize: 6
[ 11947.630] GreenFieldPosition: 5
[ 11947.630] BlueMaskSize: 5
[ 11947.630] BlueFieldPosition: 0
[ 11947.630] RsvdMaskSize: 0
[ 11947.630] RsvdFieldPosition: 0
[ 11947.630] DirectColorModeInfo: 0
[ 11947.630] PhysBasePtr: 0xf1000000
[ 11947.630] LinBytesPerScanLine: 2560
[ 11947.630] BnkNumberOfImagePages: 1
[ 11947.630] LinNumberOfImagePages: 1
[ 11947.630] LinRedMaskSize: 5
[ 11947.630] LinRedFieldPosition: 11
[ 11947.630] LinGreenMaskSize: 6
[ 11947.630] LinGreenFieldPosition: 5
[ 11947.630] LinBlueMaskSize: 5
[ 11947.630] LinBlueFieldPosition: 0
[ 11947.630] LinRsvdMaskSize: 0
[ 11947.630] LinRsvdFieldPosition: 0
[ 11947.630] MaxPixelClock: 229500000
[ 11947.631] *Mode: 11b (1280x1024)
[ 11947.631] ModeAttributes: 0x3bf
[ 11947.631] WinAAttributes: 0x7
[ 11947.631] WinBAttributes: 0x0
[ 11947.631] WinGranularity: 64
[ 11947.631] WinSize: 64
[ 11947.631] WinASegment: 0xa000
[ 11947.631] WinBSegment: 0x0
[ 11947.631] WinFuncPtr: 0xc0007cfe
[ 11947.631] BytesPerScanline: 5120
[ 11947.631] XResolution: 1280
[ 11947.631] YResolution: 1024
[ 11947.631] XCharSize: 8
[ 11947.631] YCharSize: 16
[ 11947.631] NumberOfPlanes: 1
[ 11947.631] BitsPerPixel: 32
[ 11947.631] NumberOfBanks: 1
[ 11947.631] MemoryModel: 6
[ 11947.631] BankSize: 0
[ 11947.631] NumberOfImages: 1
[ 11947.631] RedMaskSize: 8
[ 11947.631] RedFieldPosition: 16
[ 11947.631] GreenMaskSize: 8
[ 11947.631] GreenFieldPosition: 8
[ 11947.631] BlueMaskSize: 8
[ 11947.631] BlueFieldPosition: 0
[ 11947.631] RsvdMaskSize: 8
[ 11947.631] RsvdFieldPosition: 24
[ 11947.631] DirectColorModeInfo: 0
[ 11947.631] PhysBasePtr: 0xf1000000
[ 11947.631] LinBytesPerScanLine: 5120
[ 11947.631] BnkNumberOfImagePages: 1
[ 11947.631] LinNumberOfImagePages: 1
[ 11947.631] LinRedMaskSize: 8
[ 11947.631] LinRedFieldPosition: 16
[ 11947.631] LinGreenMaskSize: 8
[ 11947.631] LinGreenFieldPosition: 8
[ 11947.631] LinBlueMaskSize: 8
[ 11947.631] LinBlueFieldPosition: 0
[ 11947.631] LinRsvdMaskSize: 8
[ 11947.631] LinRsvdFieldPosition: 24
[ 11947.631] MaxPixelClock: 229500000
[ 11947.632] Mode: 145 (1600x1200)
[ 11947.632] ModeAttributes: 0x3bf
[ 11947.632] WinAAttributes: 0x7
[ 11947.632] WinBAttributes: 0x0
[ 11947.632] WinGranularity: 64
[ 11947.632] WinSize: 64
[ 11947.632] WinASegment: 0xa000
[ 11947.632] WinBSegment: 0x0
[ 11947.632] WinFuncPtr: 0xc0007cfe
[ 11947.632] BytesPerScanline: 1600
[ 11947.632] XResolution: 1600
[ 11947.632] YResolution: 1200
[ 11947.632] XCharSize: 8
[ 11947.632] YCharSize: 16
[ 11947.632] NumberOfPlanes: 1
[ 11947.632] BitsPerPixel: 8
[ 11947.632] NumberOfBanks: 1
[ 11947.632] MemoryModel: 4
[ 11947.632] BankSize: 0
[ 11947.632] NumberOfImages: 1
[ 11947.632] RedMaskSize: 0
[ 11947.632] RedFieldPosition: 0
[ 11947.632] GreenMaskSize: 0
[ 11947.632] GreenFieldPosition: 0
[ 11947.632] BlueMaskSize: 0
[ 11947.632] BlueFieldPosition: 0
[ 11947.632] RsvdMaskSize: 0
[ 11947.632] RsvdFieldPosition: 0
[ 11947.632] DirectColorModeInfo: 0
[ 11947.632] PhysBasePtr: 0xf1000000
[ 11947.632] LinBytesPerScanLine: 1600
[ 11947.632] BnkNumberOfImagePages: 1
[ 11947.632] LinNumberOfImagePages: 1
[ 11947.632] LinRedMaskSize: 0
[ 11947.632] LinRedFieldPosition: 0
[ 11947.632] LinGreenMaskSize: 0
[ 11947.632] LinGreenFieldPosition: 0
[ 11947.632] LinBlueMaskSize: 0
[ 11947.632] LinBlueFieldPosition: 0
[ 11947.632] LinRsvdMaskSize: 0
[ 11947.632] LinRsvdFieldPosition: 0
[ 11947.632] MaxPixelClock: 229500000
[ 11947.633] Mode: 146 (1600x1200)
[ 11947.633] ModeAttributes: 0x3bf
[ 11947.633] WinAAttributes: 0x7
[ 11947.633] WinBAttributes: 0x0
[ 11947.633] WinGranularity: 64
[ 11947.633] WinSize: 64
[ 11947.633] WinASegment: 0xa000
[ 11947.633] WinBSegment: 0x0
[ 11947.633] WinFuncPtr: 0xc0007cfe
[ 11947.633] BytesPerScanline: 3200
[ 11947.633] XResolution: 1600
[ 11947.633] YResolution: 1200
[ 11947.633] XCharSize: 8
[ 11947.633] YCharSize: 16
[ 11947.633] NumberOfPlanes: 1
[ 11947.633] BitsPerPixel: 16
[ 11947.633] NumberOfBanks: 1
[ 11947.633] MemoryModel: 6
[ 11947.633] BankSize: 0
[ 11947.633] NumberOfImages: 1
[ 11947.633] RedMaskSize: 5
[ 11947.633] RedFieldPosition: 11
[ 11947.633] GreenMaskSize: 6
[ 11947.633] GreenFieldPosition: 5
[ 11947.633] BlueMaskSize: 5
[ 11947.633] BlueFieldPosition: 0
[ 11947.633] RsvdMaskSize: 0
[ 11947.633] RsvdFieldPosition: 0
[ 11947.633] DirectColorModeInfo: 0
[ 11947.633] PhysBasePtr: 0xf1000000
[ 11947.633] LinBytesPerScanLine: 3200
[ 11947.633] BnkNumberOfImagePages: 1
[ 11947.633] LinNumberOfImagePages: 1
[ 11947.633] LinRedMaskSize: 5
[ 11947.633] LinRedFieldPosition: 11
[ 11947.633] LinGreenMaskSize: 6
[ 11947.633] LinGreenFieldPosition: 5
[ 11947.633] LinBlueMaskSize: 5
[ 11947.633] LinBlueFieldPosition: 0
[ 11947.633] LinRsvdMaskSize: 0
[ 11947.633] LinRsvdFieldPosition: 0
[ 11947.633] MaxPixelClock: 229500000
[ 11947.634] *Mode: 14a (1600x1200)
[ 11947.634] ModeAttributes: 0x3bf
[ 11947.634] WinAAttributes: 0x7
[ 11947.635] WinBAttributes: 0x0
[ 11947.635] WinGranularity: 64
[ 11947.635] WinSize: 64
[ 11947.635] WinASegment: 0xa000
[ 11947.635] WinBSegment: 0x0
[ 11947.635] WinFuncPtr: 0xc0007cfe
[ 11947.635] BytesPerScanline: 6400
[ 11947.635] XResolution: 1600
[ 11947.635] YResolution: 1200
[ 11947.635] XCharSize: 8
[ 11947.635] YCharSize: 16
[ 11947.635] NumberOfPlanes: 1
[ 11947.635] BitsPerPixel: 32
[ 11947.635] NumberOfBanks: 1
[ 11947.635] MemoryModel: 6
[ 11947.635] BankSize: 0
[ 11947.635] NumberOfImages: 1
[ 11947.635] RedMaskSize: 8
[ 11947.635] RedFieldPosition: 16
[ 11947.635] GreenMaskSize: 8
[ 11947.635] GreenFieldPosition: 8
[ 11947.635] BlueMaskSize: 8
[ 11947.635] BlueFieldPosition: 0
[ 11947.635] RsvdMaskSize: 8
[ 11947.635] RsvdFieldPosition: 24
[ 11947.635] DirectColorModeInfo: 0
[ 11947.635] PhysBasePtr: 0xf1000000
[ 11947.635] LinBytesPerScanLine: 6400
[ 11947.635] BnkNumberOfImagePages: 1
[ 11947.635] LinNumberOfImagePages: 1
[ 11947.635] LinRedMaskSize: 8
[ 11947.635] LinRedFieldPosition: 16
[ 11947.635] LinGreenMaskSize: 8
[ 11947.635] LinGreenFieldPosition: 8
[ 11947.635] LinBlueMaskSize: 8
[ 11947.635] LinBlueFieldPosition: 0
[ 11947.635] LinRsvdMaskSize: 8
[ 11947.635] LinRsvdFieldPosition: 24
[ 11947.635] MaxPixelClock: 229500000
[ 11947.636] Mode: 14b (3840x2160)
[ 11947.636] ModeAttributes: 0x3bf
[ 11947.636] WinAAttributes: 0x7
[ 11947.636] WinBAttributes: 0x0
[ 11947.636] WinGranularity: 64
[ 11947.636] WinSize: 64
[ 11947.636] WinASegment: 0xa000
[ 11947.636] WinBSegment: 0x0
[ 11947.636] WinFuncPtr: 0xc0007cfe
[ 11947.636] BytesPerScanline: 3840
[ 11947.636] XResolution: 3840
[ 11947.636] YResolution: 2160
[ 11947.636] XCharSize: 16
[ 11947.636] YCharSize: 32
[ 11947.636] NumberOfPlanes: 1
[ 11947.636] BitsPerPixel: 8
[ 11947.636] NumberOfBanks: 1
[ 11947.636] MemoryModel: 4
[ 11947.636] BankSize: 0
[ 11947.636] NumberOfImages: 1
[ 11947.636] RedMaskSize: 0
[ 11947.636] RedFieldPosition: 0
[ 11947.636] GreenMaskSize: 0
[ 11947.636] GreenFieldPosition: 0
[ 11947.636] BlueMaskSize: 0
[ 11947.636] BlueFieldPosition: 0
[ 11947.636] RsvdMaskSize: 0
[ 11947.636] RsvdFieldPosition: 0
[ 11947.636] DirectColorModeInfo: 0
[ 11947.636] PhysBasePtr: 0xf1000000
[ 11947.636] LinBytesPerScanLine: 3840
[ 11947.636] BnkNumberOfImagePages: 1
[ 11947.636] LinNumberOfImagePages: 1
[ 11947.636] LinRedMaskSize: 0
[ 11947.636] LinRedFieldPosition: 0
[ 11947.636] LinGreenMaskSize: 0
[ 11947.636] LinGreenFieldPosition: 0
[ 11947.636] LinBlueMaskSize: 0
[ 11947.636] LinBlueFieldPosition: 0
[ 11947.636] LinRsvdMaskSize: 0
[ 11947.636] LinRsvdFieldPosition: 0
[ 11947.636] MaxPixelClock: 229500000
[ 11947.637] Mode: 14c (3840x2160)
[ 11947.637] ModeAttributes: 0x3bf
[ 11947.637] WinAAttributes: 0x7
[ 11947.637] WinBAttributes: 0x0
[ 11947.637] WinGranularity: 64
[ 11947.637] WinSize: 64
[ 11947.637] WinASegment: 0xa000
[ 11947.637] WinBSegment: 0x0
[ 11947.637] WinFuncPtr: 0xc0007cfe
[ 11947.637] BytesPerScanline: 7680
[ 11947.637] XResolution: 3840
[ 11947.637] YResolution: 2160
[ 11947.637] XCharSize: 16
[ 11947.637] YCharSize: 32
[ 11947.637] NumberOfPlanes: 1
[ 11947.637] BitsPerPixel: 16
[ 11947.637] NumberOfBanks: 1
[ 11947.637] MemoryModel: 6
[ 11947.637] BankSize: 0
[ 11947.637] NumberOfImages: 1
[ 11947.637] RedMaskSize: 5
[ 11947.637] RedFieldPosition: 11
[ 11947.637] GreenMaskSize: 6
[ 11947.637] GreenFieldPosition: 5
[ 11947.637] BlueMaskSize: 5
[ 11947.637] BlueFieldPosition: 0
[ 11947.637] RsvdMaskSize: 0
[ 11947.637] RsvdFieldPosition: 0
[ 11947.637] DirectColorModeInfo: 0
[ 11947.637] PhysBasePtr: 0xf1000000
[ 11947.637] LinBytesPerScanLine: 7680
[ 11947.637] BnkNumberOfImagePages: 1
[ 11947.637] LinNumberOfImagePages: 1
[ 11947.637] LinRedMaskSize: 5
[ 11947.637] LinRedFieldPosition: 11
[ 11947.637] LinGreenMaskSize: 6
[ 11947.637] LinGreenFieldPosition: 5
[ 11947.637] LinBlueMaskSize: 5
[ 11947.637] LinBlueFieldPosition: 0
[ 11947.637] LinRsvdMaskSize: 0
[ 11947.637] LinRsvdFieldPosition: 0
[ 11947.637] MaxPixelClock: 229500000
[ 11947.638] *Mode: 171 (1360x768)
[ 11947.638] ModeAttributes: 0x3bf
[ 11947.638] WinAAttributes: 0x7
[ 11947.638] WinBAttributes: 0x0
[ 11947.638] WinGranularity: 64
[ 11947.638] WinSize: 64
[ 11947.638] WinASegment: 0xa000
[ 11947.638] WinBSegment: 0x0
[ 11947.638] WinFuncPtr: 0xc0007cfe
[ 11947.638] BytesPerScanline: 5440
[ 11947.638] XResolution: 1360
[ 11947.638] YResolution: 768
[ 11947.638] XCharSize: 8
[ 11947.638] YCharSize: 16
[ 11947.638] NumberOfPlanes: 1
[ 11947.638] BitsPerPixel: 32
[ 11947.638] NumberOfBanks: 1
[ 11947.638] MemoryModel: 6
[ 11947.638] BankSize: 0
[ 11947.638] NumberOfImages: 1
[ 11947.638] RedMaskSize: 8
[ 11947.638] RedFieldPosition: 16
[ 11947.638] GreenMaskSize: 8
[ 11947.638] GreenFieldPosition: 8
[ 11947.638] BlueMaskSize: 8
[ 11947.638] BlueFieldPosition: 0
[ 11947.638] RsvdMaskSize: 8
[ 11947.638] RsvdFieldPosition: 24
[ 11947.638] DirectColorModeInfo: 0
[ 11947.638] PhysBasePtr: 0xf1000000
[ 11947.638] LinBytesPerScanLine: 5440
[ 11947.638] BnkNumberOfImagePages: 1
[ 11947.638] LinNumberOfImagePages: 1
[ 11947.638] LinRedMaskSize: 8
[ 11947.638] LinRedFieldPosition: 16
[ 11947.638] LinGreenMaskSize: 8
[ 11947.638] LinGreenFieldPosition: 8
[ 11947.638] LinBlueMaskSize: 8
[ 11947.638] LinBlueFieldPosition: 0
[ 11947.638] LinRsvdMaskSize: 8
[ 11947.638] LinRsvdFieldPosition: 24
[ 11947.638] MaxPixelClock: 229500000
[ 11947.638]
[ 11947.638] (II) VESA(0): Total Memory: 256 64KB banks (16384kB)
[ 11947.638] (II) VESA(0): <default monitor>: Using hsync range of 15.00-138.00 kHz
[ 11947.638] (II) VESA(0): <default monitor>: Using vrefresh range of 23.00-76.00 Hz
[ 11947.638] (II) VESA(0): <default monitor>: Using maximum pixel clock of 605.00 MHz
[ 11947.638] (WW) VESA(0): Unable to estimate virtual size
[ 11947.639] (II) VESA(0): Not using built-in mode "1360x768" (no mode of this name)
[ 11947.640] (--) VESA(0): Virtual size is 1600x1200 (pitch 1600)
[ 11947.640] (**) VESA(0): *Built-in mode "1600x1200"
[ 11947.640] (**) VESA(0): *Built-in mode "1280x1024"
[ 11947.640] (**) VESA(0): *Built-in mode "1024x768"
[ 11947.640] (**) VESA(0): *Built-in mode "800x600"
[ 11947.640] (**) VESA(0): *Built-in mode "640x480"
[ 11947.640] (**) VESA(0): Display dimensions: (880, 490) mm
[ 11947.640] (**) VESA(0): DPI set to (46, 62)
[ 11947.640] (**) VESA(0): Using "Shadow Framebuffer"
[ 11947.640] (II) Loading sub module "shadow"
[ 11947.640] (II) LoadModule: "shadow"
[ 11947.640] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 11947.640] (II) Module shadow: vendor="X.Org Foundation"
[ 11947.640] compiled for 1.19.2, module version = 1.1.0
[ 11947.640] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11947.640] (II) Loading sub module "fb"
[ 11947.641] (II) LoadModule: "fb"
[ 11947.641] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 11947.641] (II) Module fb: vendor="X.Org Foundation"
[ 11947.641] compiled for 1.19.2, module version = 1.0.0
[ 11947.641] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11947.641] (==) Depth 24 pixmap format is 32 bpp
[ 11947.641] (II) Loading sub module "int10"
[ 11947.641] (II) LoadModule: "int10"
[ 11947.641] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 11947.641] (II) Module int10: vendor="X.Org Foundation"
[ 11947.641] compiled for 1.19.2, module version = 1.0.0
[ 11947.641] ABI class: X.Org Video Driver, version 23.0
[ 11947.641] (II) VESA(0): initializing int10
[ 11947.641] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 11947.660] (II) VESA(0): VESA BIOS detected
[ 11947.660] (II) VESA(0): VESA VBE Version 3.0
[ 11947.660] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[ 11947.660] (II) VESA(0): VESA VBE OEM: NVIDIA
[ 11947.660] (II) VESA(0): VESA VBE OEM Software Rev: 134.8
[ 11947.660] (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
[ 11947.660] (II) VESA(0): VESA VBE OEM Product: GP108 Board
[ 11947.660] (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
[ 11947.660] (II) VESA(0): virtual address = 0x7f5dd0e8e000,
physical address = 0xf1000000, size = 16777216
[ 11947.680] (II) VESA(0): Setting up VESA Mode 0x14A (1600x1200)
[ 11947.758] (==) VESA(0): Default visual is TrueColor
[ 11947.758] (==) VESA(0): Backing store enabled
[ 11947.758] (==) VESA(0): DPMS enabled
[ 11947.758] (==) RandR enabled
[ 11947.759] (II) SELinux: Disabled on system
[ 11947.759] (II) AIGLX: Screen 0 is not DRI2 capable
[ 11947.759] (EE) AIGLX: reverting to software rendering
[ 11947.771] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[ 11947.772] (II) IGLX: Loaded and initialized swrast
[ 11947.772] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 11947.790] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 11947.790] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 11947.790] (II) LoadModule: "libinput"
[ 11947.790] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 11947.790] (II) Module libinput: vendor="X.Org Foundation"
[ 11947.790] compiled for 1.19.0, module version = 0.23.0
[ 11947.790] Module class: X.Org XInput Driver
[ 11947.790] ABI class: X.Org XInput driver, version 24.1
[ 11947.790] (II) Using input driver 'libinput' for 'Power Button'
[ 11947.791] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 20 paused 0
[ 11947.791] (**) Power Button: always reports core events
[ 11947.791] (**) Option "Device" "/dev/input/event4"
[ 11947.791] (**) Option "_source" "server/udev"
[ 11947.791] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 11947.791] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[ 11947.791] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 11947.791] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 11947.791] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[ 11947.791] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[ 11947.791] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 11947.791] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 11947.791] (II) Using input driver 'libinput' for 'Power Button'
[ 11947.792] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 23 paused 0
[ 11947.792] (**) Power Button: always reports core events
[ 11947.792] (**) Option "Device" "/dev/input/event2"
[ 11947.792] (**) Option "_source" "server/udev"
[ 11947.792] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[ 11947.792] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[ 11947.792] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 11947.792] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 11947.792] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[ 11947.792] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[ 11947.792] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 11947.792] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 11947.792] (II) Using input driver 'libinput' for 'Sleep Button'
[ 11947.792] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 24 paused 0
[ 11947.792] (**) Sleep Button: always reports core events
[ 11947.792] (**) Option "Device" "/dev/input/event3"
[ 11947.792] (**) Option "_source" "server/udev"
[ 11947.792] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[ 11947.792] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[ 11947.792] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event3"
[ 11947.792] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 11947.793] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[ 11947.793] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[ 11947.793] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[ 11947.793] (II) No input driver specified, ignoring this device.
[ 11947.793] (II) This device may have been added with another device file.
[ 11947.793] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[ 11947.793] (II) No input driver specified, ignoring this device.
[ 11947.793] (II) This device may have been added with another device file.
[ 11947.793] (II) config/udev: Adding input device Logitech K830 (/dev/input/event1)
[ 11947.793] (**) Logitech K830: Applying InputClass "libinput pointer catchall"
[ 11947.793] (**) Logitech K830: Applying InputClass "libinput keyboard catchall"
[ 11947.793] (II) Using input driver 'libinput' for 'Logitech K830'
[ 11947.793] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0
[ 11947.793] (**) Logitech K830: always reports core events
[ 11947.793] (**) Option "Device" "/dev/input/event1"
[ 11947.793] (**) Option "_source" "server/udev"
[ 11947.793] (II) input device 'Logitech K830', /dev/input/event1 is tagged by udev as: Keyboard Mouse
[ 11947.793] (II) input device 'Logitech K830', /dev/input/event1 is a pointer caps
[ 11947.793] (II) input device 'Logitech K830', /dev/input/event1 is a keyboard
[ 11947.793] (II) libinput: Logitech K830: needs a virtual subdevice
[ 11947.793] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:404C.0004/input/input1/event1"
[ 11947.793] (II) XINPUT: Adding extended input device "Logitech K830" (type: MOUSE, id 9)
[ 11947.794] (**) Option "AccelerationScheme" "none"
[ 11947.794] (**) Logitech K830: (accel) selected scheme none/0
[ 11947.794] (**) Logitech K830: (accel) acceleration factor: 2.000
[ 11947.794] (**) Logitech K830: (accel) acceleration threshold: 4
[ 11947.794] (II) input device 'Logitech K830', /dev/input/event1 is tagged by udev as: Keyboard Mouse
[ 11947.794] (II) input device 'Logitech K830', /dev/input/event1 is a pointer caps
[ 11947.794] (II) input device 'Logitech K830', /dev/input/event1 is a keyboard
[ 11947.794] (II) config/udev: Adding input device Logitech K830 (/dev/input/mouse0)
[ 11947.794] (II) No input driver specified, ignoring this device.
[ 11947.794] (II) This device may have been added with another device file.
[ 11947.794] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[ 11947.794] (II) No input driver specified, ignoring this device.
[ 11947.794] (II) This device may have been added with another device file.
[ 11947.794] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
[ 11947.794] (II) No input driver specified, ignoring this device.
[ 11947.794] (II) This device may have been added with another device file.
[ 11947.794] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event12)
[ 11947.794] (II) No input driver specified, ignoring this device.
[ 11947.794] (II) This device may have been added with another device file.
[ 11947.794] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[ 11947.794] (II) No input driver specified, ignoring this device.
[ 11947.794] (II) This device may have been added with another device file.
[ 11947.794] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[ 11947.794] (II) No input driver specified, ignoring this device.
[ 11947.794] (II) This device may have been added with another device file.
[ 11947.794] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[ 11947.794] (II) No input driver specified, ignoring this device.
[ 11947.794] (II) This device may have been added with another device file.
[ 11947.795] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[ 11947.795] (II) No input driver specified, ignoring this device.
[ 11947.795] (II) This device may have been added with another device file.
[ 11947.795] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
[ 11947.795] (II) No input driver specified, ignoring this device.
[ 11947.795] (II) This device may have been added with another device file.
[ 11947.795] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 11947.795] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 11947.795] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 11947.795] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 26 paused 0
[ 11947.795] (**) AT Translated Set 2 keyboard: always reports core events
[ 11947.795] (**) Option "Device" "/dev/input/event0"
[ 11947.795] (**) Option "_source" "server/udev"
[ 11947.795] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[ 11947.795] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[ 11947.795] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 11947.795] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 11947.795] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[ 11947.795] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[ 11947.795] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 11947.795] (II) No input driver specified, ignoring this device.
[ 11947.795] (II) This device may have been added with another device file.
[ 11947.797] (**) Logitech K830: Applying InputClass "libinput pointer catchall"
[ 11947.797] (**) Logitech K830: Applying InputClass "libinput keyboard catchall"
[ 11947.797] (II) Using input driver 'libinput' for 'Logitech K830'
[ 11947.797] (II) systemd-logind: returning pre-existing fd for /dev/input/event1 13:65
[ 11947.797] (**) Logitech K830: always reports core events
[ 11947.797] (**) Option "Device" "/dev/input/event1"
[ 11947.797] (**) Option "_source" "_driver/libinput"
[ 11947.797] (II) libinput: Logitech K830: is a virtual subdevice
[ 11947.797] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:404C.0004/input/input1/event1"
[ 11947.797] (II) XINPUT: Adding extended input device "Logitech K830" (type: KEYBOARD, id 11)
The resolution is the next point. I change the xorg.conf as followed (add the ModeLIne and the Modes), but the X server started with the low resolution.
Section "ServerLayout"
Identifier "X.org Configured"
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"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Modeline "3840x2160_60.00" 533.25 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "VideoKey" # <i>
#Option "WrappedFB" # [<bool>]
#Option "GLXVBlank" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "PageFlip" # [<bool>]
#Option "SwapLimit" # <i>
#Option "AsyncUTSDFS" # [<bool>]
#Option "AccelMethod" # <str>
#Option "DRI" # <i>
Identifier "Card0"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Modes "3840x2160_60.00"
Depth 24
EndSubSection
EndSection
That card might be too new for ASCII's nouveau driver. Have you tried the beowulf beta image?
This is a GeForce GT 1030, that schould not too new.
Be sure to install the firmware-misc-nonfree package as well.
I did it. It makes no difference.
Offline
This is a GeForce GT 1030, that schould not too new.
The package versions for ASCII were frozen back in early 2017 and your system fails to identify the card correctly so I think you need to try the beowulf beta image instead.
Brianna Ghey — Rest In Power
Offline
The driver modules should be ok, I would edit the xorg.conf...
where it says vesa, change it to nouveau.
...
#Option "DRI" # <i>
Identifier "Card0"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
...
it has fallen back on to the vesa driver, but the nouveau module is loaded.
pic from 1993, new guitar day.
Offline
Ok, I will try the beowulf image.
Thank's for help
Udo
Offline
The X server is running perfectly with
apt install xorg firmware-misc-nonfree
Offline
Pages: 1