LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 01-03-2014, 06:01 PM   #1
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Rep: Reputation: 1
Intel 945GM/GMS No 3D acceleration


Hi all,
First time I've done an install where 3D acceleration fails on this laptop. Cinnamon crashes and uses fallback mode. Mint 15 Cinnamon was running great, I'm just in a habit of keeping a separate /home partition and installing the latest onto my root partition. Thanks for any help that may come to my thread

Code:
~ $ inxi -Fx
System:    Host: zombiebox2 Kernel: 3.11.0-12-generic x86_64 (64 bit, gcc: 4.8.1) Desktop: N/A Distro: Linux Mint 16 Petra
Machine:   System: FUJITSU product: LifeBook T4215
           Mobo: FUJITSU model: FJNB1B9 Bios: FUJITSU // Phoenix version: Version 1.05 date: 10/12/2006
CPU:       Dual core Intel Core2 CPU T5600 (-MCP-) cache: 2048 KB flags: (lm nx sse sse2 sse3 ssse3 vmx) bmips: 7314.9
           Clock Speeds: 1: 1000.00 MHz 2: 1000.00 MHz
Graphics:  Card: Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics Controller bus-ID: 00:02.0
           X.Org: 1.14.3 drivers: intel (unloaded: fbdev,vesa) Resolution: 1024x768@60.0hz
           GLX Renderer: Mesa DRI Intel 945GM GLX Version: 1.4 Mesa 9.2.1 Direct Rendering: Yes
Audio:     Card: Intel NM10/ICH7 Family High Definition Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture ver: k3.11.0-12-generic
Network:   Card-1: Marvell 88E8055 PCI-E Gigabit Ethernet Controller driver: sky2 ver: 1.30 port: 2000 bus-ID: 02:00.0
           IF: eth2 state: down mac: 00:17:42:1b:97:12
           Card-2: Intel PRO/Wireless 3945ABG [Golan] Network Connection driver: iwl3945 ver: in-tree:s bus-ID: 05:00.0
           IF: wlan1 state: up mac: 00:18:de:9a:27:d8
Drives:    HDD Total Size: 120.0GB (19.1% used) 1: id: /dev/sda model: FUJITSU_MHY212RB size: 120.0GB
Partition: ID: / size: 14G used: 4.7G (37%) fs: ext4 ID: /home size: 95G used: 17G (19%) fs: ext4
           ID: swap-1 size: 2.67GB used: 0.00GB (0%) fs: swap
RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors:   System Temperatures: cpu: 26.8C mobo: 26.8C
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 162 Uptime: 9:23 Memory: 709.4/1992.6MB Runlevel: 2 Gcc sys: 4.8.1 Client: Shell inxi: 1.8.4
 
Old 01-04-2014, 11:38 AM   #2
fuorviato
Member
 
Registered: Dec 2013
Location: Poland
Distribution: Sabayon/Gentoo 64bit
Posts: 215

Rep: Reputation: 14
Can you paste your
Quote:
/etc/X11/xorg.conf
and your Xorg.0 log file here?
 
Old 01-04-2014, 06:57 PM   #3
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by fuorviato View Post
Can you paste your and your Xorg.0 log file here?
Thanks for your reply. I had to create one with
Code:
sudo X :1 -configure
Code:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	Screen      2  "Screen2" RightOf "Screen1"
	Screen      3  "Screen3" RightOf "Screen2"
	Screen      4  "Screen4" RightOf "Screen3"
	Screen      5  "Screen5" RightOf "Screen4"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor2"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor3"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor4"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor5"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "Backlight"          	# <str>
        #Option     "DRI"                	# <str>
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "VSync"              	# [<bool>]
        #Option     "PageFlip"           	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "ReprobeOutputs"     	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "VirtualHeads"       	# <i>
        #Option     "TearFree"           	# [<bool>]
        #Option     "PerCrtcPixmaps"     	# [<bool>]
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "BufferCache"        	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "Backlight"          	# <str>
        #Option     "DRI"                	# <str>
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "VSync"              	# [<bool>]
        #Option     "PageFlip"           	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "ReprobeOutputs"     	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "VirtualHeads"       	# <i>
        #Option     "TearFree"           	# [<bool>]
        #Option     "PerCrtcPixmaps"     	# [<bool>]
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "BufferCache"        	# [<bool>]
	Identifier  "Card1"
	Driver      "intel"
	BusID       "PCI:0:2:1"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "kmsdev"             	# <str>
        #Option     "ShadowFB"           	# [<bool>]
	Identifier  "Card2"
	Driver      "modesetting"
	BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "kmsdev"             	# <str>
        #Option     "ShadowFB"           	# [<bool>]
	Identifier  "Card3"
	Driver      "modesetting"
	BusID       "PCI:0:2:1"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# <str>
        #Option     "fbdev"              	# <str>
        #Option     "debug"              	# [<bool>]
	Identifier  "Card4"
	Driver      "fbdev"
	BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card5"
	Driver      "vesa"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "Card2"
	Monitor    "Monitor2"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen3"
	Device     "Card3"
	Monitor    "Monitor3"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen4"
	Device     "Card4"
	Monitor    "Monitor4"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen5"
	Device     "Card5"
	Monitor    "Monitor5"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
 
