LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-06-2014, 10:40 AM   #16
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1

Quote:
Originally Posted by dolphin_oracle View Post
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.
Thankyou for your reply
Code:
lsmod|grep i915
i915                  705674  0 
i2c_algo_bit           13413  1 i915
drm_kms_helper         52699  1 i915
drm                   297483  2 i915,drm_kms_helper
video                  19319  1 i915
 
Old 01-06-2014, 10:59 AM   #17
dolphin_oracle
MX Linux
 
Registered: Dec 2013
Posts: 402

Rep: Reputation: Disabled
OK, i915 is the kernel module for the intel graphics. So I doubt the graphics are the problem. I suspect something in the cinnamon installation. Is this a fresh install of Linux Mint with cinnamon 2.0? I don't know much about cinnamon, but some quick googling reveals a possible issue with a new PPA address and updates taking care of the problem. Might be your issue, might not. But I don't think its your graphics driver.
 
Old 01-06-2014, 11:23 AM   #18
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1
Thanks for your reply. This is a fresh install of Linux Mint 16 to the root partition. I made a new user while the /home partition was selected to be used as /home but not formated. I did, however, move my old user folders over to the new user name not before the failure of 3D graphics. It would not be an issue for me to reinstall, if you think it may help.
Best Regards and thanks,
--Shaine
 
Old 01-06-2014, 11:57 AM   #19
dolphin_oracle
MX Linux
 
Registered: Dec 2013
Posts: 402

Rep: Reputation: Disabled
I don't know if it will or not. Did the live session work ok?
 
Old 01-06-2014, 12:01 PM   #20
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1
The live session worked reasonably well albeit a little glitchy, but remained in 3D Cinnamon as the devs intended. It was after install that I found Cinnamon to be in Fallback mode. This has not been the case in the previous version installs.
 
Old 01-06-2014, 12:12 PM   #21
dolphin_oracle
MX Linux
 
Registered: Dec 2013
Posts: 402

Rep: Reputation: Disabled
You could try making a new user and logging in with that user to check if its in the home folder or not.
 
Old 01-06-2014, 07:45 PM   #22
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1
Made a new user and Cinnamon starts in Software Rendering, rather than hardware and is a bit sluggish using more CPU. I removed .config and .cinnamon from main user as well as removed all non OE themes and restarted. Main user still experiencing fallback while a new user at least makes it into software rendering.
 
Old 01-06-2014, 10:09 PM   #23
dolphin_oracle
MX Linux
 
Registered: Dec 2013
Posts: 402

Rep: Reputation: Disabled
I've never used mint before, but I just installed it on my eeepc-904ha. glxinfo says direct rendering is enabled. the cinnamon desktop is slugish but working, and I've got no errors pertaining to the 3d that I can find.

how do your errors show up, in a log or is there some sort of message that gets display and says you are dropping to fallback mode and/or software rendering.
 
Old 01-06-2014, 11:09 PM   #24
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1
Notification on desktop pops up and informs that "Cinnamon has crashed and is running in fallback mode, Do you want to restart Cinnamon?" or on other user a notification on desktop informing of running in "Software Rendering Mode".
 
Old 01-07-2014, 03:11 AM   #25
fuorviato
Member
 
Registered: Dec 2013
Location: Poland
Distribution: Sabayon/Gentoo 64bit
Posts: 215

Rep: Reputation: 14
Can you provide xorg.0 log of the working session going into software rendering?
 
