Laptop Monitor fine when booting from live usb, then fails after installation <SOLVED>

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

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by biologopaco »

after xrandr --newmode "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
no problem.

after xrandr --addmode LVDS1 1024x768_60

i got:
xrandr: cannot find mode "1024x768_60"

and then after xrandr --output LVDS1 --mode 1024x768

also: xrandr: cannot find mode 1024x768

it is indeed strange
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by roblm »

Try the xrandr commands again with this Modeline:

Code: Select all

xrandr --newmode  "1024x768_60.00"  65.00  1024 1048 1184 1344  768 771 777 806  -hsync -vsync
xrandr --addmode LVDS1 1024x768_60 
xrandr --output LVDS1 --mode 1024x768
If that fails, then use this Modeline:

Code: Select all

xrandr --newmode "1024x768R"   56.00  1024 1072 1104 1184  768 771 775 790  +hsync -vsync 
xrandr --addmode LVDS1 1024x768R
xrandr --output LVDS1 --mode 1024x768R
If that fails, then use this xorg.conf file:

Code: Select all

Section "ServerLayout"
   Identifier   "Layout0"
   Screen   0 "Screen0" 0 0 
EndSection

Section "Monitor"
   Identifier    "Monitor0"
   HorizSync       24.0 - 94.0	   
   VertRefresh     24.0 - 60.0
   Modeline "1024x768_60.00"  65.00  1024 1048 1184 1344  768 771 777 806  -hsync -vsync
   Option "PreferredMode" "1024x768"
EndSection

Section "Device"
   Identifier   "Device0"
   Driver   "intel"   
   Option "Monitor-LVDS1" "Monitor0"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "Device0"
   Monitor   "Monitor0"
   DefaultDepth   24
   SubSection     "Display"
      Depth       24
      Modes "1024x768" 
   EndSubSection
EndSection
Log out and back in and open Settings > Display. Mark the checkbox next to Configure new displays when connected and click the Identify Displays button. Then select the 1024x768 resolution if it is listed and click the Apply button. Don't click Apply if the resolution is not listed or it will generate a new displays.xml file.
biologopaco

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by biologopaco »

still no luck, when using the addmode in xrandr, got the usual cannot find mode. Except when using this:

xrandr --newmode "1024x768R" 56.00 1024 1072 1104 1184 768 771 775 790 +hsync -vsync
(no error message)
xrandr --addmode LVDS1 1024x768R
then:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 27
Current serial number in output stream: 28

then changed the xorg file, still no luck, and in display, still only 640x480 is the only option, even after selecting configure new displays when connected and clicking the identify display.
Still no luck!
biologopaco

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by biologopaco »

also, at the end, the xrandr output is:

Code: Select all

Screen 0: minimum 320 x 200, current 640 x 480, maximum 32767 x 32767
LVDS1 connected 640x480+0+0 (0x45) normal (normal left inverted right x axis y axis) 0mm x 0mm
	Identifier: 0x41
	Timestamp:  38483
	Subpixel:   horizontal rgb
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       0
	CRTCs:      0
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
  640x480 (0x45)   65.0MHz *current +preferred
        h: width   640 start  856 end  992 total 1344 skew    0 clock   48.4KHz
        v: height  480 start  627 end  633 total  806           clock   60.0Hz
  640x480 (0x46)   25.2MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock   31.5KHz
        v: height  480 start  490 end  492 total  525           clock   59.9Hz
VGA1 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x42
	Timestamp:  38483
	Subpixel:   unknown
	Clones:    
	CRTCs:      0
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x43
	Timestamp:  38483
	Subpixel:   no subpixels
	Clones:    
	CRTCs:      1
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by roblm »

Do you have a dual-boot with Windows. If so, there is another method that can be used.

If not, go to Settings > Display and click the Apply button. Then go to
/home/your-user-name/.config/xfce4/xfconf/xfce-perchannel-xml and post the contents of the displays.xml file.
biologopaco

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by biologopaco »

I don't have dual boot with windows in this laptop, It originally came with WinXP, but I erased it already.

display.xml looks like this:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>

<channel name="displays" version="1.0">
  <property name="Notify" type="bool" value="true"/>
  <property name="Default" type="empty">
    <property name="LVDS1" type="string" value="Portátil">
      <property name="Active" type="bool" value="true"/>
      <property name="Resolution" type="string" value="640x480"/>
      <property name="RefreshRate" type="double" value="60.003840"/>
      <property name="Rotation" type="int" value="0"/>
      <property name="Reflection" type="string" value="0"/>
      <property name="Primary" type="bool" value="false"/>
      <property name="Position" type="empty">
        <property name="X" type="int" value="0"/>
        <property name="Y" type="int" value="0"/>
      </property>
    </property>
  </property>
</channel>
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by roblm »

I assume the word Portatil in this line means laptop in a different language:
<property name="LVDS1" type="string" value="Portátil">
This line shows a refresh rate slightly above 60:

Code: Select all

<property name="RefreshRate" type="double" value="60.003840"/>
Open the xorg.conf file and change the line VertRefresh 24.0 - 60.0 to VertRefresh 24.0 - 61.0 in the Monitor section. Repeat the steps previously done.

If that fails, then go to /home/your-user-name/.config/xfce4/xfconf/xfce-perchannel-xml, open the displays.xml file and change this line (line 6):

Code: Select all

<property name="Resolution" type="string" value="640x480"/>
To this

Code: Select all

<property name="Resolution" type="string" value="1024x768"/>
Log out and back in and repeat the steps previously used.

If that fails, then post the Xorg.0.log file. Use this command to open it:

Code: Select all

gedit /var/log/Xorg.0.log

Press Ctrl+A to select the entire file contents. Right click on the screen and select “Copy”. Don't save it to a file. Open the Mint Forum reply window and select “Code” in the menu. Press Ctrl+V to paste the lines between the two code words. If you have problems posting that long file, then upload it to github.com by using this command:

Code: Select all

pastebin /var/log/Xorg.0.log

Post the URL link that displays in the Terminal window.

Then run the Mint Xfce Installation USB again and copy the Xorg.0.log file and post it.
biologopaco

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by biologopaco »

Still not succes, however, I think there may be some clues in the logs.
The Xorg.0.log output:

Code: Select all

[    38.771] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[    38.779] X Protocol Version 11, Revision 0
[    38.781] Build Operating System: Linux 3.2.0-37-generic i686 Ubuntu
[    38.781] Current Operating System: Linux paco-Inspiron-1100 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:30:01 UTC 2014 i686
[    38.781] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic root=UUID=ffbb4f83-5c9b-4ee6-9029-97d246976cef ro quiet splash video=VGA-1:d vt.handoff=7
[    38.781] Build Date: 30 July 2014  12:19:53AM
[    38.781] xorg-server 2:1.15.1-0ubuntu2.1 (For technical support please see http://www.ubuntu.com/support) 
[    38.782] Current version of pixman: 0.30.2
[    38.782] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    38.782] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    38.782] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 12 22:09:45 2017
[    38.783] (==) Using config file: "/etc/X11/xorg.conf"
[    38.783] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    38.801] (==) ServerLayout "Layout0"
[    38.801] (**) |-->Screen "Screen0" (0)
[    38.801] (**) |   |-->Monitor "Monitor0"
[    38.801] (**) |   |-->Device "Device0"
[    38.801] (==) Automatically adding devices
[    38.801] (==) Automatically enabling devices
[    38.801] (==) Automatically adding GPU devices
[    38.802] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    38.802] 	Entry deleted from font path.
[    38.802] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    38.802] 	Entry deleted from font path.
[    38.802] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    38.802] 	Entry deleted from font path.
[    38.802] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    38.802] 	Entry deleted from font path.
[    38.802] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    38.802] 	Entry deleted from font path.
[    38.802] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    38.803] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    38.815] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    38.815] (II) Loader magic: 0xb775f6c0
[    38.815] (II) Module ABI versions:
[    38.815] 	X.Org ANSI C Emulation: 0.4
[    38.815] 	X.Org Video Driver: 15.0
[    38.815] 	X.Org XInput driver : 20.0
[    38.815] 	X.Org Server Extension : 8.0
[    38.822] (II) xfree86: Adding drm device (/dev/dri/card0)
[    38.848] (--) PCI:*(0:0:2:0) 8086:2562:1028:0149 rev 3, Mem @ 0xf0000000/134217728, 0xe0000000/524288
[    38.848] Initializing built-in extension Generic Event Extension
[    38.848] Initializing built-in extension SHAPE
[    38.848] Initializing built-in extension MIT-SHM
[    38.848] Initializing built-in extension XInputExtension
[    38.848] Initializing built-in extension XTEST
[    38.848] Initializing built-in extension BIG-REQUESTS
[    38.849] Initializing built-in extension SYNC
[    38.849] Initializing built-in extension XKEYBOARD
[    38.849] Initializing built-in extension XC-MISC
[    38.849] Initializing built-in extension SECURITY
[    38.849] Initializing built-in extension XINERAMA
[    38.849] Initializing built-in extension XFIXES
[    38.849] Initializing built-in extension RENDER
[    38.849] Initializing built-in extension RANDR
[    38.849] Initializing built-in extension COMPOSITE
[    38.849] Initializing built-in extension DAMAGE
[    38.849] Initializing built-in extension MIT-SCREEN-SAVER
[    38.849] Initializing built-in extension DOUBLE-BUFFER
[    38.849] Initializing built-in extension RECORD
[    38.849] Initializing built-in extension DPMS
[    38.849] Initializing built-in extension Present
[    38.850] Initializing built-in extension DRI3
[    38.850] Initializing built-in extension X-Resource
[    38.850] Initializing built-in extension XVideo
[    38.850] Initializing built-in extension XVideo-MotionCompensation
[    38.850] Initializing built-in extension SELinux
[    38.850] Initializing built-in extension XFree86-VidModeExtension
[    38.850] Initializing built-in extension XFree86-DGA
[    38.850] Initializing built-in extension XFree86-DRI
[    38.850] Initializing built-in extension DRI2
[    38.850] (II) LoadModule: "glx"
[    38.886] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    39.283] (II) Module glx: vendor="X.Org Foundation"
[    39.294] 	compiled for 1.15.1, module version = 1.0.0
[    39.294] 	ABI class: X.Org Server Extension, version 8.0
[    39.295] (==) AIGLX enabled
[    39.295] Loading extension GLX
[    39.295] (II) LoadModule: "intel"
[    39.298] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    39.324] (II) Module intel: vendor="X.Org Foundation"
[    39.325] 	compiled for 1.15.1, module version = 2.99.910
[    39.325] 	Module class: X.Org Video Driver
[    39.325] 	ABI class: X.Org Video Driver, version 15.0
[    39.325] (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
[    39.326] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    39.326] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    39.327] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    39.327] (++) using VT number 8

