Asus EEE PC 1001HA: display problems

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
iad

Asus EEE PC 1001HA: display problems

Post by iad »

Greetings,

I have an https://www.asus.com/Laptops/Eee_PC_1001HA_Seashell/ which I bought eight years ago with Windows XP Home installed, and since it had become too slow to use, I decided to replace the system with Linux. Live Mint Mate seemed to work, so I installed it and ran the updates and upgrades (to kernel 4.13.0-36-generic i686, inter alia).

Upon rebooting Problem One came up: most of the screen (perhaps 800/1024 of the width, all except for the rightmost part) was blacked out (with odd white and green spots and lines). I found (https://community.linuxmint.com/tutorial/view/842) that a way to get to talk to the computer is adding “i915.modeset=0” at the end of the linux line in the startup options, and that adding the same to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub makes it permanent.

However, after this Problem Two arose: the resolution of the screen is down to an adamant 800×600, and Displays/Monitor Preferences report ‘Monitor: Unknown’.

Code: Select all

$ inxi -G
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller
           Display Server: X.Org 1.18.4 drivers: fbdev,intel (unloaded: vesa)
           Resolution: 800x600@75.00hz
           GLX Renderer: llvmpipe (LLVM 5.0, 128 bits)
           GLX Version: 3.0 Mesa 17.2.8
Whereas when I run the system from the USB, this reads:

Code: Select all

           Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1024x600@60.00hz
           GLX Renderer: Mesa DRI Intel 945GME x86/MMX/SSE2
           GLX Version: 1.4 Mesa 17.0.7
and the monitor is recognised as Laptop LVDS1, resolution 1024×600 at 60 Hz (with 800×600, 640×480 and 512×300 as alternatives).

Is the status of driver fbdev (unloaded in the live version, loaded in the installed and updated/upgraded one) what makes the difference? Should it be prevented from stealing the show, and if so, how? I see several posts from people reporting similar problems on the forum, but the remedy seems to be different in every case.

Output of xrandr now:

Code: Select all

$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 800 x 600, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
   800x600       75.00* 
The missing mode would be:

Code: Select all

$ cvt 1024 600 60
# 1024x600 59.85 Hz (CVT) hsync: 37.35 kHz; pclk: 49.00 MHz
Modeline "1024x600_60.00"   49.00  1024 1072 1168 1312  600 603 613 624 -hsync +vsync
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Pjotr
Level 23
Level 23
Posts: 19884
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: Asus EEE PC 1001HA: display problems

Post by Pjotr »

Try whether is works better when running on the latest kernel of the 4.4 series (currently 4.4.0-116). Installable by means of Update Manager - panel: View - Linux kernels

If no improvement, please give a complete system overview with:

Code: Select all

inxi -Fxz
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
iad

Re: Asus EEE PC 1001HA: display problems

Post by iad »

No, no improvement, I'm afraid. Still ‘Unknown default’.

Code: Select all

$ inxi -Fxz
System:    Host: iad-1001HA Kernel: 4.4.0-116-generic i686 (32 bit gcc: 5.4.0)
           Desktop: MATE 1.18.0 (Gtk 3.18.9-1ubuntu3.3)
           Distro: Linux Mint 18.3 Sylvia
Machine:   System: ASUSTeK (portable) product: 1001HA v: x.x
           Mobo: ASUSTeK model: 1005HA v: x.xx
           Bios: American Megatrends v: 1102 date: 10/16/2009
CPU:       Single core Intel Atom N270 (-HT-) cache: 512 KB
           flags: (nx pae sse sse2 sse3 ssse3) bmips: 3199
           clock speeds: max: 1600 MHz 1: 1600 MHz 2: 1067 MHz
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller
           bus-ID: 00:02.0
           Display Server: X.Org 1.18.4 drivers: fbdev,intel (unloaded: vesa)
           Resolution: 800x600@75.00hz
           GLX Renderer: llvmpipe (LLVM 5.0, 128 bits)
           GLX Version: 3.0 Mesa 17.2.8 Direct Rendering: Yes
Audio:     Card Intel NM10/ICH7 Family High Definition Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture v: k4.4.0-116-generic
Network:   Card-1: Qualcomm Atheros AR8132 Fast Ethernet
           driver: atl1c v: 1.0.1.1-NAPI port: ec00 bus-ID: 01:00.0
           IF: enp1s0 state: down mac: <filter>
           Card-2: Ralink RT3090 Wireless 802.11n 1T/1R PCIe
           driver: rt2800pci v: 2.3.0 bus-ID: 02:00.0
           IF: wlp2s0 state: up mac: <filter>
Drives:    HDD Total Size: 160.0GB (5.1% used)
           ID-1: /dev/sda model: ST9160301AS size: 160.0GB
Partition: ID-1: / size: 146G used: 6.5G (5%) fs: ext4 dev: /dev/dm-0
           ID-2: /boot size: 472M used: 175M (40%) fs: ext2 dev: /dev/sda1
           ID-3: swap-1 size: 1.06GB used: 0.00GB (0%) fs: swap dev: /dev/dm-1
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 64.0C mobo: N/A
           Fan Speeds (in rpm): cpu: 0
Info:      Processes: 154 Uptime: 6 min Memory: 289.2/991.5MB
           Init: systemd runlevel: 5 Gcc sys: 5.4.0
           Client: Shell (bash 4.3.481) inxi: 2.2.35 
iad

Re: Asus EEE PC 1001HA: display problems

Post by iad »

Also, for what it's worth:

Code: Select all

$ cat /var/log/Xorg.0.log
[    50.310] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[    50.310] X Protocol Version 11, Revision 0
[    50.310] Build Operating System: Linux 4.4.0-97-generic i686 Ubuntu
[    50.310] Current Operating System: Linux iad-1001HA 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:22:43 UTC 2018 i686
[    50.310] Kernel command line: BOOT_IMAGE=/vmlinuz-4.4.0-116-generic root=/dev/mapper/mint--vg-root ro quiet splash i915.modeset=0 vt.handoff=7
[    50.311] Build Date: 13 October 2017  01:57:05PM
[    50.311] xorg-server 2:1.18.4-0ubuntu0.7 (For technical support please see http://www.ubuntu.com/support) 
[    50.311] Current version of pixman: 0.33.6
[    50.311] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    50.311] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    50.311] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 12 23:53:03 2018
[    50.338] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    50.339] (==) No Layout section.  Using the first Screen section.
[    50.339] (==) No screen section available. Using defaults.
[    50.339] (**) |-->Screen "Default Screen Section" (0)
[    50.339] (**) |   |-->Monitor "<default monitor>"
[    50.342] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    50.342] (==) Automatically adding devices
[    50.342] (==) Automatically enabling devices
[    50.342] (==) Automatically adding GPU devices
[    50.342] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    50.342] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    50.342] 	Entry deleted from font path.
[    50.342] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    50.342] 	Entry deleted from font path.
[    50.342] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    50.342] 	Entry deleted from font path.
[    50.342] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    50.343] 	Entry deleted from font path.
[    50.343] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    50.343] 	Entry deleted from font path.
[    50.343] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    50.343] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    50.343] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    50.348] (II) Loader magic: 0x6be700
[    50.348] (II) Module ABI versions:
[    50.348] 	X.Org ANSI C Emulation: 0.4
[    50.348] 	X.Org Video Driver: 20.0
[    50.348] 	X.Org XInput driver : 22.1
[    50.348] 	X.Org Server Extension : 9.0
[    50.352] (++) using VT number 7