Old 01-04-2014, 07:17 PM   #4
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,110
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Well, I run Icewm on this setup with AntiX so all I can do is show you mine so you can compare yours to mine.

Code:
harry@biker:~
$ inxi -G
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller 
           X.Org: 1.14.5 drivers: intel (unloaded: fbdev,vesa) Resolution: 1024x600@53.3hz 
           GLX Renderer: Mesa DRI Intel 945GME x86/MMX/SSE2 GLX Version: 2.1 Mesa 9.2.2
harry@biker:~
$ xvidtune -show
"1024x600"     40.00   1024 1034 1064 1200    600  601  606  625 -hsync -vsync

harry@biker:~
$ glxinfo | grep -i "direct rendering"
direct rendering: Yes
harry@biker:~
$ cat /var/log/Xorg.0.log | grep -i "dri" | grep -v -i "driver"
[    10.261] (II) xfree86: Adding drm device (/dev/dri/card0)
[    10.267] Initializing built-in extension XFree86-DRI
[    10.267] Initializing built-in extension DRI2
[    10.421] (II) Loading sub module "dri2"
[    10.421] (II) LoadModule: "dri2"
[    10.421] (II) Module "dri2" already built-in
[    10.425] (II) intel(0): [DRI2] Setup complete
[    10.438] (II) intel(0): direct rendering: DRI2 Enabled
[    10.590] (II) GLX: Initialized DRI2 GL provider for screen 0
[    11.136] (II) config/udev: Adding drm device (/dev/dri/card0)
Like you I have no

Code:
harry@biker:~
$ cat /etc/X11/xorg.conf 
cat: /etc/X11/xorg.conf: No such file or directory
harry@biker:~
and I am not about to generate one since I have no need of one.
Sorry I can't be of more help to you.
 
Old 01-04-2014, 07:27 PM   #5
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1
roky,
thanks for your reply. I noticed a difference here with mine:
Code:
inxi -G
Graphics:  Card: Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics Controller 
           X.Org: 1.14.3 drivers: intel (unloaded: fbdev,vesa) Resolution: 1024x768@60.0hz 
           GLX Renderer: Mesa DRI Intel 945GM GLX Version: 1.4 Mesa 9.2.1
Yours is:
Code:
 inxi -G
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller 
           X.Org: 1.14.5 drivers: intel (unloaded: fbdev,vesa) Resolution: 1024x600@53.3hz 
           GLX Renderer: Mesa DRI Intel 945GME x86/MMX/SSE2 GLX Version: 2.1 Mesa 9.2.2
 
Old 01-04-2014, 07:51 PM   #6
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,110
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Yeah, That is because mine is a different intel chip version than yours/ Yours is
GMS & mine is GSE.

That is because this netbook of mine is a Atom N270 netbook while yours is dual core with more horse power than mine. The 945 chip on yours may be just a different variation of mine (I am guessing here being just a linux using biker)

The
Code:
cat /var/log/Xorg.0.log | grep -i "dri" | grep -v -i "driver"
was where I figured you might notice a variation from mine since our chips just have different letter designations.

http://ark.intel.com/products/32281/...ory-Controller
http://www.intel.com/content/www/us/...S+943%2F940GML
 
Old 01-05-2014, 10:40 PM   #7
fuorviato
Member
 
Registered: Dec 2013
Location: Poland
Distribution: Sabayon/Gentoo 64bit
Posts: 215

Rep: Reputation: 14
Shaine, you should be able to get your xorg.0 log. Paste it here so we can see what's causing cinammon to activate the fallback.
 
Old 01-06-2014, 01:00 AM   #8
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1
my xorg.0 log

Quote:
Originally Posted by fuorviato View Post
Shaine, you should be able to get your xorg.0 log. Paste it here so we can see what's causing cinammon to activate the fallback.
Thanks for your reply