[    39.330] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.1 (Maarten Lankhorst <maarten.lankhorst@ubuntu.com>)
[    39.333] (--) intel(0): Integrated Graphics Chipset: Intel(R) 845G
[    39.333] (--) intel(0): CPU: x86, sse2
[    39.333] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[    39.333] (==) intel(0): RGB weight 888
[    39.333] (==) intel(0): Default visual is TrueColor
[    39.335] (**) intel(0): Framebuffer tiled
[    39.335] (**) intel(0): Pixmaps tiled
[    39.335] (**) intel(0): "Tear free" disabled
[    39.335] (**) intel(0): Forcing per-crtc-pixmaps? no
[    39.335] (II) intel(0): Output LVDS1 using monitor section Monitor0
[    39.345] (**) intel(0): Option "PreferredMode" "1024x768"
[    39.345] (II) intel(0): Output VGA1 has no monitor section
[    39.345] (II) intel(0): Output VIRTUAL1 has no monitor section
[    39.348] (II) intel(0): EDID for output LVDS1
[    39.348] (II) intel(0): Not using mode "1024x768_60.00" (exceeds panel dimensions)
[    39.348] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    39.349] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    39.349] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    39.349] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    39.349] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    39.349] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[    39.349] (II) intel(0): Printing probed modes for output LVDS1
[    39.349] (II) intel(0): Modeline "640x480"x60.0   65.00  640 856 992 1344  480 627 633 806 (48.4 kHz P)
[    39.349] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    39.349] (II) intel(0): EDID for output VGA1
[    39.349] (II) intel(0): EDID for output VIRTUAL1
[    39.349] (II) intel(0): Output LVDS1 connected
[    39.349] (II) intel(0): Output VGA1 disconnected
[    39.349] (II) intel(0): Output VIRTUAL1 disconnected
[    39.349] (II) intel(0): Using exact sizes for initial modes
[    39.349] (II) intel(0): Output LVDS1 using initial mode 640x480
[    39.350] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    39.350] (==) intel(0): DPI set to (96, 96)
[    39.350] (II) Loading sub module "dri2"
[    39.350] (II) LoadModule: "dri2"
[    39.350] (II) Module "dri2" already built-in
[    39.350] (==) Depth 24 pixmap format is 32 bpp
[    39.351] (II) intel(0): SNA initialized with Almador (gen2) backend
[    39.351] (==) intel(0): Backing store enabled
[    39.351] (==) intel(0): Silken mouse enabled
[    39.351] (II) intel(0): HW Cursor enabled
[    39.351] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    39.367] (==) intel(0): DPMS enabled
[    39.367] (II) intel(0): Textured video not supported on this hardware
[    39.367] (II) intel(0): [DRI2] Setup complete
[    39.368] (II) intel(0): [DRI2]   DRI driver: i915
[    39.368] (II) intel(0): [DRI2]   VDPAU driver: i915
[    39.368] (II) intel(0): direct rendering: DRI2 Enabled
[    39.368] (WW) intel(0): Option "PreferredMode" is not used
[    39.368] (==) intel(0): hotplug detection: "enabled"
[    39.368] (--) RandR disabled
[    39.449] (II) SELinux: Disabled on system
[    39.703] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    39.703] (II) AIGLX: enabled GLX_ARB_create_context
[    39.703] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    39.703] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    39.703] (II) AIGLX: enabled GLX_INTEL_swap_event
[    39.703] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    39.703] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    39.704] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    39.708] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    39.708] (II) AIGLX: Loaded and initialized i915
[    39.708] (II) GLX: Initialized DRI2 GL provider for screen 0
[    39.724] (II) intel(0): switch to mode 640x480@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[    39.736] (II) intel(0): Setting screen physical size to 169 x 126
[    39.803] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    39.838] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    39.839] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    39.839] (II) LoadModule: "evdev"
[    39.848] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    39.870] (II) Module evdev: vendor="X.Org Foundation"
[    39.870] 	compiled for 1.15.0, module version = 2.8.2
[    39.870] 	Module class: X.Org XInput Driver
[    39.870] 	ABI class: X.Org XInput driver, version 20.0
[    39.870] (II) Using input driver 'evdev' for 'Power Button'
[    39.870] (**) Power Button: always reports core events
[    39.870] (**) evdev: Power Button: Device: "/dev/input/event3"
[    39.870] (--) evdev: Power Button: Vendor 0 Product 0x1
[    39.870] (--) evdev: Power Button: Found keys
[    39.871] (II) evdev: Power Button: Configuring as keyboard
[    39.871] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    39.871] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    39.871] (**) Option "xkb_rules" "evdev"
[    39.871] (**) Option "xkb_model" "pc105"
[    39.871] (**) Option "xkb_layout" "us"
[    39.871] (**) Option "xkb_variant" "intl"
[    39.891] (II) XKB: reuse xkmfile /var/lib/xkb/server-A5431D4A34463C892C9E905E2E421B30A3CC30DD.xkm
[    39.902] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    39.902] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    39.902] (II) Using input driver 'evdev' for 'Video Bus'
[    39.902] (**) Video Bus: always reports core events
[    39.902] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    39.902] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    39.903] (--) evdev: Video Bus: Found keys
[    39.903] (II) evdev: Video Bus: Configuring as keyboard
[    39.903] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input9/event5"
[    39.903] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    39.903] (**) Option "xkb_rules" "evdev"
[    39.903] (**) Option "xkb_model" "pc105"
[    39.903] (**) Option "xkb_layout" "us"
[    39.903] (**) Option "xkb_variant" "intl"
[    39.914] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    39.914] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    39.914] (II) Using input driver 'evdev' for 'Power Button'
[    39.914] (**) Power Button: always reports core events
[    39.914] (**) evdev: Power Button: Device: "/dev/input/event2"
[    39.914] (--) evdev: Power Button: Vendor 0 Product 0x1
[    39.915] (--) evdev: Power Button: Found keys
[    39.915] (II) evdev: Power Button: Configuring as keyboard
[    39.915] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input2/event2"
[    39.915] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    39.915] (**) Option "xkb_rules" "evdev"
[    39.915] (**) Option "xkb_model" "pc105"
[    39.915] (**) Option "xkb_layout" "us"
[    39.915] (**) Option "xkb_variant" "intl"
[    39.934] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    39.935] (II) No input driver specified, ignoring this device.
[    39.935] (II) This device may have been added with another device file.
[    39.943] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    39.943] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    39.943] (II) Using input driver 'evdev' for 'Sleep Button'
[    39.943] (**) Sleep Button: always reports core events
[    39.943] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[    39.943] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    39.943] (--) evdev: Sleep Button: Found keys
[    39.943] (II) evdev: Sleep Button: Configuring as keyboard
[    39.943] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0/event0"
[    39.949] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    39.949] (**) Option "xkb_rules" "evdev"
[    39.949] (**) Option "xkb_model" "pc105"
[    39.949] (**) Option "xkb_layout" "us"
[    39.950] (**) Option "xkb_variant" "intl"
[    39.951] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    39.951] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[    39.966] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    39.966] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    39.966] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    39.967] (**) AT Translated Set 2 keyboard: always reports core events
[    39.967] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    39.967] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    39.967] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    39.967] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    39.967] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    39.967] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    39.967] (**) Option "xkb_rules" "evdev"
[    39.967] (**) Option "xkb_model" "pc105"
[    39.967] (**) Option "xkb_layout" "us"
[    39.967] (**) Option "xkb_variant" "intl"
[    39.983] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    39.983] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    39.983] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    39.983] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    39.983] (II) LoadModule: "synaptics"
[    39.998] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    39.999] (II) Module synaptics: vendor="X.Org Foundation"
[    39.999] 	compiled for 1.15.0, module version = 1.7.4
[    39.999] 	Module class: X.Org XInput Driver
[    39.999] 	ABI class: X.Org XInput driver, version 20.0
[    39.999] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    39.999] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    39.999] (**) Option "Device" "/dev/input/event6"
[    40.009] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 85)
[    40.010] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 94)
[    40.010] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    40.010] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    40.010] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    40.010] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    40.010] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    40.010] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    40.010] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event6"
[    40.010] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[    40.010] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    40.011] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    40.011] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[    40.011] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    40.011] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    40.011] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    40.026] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    40.026] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    40.032] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    40.033] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    45.464] (II) XKB: reuse xkmfile /var/lib/xkb/server-4A20353D150C78F76EC50889E8DF557E4342DD59.xkm
and the Xorg.0.log from the live xfce USB:

Code: Select all

[    72.783] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[    72.793] X Protocol Version 11, Revision 0
[    72.793] Build Operating System: Linux 3.2.0-37-generic i686 Ubuntu
[    72.793] Current Operating System: Linux mint 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:30:01 UTC 2014 i686
[    72.793] Kernel command line: file=/cdrom/preseed/linuxmint.seed boot=casper initrd=/casper/initrd.lz quiet splash -- BOOT_IMAGE=/casper/vmlinuz 
[    72.793] Build Date: 30 July 2014  12:19:53AM
[    72.793] xorg-server 2:1.15.1-0ubuntu2.1 (For technical support please see http://www.ubuntu.com/support) 
[    72.793] Current version of pixman: 0.30.2
[    72.793] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    72.793] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    72.794] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 12 21:17:51 2017
[    72.817] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    72.839] (==) No Layout section.  Using the first Screen section.
[    72.839] (==) No screen section available. Using defaults.
[    72.839] (**) |-->Screen "Default Screen Section" (0)
[    72.839] (**) |   |-->Monitor "<default monitor>"
[    72.856] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    72.856] (==) Automatically adding devices
[    72.856] (==) Automatically enabling devices
[    72.856] (==) Automatically adding GPU devices
[    72.872] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    72.872] 	Entry deleted from font path.
[    72.873] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    72.873] 	Entry deleted from font path.
[    72.873] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    72.873] 	Entry deleted from font path.
[    72.877] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    72.877] 	Entry deleted from font path.
[    72.877] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    72.878] 	Entry deleted from font path.
[    72.878] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    72.878] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    72.878] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    72.878] (II) Loader magic: 0xb775a6c0
[    72.878] (II) Module ABI versions:
[    72.878] 	X.Org ANSI C Emulation: 0.4
[    72.878] 	X.Org Video Driver: 15.0
[    72.878] 	X.Org XInput driver : 20.0
[    72.878] 	X.Org Server Extension : 8.0
[    72.879] (II) xfree86: Adding drm device (/dev/dri/card0)
[    72.917] (--) PCI:*(0:0:2:0) 8086:2562:1028:0149 rev 3, Mem @ 0xf0000000/134217728, 0xe0000000/524288
[    72.917] Initializing built-in extension Generic Event Extension
[    72.917] Initializing built-in extension SHAPE
[    72.917] Initializing built-in extension MIT-SHM
[    72.917] Initializing built-in extension XInputExtension
[    72.917] Initializing built-in extension XTEST
[    72.917] Initializing built-in extension BIG-REQUESTS
[    72.917] Initializing built-in extension SYNC
[    72.917] Initializing built-in extension XKEYBOARD
[    72.917] Initializing built-in extension XC-MISC
[    72.917] Initializing built-in extension SECURITY
[    72.917] Initializing built-in extension XINERAMA
[    72.917] Initializing built-in extension XFIXES
[    72.917] Initializing built-in extension RENDER
[    72.917] Initializing built-in extension RANDR
[    72.918] Initializing built-in extension COMPOSITE
[    72.918] Initializing built-in extension DAMAGE
[    72.918] Initializing built-in extension MIT-SCREEN-SAVER
[    72.918] Initializing built-in extension DOUBLE-BUFFER
[    72.918] Initializing built-in extension RECORD
[    72.918] Initializing built-in extension DPMS
[    72.918] Initializing built-in extension Present
[    72.918] Initializing built-in extension DRI3
[    72.918] Initializing built-in extension X-Resource
[    72.918] Initializing built-in extension XVideo
[    72.918] Initializing built-in extension XVideo-MotionCompensation
[    72.918] Initializing built-in extension SELinux
[    72.918] Initializing built-in extension XFree86-VidModeExtension
[    72.918] Initializing built-in extension XFree86-DGA
[    72.918] Initializing built-in extension XFree86-DRI
[    72.918] Initializing built-in extension DRI2
[    72.918] (II) LoadModule: "glx"
[    72.941] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    73.079] (II) Module glx: vendor="X.Org Foundation"
[    73.079] 	compiled for 1.15.1, module version = 1.0.0
[    73.079] 	ABI class: X.Org Server Extension, version 8.0
[    73.079] (==) AIGLX enabled
[    73.079] Loading extension GLX
[    73.080] (==) Matched intel as autoconfigured driver 0
[    73.084] (==) Matched intel as autoconfigured driver 1
[    73.084] (==) Matched modesetting as autoconfigured driver 2
[    73.084] (==) Matched fbdev as autoconfigured driver 3
[    73.084] (==) Matched vesa as autoconfigured driver 4
[    73.084] (==) Assigned the driver to the xf86ConfigLayout
[    73.084] (II) LoadModule: "intel"
[    73.085] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    73.149] (II) Module intel: vendor="X.Org Foundation"
[    73.149] 	compiled for 1.15.1, module version = 2.99.910
[    73.149] 	Module class: X.Org Video Driver
[    73.149] 	ABI class: X.Org Video Driver, version 15.0
[    73.149] (II) LoadModule: "modesetting"
[    73.150] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    73.171] (II) Module modesetting: vendor="X.Org Foundation"
[    73.174] 	compiled for 1.15.0, module version = 0.8.1
[    73.174] 	Module class: X.Org Video Driver
[    73.174] 	ABI class: X.Org Video Driver, version 15.0
[    73.174] (II) LoadModule: "fbdev"
[    73.175] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    73.180] (II) Module fbdev: vendor="X.Org Foundation"
[    73.180] 	compiled for 1.15.0, module version = 0.4.4
[    73.180] 	Module class: X.Org Video Driver
[    73.180] 	ABI class: X.Org Video Driver, version 15.0
[    73.180] (II) LoadModule: "vesa"
[    73.181] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    73.208] (II) Module vesa: vendor="X.Org Foundation"
[    73.208] 	compiled for 1.15.0, module version = 2.3.3
[    73.208] 	Module class: X.Org Video Driver
[    73.208] 	ABI class: X.Org Video Driver, version 15.0
[    73.208] (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
[    73.209] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    73.209] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    73.209] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    73.209] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    73.209] (II) FBDEV: driver for framebuffer: fbdev
[    73.209] (II) VESA: driver for VESA chipsets: vesa
[    73.209] (++) using VT number 8