Old 01-07-2014, 06:35 AM   #26
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by fuorviato View Post
Can you provide xorg.0 log of the working session going into software rendering?
Code:
[ 26167.127] 	WinBSegment: 0x0
[ 26167.127] 	WinFuncPtr: 0xc0007667
[ 26167.127] 	BytesPerScanline: 640
[ 26167.127] 	XResolution: 640
[ 26167.127] 	YResolution: 480
[ 26167.127] 	XCharSize: 8
[ 26167.127] 	YCharSize: 16
[ 26167.127] 	NumberOfPlanes: 1
[ 26167.127] 	BitsPerPixel: 8
[ 26167.127] 	NumberOfBanks: 1
[ 26167.127] 	MemoryModel: 4
[ 26167.127] 	BankSize: 0
[ 26167.127] 	NumberOfImages: 23
[ 26167.127] 	RedMaskSize: 0
[ 26167.127] 	RedFieldPosition: 0
[ 26167.127] 	GreenMaskSize: 0
[ 26167.127] 	GreenFieldPosition: 0
[ 26167.128] 	BlueMaskSize: 0
[ 26167.128] 	BlueFieldPosition: 0
[ 26167.128] 	RsvdMaskSize: 0
[ 26167.128] 	RsvdFieldPosition: 0
[ 26167.128] 	DirectColorModeInfo: 0
[ 26167.128] 	PhysBasePtr: 0xe0000000
[ 26167.128] 	LinBytesPerScanLine: 640
[ 26167.128] 	BnkNumberOfImagePages: 23
[ 26167.128] 	LinNumberOfImagePages: 23
[ 26167.128] 	LinRedMaskSize: 0
[ 26167.128] 	LinRedFieldPosition: 0
[ 26167.128] 	LinGreenMaskSize: 0
[ 26167.128] 	LinGreenFieldPosition: 0
[ 26167.128] 	LinBlueMaskSize: 0
[ 26167.128] 	LinBlueFieldPosition: 0
[ 26167.128] 	LinRsvdMaskSize: 0
[ 26167.128] 	LinRsvdFieldPosition: 0
[ 26167.128] 	MaxPixelClock: 230000000
[ 26167.128] Mode: 103 (800x600)
[ 26167.128] 	ModeAttributes: 0x9b
[ 26167.128] 	WinAAttributes: 0x7
[ 26167.128] 	WinBAttributes: 0x0
[ 26167.128] 	WinGranularity: 64
[ 26167.128] 	WinSize: 64
[ 26167.128] 	WinASegment: 0xa000
[ 26167.128] 	WinBSegment: 0x0
[ 26167.128] 	WinFuncPtr: 0xc0007667
[ 26167.128] 	BytesPerScanline: 832
[ 26167.128] 	XResolution: 800
[ 26167.128] 	YResolution: 600
[ 26167.128] 	XCharSize: 8
[ 26167.128] 	YCharSize: 16
[ 26167.128] 	NumberOfPlanes: 1
[ 26167.128] 	BitsPerPixel: 8
[ 26167.128] 	NumberOfBanks: 1
[ 26167.128] 	MemoryModel: 4
[ 26167.128] 	BankSize: 0
[ 26167.128] 	NumberOfImages: 14
[ 26167.128] 	RedMaskSize: 0
[ 26167.128] 	RedFieldPosition: 0
[ 26167.128] 	GreenMaskSize: 0
[ 26167.129] 	GreenFieldPosition: 0
[ 26167.129] 	BlueMaskSize: 0
[ 26167.129] 	BlueFieldPosition: 0
[ 26167.129] 	RsvdMaskSize: 0
[ 26167.129] 	RsvdFieldPosition: 0
[ 26167.129] 	DirectColorModeInfo: 0
[ 26167.129] 	PhysBasePtr: 0xe0000000
[ 26167.129] 	LinBytesPerScanLine: 832
[ 26167.129] 	BnkNumberOfImagePages: 14
[ 26167.129] 	LinNumberOfImagePages: 14
[ 26167.129] 	LinRedMaskSize: 0
[ 26167.129] 	LinRedFieldPosition: 0
[ 26167.129] 	LinGreenMaskSize: 0
[ 26167.129] 	LinGreenFieldPosition: 0
[ 26167.129] 	LinBlueMaskSize: 0
[ 26167.129] 	LinBlueFieldPosition: 0
[ 26167.129] 	LinRsvdMaskSize: 0
[ 26167.129] 	LinRsvdFieldPosition: 0
[ 26167.129] 	MaxPixelClock: 230000000
[ 26167.129] Mode: 111 (640x480)
[ 26167.129] 	ModeAttributes: 0x9b
[ 26167.129] 	WinAAttributes: 0x7
[ 26167.129] 	WinBAttributes: 0x0
[ 26167.129] 	WinGranularity: 64
[ 26167.129] 	WinSize: 64
[ 26167.129] 	WinASegment: 0xa000
[ 26167.129] 	WinBSegment: 0x0
[ 26167.129] 	WinFuncPtr: 0xc0007667
[ 26167.129] 	BytesPerScanline: 1280
[ 26167.129] 	XResolution: 640
[ 26167.129] 	YResolution: 480
[ 26167.129] 	XCharSize: 8
[ 26167.129] 	YCharSize: 16
[ 26167.129] 	NumberOfPlanes: 1
[ 26167.129] 	BitsPerPixel: 16
[ 26167.129] 	NumberOfBanks: 1
[ 26167.129] 	MemoryModel: 6
[ 26167.129] 	BankSize: 0
[ 26167.129] 	NumberOfImages: 12
[ 26167.129] 	RedMaskSize: 5
[ 26167.129] 	RedFieldPosition: 11
[ 26167.129] 	GreenMaskSize: 6
[ 26167.130] 	GreenFieldPosition: 5
[ 26167.130] 	BlueMaskSize: 5
[ 26167.130] 	BlueFieldPosition: 0
[ 26167.130] 	RsvdMaskSize: 0
[ 26167.130] 	RsvdFieldPosition: 0
[ 26167.130] 	DirectColorModeInfo: 0
[ 26167.130] 	PhysBasePtr: 0xe0000000
[ 26167.130] 	LinBytesPerScanLine: 1280
[ 26167.130] 	BnkNumberOfImagePages: 12
[ 26167.130] 	LinNumberOfImagePages: 12
[ 26167.130] 	LinRedMaskSize: 5
[ 26167.130] 	LinRedFieldPosition: 11
[ 26167.130] 	LinGreenMaskSize: 6
[ 26167.130] 	LinGreenFieldPosition: 5
[ 26167.130] 	LinBlueMaskSize: 5
[ 26167.130] 	LinBlueFieldPosition: 0
[ 26167.130] 	LinRsvdMaskSize: 0
[ 26167.130] 	LinRsvdFieldPosition: 0
[ 26167.130] 	MaxPixelClock: 230000000
[ 26167.130] 
[ 26167.130] (II) VESA(0): Total Memory: 123 64KB banks (7872kB)
[ 26167.130] (II) VESA(0): <default monitor>: Using default hsync range of 31.50-48.00 kHz
[ 26167.130] (II) VESA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
[ 26167.130] (II) VESA(0): <default monitor>: Using default maximum pixel clock of 65.00 MHz
[ 26167.130] (WW) VESA(0): Unable to estimate virtual size
[ 26167.130] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[ 26167.130] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[ 26167.130] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[ 26167.130] (WW) VESA(0): No valid modes left. Trying less strict filter...
[ 26167.130] (II) VESA(0): <default monitor>: Using hsync range of 31.50-48.00 kHz
[ 26167.130] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz
[ 26167.130] (II) VESA(0): <default monitor>: Using maximum pixel clock of 65.00 MHz
[ 26167.130] (WW) VESA(0): Unable to estimate virtual size
[ 26167.130] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
[ 26167.130] (**) VESA(0): *Built-in mode "1024x768"
[ 26167.130] (**) VESA(0): *Built-in mode "800x600"
[ 26167.130] (**) VESA(0): *Built-in mode "640x480"
[ 26167.130] (==) VESA(0): DPI set to (96, 96)
[ 26167.130] (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (118)
[ 26167.132] (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
[ 26167.132] (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112)
[ 26167.134] (**) VESA(0): Using "Shadow Framebuffer"
[ 26167.134] (II) Loading sub module "shadow"
[ 26167.134] (II) LoadModule: "shadow"
[ 26167.135] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 26167.135] (II) Module shadow: vendor="X.Org Foundation"
[ 26167.135] 	compiled for 1.14.3, module version = 1.1.0
[ 26167.135] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 26167.135] (II) Loading sub module "fb"
[ 26167.135] (II) LoadModule: "fb"
[ 26167.135] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 26167.136] (II) Module fb: vendor="X.Org Foundation"
[ 26167.136] 	compiled for 1.14.3, module version = 1.0.0
[ 26167.136] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 26167.136] (II) UnloadModule: "modesetting"
[ 26167.136] (II) Unloading modesetting
[ 26167.136] (II) UnloadModule: "fbdev"
[ 26167.136] (II) Unloading fbdev
[ 26167.136] (II) UnloadSubModule: "fbdevhw"
[ 26167.136] (II) Unloading fbdevhw
[ 26167.136] (==) Depth 24 pixmap format is 32 bpp
[ 26167.136] (II) Loading sub module "int10"
[ 26167.136] (II) LoadModule: "int10"
[ 26167.136] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 26167.136] (II) Module int10: vendor="X.Org Foundation"
[ 26167.136] 	compiled for 1.14.3, module version = 1.0.0
[ 26167.137] 	ABI class: X.Org Video Driver, version 14.1
[ 26167.137] (II) VESA(0): initializing int10
[ 26167.432] (II) VESA(0): VESA BIOS detected
[ 26167.432] (II) VESA(0): VESA VBE Version 3.0
[ 26167.432] (II) VESA(0): VESA VBE Total Mem: 7872 kB
[ 26167.432] (II) VESA(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
[ 26167.432] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 26167.432] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[ 26167.432] (II) VESA(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
[ 26167.432] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[ 26167.432] (II) VESA(0): virtual address = 0x7f57ed51d000,
	physical address = 0xe0000000, size = 8060928
[ 26168.064] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768)
[ 26168.096] (==) VESA(0): Default visual is TrueColor
[ 26168.097] (==) VESA(0): Backing store disabled
[ 26168.097] (==) VESA(0): DPMS enabled
[ 26168.097] (==) RandR enabled
[ 26168.103] (II) SELinux: Disabled on system
[ 26168.104] (II) AIGLX: Screen 0 is not DRI2 capable
[ 26168.104] (II) AIGLX: Screen 0 is not DRI capable
[ 26168.121] (II) AIGLX: Loaded and initialized swrast
[ 26168.121] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 26168.138] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 26168.143] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 26168.143] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 26168.143] (II) LoadModule: "evdev"
[ 26168.143] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 26168.143] (II) Module evdev: vendor="X.Org Foundation"
[ 26168.143] 	compiled for 1.14.1, module version = 2.7.3
[ 26168.143] 	Module class: X.Org XInput Driver
[ 26168.143] 	ABI class: X.Org XInput driver, version 19.1
[ 26168.143] (II) Using input driver 'evdev' for 'Power Button'
[ 26168.143] (**) Power Button: always reports core events
[ 26168.144] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 26168.144] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 26168.144] (--) evdev: Power Button: Found keys
[ 26168.144] (II) evdev: Power Button: Configuring as keyboard
[ 26168.144] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 26168.144] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 26168.144] (**) Option "xkb_rules" "evdev"
[ 26168.144] (**) Option "xkb_model" "pc105"
[ 26168.144] (**) Option "xkb_layout" "us"
[ 26168.145] (II) config/udev: Adding input device Fujitsu FUJ02E3 (/dev/input/event6)
[ 26168.145] (**) Fujitsu FUJ02E3: Applying InputClass "evdev keyboard catchall"
[ 26168.145] (II) Using input driver 'evdev' for 'Fujitsu FUJ02E3'
[ 26168.145] (**) Fujitsu FUJ02E3: always reports core events
[ 26168.145] (**) evdev: Fujitsu FUJ02E3: Device: "/dev/input/event6"
[ 26168.145] (--) evdev: Fujitsu FUJ02E3: Vendor 0 Product 0x6
[ 26168.145] (--) evdev: Fujitsu FUJ02E3: Found keys
[ 26168.145] (II) evdev: Fujitsu FUJ02E3: Configuring as keyboard
[ 26168.145] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/FUJ02E3:00/input/input10/event6"
[ 26168.145] (II) XINPUT: Adding extended input device "Fujitsu FUJ02E3" (type: KEYBOARD, id 7)
[ 26168.145] (**) Option "xkb_rules" "evdev"
[ 26168.145] (**) Option "xkb_model" "pc105"
[ 26168.145] (**) Option "xkb_layout" "us"
[ 26168.146] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 26168.146] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 26168.146] (II) Using input driver 'evdev' for 'Video Bus'
[ 26168.146] (**) Video Bus: always reports core events
[ 26168.146] (**) evdev: Video Bus: Device: "/dev/input/event4"
[ 26168.146] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 26168.146] (--) evdev: Video Bus: Found keys
[ 26168.146] (II) evdev: Video Bus: Configuring as keyboard
[ 26168.146] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event4"
[ 26168.146] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 26168.146] (**) Option "xkb_rules" "evdev"
[ 26168.146] (**) Option "xkb_model" "pc105"
[ 26168.146] (**) Option "xkb_layout" "us"
[ 26168.147] (II) config/udev: Adding input device Fujitsu FUJ02B1 (/dev/input/event5)
[ 26168.147] (**) Fujitsu FUJ02B1: Applying InputClass "evdev keyboard catchall"
[ 26168.147] (II) Using input driver 'evdev' for 'Fujitsu FUJ02B1'
[ 26168.147] (**) Fujitsu FUJ02B1: always reports core events
[ 26168.147] (**) evdev: Fujitsu FUJ02B1: Device: "/dev/input/event5"
[ 26168.147] (--) evdev: Fujitsu FUJ02B1: Vendor 0 Product 0x6
[ 26168.147] (--) evdev: Fujitsu FUJ02B1: Found keys
[ 26168.147] (II) evdev: Fujitsu FUJ02B1: Configuring as keyboard
[ 26168.147] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/FUJ02B1:00/input/input9/event5"
[ 26168.147] (II) XINPUT: Adding extended input device "Fujitsu FUJ02B1" (type: KEYBOARD, id 9)
[ 26168.147] (**) Option "xkb_rules" "evdev"
[ 26168.147] (**) Option "xkb_model" "pc105"
[ 26168.147] (**) Option "xkb_layout" "us"
[ 26168.148] (II) config/udev: Adding input device Fujitsu FUJ02BF (/dev/input/event7)
[ 26168.148] (**) Fujitsu FUJ02BF: Applying InputClass "evdev keyboard catchall"
[ 26168.148] (II) Using input driver 'evdev' for 'Fujitsu FUJ02BF'
[ 26168.148] (**) Fujitsu FUJ02BF: always reports core events
[ 26168.148] (**) evdev: Fujitsu FUJ02BF: Device: "/dev/input/event7"
[ 26168.148] (--) evdev: Fujitsu FUJ02BF: Vendor 0x1734 Product 0x1
[ 26168.148] (--) evdev: Fujitsu FUJ02BF: Found keys
[ 26168.148] (II) evdev: Fujitsu FUJ02BF: Configuring as keyboard
[ 26168.148] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/FUJ02BF:00/input/input11/event7"
[ 26168.148] (II) XINPUT: Adding extended input device "Fujitsu FUJ02BF" (type: KEYBOARD, id 10)
[ 26168.148] (**) Option "xkb_rules" "evdev"
[ 26168.148] (**) Option "xkb_model" "pc105"
[ 26168.148] (**) Option "xkb_layout" "us"
[ 26168.149] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 26168.149] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 26168.149] (II) Using input driver 'evdev' for 'Power Button'
[ 26168.149] (**) Power Button: always reports core events
[ 26168.149] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 26168.149] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 26168.149] (--) evdev: Power Button: Found keys
[ 26168.149] (II) evdev: Power Button: Configuring as keyboard
[ 26168.149] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[ 26168.149] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 11)
[ 26168.149] (**) Option "xkb_rules" "evdev"
[ 26168.149] (**) Option "xkb_model" "pc105"
[ 26168.149] (**) Option "xkb_layout" "us"
[ 26168.150] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 26168.150] (II) No input driver specified, ignoring this device.
[ 26168.150] (II) This device may have been added with another device file.
[ 26168.150] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 26168.150] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[ 26168.150] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event11)
[ 26168.150] (II) No input driver specified, ignoring this device.
[ 26168.150] (II) This device may have been added with another device file.
[ 26168.151] (II) config/udev: Adding input device HDA Intel Dock Line Out (/dev/input/event10)
[ 26168.151] (II) No input driver specified, ignoring this device.
[ 26168.151] (II) This device may have been added with another device file.
[ 26168.151] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event9)
[ 26168.151] (II) No input driver specified, ignoring this device.
[ 26168.151] (II) This device may have been added with another device file.
[ 26168.151] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 26168.152] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 26168.152] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 26168.152] (**) AT Translated Set 2 keyboard: always reports core events
[ 26168.152] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 26168.152] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 26168.152] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 26168.152] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 26168.152] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 26168.152] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 26168.152] (**) Option "xkb_rules" "evdev"
[ 26168.152] (**) Option "xkb_model" "pc105"
[ 26168.152] (**) Option "xkb_layout" "us"
[ 26168.153] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[ 26168.153] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 26168.153] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 26168.153] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 26168.153] (II) LoadModule: "synaptics"
[ 26168.153] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 26168.153] (II) Module synaptics: vendor="X.Org Foundation"
[ 26168.153] 	compiled for 1.14.2, module version = 1.7.1
[ 26168.153] 	Module class: X.Org XInput Driver
[ 26168.153] 	ABI class: X.Org XInput driver, version 19.1
[ 26168.153] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 26168.153] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 26168.153] (**) Option "Device" "/dev/input/event8"
[ 26168.172] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 69)
[ 26168.172] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 99)
[ 26168.172] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 26168.172] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 26168.172] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple scroll-buttons
[ 26168.172] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 26168.172] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 26168.172] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 26168.188] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input15/event8"
[ 26168.188] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[ 26168.188] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 26168.188] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 26168.188] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[ 26168.188] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 26168.188] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 26168.189] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 26168.189] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 26168.189] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 26168.189] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 26168.189] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 26168.195] (II) config/udev: Adding input device Serial Wacom Tablet (/dev/ttyS4)
[ 26168.195] (**) Serial Wacom Tablet: Applying InputClass "Wacom serial class"
[ 26168.195] (II) LoadModule: "wacom"
[ 26168.195] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[ 26168.196] (II) Module wacom: vendor="X.Org Foundation"
[ 26168.196] 	compiled for 1.14.2.901, module version = 0.20.0
[ 26168.196] 	Module class: X.Org XInput Driver
[ 26168.196] 	ABI class: X.Org XInput driver, version 19.1
[ 26168.196] (II) Using input driver 'wacom' for 'Serial Wacom Tablet'
[ 26168.196] (**) Serial Wacom Tablet: always reports core events
[ 26168.196] (**) Option "Device" "/dev/ttyS4"
[ 26168.196] (II) Serial Wacom Tablet: type not specified, assuming 'stylus'.
[ 26168.197] (II) Serial Wacom Tablet: other types will be automatically added.
[ 26168.197] (EE) Serial Wacom Tablet stylus: wcmWriteWait error : Input/output error
[ 26168.197] (WW) Serial Wacom Tablet stylus: Query failed with 19200 baud. Trying 38400.
[ 26168.197] (EE) Serial Wacom Tablet stylus: wcmWriteWait error : Input/output error
[ 26168.197] (II) Serial Wacom Tablet stylus: serial tablet id 0x90.
[ 26168.197] (EE) PreInit returned 8 for "Serial Wacom Tablet stylus"
[ 26168.197] (II) UnloadModule: "wacom"
[ 26168.198] (II) config/udev: Adding input device Wacom Serial Penabled Touchscreen (/dev/input/event12)
[ 26168.198] (**) Wacom Serial Penabled Touchscreen: Applying InputClass "evdev tablet catchall"
[ 26168.198] (**) Wacom Serial Penabled Touchscreen: Applying InputClass "Wacom class"
[ 26168.198] (II) Using input driver 'wacom' for 'Wacom Serial Penabled Touchscreen'
[ 26168.198] (**) Wacom Serial Penabled Touchscreen: always reports core events
[ 26168.198] (**) Option "Device" "/dev/input/event12"
[ 26168.198] (II) Wacom Serial Penabled Touchscreen: type not specified, assuming 'stylus'.
[ 26168.198] (II) Wacom Serial Penabled Touchscreen: other types will be automatically added.
[ 26168.198] (--) Wacom Serial Penabled Touchscreen stylus: using pressure threshold of 27 for button 1
[ 26168.198] (--) Wacom Serial Penabled Touchscreen stylus: Wacom USB TabletPC tablet maxX=24576 maxY=18432 maxZ=255 resX=100000 resY=100000  tilt=disabled
[ 26168.198] (II) Wacom Serial Penabled Touchscreen stylus: hotplugging dependent devices.
[ 26168.198] (EE) Wacom Serial Penabled Touchscreen stylus: Invalid type 'cursor' for this device.
[ 26168.198] (EE) Wacom Serial Penabled Touchscreen stylus: Invalid type 'touch' for this device.
[ 26168.198] (EE) Wacom Serial Penabled Touchscreen stylus: Invalid type 'pad' for this device.
[ 26168.198] (II) Wacom Serial Penabled Touchscreen stylus: hotplugging completed.
[ 26168.208] (**) Option "config_info" "udev:/sys/devices/pnp0/00:03/tty/ttyS4/serio5/input/input16/event12"
[ 26168.208] (II) XINPUT: Adding extended input device "Wacom Serial Penabled Touchscreen stylus" (type: STYLUS, id 14)
[ 26168.208] (**) Wacom Serial Penabled Touchscreen stylus: (accel) keeping acceleration scheme 1
[ 26168.208] (**) Wacom Serial Penabled Touchscreen stylus: (accel) acceleration profile 0
[ 26168.208] (**) Wacom Serial Penabled Touchscreen stylus: (accel) acceleration factor: 2.000
[ 26168.208] (**) Wacom Serial Penabled Touchscreen stylus: (accel) acceleration threshold: 4
[ 26168.209] (II) config/udev: Adding input device Wacom Serial Penabled Touchscreen (/dev/input/mouse1)
[ 26168.209] (II) No input driver specified, ignoring this device.
[ 26168.209] (II) This device may have been added with another device file.
[ 26168.218] (**) Wacom Serial Penabled Touchscreen eraser: Applying InputClass "evdev tablet catchall"
[ 26168.218] (**) Wacom Serial Penabled Touchscreen eraser: Applying InputClass "Wacom class"
[ 26168.218] (II) Using input driver 'wacom' for 'Wacom Serial Penabled Touchscreen eraser'
[ 26168.218] (**) Wacom Serial Penabled Touchscreen eraser: always reports core events
[ 26168.218] (**) Option "Device" "/dev/input/event12"
[ 26168.218] (**) Option "Type" "eraser"
[ 26168.218] (--) Wacom Serial Penabled Touchscreen eraser: Wacom USB TabletPC tablet maxX=24576 maxY=18432 maxZ=255 resX=100000 resY=100000  tilt=disabled
[ 26168.228] (**) Option "config_info" "udev:/sys/devices/pnp0/00:03/tty/ttyS4/serio5/input/input16/event12"
[ 26168.228] (II) XINPUT: Adding extended input device "Wacom Serial Penabled Touchscreen eraser" (type: ERASER, id 15)
[ 26168.228] (**) Wacom Serial Penabled Touchscreen eraser: (accel) keeping acceleration scheme 1
[ 26168.228] (**) Wacom Serial Penabled Touchscreen eraser: (accel) acceleration profile 0
[ 26168.228] (**) Wacom Serial Penabled Touchscreen eraser: (accel) acceleration factor: 2.000
[ 26168.228] (**) Wacom Serial Penabled Touchscreen eraser: (accel) acceleration threshold: 4
[ 26184.635] (II) XKB: reuse xkmfile /var/lib/xkb/server-CB537B66032B0DBE0AE956F537017A59DB020654.xkm
[ 26185.535] (II) XKB: reuse xkmfile /var/lib/xkb/server-8AA988DD479FAABEC4FC3CCCF4CC29B4948840B4.xkm
[ 26185.592] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[ 26188.069] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[ 26188.076] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[ 26188.084] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[ 26188.091] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[ 26188.101] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[ 26188.114] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[ 26188.127] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[ 26188.140] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[ 26188.153] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[ 26188.166] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
[ 26188.179] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC25B5D7A31535A97485B57C0DD8AA1C5B2189F5.xkm
 
Old 01-07-2014, 07:01 AM   #27
fuorviato
Member
 
Registered: Dec 2013
Location: Poland
Distribution: Sabayon/Gentoo 64bit
Posts: 215

Rep: Reputation: 14
Weird, this time vesa gets loaded directly without intel. Is nomodesettings set in the kernel?
 
Old 01-07-2014, 07:34 AM   #28
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by fuorviato View Post
Weird, this time vesa gets loaded directly without intel. Is nomodesettings set in the kernel?
Code:
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX=""
 
Old 01-07-2014, 07:48 AM   #29
dolphin_oracle
MX Linux
 
Registered: Dec 2013
Posts: 402

Rep: Reputation: Disabled
nomodeset was added back during posts 9 and 10. You shouldn't need it with an intel driver. I suggest removing it and logging in with the new user.
 
Old 01-07-2014, 08:01 AM   #30
Shaine
Member
 
Registered: Dec 2009
Posts: 32

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by dolphin_oracle View Post
nomodeset was added back during posts 9 and 10. You shouldn't need it with an intel driver. I suggest removing it and logging in with the new user.
Thank you dolphin_oracle, new user is now logging with hardware rendering 3D acceleration. Now to find the offending file in my main user which still goes to fallback mode.
 
  


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 03:21 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