Code:
u Nov 7 18:26:25 CET 2013 x86_64
[    23.725] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.12.0-2-exton root=UUID=768f47e8-e472-4fbb-a91e-68ef4bd0ac9b ro quiet splash vt.handoff=7
[    23.725] Build Date: 15 October 2013  09:23:37AM
[    23.725] xorg-server 2:1.14.3-3ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
[    23.725] Current version of pixman: 0.30.2
[    23.725] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    23.725] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    23.725] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan  5 22:57:00 2014
[    23.738] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    23.738] (==) No Layout section.  Using the first Screen section.
[    23.738] (==) No screen section available. Using defaults.
[    23.738] (**) |-->Screen "Default Screen Section" (0)
[    23.738] (**) |   |-->Monitor "<default monitor>"
[    23.739] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    23.739] (==) Automatically adding devices
[    23.739] (==) Automatically enabling devices
[    23.739] (==) Automatically adding GPU devices
[    23.739] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    23.739] 	Entry deleted from font path.
[    23.739] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    23.739] 	Entry deleted from font path.
[    23.739] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    23.739] 	Entry deleted from font path.
[    23.739] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    23.739] 	Entry deleted from font path.
[    23.739] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    23.739] 	Entry deleted from font path.
[    23.739] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    23.739] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    23.739] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    23.739] (II) Loader magic: 0x7fcd67313d20
[    23.739] (II) Module ABI versions:
[    23.739] 	X.Org ANSI C Emulation: 0.4
[    23.739] 	X.Org Video Driver: 14.1
[    23.739] 	X.Org XInput driver : 19.1
[    23.739] 	X.Org Server Extension : 7.0
[    23.739] (II) xfree86: Adding drm device (/dev/dri/card0)
[    23.742] (--) PCI:*(0:0:2:0) 8086:27a2:10cf:1380 rev 3, Mem @ 0xf0300000/524288, 0xe0000000/268435456, 0xf0400000/262144, I/O @ 0x00001800/8
[    23.742] (--) PCI: (0:0:2:1) 8086:27a6:10cf:1380 rev 3, Mem @ 0xf0380000/524288
[    23.742] (II) Open ACPI successful (/var/run/acpid.socket)
[    23.742] Initializing built-in extension Generic Event Extension
[    23.742] Initializing built-in extension SHAPE
[    23.742] Initializing built-in extension MIT-SHM
[    23.742] Initializing built-in extension XInputExtension
[    23.742] Initializing built-in extension XTEST
[    23.742] Initializing built-in extension BIG-REQUESTS
[    23.742] Initializing built-in extension SYNC
[    23.742] Initializing built-in extension XKEYBOARD
[    23.742] Initializing built-in extension XC-MISC
[    23.742] Initializing built-in extension SECURITY
[    23.742] Initializing built-in extension XINERAMA
[    23.742] Initializing built-in extension XFIXES
[    23.742] Initializing built-in extension RENDER
[    23.742] Initializing built-in extension RANDR
[    23.742] Initializing built-in extension COMPOSITE
[    23.742] Initializing built-in extension DAMAGE
[    23.742] Initializing built-in extension MIT-SCREEN-SAVER
[    23.742] Initializing built-in extension DOUBLE-BUFFER
[    23.742] Initializing built-in extension RECORD
[    23.742] Initializing built-in extension DPMS
[    23.743] Initializing built-in extension X-Resource
[    23.743] Initializing built-in extension XVideo
[    23.743] Initializing built-in extension XVideo-MotionCompensation
[    23.743] Initializing built-in extension SELinux
[    23.743] Initializing built-in extension XFree86-VidModeExtension
[    23.743] Initializing built-in extension XFree86-DGA
[    23.743] Initializing built-in extension XFree86-DRI
[    23.743] Initializing built-in extension DRI2
[    23.743] (II) "glx" will be loaded by default.
[    23.743] (WW) "xmir" is not to be loaded by default. Skipping.
[    23.743] (II) LoadModule: "dri2"
[    23.743] (II) Module "dri2" already built-in
[    23.743] (II) LoadModule: "glamoregl"
[    23.761] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    23.906] (II) Module glamoregl: vendor="X.Org Foundation"
[    23.906] 	compiled for 1.14.3, module version = 0.5.1
[    23.906] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    23.906] (II) LoadModule: "glx"
[    23.906] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    23.907] (II) Module glx: vendor="X.Org Foundation"
[    23.907] 	compiled for 1.14.3, module version = 1.0.0
[    23.907] 	ABI class: X.Org Server Extension, version 7.0
[    23.907] (==) AIGLX enabled
[    23.907] Loading extension GLX
[    23.907] (==) Matched intel as autoconfigured driver 0
[    23.907] (==) Matched intel as autoconfigured driver 1
[    23.907] (==) Matched vesa as autoconfigured driver 2
[    23.907] (==) Matched modesetting as autoconfigured driver 3
[    23.907] (==) Matched fbdev as autoconfigured driver 4
[    23.907] (==) Assigned the driver to the xf86ConfigLayout
[    23.907] (II) LoadModule: "intel"
[    23.907] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    23.918] (II) Module intel: vendor="X.Org Foundation"
[    23.918] 	compiled for 1.14.3, module version = 2.99.904
[    23.918] 	Module class: X.Org Video Driver
[    23.918] 	ABI class: X.Org Video Driver, version 14.1
[    23.918] (II) LoadModule: "vesa"
[    23.918] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    23.918] (II) Module vesa: vendor="X.Org Foundation"
[    23.918] 	compiled for 1.14.1, module version = 2.3.2
[    23.918] 	Module class: X.Org Video Driver
[    23.918] 	ABI class: X.Org Video Driver, version 14.1
[    23.918] (II) LoadModule: "modesetting"
[    23.919] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    23.919] (II) Module modesetting: vendor="X.Org Foundation"
[    23.919] 	compiled for 1.14.1, module version = 0.8.0
[    23.919] 	Module class: X.Org Video Driver
[    23.919] 	ABI class: X.Org Video Driver, version 14.1
[    23.919] (II) LoadModule: "fbdev"
[    23.919] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    23.920] (II) Module fbdev: vendor="X.Org Foundation"
[    23.920] 	compiled for 1.14.1, module version = 0.4.3
[    23.920] 	Module class: X.Org Video Driver
[    23.920] 	ABI class: X.Org Video Driver, version 14.1
[    23.920] (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, HD Graphics,
	HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
	HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
	HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
	HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[    23.920] (II) VESA: driver for VESA chipsets: vesa
[    23.920] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    23.920] (II) FBDEV: driver for framebuffer: fbdev
[    23.920] (++) using VT number 7