[    73.245] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.1 (Maarten Lankhorst <maarten.lankhorst@ubuntu.com>)
[    73.267] (WW) Falling back to old probe method for modesetting
[    73.267] (WW) Falling back to old probe method for fbdev
[    73.267] (II) Loading sub module "fbdevhw"
[    73.267] (II) LoadModule: "fbdevhw"
[    73.286] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    73.324] (II) Module fbdevhw: vendor="X.Org Foundation"
[    73.324] 	compiled for 1.15.1, module version = 0.0.2
[    73.324] 	ABI class: X.Org Video Driver, version 15.0
[    73.324] (WW) Falling back to old probe method for vesa
[    73.335] (--) intel(0): Integrated Graphics Chipset: Intel(R) 845G
[    73.335] (--) intel(0): CPU: x86, sse2
[    73.335] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    73.335] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    73.335] (==) intel(0): RGB weight 888
[    73.335] (==) intel(0): Default visual is TrueColor
[    73.351] (**) intel(0): Framebuffer tiled
[    73.351] (**) intel(0): Pixmaps tiled
[    73.351] (**) intel(0): "Tear free" disabled
[    73.351] (**) intel(0): Forcing per-crtc-pixmaps? no
[    73.351] (II) intel(0): Output LVDS1 has no monitor section
[    73.352] (II) intel(0): Output VGA1 has no monitor section
[    73.352] (II) intel(0): Output VIRTUAL1 has no monitor section
[    73.352] (--) intel(0): Output LVDS1 using initial mode 1024x768 on pipe 0
[    73.352] (==) intel(0): DPI set to (96, 96)
[    73.352] (II) Loading sub module "dri2"
[    73.352] (II) LoadModule: "dri2"
[    73.352] (II) Module "dri2" already built-in
[    73.353] (II) UnloadModule: "modesetting"
[    73.353] (II) Unloading modesetting
[    73.353] (II) UnloadModule: "fbdev"
[    73.353] (II) Unloading fbdev
[    73.353] (II) UnloadSubModule: "fbdevhw"
[    73.353] (II) Unloading fbdevhw
[    73.353] (II) UnloadModule: "vesa"
[    73.354] (II) Unloading vesa
[    73.354] (==) Depth 24 pixmap format is 32 bpp
[    73.459] (II) intel(0): SNA initialized with Almador (gen2) backend
[    73.459] (==) intel(0): Backing store enabled
[    73.459] (==) intel(0): Silken mouse enabled
[    73.459] (II) intel(0): HW Cursor enabled
[    73.459] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    73.460] (==) intel(0): DPMS enabled
[    73.460] (II) intel(0): Textured video not supported on this hardware
[    73.506] (II) intel(0): [DRI2] Setup complete
[    73.506] (II) intel(0): [DRI2]   DRI driver: i915
[    73.506] (II) intel(0): [DRI2]   VDPAU driver: i915
[    73.506] (II) intel(0): direct rendering: DRI2 Enabled
[    73.506] (==) intel(0): hotplug detection: "enabled"
[    73.506] (--) RandR disabled
[    73.625] (II) SELinux: Disabled on system
[    74.147] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    74.147] (II) AIGLX: enabled GLX_ARB_create_context
[    74.147] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    74.147] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    74.147] (II) AIGLX: enabled GLX_INTEL_swap_event
[    74.147] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    74.147] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    74.147] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    74.147] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    74.160] (II) AIGLX: Loaded and initialized i915
[    74.160] (II) GLX: Initialized DRI2 GL provider for screen 0
[    74.184] (II) intel(0): switch to mode 1024x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[    74.220] (II) intel(0): Setting screen physical size to 270 x 203
[    74.439] (II) XKB: generating xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    74.775] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    74.780] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    74.780] (II) LoadModule: "evdev"
[    74.781] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    74.791] (II) Module evdev: vendor="X.Org Foundation"
[    74.791] 	compiled for 1.15.0, module version = 2.8.2
[    74.791] 	Module class: X.Org XInput Driver
[    74.791] 	ABI class: X.Org XInput driver, version 20.0
[    74.791] (II) Using input driver 'evdev' for 'Power Button'
[    74.791] (**) Power Button: always reports core events
[    74.796] (**) evdev: Power Button: Device: "/dev/input/event3"
[    74.796] (--) evdev: Power Button: Vendor 0 Product 0x1
[    74.796] (--) evdev: Power Button: Found keys
[    74.796] (II) evdev: Power Button: Configuring as keyboard
[    74.796] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    74.796] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    74.796] (**) Option "xkb_rules" "evdev"
[    74.796] (**) Option "xkb_model" "pc105"
[    74.796] (**) Option "xkb_layout" "us"
[    74.799] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    74.799] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    74.799] (II) Using input driver 'evdev' for 'Video Bus'
[    74.799] (**) Video Bus: always reports core events
[    74.799] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    74.799] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    74.804] (--) evdev: Video Bus: Found keys
[    74.804] (II) evdev: Video Bus: Configuring as keyboard
[    74.804] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input13/event5"
[    74.804] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    74.804] (**) Option "xkb_rules" "evdev"
[    74.804] (**) Option "xkb_model" "pc105"
[    74.804] (**) Option "xkb_layout" "us"
[    74.807] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    74.807] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    74.807] (II) Using input driver 'evdev' for 'Power Button'
[    74.807] (**) Power Button: always reports core events
[    74.807] (**) evdev: Power Button: Device: "/dev/input/event2"
[    74.807] (--) evdev: Power Button: Vendor 0 Product 0x1
[    74.807] (--) evdev: Power Button: Found keys
[    74.807] (II) evdev: Power Button: Configuring as keyboard
[    74.807] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input2/event2"
[    74.807] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    74.807] (**) Option "xkb_rules" "evdev"
[    74.807] (**) Option "xkb_model" "pc105"
[    74.807] (**) Option "xkb_layout" "us"
[    74.814] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    74.814] (II) No input driver specified, ignoring this device.
[    74.814] (II) This device may have been added with another device file.
[    74.820] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    74.820] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    74.820] (II) Using input driver 'evdev' for 'Sleep Button'
[    74.820] (**) Sleep Button: always reports core events
[    74.820] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[    74.820] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    74.820] (--) evdev: Sleep Button: Found keys
[    74.820] (II) evdev: Sleep Button: Configuring as keyboard
[    74.820] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0/event0"
[    74.821] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    74.821] (**) Option "xkb_rules" "evdev"
[    74.821] (**) Option "xkb_model" "pc105"
[    74.821] (**) Option "xkb_layout" "us"
[    74.822] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    74.822] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[    74.829] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    74.829] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    74.829] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    74.829] (**) AT Translated Set 2 keyboard: always reports core events
[    74.829] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    74.829] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    74.829] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    74.829] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    74.829] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    74.829] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    74.829] (**) Option "xkb_rules" "evdev"
[    74.830] (**) Option "xkb_model" "pc105"
[    74.830] (**) Option "xkb_layout" "us"
[    74.836] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    74.836] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    74.836] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    74.836] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    74.836] (II) LoadModule: "synaptics"
[    74.838] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    74.841] (II) Module synaptics: vendor="X.Org Foundation"
[    74.841] 	compiled for 1.15.0, module version = 1.7.4
[    74.841] 	Module class: X.Org XInput Driver
[    74.841] 	ABI class: X.Org XInput driver, version 20.0
[    74.841] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    74.842] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    74.842] (**) Option "Device" "/dev/input/event6"
[    74.842] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 85)
[    74.842] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 94)
[    74.842] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    74.842] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    74.842] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    74.842] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    74.842] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    74.843] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    74.843] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input17/event6"
[    74.843] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[    74.843] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    74.843] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    74.843] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[    74.843] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    74.852] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    74.852] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    74.852] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    74.852] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    74.854] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    74.854] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    80.263] (II) XKB: generating xkmfile /var/lib/xkb/server-8AA988DD479FAABEC4FC3CCCF4CC29B4948840B4.xkm
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by roblm »

This line from the log file shows why the 1024x768 resolution isn't being used but it doesn't make sense because the Dell Inspiron 1100 does support it

Code: Select all

[    39.348] (II) intel(0): Not using mode "1024x768_60.00" (exceeds panel dimensions)
The log file using the Live USB shows the correct info:

Code: Select all