[    50.352] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    50.355] (--) PCI:*(0:0:2:0) 8086:27ae:1043:8340 rev 3, Mem @ 0xf7e00000/524288, 0xd0000000/268435456, 0xf7dc0000/262144, I/O @ 0x0000dc00/8
[    50.355] (--) PCI: (0:0:2:1) 8086:27a6:1043:8340 rev 3, Mem @ 0xf7e80000/524288
[    50.356] (II) LoadModule: "glx"
[    50.504] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    51.599] (II) Module glx: vendor="X.Org Foundation"
[    51.599] 	compiled for 1.18.4, module version = 1.0.0
[    51.599] 	ABI class: X.Org Server Extension, version 9.0
[    51.599] (==) AIGLX enabled
[    51.599] (==) Matched intel as autoconfigured driver 0
[    51.599] (==) Matched modesetting as autoconfigured driver 1
[    51.599] (==) Matched fbdev as autoconfigured driver 2
[    51.599] (==) Matched vesa as autoconfigured driver 3
[    51.599] (==) Assigned the driver to the xf86ConfigLayout
[    51.599] (II) LoadModule: "intel"
[    51.600] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    51.669] (II) Module intel: vendor="X.Org Foundation"
[    51.669] 	compiled for 1.18.4, module version = 2.99.917
[    51.669] 	Module class: X.Org Video Driver
[    51.669] 	ABI class: X.Org Video Driver, version 20.0
[    51.669] (II) LoadModule: "modesetting"
[    51.669] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    51.670] (II) Module modesetting: vendor="X.Org Foundation"
[    51.670] 	compiled for 1.18.4, module version = 1.18.4
[    51.670] 	Module class: X.Org Video Driver
[    51.670] 	ABI class: X.Org Video Driver, version 20.0
[    51.670] (II) LoadModule: "fbdev"
[    51.670] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    51.671] (II) Module fbdev: vendor="X.Org Foundation"
[    51.671] 	compiled for 1.18.1, module version = 0.4.4
[    51.671] 	Module class: X.Org Video Driver
[    51.671] 	ABI class: X.Org Video Driver, version 20.0
[    51.671] (II) LoadModule: "vesa"
[    51.671] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    51.672] (II) Module vesa: vendor="X.Org Foundation"
[    51.672] 	compiled for 1.18.1, module version = 2.3.4
[    51.672] 	Module class: X.Org Video Driver
[    51.672] 	ABI class: X.Org Video Driver, version 20.0
[    51.672] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    51.673] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    51.673] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    51.673] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    51.674] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    51.674] (II) FBDEV: driver for framebuffer: fbdev
[    51.674] (II) VESA: driver for VESA chipsets: vesa
[    51.792] (EE) open /dev/dri/card0: No such file or directory
[    51.792] (WW) Falling back to old probe method for modesetting
[    51.792] (EE) open /dev/dri/card0: No such file or directory
[    51.792] (II) Loading sub module "fbdevhw"
[    51.793] (II) LoadModule: "fbdevhw"
[    51.793] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    51.793] (II) Module fbdevhw: vendor="X.Org Foundation"
[    51.794] 	compiled for 1.18.4, module version = 0.0.2
[    51.794] 	ABI class: X.Org Video Driver, version 20.0
[    51.794] (**) FBDEV(1): claimed PCI slot 0@0:2:0
[    51.794] (II) FBDEV(1): using default device
[    51.794] (WW) Falling back to old probe method for vesa
[    51.794] (EE) Screen 0 deleted because of no matching config section.
[    51.794] (II) UnloadModule: "modesetting"
[    51.794] (II) FBDEV(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    51.794] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[    51.794] (==) FBDEV(0): RGB weight 888
[    51.794] (==) FBDEV(0): Default visual is TrueColor
[    51.794] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[    51.794] (II) FBDEV(0): hardware: VESA VGA (video memory: 1920kB)
[    51.795] (II) FBDEV(0): checking modes against framebuffer device...
[    51.795] (II) FBDEV(0): checking modes against monitor...
[    51.795] (--) FBDEV(0): Virtual size is 800x600 (pitch 800)
[    51.795] (**) FBDEV(0):  Built-in mode "current": 48.0 MHz, 46.9 kHz, 75.1 Hz
[    51.795] (II) FBDEV(0): Modeline "current"x0.0   48.00  800 832 928 1024  600 604 608 624 -hsync -vsync -csync (46.9 kHz b)
[    51.795] (==) FBDEV(0): DPI set to (96, 96)
[    51.795] (II) Loading sub module "fb"
[    51.795] (II) LoadModule: "fb"
[    51.796] (II) Loading /usr/lib/xorg/modules/libfb.so
[    51.834] (II) Module fb: vendor="X.Org Foundation"
[    51.834] 	compiled for 1.18.4, module version = 1.0.0
[    51.834] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    51.834] (**) FBDEV(0): using shadow framebuffer
[    51.834] (II) Loading sub module "shadow"
[    51.834] (II) LoadModule: "shadow"
[    51.835] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    51.835] (II) Module shadow: vendor="X.Org Foundation"
[    51.835] 	compiled for 1.18.4, module version = 1.1.0
[    51.835] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    51.835] (II) UnloadModule: "vesa"
[    51.835] (II) Unloading vesa
[    51.835] (==) Depth 24 pixmap format is 32 bpp
[    51.836] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[    51.956] (==) FBDEV(0): Backing store enabled
[    51.958] (==) FBDEV(0): DPMS enabled
[    51.959] (==) RandR enabled
[    52.006] (II) SELinux: Disabled on system
[    52.011] (II) AIGLX: Screen 0 is not DRI2 capable
[    52.011] (EE) AIGLX: reverting to software rendering
[    56.530] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    56.533] (II) AIGLX: Loaded and initialized swrast
[    56.534] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    56.787] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    56.787] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    56.787] (II) LoadModule: "evdev"
[    56.788] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    56.826] (II) Module evdev: vendor="X.Org Foundation"
[    56.826] 	compiled for 1.18.1, module version = 2.10.1
[    56.826] 	Module class: X.Org XInput Driver
[    56.826] 	ABI class: X.Org XInput driver, version 22.1
[    56.826] (II) Using input driver 'evdev' for 'Power Button'
[    56.826] (**) Power Button: always reports core events
[    56.826] (**) evdev: Power Button: Device: "/dev/input/event3"
[    56.826] (--) evdev: Power Button: Vendor 0 Product 0x1
[    56.826] (--) evdev: Power Button: Found keys
[    56.826] (II) evdev: Power Button: Configuring as keyboard
[    56.827] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    56.827] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    56.827] (**) Option "xkb_rules" "evdev"
[    56.827] (**) Option "xkb_model" "pc105"
[    56.827] (**) Option "xkb_layout" "us"
[    56.830] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    56.830] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    56.830] (II) Using input driver 'evdev' for 'Video Bus'
[    56.830] (**) Video Bus: always reports core events
[    56.830] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    56.830] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    56.830] (--) evdev: Video Bus: Found keys
[    56.830] (II) evdev: Video Bus: Configuring as keyboard
[    56.830] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[    56.830] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    56.830] (**) Option "xkb_rules" "evdev"
[    56.831] (**) Option "xkb_model" "pc105"
[    56.831] (**) Option "xkb_layout" "us"
[    56.833] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    56.833] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    56.833] (II) Using input driver 'evdev' for 'Power Button'
[    56.833] (**) Power Button: always reports core events
[    56.833] (**) evdev: Power Button: Device: "/dev/input/event2"
[    56.834] (--) evdev: Power Button: Vendor 0 Product 0x1
[    56.834] (--) evdev: Power Button: Found keys
[    56.834] (II) evdev: Power Button: Configuring as keyboard
[    56.834] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    56.834] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    56.834] (**) Option "xkb_rules" "evdev"
[    56.834] (**) Option "xkb_model" "pc105"
[    56.834] (**) Option "xkb_layout" "us"
[    56.836] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    56.836] (II) No input driver specified, ignoring this device.
[    56.837] (II) This device may have been added with another device file.
[    56.838] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    56.838] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    56.838] (II) Using input driver 'evdev' for 'Sleep Button'
[    56.838] (**) Sleep Button: always reports core events
[    56.838] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[    56.838] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    56.839] (--) evdev: Sleep Button: Found keys
[    56.839] (II) evdev: Sleep Button: Configuring as keyboard
[    56.839] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    56.839] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    56.839] (**) Option "xkb_rules" "evdev"
[    56.839] (**) Option "xkb_model" "pc105"
[    56.839] (**) Option "xkb_layout" "us"
[    56.841] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
[    56.841] (II) No input driver specified, ignoring this device.
[    56.841] (II) This device may have been added with another device file.
[    56.843] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
[    56.843] (II) No input driver specified, ignoring this device.
[    56.843] (II) This device may have been added with another device file.
[    56.845] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event10)
[    56.845] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
[    56.845] (II) Using input driver 'evdev' for 'USB 2.0 Camera'
[    56.845] (**) USB 2.0 Camera: always reports core events
[    56.845] (**) evdev: USB 2.0 Camera: Device: "/dev/input/event10"
[    56.845] (--) evdev: USB 2.0 Camera: Vendor 0x13d3 Product 0x5108
[    56.846] (--) evdev: USB 2.0 Camera: Found keys
[    56.846] (II) evdev: USB 2.0 Camera: Configuring as keyboard
[    56.846] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/input/input11/event10"
[    56.846] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD, id 10)
[    56.846] (**) Option "xkb_rules" "evdev"
[    56.846] (**) Option "xkb_model" "pc105"
[    56.846] (**) Option "xkb_layout" "us"
[    56.848] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event7)
[    56.848] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    56.849] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[    56.849] (**) Eee PC WMI hotkeys: always reports core events
[    56.849] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event7"
[    56.849] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[    56.849] (--) evdev: Eee PC WMI hotkeys: Found keys
[    56.849] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[    56.849] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input8/event7"
[    56.849] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11)
[    56.849] (**) Option "xkb_rules" "evdev"
[    56.849] (**) Option "xkb_model" "pc105"
[    56.849] (**) Option "xkb_layout" "us"
[    56.852] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    56.852] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    56.852] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    56.852] (**) AT Translated Set 2 keyboard: always reports core events
[    56.852] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    56.852] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    56.852] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    56.852] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    56.853] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    56.853] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    56.853] (**) Option "xkb_rules" "evdev"
[    56.853] (**) Option "xkb_model" "pc105"
[    56.853] (**) Option "xkb_layout" "us"
[    56.855] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    56.855] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    56.855] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchscreen catchall"
[    56.855] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    56.855] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    56.856] (II) LoadModule: "synaptics"
[    56.856] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    56.857] (II) Module synaptics: vendor="X.Org Foundation"
[    56.857] 	compiled for 1.18.1, module version = 1.8.2
[    56.857] 	Module class: X.Org XInput Driver
[    56.857] 	ABI class: X.Org XInput driver, version 22.1
[    56.857] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    56.857] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    56.857] (**) Option "Device" "/dev/input/event6"
[    56.920] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[    56.920] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5808 (res 80)
[    56.921] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4842 (res 136)
[    56.921] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    56.921] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    56.921] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    56.921] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    56.921] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    56.921] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    56.952] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6"
[    56.952] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[    56.952] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    56.952] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    56.952] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[    56.953] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    56.953] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    56.954] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    56.954] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    56.954] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    56.957] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    56.957] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
atcq

Re: Asus EEE PC 1001HA: display problems

Post by atcq »

I have the same Problem with my Samsung NC10 Netbook. Seems to be a Problem with the 4.13 Kernel and Intel Atom 945GSE graphics chip.
There is a detailed bugreport here.
Locked

Return to “Graphics Cards & Monitors”