[    23.949] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.904-0ubuntu2 (Timo Aaltonen <tjaalton@ubuntu.com>)
[    23.950] (WW) Falling back to old probe method for vesa
[    23.950] (WW) Falling back to old probe method for modesetting
[    23.950] (WW) Falling back to old probe method for fbdev
[    23.950] (II) Loading sub module "fbdevhw"
[    23.950] (II) LoadModule: "fbdevhw"
[    23.950] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    23.950] (II) Module fbdevhw: vendor="X.Org Foundation"
[    23.950] 	compiled for 1.14.3, module version = 0.0.2
[    23.950] 	ABI class: X.Org Video Driver, version 14.1
[    23.951] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    23.951] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    23.951] (==) intel(0): RGB weight 888
[    23.951] (==) intel(0): Default visual is TrueColor
[    23.951] (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
[    23.951] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3
[    23.952] (**) intel(0): Framebuffer tiled
[    23.952] (**) intel(0): Pixmaps tiled
[    23.952] (**) intel(0): "Tear free" disabled
[    23.952] (**) intel(0): Forcing per-crtc-pixmaps? no
[    23.952] (II) intel(0): Output LVDS1 has no monitor section
[    23.952] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
[    23.952] (II) intel(0): Output VGA1 has no monitor section
[    23.952] (II) intel(0): Output DVI1 has no monitor section
[    23.952] (II) intel(0): Output TV1 has no monitor section
[    23.952] (II) intel(0): Output VIRTUAL1 has no monitor section
[    23.952] (--) intel(0): Output LVDS1 using initial mode 1024x768 on pipe 1
[    23.952] (==) intel(0): DPI set to (96, 96)
[    23.952] (II) Loading sub module "dri2"
[    23.952] (II) LoadModule: "dri2"
[    23.952] (II) Module "dri2" already built-in
[    23.952] (II) UnloadModule: "vesa"
[    23.952] (II) Unloading vesa
[    23.952] (II) UnloadModule: "modesetting"
[    23.952] (II) Unloading modesetting
[    23.952] (II) UnloadModule: "fbdev"
[    23.952] (II) Unloading fbdev
[    23.953] (II) UnloadSubModule: "fbdevhw"
[    23.953] (II) Unloading fbdevhw
[    23.953] (==) Depth 24 pixmap format is 32 bpp
[    23.953] (II) intel(0): SNA initialized with Alviso (gen3) backend
[    23.953] (==) intel(0): Backing store disabled
[    23.953] (==) intel(0): Silken mouse enabled
[    23.953] (II) intel(0): HW Cursor enabled
[    23.953] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    23.953] (==) intel(0): DPMS enabled
[    23.953] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[    23.953] (II) intel(0): [DRI2] Setup complete
[    23.953] (II) intel(0): [DRI2]   DRI driver: i915
[    23.953] (II) intel(0): direct rendering: DRI2 Enabled
[    23.953] (==) intel(0): hotplug detection: "enabled"
[    23.953] (--) RandR disabled
[    23.964] (II) SELinux: Disabled on system
[    24.071] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    24.071] (II) AIGLX: enabled GLX_INTEL_swap_event
[    24.071] (II) AIGLX: enabled GLX_ARB_create_context
[    24.071] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    24.071] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    24.071] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    24.071] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    24.071] (II) AIGLX: Loaded and initialized i915
[    24.071] (II) GLX: Initialized DRI2 GL provider for screen 0
[    24.077] (II) intel(0): switch to mode 1024x768@60.0 on pipe 1 using LVDS1, position (0, 0), rotation normal
[    24.092] (II) intel(0): Setting screen physical size to 270 x 203
[    24.106] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    24.110] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    24.110] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.110] (II) LoadModule: "evdev"
[    24.111] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.140] (II) Module evdev: vendor="X.Org Foundation"
[    24.140] 	compiled for 1.14.1, module version = 2.7.3
[    24.140] 	Module class: X.Org XInput Driver
[    24.140] 	ABI class: X.Org XInput driver, version 19.1
[    24.140] (II) Using input driver 'evdev' for 'Power Button'
[    24.140] (**) Power Button: always reports core events
[    24.140] (**) evdev: Power Button: Device: "/dev/input/event2"
[    24.140] (--) evdev: Power Button: Vendor 0 Product 0x1
[    24.140] (--) evdev: Power Button: Found keys
[    24.140] (II) evdev: Power Button: Configuring as keyboard
[    24.140] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    24.140] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    24.140] (**) Option "xkb_rules" "evdev"
[    24.140] (**) Option "xkb_model" "pc105"
[    24.141] (**) Option "xkb_layout" "us"
[    24.141] (II) config/udev: Adding input device Fujitsu FUJ02E3 (/dev/input/event6)
[    24.141] (**) Fujitsu FUJ02E3: Applying InputClass "evdev keyboard catchall"
[    24.141] (II) Using input driver 'evdev' for 'Fujitsu FUJ02E3'
[    24.141] (**) Fujitsu FUJ02E3: always reports core events
[    24.141] (**) evdev: Fujitsu FUJ02E3: Device: "/dev/input/event6"
[    24.141] (--) evdev: Fujitsu FUJ02E3: Vendor 0 Product 0x6
[    24.141] (--) evdev: Fujitsu FUJ02E3: Found keys
[    24.141] (II) evdev: Fujitsu FUJ02E3: Configuring as keyboard
[    24.142] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/FUJ02E3:00/input/input10/event6"
[    24.142] (II) XINPUT: Adding extended input device "Fujitsu FUJ02E3" (type: KEYBOARD, id 7)
[    24.142] (**) Option "xkb_rules" "evdev"
[    24.142] (**) Option "xkb_model" "pc105"
[    24.142] (**) Option "xkb_layout" "us"
[    24.142] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    24.142] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    24.142] (II) Using input driver 'evdev' for 'Video Bus'
[    24.142] (**) Video Bus: always reports core events
[    24.142] (**) evdev: Video Bus: Device: "/dev/input/event4"
[    24.142] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    24.142] (--) evdev: Video Bus: Found keys
[    24.142] (II) evdev: Video Bus: Configuring as keyboard
[    24.142] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event4"
[    24.142] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    24.143] (**) Option "xkb_rules" "evdev"
[    24.143] (**) Option "xkb_model" "pc105"
[    24.143] (**) Option "xkb_layout" "us"
[    24.143] (II) config/udev: Adding input device Fujitsu FUJ02B1 (/dev/input/event5)
[    24.143] (**) Fujitsu FUJ02B1: Applying InputClass "evdev keyboard catchall"
[    24.143] (II) Using input driver 'evdev' for 'Fujitsu FUJ02B1'
[    24.143] (**) Fujitsu FUJ02B1: always reports core events
[    24.143] (**) evdev: Fujitsu FUJ02B1: Device: "/dev/input/event5"
[    24.143] (--) evdev: Fujitsu FUJ02B1: Vendor 0 Product 0x6
[    24.143] (--) evdev: Fujitsu FUJ02B1: Found keys
[    24.143] (II) evdev: Fujitsu FUJ02B1: Configuring as keyboard
[    24.143] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/FUJ02B1:00/input/input9/event5"
[    24.143] (II) XINPUT: Adding extended input device "Fujitsu FUJ02B1" (type: KEYBOARD, id 9)
[    24.143] (**) Option "xkb_rules" "evdev"
[    24.144] (**) Option "xkb_model" "pc105"
[    24.144] (**) Option "xkb_layout" "us"
[    24.144] (II) config/udev: Adding input device Fujitsu FUJ02BF (/dev/input/event7)
[    24.144] (**) Fujitsu FUJ02BF: Applying InputClass "evdev keyboard catchall"
[    24.144] (II) Using input driver 'evdev' for 'Fujitsu FUJ02BF'
[    24.144] (**) Fujitsu FUJ02BF: always reports core events
[    24.144] (**) evdev: Fujitsu FUJ02BF: Device: "/dev/input/event7"
[    24.144] (--) evdev: Fujitsu FUJ02BF: Vendor 0x1734 Product 0x1
[    24.144] (--) evdev: Fujitsu FUJ02BF: Found keys
[    24.144] (II) evdev: Fujitsu FUJ02BF: Configuring as keyboard
[    24.145] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/FUJ02BF:00/input/input11/event7"
[    24.145] (II) XINPUT: Adding extended input device "Fujitsu FUJ02BF" (type: KEYBOARD, id 10)
[    24.145] (**) Option "xkb_rules" "evdev"
[    24.145] (**) Option "xkb_model" "pc105"
[    24.145] (**) Option "xkb_layout" "us"
[    24.145] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    24.145] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.145] (II) Using input driver 'evdev' for 'Power Button'
[    24.145] (**) Power Button: always reports core events
[    24.145] (**) evdev: Power Button: Device: "/dev/input/event1"
[    24.145] (--) evdev: Power Button: Vendor 0 Product 0x1
[    24.145] (--) evdev: Power Button: Found keys
[    24.145] (II) evdev: Power Button: Configuring as keyboard
[    24.145] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[    24.146] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 11)
[    24.146] (**) Option "xkb_rules" "evdev"
[    24.146] (**) Option "xkb_model" "pc105"
[    24.146] (**) Option "xkb_layout" "us"
[    24.146] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    24.146] (II) No input driver specified, ignoring this device.
[    24.146] (II) This device may have been added with another device file.
[    24.146] (II) config/udev: Adding drm device (/dev/dri/card0)
[    24.146] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[    24.147] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
[    24.147] (II) No input driver specified, ignoring this device.
[    24.147] (II) This device may have been added with another device file.
[    24.147] (II) config/udev: Adding input device HDA Intel Dock Line Out (/dev/input/event9)
[    24.147] (II) No input driver specified, ignoring this device.
[    24.147] (II) This device may have been added with another device file.
[    24.148] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event8)
[    24.148] (II) No input driver specified, ignoring this device.
[    24.148] (II) This device may have been added with another device file.
[    24.148] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    24.148] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    24.148] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    24.148] (**) AT Translated Set 2 keyboard: always reports core events
[    24.148] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[    24.148] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    24.148] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    24.148] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    24.148] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    24.148] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    24.148] (**) Option "xkb_rules" "evdev"
[    24.148] (**) Option "xkb_model" "pc105"
[    24.149] (**) Option "xkb_layout" "us"
[    24.149] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[    24.149] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    24.149] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    24.149] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    24.149] (II) LoadModule: "synaptics"
[    24.150] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    24.150] (II) Module synaptics: vendor="X.Org Foundation"
[    24.150] 	compiled for 1.14.2, module version = 1.7.1
[    24.150] 	Module class: X.Org XInput Driver
[    24.150] 	ABI class: X.Org XInput driver, version 19.1
[    24.150] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    24.150] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    24.150] (**) Option "Device" "/dev/input/event11"
[    24.168] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 69)
[    24.168] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 99)
[    24.168] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    24.168] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    24.168] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple scroll-buttons
[    24.168] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    24.168] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    24.168] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    24.180] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input15/event11"
[    24.180] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[    24.180] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    24.180] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    24.180] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[    24.180] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    24.180] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    24.180] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    24.180] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    24.180] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    24.181] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    24.181] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    24.184] (II) config/udev: Adding input device Serial Wacom Tablet (/dev/ttyS4)
[    24.184] (**) Serial Wacom Tablet: Applying InputClass "Wacom serial class"
[    24.184] (II) LoadModule: "wacom"
[    24.184] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[    24.184] (II) Module wacom: vendor="X.Org Foundation"
[    24.184] 	compiled for 1.14.2.901, module version = 0.20.0
[    24.184] 	Module class: X.Org XInput Driver
[    24.184] 	ABI class: X.Org XInput driver, version 19.1
[    24.184] (II) Using input driver 'wacom' for 'Serial Wacom Tablet'
[    24.184] (**) Serial Wacom Tablet: always reports core events
[    24.184] (**) Option "Device" "/dev/ttyS4"
[    24.184] (II) Serial Wacom Tablet: type not specified, assuming 'stylus'.
[    24.185] (II) Serial Wacom Tablet: other types will be automatically added.
[    24.185] (EE) Serial Wacom Tablet stylus: wcmWriteWait error : Input/output error
[    24.185] (WW) Serial Wacom Tablet stylus: Query failed with 19200 baud. Trying 38400.
[    24.185] (EE) Serial Wacom Tablet stylus: wcmWriteWait error : Input/output error
[    24.185] (II) Serial Wacom Tablet stylus: serial tablet id 0x90.
[    24.185] (EE) PreInit returned 8 for "Serial Wacom Tablet stylus"
[    24.185] (II) UnloadModule: "wacom"
[    24.185] (II) config/udev: Adding input device Wacom Serial Penabled Touchscreen (/dev/input/event12)
[    24.185] (**) Wacom Serial Penabled Touchscreen: Applying InputClass "evdev tablet catchall"
[    24.185] (**) Wacom Serial Penabled Touchscreen: Applying InputClass "Wacom class"
[    24.185] (II) Using input driver 'wacom' for 'Wacom Serial Penabled Touchscreen'
[    24.185] (**) Wacom Serial Penabled Touchscreen: always reports core events
[    24.185] (**) Option "Device" "/dev/input/event12"
[    24.185] (II) Wacom Serial Penabled Touchscreen: type not specified, assuming 'stylus'.
[    24.185] (II) Wacom Serial Penabled Touchscreen: other types will be automatically added.
[    24.185] (--) Wacom Serial Penabled Touchscreen stylus: using pressure threshold of 27 for button 1
[    24.185] (--) Wacom Serial Penabled Touchscreen stylus: Wacom USB TabletPC tablet maxX=24576 maxY=18432 maxZ=255 resX=100000 resY=100000  tilt=disabled
[    24.185] (II) Wacom Serial Penabled Touchscreen stylus: hotplugging dependent devices.
[    24.185] (EE) Wacom Serial Penabled Touchscreen stylus: Invalid type 'cursor' for this device.
[    24.185] (EE) Wacom Serial Penabled Touchscreen stylus: Invalid type 'touch' for this device.
[    24.185] (EE) Wacom Serial Penabled Touchscreen stylus: Invalid type 'pad' for this device.
[    24.186] (II) Wacom Serial Penabled Touchscreen stylus: hotplugging completed.
[    24.196] (**) Option "config_info" "udev:/sys/devices/pnp0/00:03/tty/ttyS4/serio5/input/input19/event12"
[    24.196] (II) XINPUT: Adding extended input device "Wacom Serial Penabled Touchscreen stylus" (type: STYLUS, id 14)
[    24.196] (**) Wacom Serial Penabled Touchscreen stylus: (accel) keeping acceleration scheme 1
[    24.196] (**) Wacom Serial Penabled Touchscreen stylus: (accel) acceleration profile 0
[    24.196] (**) Wacom Serial Penabled Touchscreen stylus: (accel) acceleration factor: 2.000
[    24.196] (**) Wacom Serial Penabled Touchscreen stylus: (accel) acceleration threshold: 4
[    24.197] (II) config/udev: Adding input device Wacom Serial Penabled Touchscreen (/dev/input/mouse1)
[    24.197] (II) No input driver specified, ignoring this device.
[    24.197] (II) This device may have been added with another device file.
[    24.203] (**) Wacom Serial Penabled Touchscreen eraser: Applying InputClass "evdev tablet catchall"
[    24.203] (**) Wacom Serial Penabled Touchscreen eraser: Applying InputClass "Wacom class"
[    24.203] (II) Using input driver 'wacom' for 'Wacom Serial Penabled Touchscreen eraser'
[    24.203] (**) Wacom Serial Penabled Touchscreen eraser: always reports core events
[    24.203] (**) Option "Device" "/dev/input/event12"
[    24.203] (**) Option "Type" "eraser"
[    24.203] (--) Wacom Serial Penabled Touchscreen eraser: Wacom USB TabletPC tablet maxX=24576 maxY=18432 maxZ=255 resX=100000 resY=100000  tilt=disabled
[    24.216] (**) Option "config_info" "udev:/sys/devices/pnp0/00:03/tty/ttyS4/serio5/input/input19/event12"
[    24.216] (II) XINPUT: Adding extended input device "Wacom Serial Penabled Touchscreen eraser" (type: ERASER, id 15)
[    24.216] (**) Wacom Serial Penabled Touchscreen eraser: (accel) keeping acceleration scheme 1
[    24.216] (**) Wacom Serial Penabled Touchscreen eraser: (accel) acceleration profile 0
[    24.216] (**) Wacom Serial Penabled Touchscreen eraser: (accel) acceleration factor: 2.000
[    24.216] (**) Wacom Serial Penabled Touchscreen eraser: (accel) acceleration threshold: 4
[    25.085] (II) XKB: reuse xkmfile /var/lib/xkb/server-CB537B66032B0DBE0AE956F537017A59DB020654.xkm
[    29.641] (II) XKB: reuse xkmfile /var/lib/xkb/server-8AA988DD479FAABEC4FC3CCCF4CC29B4948840B4.xkm
[    29.746] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[    36.679] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[    38.175] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[    47.582] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[    48.915] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[    58.434] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
 