[    73.352] (--) intel(0): Output LVDS1 using initial mode 1024x768 on pipe 0
Try using this xorg.conf file:

Code: Select all

Section "ServerLayout"
   Identifier   "Layout0"
   Screen   0 "Screen0" 0 0 
EndSection

Section "Monitor"
   Identifier    "Monitor0"
   HorizSync       24.0 - 94.0	   
   VertRefresh     24.0 - 61.0
   DisplaySize  270 203 
   Modeline "1024x768_60.00"  65.00  1024 1048 1184 1344  768 771 777 806  -hsync -vsync
   Option "PreferredMode" "1024x768"
EndSection

Section "Monitor"
   Identifier    "VGA1"
   Option "Enable" "false"
EndSection

Section "Device"
   Identifier   "Device0"
   Driver   "intel"   
   Option "Monitor-LVDS1" "Monitor0"
   Option "Monitor-VGA1" "VGA1"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "Device0"
   Monitor   "Monitor0"
   DefaultDepth   24
   SubSection     "Display"
      Depth       24
      Modes "1024x768" 
   EndSubSection
EndSection
If that doesn't work, then open the grub file again:

Code: Select all

gksudo gedit /etc/default/grub
Change this line:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=VGA-1:d"
To this:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=VGA-1:d video=LVDS-1:1024x768"

Save the file and then use this command to update grub and then reboot:

Code: Select all

sudo update-grub
If that fails, then open the grub file again and change the edited line to this, then update grub and reboot:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=VGA-1:d drm_kms_helper.edid_firmware=LVDS-1:edid/1024x768.bin "
biologopaco

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by biologopaco »

Ok, seems there is some partial success:

after changing the xorg.conf file, the screen stayed the same, except the font of the headings was markedly reduced (for example the font of the "welcome screen" window). After changing the grub file to LVDS-1:1024x768, the screen become unstable, with heavy flickering and was not possible to read from it. After ssh into the laptop from another computer, I changed the grub file again adding the line with the drm_kms_helper.edid. and updated grub. After rebooting again, this time the laptop seemed to be stuck, as only a blank screen was visible, and was not possible to ssh into it even after a long period of time (to complete booting in case only the screen was unresponsive). At this point I did a hard reset (press the on button for several seconds to do a hard shut down), and the laptop when directly into the grub boot menu (it usually only goes there when I press the shift key). After selecting the normal start (first choice in the menu), this time the computer boots correctly.... and with the correct display resolution!
so hooray?
well, after restarting, I don't get the grub menu this time, instead goes directly into the same blank screen going nowhere. Now I do hard reboot again, got the grub menu, select normal booting, and get the correct resolution screen!
So almost there!

here is the output of Xorg.0.log (with the correct screen resolution)

Code: Select all

[    39.486] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[    39.486] X Protocol Version 11, Revision 0
[    39.486] Build Operating System: Linux 3.2.0-37-generic i686 Ubuntu
[    39.487] Current Operating System: Linux paco-Inspiron-1100 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:30:01 UTC 2014 i686
[    39.487] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic root=UUID=ffbb4f83-5c9b-4ee6-9029-97d246976cef ro quiet splash video=VGA-1:d drm_kms_helper.edid_firmware=LVDS-1:edid/1024x768.bin
[    39.487] Build Date: 30 July 2014  12:19:53AM
[    39.487] xorg-server 2:1.15.1-0ubuntu2.1 (For technical support please see http://www.ubuntu.com/support) 
[    39.487] Current version of pixman: 0.30.2
[    39.487] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    39.487] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    39.498] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 13 18:53:03 2017
[    39.499] (==) Using config file: "/etc/X11/xorg.conf"
[    39.506] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    39.507] (==) ServerLayout "Layout0"
[    39.507] (**) |-->Screen "Screen0" (0)
[    39.507] (**) |   |-->Monitor "Monitor0"
[    39.517] (**) |   |-->Device "Device0"
[    39.517] (==) Automatically adding devices
[    39.518] (==) Automatically enabling devices
[    39.518] (==) Automatically adding GPU devices
[    39.518] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    39.518] 	Entry deleted from font path.
[    39.518] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    39.518] 	Entry deleted from font path.
[    39.518] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    39.518] 	Entry deleted from font path.
[    39.518] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    39.518] 	Entry deleted from font path.
[    39.519] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    39.519] 	Entry deleted from font path.
[    39.519] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    39.519] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    39.519] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    39.519] (II) Loader magic: 0xb770c6c0
[    39.519] (II) Module ABI versions:
[    39.519] 	X.Org ANSI C Emulation: 0.4
[    39.519] 	X.Org Video Driver: 15.0
[    39.519] 	X.Org XInput driver : 20.0
[    39.519] 	X.Org Server Extension : 8.0
[    39.533] (II) xfree86: Adding drm device (/dev/dri/card0)
[    39.560] (--) PCI:*(0:0:2:0) 8086:2562:1028:0149 rev 3, Mem @ 0xf0000000/134217728, 0xe0000000/524288
[    39.560] Initializing built-in extension Generic Event Extension
[    39.561] Initializing built-in extension SHAPE
[    39.561] Initializing built-in extension MIT-SHM
[    39.561] Initializing built-in extension XInputExtension
[    39.561] Initializing built-in extension XTEST
[    39.561] Initializing built-in extension BIG-REQUESTS
[    39.561] Initializing built-in extension SYNC
[    39.561] Initializing built-in extension XKEYBOARD
[    39.561] Initializing built-in extension XC-MISC
[    39.561] Initializing built-in extension SECURITY
[    39.561] Initializing built-in extension XINERAMA
[    39.561] Initializing built-in extension XFIXES
[    39.561] Initializing built-in extension RENDER
[    39.561] Initializing built-in extension RANDR
[    39.561] Initializing built-in extension COMPOSITE
[    39.562] Initializing built-in extension DAMAGE
[    39.562] Initializing built-in extension MIT-SCREEN-SAVER
[    39.562] Initializing built-in extension DOUBLE-BUFFER
[    39.562] Initializing built-in extension RECORD
[    39.562] Initializing built-in extension DPMS
[    39.562] Initializing built-in extension Present
[    39.562] Initializing built-in extension DRI3
[    39.562] Initializing built-in extension X-Resource
[    39.562] Initializing built-in extension XVideo
[    39.562] Initializing built-in extension XVideo-MotionCompensation
[    39.562] Initializing built-in extension SELinux
[    39.562] Initializing built-in extension XFree86-VidModeExtension
[    39.562] Initializing built-in extension XFree86-DGA
[    39.563] Initializing built-in extension XFree86-DRI
[    39.563] Initializing built-in extension DRI2
[    39.563] (II) LoadModule: "glx"
[    39.595] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    39.679] (II) Module glx: vendor="X.Org Foundation"
[    39.686] 	compiled for 1.15.1, module version = 1.0.0
[    39.686] 	ABI class: X.Org Server Extension, version 8.0
[    39.686] (==) AIGLX enabled
[    39.686] Loading extension GLX
[    39.686] (II) LoadModule: "intel"
[    39.687] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    39.745] (II) Module intel: vendor="X.Org Foundation"
[    39.745] 	compiled for 1.15.1, module version = 2.99.910
[    39.745] 	Module class: X.Org Video Driver
[    39.745] 	ABI class: X.Org Video Driver, version 15.0
[    39.745] (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
[    39.747] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    39.747] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    39.747] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    39.747] (++) using VT number 8

[    39.754] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.1 (Maarten Lankhorst <maarten.lankhorst@ubuntu.com>)
[    39.761] (--) intel(0): Integrated Graphics Chipset: Intel(R) 845G
[    39.761] (--) intel(0): CPU: x86, sse2
[    39.761] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[    39.761] (==) intel(0): RGB weight 888
[    39.762] (==) intel(0): Default visual is TrueColor
[    39.763] (**) intel(0): Framebuffer tiled
[    39.763] (**) intel(0): Pixmaps tiled
[    39.763] (**) intel(0): "Tear free" disabled
[    39.763] (**) intel(0): Forcing per-crtc-pixmaps? no
[    39.771] (II) intel(0): Output LVDS1 using monitor section Monitor0
[    39.771] (**) intel(0): Option "PreferredMode" "1024x768"
[    39.776] (II) intel(0): Output VGA1 using monitor section VGA1
[    39.776] (**) intel(0): Option "Enable" "false"
[    39.776] (II) intel(0): Output VIRTUAL1 has no monitor section
[    39.777] (--) intel(0): Output LVDS1 using initial mode 1024x768 on pipe 0
[    39.777] (**) intel(0): Display dimensions: (270, 203) mm
[    39.777] (**) intel(0): DPI set to (96, 96)
[    39.777] (II) Loading sub module "dri2"
[    39.777] (II) LoadModule: "dri2"
[    39.777] (II) Module "dri2" already built-in
[    39.778] (==) Depth 24 pixmap format is 32 bpp
[    39.778] (II) intel(0): SNA initialized with Almador (gen2) backend
[    39.778] (==) intel(0): Backing store enabled
[    39.778] (==) intel(0): Silken mouse enabled
[    39.778] (II) intel(0): HW Cursor enabled
[    39.778] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    39.779] (==) intel(0): DPMS enabled
[    39.779] (II) intel(0): Textured video not supported on this hardware
[    39.793] (II) intel(0): [DRI2] Setup complete
[    39.794] (II) intel(0): [DRI2]   DRI driver: i915
[    39.794] (II) intel(0): [DRI2]   VDPAU driver: i915
[    39.794] (II) intel(0): direct rendering: DRI2 Enabled
[    39.794] (WW) intel(0): Option "PreferredMode" is not used
[    39.794] (==) intel(0): hotplug detection: "enabled"
[    39.794] (--) RandR disabled
[    39.847] (II) SELinux: Disabled on system
[    40.201] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    40.201] (II) AIGLX: enabled GLX_ARB_create_context
[    40.201] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    40.201] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    40.201] (II) AIGLX: enabled GLX_INTEL_swap_event
[    40.201] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    40.201] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    40.201] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    40.202] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    40.202] (II) AIGLX: Loaded and initialized i915
[    40.202] (II) GLX: Initialized DRI2 GL provider for screen 0
[    40.248] (II) intel(0): switch to mode 1024x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[    40.272] (II) intel(0): Setting screen physical size to 270 x 203
[    40.370] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    40.391] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    40.391] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    40.392] (II) LoadModule: "evdev"
[    40.393] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    40.424] (II) Module evdev: vendor="X.Org Foundation"
[    40.424] 	compiled for 1.15.0, module version = 2.8.2
[    40.424] 	Module class: X.Org XInput Driver
[    40.424] 	ABI class: X.Org XInput driver, version 20.0
[    40.424] (II) Using input driver 'evdev' for 'Power Button'
[    40.424] (**) Power Button: always reports core events
[    40.424] (**) evdev: Power Button: Device: "/dev/input/event3"
[    40.424] (--) evdev: Power Button: Vendor 0 Product 0x1
[    40.425] (--) evdev: Power Button: Found keys
[    40.425] (II) evdev: Power Button: Configuring as keyboard
[    40.425] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    40.425] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    40.425] (**) Option "xkb_rules" "evdev"
[    40.425] (**) Option "xkb_model" "pc105"
[    40.425] (**) Option "xkb_layout" "us"
[    40.425] (**) Option "xkb_variant" "intl"
[    40.444] (II) XKB: reuse xkmfile /var/lib/xkb/server-A5431D4A34463C892C9E905E2E421B30A3CC30DD.xkm
[    40.456] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    40.456] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    40.456] (II) Using input driver 'evdev' for 'Video Bus'
[    40.456] (**) Video Bus: always reports core events
[    40.456] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    40.456] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    40.456] (--) evdev: Video Bus: Found keys
[    40.456] (II) evdev: Video Bus: Configuring as keyboard
[    40.457] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input13/event5"
[    40.457] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    40.457] (**) Option "xkb_rules" "evdev"
[    40.457] (**) Option "xkb_model" "pc105"
[    40.457] (**) Option "xkb_layout" "us"
[    40.457] (**) Option "xkb_variant" "intl"
[    40.470] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    40.471] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    40.471] (II) Using input driver 'evdev' for 'Power Button'
[    40.471] (**) Power Button: always reports core events
[    40.471] (**) evdev: Power Button: Device: "/dev/input/event2"
[    40.471] (--) evdev: Power Button: Vendor 0 Product 0x1
[    40.471] (--) evdev: Power Button: Found keys
[    40.471] (II) evdev: Power Button: Configuring as keyboard
[    40.471] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input2/event2"
[    40.471] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    40.471] (**) Option "xkb_rules" "evdev"
[    40.475] (**) Option "xkb_model" "pc105"
[    40.475] (**) Option "xkb_layout" "us"
[    40.475] (**) Option "xkb_variant" "intl"
[    40.488] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    40.488] (II) No input driver specified, ignoring this device.
[    40.488] (II) This device may have been added with another device file.
[    40.490] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    40.490] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    40.490] (II) Using input driver 'evdev' for 'Sleep Button'
[    40.490] (**) Sleep Button: always reports core events
[    40.491] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[    40.491] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    40.491] (--) evdev: Sleep Button: Found keys
[    40.491] (II) evdev: Sleep Button: Configuring as keyboard
[    40.491] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0/event0"
[    40.491] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    40.491] (**) Option "xkb_rules" "evdev"
[    40.491] (**) Option "xkb_model" "pc105"
[    40.491] (**) Option "xkb_layout" "us"
[    40.491] (**) Option "xkb_variant" "intl"
[    40.501] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    40.501] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[    40.503] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    40.503] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    40.511] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    40.511] (**) AT Translated Set 2 keyboard: always reports core events
[    40.511] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    40.512] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    40.512] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    40.512] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    40.512] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    40.512] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    40.512] (**) Option "xkb_rules" "evdev"
[    40.512] (**) Option "xkb_model" "pc105"
[    40.512] (**) Option "xkb_layout" "us"
[    40.512] (**) Option "xkb_variant" "intl"
[    40.515] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    40.515] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    40.515] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    40.515] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    40.527] (II) LoadModule: "synaptics"
[    40.528] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    40.529] (II) Module synaptics: vendor="X.Org Foundation"
[    40.529] 	compiled for 1.15.0, module version = 1.7.4
[    40.529] 	Module class: X.Org XInput Driver
[    40.529] 	ABI class: X.Org XInput driver, version 20.0
[    40.529] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    40.529] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    40.529] (**) Option "Device" "/dev/input/event6"
[    40.530] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 85)
[    40.530] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 94)
[    40.530] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    40.530] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    40.530] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    40.530] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    40.530] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    40.531] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    40.531] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input17/event6"
[    40.531] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[    40.531] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    40.531] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    40.531] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[    40.539] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    40.539] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    40.542] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    40.542] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    40.543] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    40.547] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    40.547] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    46.422] (II) XKB: reuse xkmfile /var/lib/xkb/server-4A20353D150C78F76EC50889E8DF557E4342DD59.xkm
[    47.495] (II) intel(0): EDID vendor "LNX", prod id 0
[    47.495] (II) intel(0): Using hsync ranges from config file
[    47.495] (II) intel(0): Using vrefresh ranges from config file
[    47.495] (II) intel(0): Printing DDC gathered Modelines:
[    47.499] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1032 1176 1344  768 771 777 806 -hsync -vsync (48.4 kHz eP)
[    47.499] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   357.614] (II) intel(0): switch to mode 1024x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[   659.868] (II) intel(0): switch to mode 1024x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
and the xrandr:

Code: Select all

Screen 0: minimum 320 x 200, current 1024 x 768, maximum 32767 x 32767
LVDS1 connected 1024x768+0+0 (0x45) normal (normal left inverted right x axis y axis) 355mm x 266mm
	Identifier: 0x41
	Timestamp:  39479
	Subpixel:   horizontal rgb
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       0
	CRTCs:      0
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	EDID: 
		00ffffffffffff0031d8000000000000
		051601036d231a78ea5ec0a4594a9825
		20505400080061400101010101010101
		01010101010164190040410026300890
		3600630a11000018000000ff004c696e
		75782023300a20202020000000fd003b
		3d2f3107000a202020202020000000fc
		004c696e7578205847410a2020200055
  1024x768 (0x45)   65.0MHz -HSync -VSync *current +preferred
        h: width  1024 start 1032 end 1176 total 1344 skew    0 clock   48.4KHz
        v: height  768 start  771 end  777 total  806           clock   60.0Hz
  1024x768_60.00 (0x7c)   65.0MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock   48.4KHz
        v: height  768 start  771 end  777 total  806           clock   60.0Hz
  1024x768 (0x7d)   65.0MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock   48.4KHz
        v: height  768 start  771 end  777 total  806           clock   60.0Hz
  800x600 (0x7e)   40.0MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock   37.9KHz
        v: height  600 start  601 end  605 total  628           clock   60.3Hz
  800x600 (0x7f)   36.0MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock   35.2KHz
        v: height  600 start  601 end  603 total  625           clock   56.2Hz
  640x480 (0x80)   25.2MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock   31.5KHz
        v: height  480 start  490 end  492 total  525           clock   59.9Hz
VGA1 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x42
	Timestamp:  39479
	Subpixel:   unknown
	Clones:    
	CRTCs:      0
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x43
	Timestamp:  39479
	Subpixel:   no subpixels
	Clones:    
	CRTCs:      1
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
Interestingly, if I restart the system (so not a hard reboot, from the good resolution screen) and use shift key to go to the grub menu, and select a normal start, I again get a blank screen, so it is only after a hard reboot (>5 sec holding the power button) and grub menu booting that I get a working screen resolution.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by roblm »

So if I understand correctly, when you pressed and continued to hold down the power button, the laptop didn't shut down like it normally does, but went directly to the grub menu? I've never heard of that happening.

I didn't realize using those parameters would cause that kind of startup problem. Perhaps because of the age of your laptop. I've never seen that with all the testing I've done. To reverse any changes you make to the grub file, you can try to enter tty1 or Recovery Mode. If those don't work, then you can run a live session using the Mint Installation DVD or USB stick to get access to that file.

I don't know if this will make a difference but it's worth trying. To make the GRUB menu always visible at each startup, use this command in the Terminal to open the grub file:

Code: Select all

gksudo gedit /etc/default/grub
Add a hash mark to the beginning of this line:

Code: Select all

GRUB_HIDDEN_TIMEOUT=0
So it will look like this:

Code: Select all

# GRUB_HIDDEN_TIMEOUT=0
Then update grub with this command: sudo update-grub
biologopaco

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by biologopaco »

Sorry!, I think I did not explain it correctly :-) I meant to say that whenever the laptop (or other computer) becomes unresponsive, I just press and hold down the power button (for about 5-10 secs) until the laptop turns off, so basically something similar as to unplug the computer and take out the battery. So after shutting down the laptop in this way, and then press the power button to start it again, I get the grub menu, I suppose this is because I fail to shut it down properly, since when I shut down the computer properly, as in alt-f4 and then selecting shut down (or restart), and then start it again, I don't usually get the grub menu.
Also, when I shut down the computer properly (as in alt-f4) and then when restarting, I press the shift key, I also get the grub menu. But in this case, after selecting normal start (first choice in the grub menu) I still get the blank screen and the computer hang.
So only after doing the following: laptop hang with blank screen -> press+hold power button for hard shut down -> grub menu -> select normal start -> normal screen resolution
If I then do: normal screen resolution -> alt-f4 -> restart -> hold down shift key -> grub menu -> select normal start -> I get laptop hang with blank screen

now, after changing the grub file to # GRUB_HIDDEN_TIMEOUT=0 ... I still get my laptop with an unresponsive blank screen.

So, the difference is that when properly shut down, the computer wont restart properly, but after a forced shut down (press and hold power button...) the computer restarts properly and with the right resolution.... quite weird!
As you said, perhaps is the age of the laptop!
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by roblm »

The xrandr --verbose output shows an EDID. I extracted the contents of it and used the info to create a Modeline and this one had different values than the other 3 that were used. I also added the Horizontal and Vertical frequency ranges from that EDID in this new xorg.conf file you can test:

Code: Select all

Section "ServerLayout"
   Identifier   "Layout0"
   Screen   0 "Screen0" 0 0 
EndSection

Section "Monitor"
   Identifier    "Monitor0"
   HorizSync       47.0 - 49.0	   	 
   VertRefresh     59.0 - 61.0
   DisplaySize  270 203 
   Modeline "1024x768_60.00"  65.00  1024 1048 1184 1344  768 771 777 806  -hsync -vsync
   Option "PreferredMode" "1024x768"
EndSection

Section "Monitor"
   Identifier    "VGA1"
   Option "Enable" "false"
EndSection

Section "Device"
   Identifier   "Device0"
   Driver   "intel"   
   Option "Monitor-LVDS1" "Monitor0"
   Option "Monitor-VGA1" "VGA1"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "Device0"
   Monitor   "Monitor0"
   DefaultDepth   24
   SubSection     "Display"
      Depth       24
      Modes "1024x768" 
   EndSubSection
EndSection
biologopaco

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by biologopaco »

After changing the xorg.conf file, I still get the same result: computer hangs and only after a hard shut down the proper screen resolution shows up.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by roblm »

biologopaco wrote:So, the difference is that when properly shut down, the computer wont restart properly, but after a forced shut down (press and hold power button...) the computer restarts properly and with the right resolution
I don't understand how that can make any difference, because the parameters added to the kernel command line are executed after the selection is made in the GRUB menu. It looks like you stumbled into a very interesting discovery. I wonder if that method works if you remove the last kernel parameter that was added to the grub file.

I'll have to think this over some more. As a last resort you could remove the intel driver and try using the vesa driver, but it provides no 3D graphics acceleration, or try using Ubuntu, which I think has a little better hardware support than Mint.
biologopaco

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by biologopaco »

I think you are right, it should not make a difference. I also noticed the same results when installing mint 18.1 xcfe, and lubuntu 16.10: fine in live mode, wrong resolution after installing.