Old 01-06-2014, 01:47 AM   #9
fuorviato
Member
 
Registered: Dec 2013
Location: Poland
Distribution: Sabayon/Gentoo 64bit
Posts: 215

Rep: Reputation: 14
I don't see any hardware errors. Have you tried booting without kms? Adding "nomodeset" to your kernel line in grub config file should do the trick.
Try this and report back here.
 
Old 01-06-2014, 02:54 AM   #10
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by fuorviato View Post
I don't see any hardware errors. Have you tried booting without kms? Adding "nomodeset" to your kernel line in grub config file should do the trick.
Try this and report back here.
I added nomodeset
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
and did sudo update-grub

no positive changes, cinnamon crashes to fallback mode. Thanks again for your reply.
 
Old 01-06-2014, 03:07 AM   #11
fuorviato
Member
 
Registered: Dec 2013
Location: Poland
Distribution: Sabayon/Gentoo 64bit
Posts: 215

Rep: Reputation: 14
Quote:
Originally Posted by Shaine View Post
I added nomodeset
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
and did sudo update-grub

no positive changes, cinnamon crashes to fallback mode. Thanks again for your reply.
What does
Quote:
lsmod|grep intel
say?
 
Old 01-06-2014, 04:00 AM   #12
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1
lsmod | grep intel