Also interesting, removing the kernel parameters allows for successful booting (no hanged blank screens ) with 640x480 screen. Doing a forced shut down at this stage does not lead to a grub menu and does not give a good screen, perhaps because the system senses that the initial boot process was completed successfully, whereas with a hang blank screen, it does not complete booting successfully.
But... if I do a forced shut down *before* the booting process is completed, that is, before I get to see the xcfe desktop.... I do get the grub menu upon restarting, meaning the system sensed that booting was not properly completed the last time it was started, and now I do get the correct screen resolution!
So it was not because the kernel parameters, but because I was not completing the booting up process successfully, I was getting the grub menu (to solve any potential problems causing the failed booting probably), and the getting the correct screen size.

Thank you for all your help!!
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by roblm »

When you removed the kernel parameters from the grub file, I hope you remembered to update grub after that.

It appears the drm_kms_helper.edid_firmware parameter did have an effect. When you posted the xrandr --verbose output from using the Live USB, it did not show a EDID, but the last output did, after adding that parameter.

If you do a Google search for “Not using mode (exceeds panel dimensions)”, that problem has been reported by many others using many different distros, and I have not read any solution that worked.

Here is something you can try. Open the xorg.conf file and change the line DisplaySize 270 203 in the Monitor section to
DisplaySize 355 266. That info was also in the EDID.
Then add the drm_kms_helper.edid_firmware parameter to grub, update grub and reboot. At the desktop try using this command again:

Code: Select all

xrandr --output LVDS1 --mode 1024x768 --rate 60
If that fails, then remove the xorg.conf file by renaming it:

Code: Select all

sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old
Reboot and at the desktop use the xrandr command again. To restore the xorg.conf file:

Code: Select all

sudo mv /etc/X11/xorg.conf.old /etc/X11/xorg.conf
EDITED: Here is another xorg.conf file to test:

Code: Select all

Section "ServerLayout"
   Identifier   "Layout0"
   Screen   0 "Screen0" 0 0 
EndSection

Section "Monitor"
   Identifier    "Monitor0"
   HorizSync       47.0 - 49.0	   	 
   VertRefresh     59.0 - 61.0
   DisplaySize  355 266 
   UseModes "CustomModes"
   Option "PreferredMode" "1024x768"
EndSection

Section "Monitor"
   Identifier    "VGA1"
   Option "Enable" "false"
EndSection

Section "Modes"
   Identifier "CustomModes"
   Modeline "1024x768_60.00"  65.00  1024 1032 1176 1344  768 771 777 806  -hsync -vsync
EndSection

Section "Device"
   Identifier   "Device0"
   Driver   "intel"   
   Option "Monitor-LVDS1" "Monitor0"
   Option "Monitor-VGA1" "VGA1"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "Device0"
   Monitor   "Monitor0"
   DefaultDepth   24
   SubSection     "Display"
      Depth       24
      Modes "1024x768" 
   EndSubSection
EndSection
Also, your system is set to show the grub menu now on a normal boot. When you get there, don't press the ENTER key, but just wait 10 seconds to allow it to start automatically.
biologopaco

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by biologopaco »

Ok So I did the changes, but I still get a hang up system with a blank screen, and then after the hard shut down, a system with proper screen resolution.
So lets see if I am doing all the changes right:
here is my grub file

Code: Select all

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=VGA-1:d drm_kms_helper.edid_firmware=LVDS-1:edid/1024x768.bin "
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
here is my xorg.conf file:

Code: Select all

Section "ServerLayout"
   Identifier   "Layout0"
   Screen   0 "Screen0" 0 0
EndSection

Section "Monitor"
   Identifier    "Monitor0"
   HorizSync       47.0 - 49.0         
   VertRefresh     59.0 - 61.0
   DisplaySize  355 266
   UseModes "CustomModes"
   Option "PreferredMode" "1024x768"
EndSection

Section "Monitor"
   Identifier    "VGA1"
   Option "Enable" "false"
EndSection

Section "Modes"
   Identifier "CustomModes"
   Modeline "1024x768_60.00"  65.00  1024 1032 1176 1344  768 771 777 806  -hsync -vsync
EndSection

Section "Device"
   Identifier   "Device0"
   Driver   "intel"   
   Option "Monitor-LVDS1" "Monitor0"
   Option "Monitor-VGA1" "VGA1"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "Device0"
   Monitor   "Monitor0"
   DefaultDepth   24
   SubSection     "Display"
      Depth       24
      Modes "1024x768"
   EndSubSection
EndSection

here is the xrandr --verbose output (after hard reboot when I get a working screen)

Code: Select all

Screen 0: minimum 320 x 200, current 1024 x 768, maximum 32767 x 32767
LVDS1 connected 1024x768+0+0 (0x45) normal (normal left inverted right x axis y axis) 355mm x 266mm
	Identifier: 0x41
	Timestamp:  40165
	Subpixel:   horizontal rgb
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       0
	CRTCs:      0
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	EDID: 
		00ffffffffffff0031d8000000000000
		051601036d231a78ea5ec0a4594a9825
		20505400080061400101010101010101
		01010101010164190040410026300890
		3600630a11000018000000ff004c696e
		75782023300a20202020000000fd003b
		3d2f3107000a202020202020000000fc
		004c696e7578205847410a2020200055
  1024x768 (0x45)   65.0MHz -HSync -VSync *current +preferred
        h: width  1024 start 1032 end 1176 total 1344 skew    0 clock   48.4KHz
        v: height  768 start  771 end  777 total  806           clock   60.0Hz
  1024x768_60.00 (0x7c)   65.0MHz -HSync -VSync
        h: width  1024 start 1032 end 1176 total 1344 skew    0 clock   48.4KHz
        v: height  768 start  771 end  777 total  806           clock   60.0Hz
  1024x768 (0x7d)   65.0MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock   48.4KHz
        v: height  768 start  771 end  777 total  806           clock   60.0Hz
VGA1 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x42
	Timestamp:  40165
	Subpixel:   unknown
	Clones:    
	CRTCs:      0
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x43
	Timestamp:  40165
	Subpixel:   no subpixels
	Clones:    
	CRTCs:      1
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter:
and the Xorg.0.log , also after hard reboot

Code: Select all

[    40.166] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[    40.167] X Protocol Version 11, Revision 0
[    40.167] Build Operating System: Linux 3.2.0-37-generic i686 Ubuntu
[    40.167] Current Operating System: Linux paco-Inspiron-1100 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:30:01 UTC 2014 i686
[    40.167] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic root=UUID=ffbb4f83-5c9b-4ee6-9029-97d246976cef ro quiet splash video=VGA-1:d drm_kms_helper.edid_firmware=LVDS-1:edid/1024x768.bin
[    40.167] Build Date: 30 July 2014  12:19:53AM
[    40.167] xorg-server 2:1.15.1-0ubuntu2.1 (For technical support please see http://www.ubuntu.com/support) 
[    40.167] Current version of pixman: 0.30.2
[    40.167] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    40.176] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    40.176] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 14 21:26:04 2017
[    40.178] (==) Using config file: "/etc/X11/xorg.conf"
[    40.178] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    40.192] (==) ServerLayout "Layout0"
[    40.192] (**) |-->Screen "Screen0" (0)
[    40.192] (**) |   |-->Monitor "Monitor0"
[    40.193] (**) |   |-->Device "Device0"
[    40.193] (==) Automatically adding devices
[    40.193] (==) Automatically enabling devices
[    40.193] (==) Automatically adding GPU devices
[    40.193] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    40.193] 	Entry deleted from font path.
[    40.193] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    40.193] 	Entry deleted from font path.
[    40.193] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    40.194] 	Entry deleted from font path.
[    40.194] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    40.194] 	Entry deleted from font path.
[    40.194] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    40.194] 	Entry deleted from font path.
[    40.194] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    40.194] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    40.194] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    40.194] (II) Loader magic: 0xb77c86c0
[    40.194] (II) Module ABI versions:
[    40.194] 	X.Org ANSI C Emulation: 0.4
[    40.194] 	X.Org Video Driver: 15.0
[    40.194] 	X.Org XInput driver : 20.0
[    40.194] 	X.Org Server Extension : 8.0
[    40.201] (II) xfree86: Adding drm device (/dev/dri/card0)
[    40.205] (--) PCI:*(0:0:2:0) 8086:2562:1028:0149 rev 3, Mem @ 0xf0000000/134217728, 0xe0000000/524288
[    40.205] Initializing built-in extension Generic Event Extension
[    40.205] Initializing built-in extension SHAPE
[    40.205] Initializing built-in extension MIT-SHM
[    40.205] Initializing built-in extension XInputExtension
[    40.205] Initializing built-in extension XTEST
[    40.206] Initializing built-in extension BIG-REQUESTS
[    40.206] Initializing built-in extension SYNC
[    40.206] Initializing built-in extension XKEYBOARD
[    40.206] Initializing built-in extension XC-MISC
[    40.206] Initializing built-in extension SECURITY
[    40.206] Initializing built-in extension XINERAMA
[    40.206] Initializing built-in extension XFIXES
[    40.206] Initializing built-in extension RENDER
[    40.206] Initializing built-in extension RANDR
[    40.206] Initializing built-in extension COMPOSITE
[    40.206] Initializing built-in extension DAMAGE
[    40.206] Initializing built-in extension MIT-SCREEN-SAVER
[    40.206] Initializing built-in extension DOUBLE-BUFFER
[    40.206] Initializing built-in extension RECORD
[    40.207] Initializing built-in extension DPMS
[    40.207] Initializing built-in extension Present
[    40.207] Initializing built-in extension DRI3
[    40.207] Initializing built-in extension X-Resource
[    40.207] Initializing built-in extension XVideo
[    40.207] Initializing built-in extension XVideo-MotionCompensation
[    40.207] Initializing built-in extension SELinux
[    40.207] Initializing built-in extension XFree86-VidModeExtension
[    40.207] Initializing built-in extension XFree86-DGA
[    40.207] Initializing built-in extension XFree86-DRI
[    40.207] Initializing built-in extension DRI2
[    40.207] (II) LoadModule: "glx"
[    40.313] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    40.671] (II) Module glx: vendor="X.Org Foundation"
[    40.674] 	compiled for 1.15.1, module version = 1.0.0
[    40.674] 	ABI class: X.Org Server Extension, version 8.0
[    40.674] (==) AIGLX enabled
[    40.674] Loading extension GLX
[    40.674] (II) LoadModule: "intel"
[    40.675] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    40.718] (II) Module intel: vendor="X.Org Foundation"
[    40.718] 	compiled for 1.15.1, module version = 2.99.910
[    40.718] 	Module class: X.Org Video Driver
[    40.718] 	ABI class: X.Org Video Driver, version 15.0
[    40.718] (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
[    40.721] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    40.721] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    40.721] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    40.721] (++) using VT number 8

[    40.728] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.1 (Maarten Lankhorst <maarten.lankhorst@ubuntu.com>)
[    40.731] (--) intel(0): Integrated Graphics Chipset: Intel(R) 845G
[    40.731] (--) intel(0): CPU: x86, sse2
[    40.731] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[    40.744] (==) intel(0): RGB weight 888
[    40.744] (==) intel(0): Default visual is TrueColor
[    40.745] (**) intel(0): Framebuffer tiled
[    40.746] (**) intel(0): Pixmaps tiled
[    40.746] (**) intel(0): "Tear free" disabled
[    40.746] (**) intel(0): Forcing per-crtc-pixmaps? no
[    40.746] (II) intel(0): Output LVDS1 using monitor section Monitor0
[    40.746] (**) intel(0): Option "PreferredMode" "1024x768"
[    40.747] (II) intel(0): Output VGA1 using monitor section VGA1
[    40.747] (**) intel(0): Option "Enable" "false"
[    40.747] (II) intel(0): Output VIRTUAL1 has no monitor section
[    40.747] (--) intel(0): Output LVDS1 using initial mode 1024x768 on pipe 0
[    40.747] (**) intel(0): Display dimensions: (355, 266) mm
[    40.747] (**) intel(0): DPI set to (73, 73)
[    40.747] (II) Loading sub module "dri2"
[    40.747] (II) LoadModule: "dri2"
[    40.747] (II) Module "dri2" already built-in
[    40.751] (==) Depth 24 pixmap format is 32 bpp
[    40.752] (II) intel(0): SNA initialized with Almador (gen2) backend
[    40.752] (==) intel(0): Backing store enabled
[    40.752] (==) intel(0): Silken mouse enabled
[    40.752] (II) intel(0): HW Cursor enabled
[    40.752] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    40.753] (==) intel(0): DPMS enabled
[    40.753] (II) intel(0): Textured video not supported on this hardware
[    40.753] (II) intel(0): [DRI2] Setup complete
[    40.753] (II) intel(0): [DRI2]   DRI driver: i915
[    40.753] (II) intel(0): [DRI2]   VDPAU driver: i915
[    40.754] (II) intel(0): direct rendering: DRI2 Enabled
[    40.754] (WW) intel(0): Option "PreferredMode" is not used
[    40.754] (==) intel(0): hotplug detection: "enabled"
[    40.754] (--) RandR disabled
[    40.814] (II) SELinux: Disabled on system
[    40.970] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    40.970] (II) AIGLX: enabled GLX_ARB_create_context
[    40.970] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    40.970] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    40.970] (II) AIGLX: enabled GLX_INTEL_swap_event
[    40.970] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    40.970] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    40.970] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    40.970] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    40.971] (II) AIGLX: Loaded and initialized i915
[    40.971] (II) GLX: Initialized DRI2 GL provider for screen 0
[    41.000] (II) intel(0): switch to mode 1024x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[    41.020] (II) intel(0): Setting screen physical size to 355 x 266
[    41.093] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    41.143] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    41.146] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    41.147] (II) LoadModule: "evdev"
[    41.149] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    41.163] (II) Module evdev: vendor="X.Org Foundation"
[    41.164] 	compiled for 1.15.0, module version = 2.8.2
[    41.164] 	Module class: X.Org XInput Driver
[    41.164] 	ABI class: X.Org XInput driver, version 20.0
[    41.164] (II) Using input driver 'evdev' for 'Power Button'
[    41.164] (**) Power Button: always reports core events
[    41.164] (**) evdev: Power Button: Device: "/dev/input/event3"
[    41.164] (--) evdev: Power Button: Vendor 0 Product 0x1
[    41.165] (--) evdev: Power Button: Found keys
[    41.165] (II) evdev: Power Button: Configuring as keyboard
[    41.165] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    41.165] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    41.165] (**) Option "xkb_rules" "evdev"
[    41.165] (**) Option "xkb_model" "pc105"
[    41.165] (**) Option "xkb_layout" "us"
[    41.165] (**) Option "xkb_variant" "intl"
[    41.203] (II) XKB: reuse xkmfile /var/lib/xkb/server-A5431D4A34463C892C9E905E2E421B30A3CC30DD.xkm
[    41.224] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    41.224] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    41.224] (II) Using input driver 'evdev' for 'Video Bus'
[    41.224] (**) Video Bus: always reports core events
[    41.224] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    41.225] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    41.225] (--) evdev: Video Bus: Found keys
[    41.225] (II) evdev: Video Bus: Configuring as keyboard
[    41.225] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input9/event5"
[    41.225] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    41.225] (**) Option "xkb_rules" "evdev"
[    41.225] (**) Option "xkb_model" "pc105"
[    41.225] (**) Option "xkb_layout" "us"
[    41.225] (**) Option "xkb_variant" "intl"
[    41.245] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    41.245] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    41.245] (II) Using input driver 'evdev' for 'Power Button'
[    41.245] (**) Power Button: always reports core events
[    41.245] (**) evdev: Power Button: Device: "/dev/input/event2"
[    41.245] (--) evdev: Power Button: Vendor 0 Product 0x1
[    41.245] (--) evdev: Power Button: Found keys
[    41.245] (II) evdev: Power Button: Configuring as keyboard
[    41.246] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input2/event2"
[    41.246] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    41.246] (**) Option "xkb_rules" "evdev"
[    41.246] (**) Option "xkb_model" "pc105"
[    41.246] (**) Option "xkb_layout" "us"
[    41.246] (**) Option "xkb_variant" "intl"
[    41.262] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    41.262] (II) No input driver specified, ignoring this device.
[    41.262] (II) This device may have been added with another device file.
[    41.279] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    41.279] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    41.279] (II) Using input driver 'evdev' for 'Sleep Button'
[    41.279] (**) Sleep Button: always reports core events
[    41.285] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[    41.285] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    41.285] (--) evdev: Sleep Button: Found keys
[    41.285] (II) evdev: Sleep Button: Configuring as keyboard
[    41.285] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0/event0"
[    41.285] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    41.285] (**) Option "xkb_rules" "evdev"
[    41.285] (**) Option "xkb_model" "pc105"
[    41.285] (**) Option "xkb_layout" "us"
[    41.286] (**) Option "xkb_variant" "intl"
[    41.287] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    41.287] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[    41.311] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    41.311] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    41.311] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    41.311] (**) AT Translated Set 2 keyboard: always reports core events
[    41.311] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    41.311] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    41.311] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    41.311] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    41.311] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    41.332] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    41.332] (**) Option "xkb_rules" "evdev"
[    41.332] (**) Option "xkb_model" "pc105"
[    41.332] (**) Option "xkb_layout" "us"
[    41.333] (**) Option "xkb_variant" "intl"
[    41.335] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    41.335] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    41.335] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    41.356] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    41.356] (II) LoadModule: "synaptics"
[    41.357] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    41.358] (II) Module synaptics: vendor="X.Org Foundation"
[    41.358] 	compiled for 1.15.0, module version = 1.7.4
[    41.358] 	Module class: X.Org XInput Driver
[    41.358] 	ABI class: X.Org XInput driver, version 20.0
[    41.358] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    41.358] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    41.358] (**) Option "Device" "/dev/input/event6"
[    41.359] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 85)
[    41.359] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 94)
[    41.359] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    41.359] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    41.359] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    41.359] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    41.359] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    41.359] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    41.359] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event6"
[    41.376] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[    41.377] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    41.377] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    41.377] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[    41.377] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    41.378] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    41.378] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    41.378] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    41.378] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    41.397] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    41.397] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    46.844] (II) XKB: reuse xkmfile /var/lib/xkb/server-4A20353D150C78F76EC50889E8DF557E4342DD59.xkm
[    48.488] (II) intel(0): EDID vendor "LNX", prod id 0
[    48.488] (II) intel(0): Using hsync ranges from config file
[    48.488] (II) intel(0): Using vrefresh ranges from config file
[    48.488] (II) intel(0): Printing DDC gathered Modelines:
[    48.488] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1032 1176 1344  768 771 777 806 -hsync -vsync (48.4 kHz eP)
[    48.489] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by roblm »

You did all the changes correctly.

Here is another method to try. The EDID below is not from the laptop's display but from using the drm_kms_helper parameter. The kernel has generic built-in EDIDs for standard resolutions to be used in situations where no correctly working EDID is available.
Copy the lines below, open the text editor and paste them:

Code: Select all

00ffffffffffff0031d8000000000000
051601036d231a78ea5ec0a4594a9825
20505400080061400101010101010101
01010101010164190040410026300890
3600630a11000018000000ff004c696e
75782023300a20202020000000fd003b
3d2f3107000a202020202020000000fc
004c696e7578205847410a2020200055
Save the file as .edid.txt in Home (/home/your-user-name). Open the Terminal and use this command to convert the data from hex to binary format and save it to a file named .edid.bin in Home. It will be hidden:

Code: Select all

xxd -r -p .edid.txt .edid.bin

Open the existing xorg.conf file, remove all the lines and add these, changing your-user-name to your actual user name:

Code: Select all

Section "Device"
   Identifier   "Device0"
   Driver   "intel"   
   Option "CustomEDID" "LVDS1:/home/your-user-name/.edid.bin"
EndSection
If that fails, then post the Xorg.0.log file.
biologopaco

Re: Laptop Monitor fine when booting from live usb, then fails after installation

Post by biologopaco »

Hi. I made the filesm and changed the xorg.conf file so it only includes the 5 lines of the section device.
But it still gives a hanged blank screen after rebooting. At this point instead of doing a hard power off and rebooting from the hard drive, I rebooted from a live usb in order to get the Xorg.0.log file made from the booting that leaded to the hanged screen.
Here is that Xorg.0.log file

Code: Select all

[    40.245] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[    40.246] X Protocol Version 11, Revision 0
[    40.246] Build Operating System: Linux 3.2.0-37-generic i686 Ubuntu
[    40.246] Current Operating System: Linux paco-Inspiron-1100 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:30:01 UTC 2014 i686
[    40.246] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic root=UUID=ffbb4f83-5c9b-4ee6-9029-97d246976cef ro quiet splash video=VGA-1:d drm_kms_helper.edid_firmware=LVDS-1:edid/1024x768.bin
[    40.246] Build Date: 30 July 2014  12:19:53AM
[    40.246] xorg-server 2:1.15.1-0ubuntu2.1 (For technical support please see http://www.ubuntu.com/support) 
[    40.246] Current version of pixman: 0.30.2
[    40.246] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    40.247] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    40.247] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 15 20:46:51 2017
[    40.265] (==) Using config file: "/etc/X11/xorg.conf"
[    40.265] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    40.266] (==) No Layout section.  Using the first Screen section.
[    40.266] (==) No screen section available. Using defaults.
[    40.266] (**) |-->Screen "Default Screen Section" (0)
[    40.266] (**) |   |-->Monitor "<default monitor>"
[    40.267] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    40.267] (**) |   |-->Device "Device0"
[    40.267] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    40.267] (==) Automatically adding devices
[    40.267] (==) Automatically enabling devices
[    40.267] (==) Automatically adding GPU devices
[    40.279] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    40.279] 	Entry deleted from font path.
[    40.279] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    40.279] 	Entry deleted from font path.
[    40.283] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    40.283] 	Entry deleted from font path.
[    40.283] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    40.283] 	Entry deleted from font path.
[    40.283] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    40.283] 	Entry deleted from font path.
[    40.283] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    40.283] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    40.283] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    40.284] (II) Loader magic: 0xb77fe6c0
[    40.284] (II) Module ABI versions:
[    40.284] 	X.Org ANSI C Emulation: 0.4
[    40.284] 	X.Org Video Driver: 15.0
[    40.284] 	X.Org XInput driver : 20.0
[    40.284] 	X.Org Server Extension : 8.0
[    40.285] (II) xfree86: Adding drm device (/dev/dri/card0)
[    40.310] (--) PCI:*(0:0:2:0) 8086:2562:1028:0149 rev 3, Mem @ 0xf0000000/134217728, 0xe0000000/524288
[    40.310] Initializing built-in extension Generic Event Extension
[    40.310] Initializing built-in extension SHAPE
[    40.310] Initializing built-in extension MIT-SHM
[    40.310] Initializing built-in extension XInputExtension
[    40.310] Initializing built-in extension XTEST
[    40.311] Initializing built-in extension BIG-REQUESTS
[    40.311] Initializing built-in extension SYNC
[    40.311] Initializing built-in extension XKEYBOARD
[    40.311] Initializing built-in extension XC-MISC
[    40.311] Initializing built-in extension SECURITY
[    40.311] Initializing built-in extension XINERAMA
[    40.311] Initializing built-in extension XFIXES
[    40.311] Initializing built-in extension RENDER
[    40.311] Initializing built-in extension RANDR
[    40.311] Initializing built-in extension COMPOSITE
[    40.311] Initializing built-in extension DAMAGE
[    40.311] Initializing built-in extension MIT-SCREEN-SAVER
[    40.311] Initializing built-in extension DOUBLE-BUFFER
[    40.324] Initializing built-in extension RECORD
[    40.324] Initializing built-in extension DPMS
[    40.324] Initializing built-in extension Present
[    40.324] Initializing built-in extension DRI3
[    40.324] Initializing built-in extension X-Resource
[    40.324] Initializing built-in extension XVideo
[    40.325] Initializing built-in extension XVideo-MotionCompensation
[    40.325] Initializing built-in extension SELinux
[    40.325] Initializing built-in extension XFree86-VidModeExtension
[    40.325] Initializing built-in extension XFree86-DGA
[    40.325] Initializing built-in extension XFree86-DRI
[    40.325] Initializing built-in extension DRI2
[    40.325] (II) LoadModule: "glx"
[    40.367] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    40.689] (II) Module glx: vendor="X.Org Foundation"
[    40.689] 	compiled for 1.15.1, module version = 1.0.0
[    40.689] 	ABI class: X.Org Server Extension, version 8.0
[    40.689] (==) AIGLX enabled
[    40.689] Loading extension GLX
[    40.689] (II) LoadModule: "intel"
[    40.690] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    40.716] (II) Module intel: vendor="X.Org Foundation"
[    40.716] 	compiled for 1.15.1, module version = 2.99.910
[    40.716] 	Module class: X.Org Video Driver
[    40.716] 	ABI class: X.Org Video Driver, version 15.0
[    40.717] (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
[    40.718] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    40.718] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    40.718] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    40.718] (++) using VT number 8

[    40.726] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.1 (Maarten Lankhorst <maarten.lankhorst@ubuntu.com>)
[    40.729] (--) intel(0): Integrated Graphics Chipset: Intel(R) 845G
[    40.729] (--) intel(0): CPU: x86, sse2
[    40.730] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    40.730] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    40.730] (==) intel(0): RGB weight 888
[    40.730] (==) intel(0): Default visual is TrueColor
[    40.740] (**) intel(0): Framebuffer tiled
[    40.740] (**) intel(0): Pixmaps tiled
[    40.740] (**) intel(0): "Tear free" disabled
[    40.740] (**) intel(0): Forcing per-crtc-pixmaps? no
[    40.741] (II) intel(0): Output LVDS1 has no monitor section
[    40.741] (II) intel(0): Output VGA1 has no monitor section
[    40.741] (II) intel(0): Output VIRTUAL1 has no monitor section
[    40.741] (--) intel(0): Output LVDS1 using initial mode 1024x768 on pipe 0
[    40.741] (==) intel(0): DPI set to (96, 96)
[    40.741] (II) Loading sub module "dri2"
[    40.742] (II) LoadModule: "dri2"
[    40.742] (II) Module "dri2" already built-in
[    40.742] (==) Depth 24 pixmap format is 32 bpp
[    40.743] (II) intel(0): SNA initialized with Almador (gen2) backend
[    40.743] (==) intel(0): Backing store enabled
[    40.743] (==) intel(0): Silken mouse enabled
[    40.743] (II) intel(0): HW Cursor enabled
[    40.743] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    40.754] (==) intel(0): DPMS enabled
[    40.754] (II) intel(0): Textured video not supported on this hardware
[    40.754] (II) intel(0): [DRI2] Setup complete
[    40.755] (II) intel(0): [DRI2]   DRI driver: i915
[    40.755] (II) intel(0): [DRI2]   VDPAU driver: i915
[    40.755] (II) intel(0): direct rendering: DRI2 Enabled
[    40.755] (WW) intel(0): Option "CustomEDID" is not used
[    40.755] (==) intel(0): hotplug detection: "enabled"
[    40.755] (--) RandR disabled
[    40.853] (II) SELinux: Disabled on system
[    41.035] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    41.035] (II) AIGLX: enabled GLX_ARB_create_context
[    41.035] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    41.035] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    41.035] (II) AIGLX: enabled GLX_INTEL_swap_event
[    41.035] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    41.035] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    41.035] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    41.035] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    41.054] (II) AIGLX: Loaded and initialized i915
[    41.054] (II) GLX: Initialized DRI2 GL provider for screen 0
[    41.092] (II) intel(0): switch to mode 1024x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[    41.120] (II) intel(0): Setting screen physical size to 270 x 203
[    41.222] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    41.259] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    41.259] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    41.259] (II) LoadModule: "evdev"
[    41.268] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    41.283] (II) Module evdev: vendor="X.Org Foundation"
[    41.284] 	compiled for 1.15.0, module version = 2.8.2
[    41.284] 	Module class: X.Org XInput Driver
[    41.284] 	ABI class: X.Org XInput driver, version 20.0
[    41.284] (II) Using input driver 'evdev' for 'Power Button'
[    41.284] (**) Power Button: always reports core events
[    41.284] (**) evdev: Power Button: Device: "/dev/input/event3"
[    41.284] (--) evdev: Power Button: Vendor 0 Product 0x1
[    41.285] (--) evdev: Power Button: Found keys
[    41.285] (II) evdev: Power Button: Configuring as keyboard
[    41.285] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    41.285] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    41.285] (**) Option "xkb_rules" "evdev"
[    41.285] (**) Option "xkb_model" "pc105"
[    41.285] (**) Option "xkb_layout" "us"
[    41.285] (**) Option "xkb_variant" "intl"
[    41.304] (II) XKB: reuse xkmfile /var/lib/xkb/server-A5431D4A34463C892C9E905E2E421B30A3CC30DD.xkm
[    41.307] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    41.316] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    41.316] (II) Using input driver 'evdev' for 'Video Bus'
[    41.316] (**) Video Bus: always reports core events
[    41.317] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    41.317] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    41.317] (--) evdev: Video Bus: Found keys
[    41.317] (II) evdev: Video Bus: Configuring as keyboard
[    41.317] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input13/event5"
[    41.317] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    41.317] (**) Option "xkb_rules" "evdev"
[    41.317] (**) Option "xkb_model" "pc105"
[    41.317] (**) Option "xkb_layout" "us"
[    41.317] (**) Option "xkb_variant" "intl"
[    41.328] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    41.328] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    41.328] (II) Using input driver 'evdev' for 'Power Button'
[    41.329] (**) Power Button: always reports core events
[    41.329] (**) evdev: Power Button: Device: "/dev/input/event2"
[    41.329] (--) evdev: Power Button: Vendor 0 Product 0x1
[    41.329] (--) evdev: Power Button: Found keys
[    41.329] (II) evdev: Power Button: Configuring as keyboard
[    41.329] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input2/event2"
[    41.329] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    41.329] (**) Option "xkb_rules" "evdev"
[    41.329] (**) Option "xkb_model" "pc105"
[    41.329] (**) Option "xkb_layout" "us"
[    41.330] (**) Option "xkb_variant" "intl"
[    41.342] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    41.342] (II) No input driver specified, ignoring this device.
[    41.342] (II) This device may have been added with another device file.
[    41.352] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    41.352] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    41.352] (II) Using input driver 'evdev' for 'Sleep Button'
[    41.352] (**) Sleep Button: always reports core events
[    41.352] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[    41.353] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    41.353] (--) evdev: Sleep Button: Found keys
[    41.353] (II) evdev: Sleep Button: Configuring as keyboard
[    41.353] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0/event0"
[    41.353] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    41.353] (**) Option "xkb_rules" "evdev"
[    41.353] (**) Option "xkb_model" "pc105"
[    41.353] (**) Option "xkb_layout" "us"
[    41.353] (**) Option "xkb_variant" "intl"
[    41.355] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    41.355] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[    41.369] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    41.369] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    41.369] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    41.369] (**) AT Translated Set 2 keyboard: always reports core events
[    41.369] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    41.370] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    41.370] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    41.370] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    41.370] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    41.370] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    41.370] (**) Option "xkb_rules" "evdev"
[    41.370] (**) Option "xkb_model" "pc105"
[    41.370] (**) Option "xkb_layout" "us"
[    41.370] (**) Option "xkb_variant" "intl"
[    41.381] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    41.381] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    41.381] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    41.382] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    41.382] (II) LoadModule: "synaptics"
[    41.383] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    41.383] (II) Module synaptics: vendor="X.Org Foundation"
[    41.383] 	compiled for 1.15.0, module version = 1.7.4
[    41.383] 	Module class: X.Org XInput Driver
[    41.388] 	ABI class: X.Org XInput driver, version 20.0
[    41.388] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    41.388] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    41.388] (**) Option "Device" "/dev/input/event6"
[    41.389] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 85)
[    41.389] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 94)
[    41.389] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    41.389] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    41.389] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    41.389] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    41.389] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    41.389] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    41.390] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input17/event6"
[    41.390] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[    41.390] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    41.390] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    41.390] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[    41.391] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    41.391] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    41.391] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    41.391] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    41.391] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    41.401] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    41.401] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    47.289] (II) XKB: reuse xkmfile /var/lib/xkb/server-4A20353D150C78F76EC50889E8DF557E4342DD59.xkm
[    48.261] (II) intel(0): EDID vendor "LNX", prod id 0
[    48.261] (II) intel(0): Using EDID range info for horizontal sync
[    48.261] (II) intel(0): Using EDID range info for vertical refresh
[    48.261] (II) intel(0): Printing DDC gathered Modelines:
[    48.261] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1032 1176 1344  768 771 777 806 -hsync -vsync (48.4 kHz eP)
[    48.261] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    98.710] (II) UnloadModule: "synaptics"
[    98.710] (II) evdev: AT Translated Set 2 keyboard: Close
[    98.710] (II) UnloadModule: "evdev"
[    98.710] (II) evdev: Sleep Button: Close
[    98.711] (II) UnloadModule: "evdev"
[    98.711] (II) evdev: Power Button: Close
[    98.711] (II) UnloadModule: "evdev"
[    98.711] (II) evdev: Video Bus: Close
[    98.711] (II) UnloadModule: "evdev"
[    98.711] (II) evdev: Power Button: Close
[    98.723] (II) UnloadModule: "evdev"
[    98.948] (EE) Server terminated successfully (0). Closing log file.
Thanks!
Locked

Return to “Graphics Cards & Monitors”