Code:
lsmod|grep intel 
snd_hda_intel          52316  3 
snd_hda_codec         188810  2 snd_hda_codec_idt,snd_hda_intel
snd_pcm               102042  2 snd_hda_codec,snd_hda_intel
snd_page_alloc         18710  2 snd_pcm,snd_hda_intel
snd                    69190  16 snd_hwdep,snd_timer,snd_hda_codec_idt,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
 
Old 01-06-2014, 04:39 AM   #13
fuorviato
Member
 
Registered: Dec 2013
Location: Poland
Distribution: Sabayon/Gentoo 64bit
Posts: 215

Rep: Reputation: 14
It seems your intel driver doesn't get loaded as it should, instead vesa is preffered (that means no acceleration)
Just for test. Try to overwrite your xorg.conf to force intel driver as showed below.

Quote:
Identifier "Card5"
Driver "vesa"
BusID "PCI:0:2:0"
with the following

Quote:
Identifier "Intel Mobile 945GM/GMS"
Driver "intel"
BusID "PCI:0:2:0"
 
Old 01-06-2014, 06:47 AM   #14
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1
I've generated an xorg.conf with "Xorg -configure" as Grub2 does not have this file. I placed it in /etc/X11 as root and made the change as suggested with a text editor as root. Then ran "sudo dpkg-reconfigure xserver-xorg" and reboot into a still crashing Cinnamon to fallback mode.
Of course I am assuming that my new xorg.conf is being used unless there is another file in /etc/X11 that needs editing.

Last edited by Shaine; 01-06-2014 at 06:53 AM.
 
Old 01-06-2014, 10:30 AM   #15
dolphin_oracle
MX Linux
 
Registered: Dec 2013
Posts: 402

Rep: Reputation: Disabled
I'm not sure your graphics driver is the problem. You may have an issue with the cinnamon upgrade and keeping your old home folder.

Your inxi output specfies that the intel driver is being used.

do

lsmod|grep i915

and see if a kernel module is found.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] how to set up dual monitor on xfce4 debian squeeze Intel Corporation Mobile 945GM/GMS jmanuel.velasco Debian 11 01-18-2014 02:58 PM
how to set up dual monitor on xfce4 debian squeeze Intel Corporation Mobile 945GM/GMS jmanuel.velasco Debian 1 05-19-2012 06:31 AM
[SOLVED] Can't enable compositing. Intel 945GM/GMS sysrez Linux - Hardware 4 09-24-2010 08:26 AM
Increase FPS in Intel 945GM/GMS, 943/940GML Express Integrated tarheel92x Linux - Hardware 5 09-23-2010 04:42 AM
Intel 945GM and 3d acceleration jonlake Linux - Hardware 3 04-03-2008 06:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 01:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration