LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-30-2012, 07:10 AM   #1
killingthemonkey
Member
 
Registered: Mar 2011
Location: Winston-Salem, NC
Distribution: Fedora, CentOS, Linux Mint
Posts: 259

Rep: Reputation: 24
CR-48/Arch/GUI


I've tried e17. No luck. Now, I've completely re-installed and tried Gnome. Exact same issue. startx takes me to a plain X. Gnome isn't starting. When I exit the desktop I see a long list of errors about fonts lacking.

Where do I go from here?
 
Old 03-30-2012, 07:18 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by killingthemonkey View Post
startx takes me to a plain X.
That means that you don't have edited your ~/.xinitrc file, like described on the Gnome and E17 pages of the ArchWiki. If you are using Arch the ArchWiki is your best friend.
 
Old 03-30-2012, 11:29 AM   #3
killingthemonkey
Member
 
Registered: Mar 2011
Location: Winston-Salem, NC
Distribution: Fedora, CentOS, Linux Mint
Posts: 259

Original Poster
Rep: Reputation: 24
TobiSGD, That was exactly it, but now I have a different issue. I uncommented the %start gnome-session in .xinitrc. Gnome now tries to start, but goes to an screen with a fair approximation of the Sad Mac icon and a log out button.Here is my /var/log/Xorg.0.log:

Code:
[  1284.272] 
X.Org X Server 1.12.0
Release Date: 2012-03-04
[  1284.273] X Protocol Version 11, Revision 0
[  1284.273] Build Operating System: Linux 3.2.9-1-ARCH x86_64 
[  1284.273] Current Operating System: Linux myhost 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011 x86_64
[  1284.273] Kernel command line: root=/dev/disk/by-uuid/c25d23cb-ea9a-4cec-8699-e89dd6321de8 ro
[  1284.273] Build Date: 05 March 2012  05:59:48AM
[  1284.273]  
[  1284.273] Current version of pixman: 0.24.4
[  1284.274] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1284.274] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1284.275] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 30 12:11:08 2012
[  1284.275] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1284.276] (==) No Layout section.  Using the first Screen section.
[  1284.276] (==) No screen section available. Using defaults.
[  1284.276] (**) |-->Screen "Default Screen Section" (0)
[  1284.276] (**) |   |-->Monitor "<default monitor>"
[  1284.276] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1284.276] (==) Automatically adding devices
[  1284.276] (==) Automatically enabling devices
[  1284.276] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
[  1284.276] 	Entry deleted from font path.
[  1284.276] 	(Run 'mkfontdir' on "/usr/share/fonts/misc/").
[  1284.276] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  1284.276] 	Entry deleted from font path.
[  1284.276] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  1284.276] 	Entry deleted from font path.
[  1284.276] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  1284.276] 	Entry deleted from font path.
[  1284.276] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  1284.276] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  1284.276] 	Entry deleted from font path.
[  1284.276] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  1284.276] (==) FontPath set to:
	/usr/share/fonts/TTF/
[  1284.277] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1284.277] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1284.277] (II) Loader magic: 0x7cef60
[  1284.277] (II) Module ABI versions:
[  1284.277] 	X.Org ANSI C Emulation: 0.4
[  1284.277] 	X.Org Video Driver: 12.0
[  1284.277] 	X.Org XInput driver : 16.0
[  1284.277] 	X.Org Server Extension : 6.0
[  1284.279] (--) PCI:*(0:0:2:0) 8086:a011:0537:2852 rev 0, Mem @ 0x98180000/524288, 0x80000000/268435456, 0x98000000/1048576, I/O @ 0x000050c0/8
[  1284.279] (--) PCI: (0:0:2:1) 8086:a012:0537:2852 rev 0, Mem @ 0x98100000/524288
[  1284.279] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1284.279] (II) LoadModule: "extmod"
[  1284.279] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  1284.280] (II) Module extmod: vendor="X.Org Foundation"
[  1284.280] 	compiled for 1.12.0, module version = 1.0.0
[  1284.280] 	Module class: X.Org Server Extension
[  1284.280] 	ABI class: X.Org Server Extension, version 6.0
[  1284.280] (II) Loading extension MIT-SCREEN-SAVER
[  1284.280] (II) Loading extension XFree86-VidModeExtension
[  1284.280] (II) Loading extension XFree86-DGA
[  1284.280] (II) Loading extension DPMS
[  1284.280] (II) Loading extension XVideo
[  1284.280] (II) Loading extension XVideo-MotionCompensation
[  1284.280] (II) Loading extension X-Resource
[  1284.280] (II) LoadModule: "dbe"
[  1284.280] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  1284.281] (II) Module dbe: vendor="X.Org Foundation"
[  1284.281] 	compiled for 1.12.0, module version = 1.0.0
[  1284.281] 	Module class: X.Org Server Extension
[  1284.281] 	ABI class: X.Org Server Extension, version 6.0
[  1284.281] (II) Loading extension DOUBLE-BUFFER
[  1284.281] (II) LoadModule: "glx"
[  1284.281] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1284.281] (II) Module glx: vendor="X.Org Foundation"
[  1284.281] 	compiled for 1.12.0, module version = 1.0.0
[  1284.281] 	ABI class: X.Org Server Extension, version 6.0
[  1284.281] (==) AIGLX enabled
[  1284.282] (II) Loading extension GLX
[  1284.282] (II) LoadModule: "record"
[  1284.282] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  1284.282] (II) Module record: vendor="X.Org Foundation"
[  1284.282] 	compiled for 1.12.0, module version = 1.13.0
[  1284.282] 	Module class: X.Org Server Extension
[  1284.282] 	ABI class: X.Org Server Extension, version 6.0
[  1284.282] (II) Loading extension RECORD
[  1284.282] (II) LoadModule: "dri"
[  1284.283] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  1284.283] (II) Module dri: vendor="X.Org Foundation"
[  1284.283] 	compiled for 1.12.0, module version = 1.0.0
[  1284.283] 	ABI class: X.Org Server Extension, version 6.0
[  1284.283] (II) Loading extension XFree86-DRI
[  1284.283] (II) LoadModule: "dri2"
[  1284.284] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  1284.284] (II) Module dri2: vendor="X.Org Foundation"
[  1284.284] 	compiled for 1.12.0, module version = 1.2.0
[  1284.284] 	ABI class: X.Org Server Extension, version 6.0
[  1284.284] (II) Loading extension DRI2
[  1284.284] (==) Matched intel as autoconfigured driver 0
[  1284.284] (==) Matched vesa as autoconfigured driver 1
[  1284.284] (==) Matched fbdev as autoconfigured driver 2
[  1284.284] (==) Assigned the driver to the xf86ConfigLayout
[  1284.284] (II) LoadModule: "intel"
[  1284.284] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1284.285] (II) Module intel: vendor="X.Org Foundation"
[  1284.285] 	compiled for 1.11.99.903, module version = 2.18.0
[  1284.285] 	Module class: X.Org Video Driver
[  1284.285] 	ABI class: X.Org Video Driver, version 12.0
[  1284.285] (II) LoadModule: "vesa"
[  1284.286] (WW) Warning, couldn't open module vesa
[  1284.286] (II) UnloadModule: "vesa"
[  1284.286] (II) Unloading vesa
[  1284.286] (EE) Failed to load module "vesa" (module does not exist, 0)
[  1284.286] (II) LoadModule: "fbdev"
[  1284.286] (WW) Warning, couldn't open module fbdev
[  1284.286] (II) UnloadModule: "fbdev"
[  1284.287] (II) Unloading fbdev
[  1284.287] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1284.287] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[  1284.287] (--) using VT number 7

[  1284.306] drmOpenDevice: node name is /dev/dri/card0
[  1284.307] drmOpenDevice: open result is 8, (OK)
[  1284.307] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[  1284.307] drmOpenDevice: node name is /dev/dri/card0
[  1284.307] drmOpenDevice: open result is 8, (OK)
[  1284.307] drmOpenByBusid: drmOpenMinor returns 8
[  1284.307] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[  1284.307] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1284.307] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  1284.307] (==) intel(0): RGB weight 888
[  1284.307] (==) intel(0): Default visual is TrueColor
[  1284.307] (II) intel(0): Integrated Graphics Chipset: Intel(R) Pineview GM
[  1284.307] (--) intel(0): Chipset: "Pineview GM"
[  1284.307] (**) intel(0): Relaxed fencing enabled
[  1284.307] (**) intel(0): Wait on SwapBuffers? enabled
[  1284.307] (**) intel(0): Triple buffering? enabled
[  1284.307] (**) intel(0): Framebuffer tiled
[  1284.307] (**) intel(0): Pixmaps tiled
[  1284.307] (**) intel(0): 3D buffers tiled
[  1284.307] (**) intel(0): SwapBuffers wait enabled
[  1284.307] (==) intel(0): video overlay key set to 0x101fe
[  1284.308] (II) intel(0): Output LVDS1 has no monitor section
[  1284.308] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[  1284.340] (II) intel(0): Output VGA1 has no monitor section
[  1284.340] (II) intel(0): EDID for output LVDS1
[  1284.340] (II) intel(0): Manufacturer: SEC  Model: 5441  Serial#: 0
[  1284.340] (II) intel(0): Year: 2010  Week: 0
[  1284.340] (II) intel(0): EDID Version: 1.3
[  1284.340] (II) intel(0): Digital Display Input
[  1284.340] (II) intel(0): Max Image Size [cm]: horiz.: 26  vert.: 16
[  1284.340] (II) intel(0): Gamma: 2.20
[  1284.340] (II) intel(0): No DPMS capabilities specified
[  1284.340] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1284.340] (II) intel(0): First detailed timing is preferred mode
[  1284.340] (II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
[  1284.340] (II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
[  1284.340] (II) intel(0): Manufacturer's mask: 0
[  1284.340] (II) intel(0): Supported detailed timing:
[  1284.340] (II) intel(0): clock: 69.3 MHz   Image Size:  261 x 163 mm
[  1284.340] (II) intel(0): h_active: 1280  h_sync: 1296  h_sync_end 1344 h_blank_end 1402 h_border: 0
[  1284.340] (II) intel(0): v_active: 800  v_sync: 801  v_sync_end 804 v_blanking: 824 v_border: 0
[  1284.340] (II) intel(0): Unknown vendor-specific block f
[  1284.340] (II) intel(0):  SAMSUNG
[  1284.340] (II) intel(0):  121AT10-301
[  1284.340] (II) intel(0): EDID (in hex):
[  1284.340] (II) intel(0): 	00ffffffffffff004ca3415400000000
[  1284.340] (II) intel(0): 	00140103801a10780a87f594574f8c27
[  1284.340] (II) intel(0): 	27505400000001010101010101010101
[  1284.340] (II) intel(0): 	010101010101121b007a502018301030
[  1284.341] (II) intel(0): 	130005a3100000190000000f00000000
[  1284.341] (II) intel(0): 	00000000002387026400000000fe0053
[  1284.341] (II) intel(0): 	414d53554e470a2020202020000000fe
[  1284.341] (II) intel(0): 	00313231415431302d3330310a20001f
[  1284.341] (II) intel(0): EDID vendor "SEC", prod id 21569
[  1284.341] (II) intel(0): Printing DDC gathered Modelines:
[  1284.341] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1296 1344 1402  800 801 804 824 -hsync -vsync (49.4 kHz eP)
[  1284.341] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[  1284.341] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  1284.341] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  1284.341] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[  1284.341] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[  1284.341] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[  1284.341] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[  1284.341] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[  1284.341] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[  1284.341] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[  1284.341] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[  1284.341] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[  1284.341] (II) intel(0): Printing probed modes for output LVDS1
[  1284.341] (II) intel(0): Modeline "1280x800"x60.0   69.30  1280 1296 1344 1402  800 801 804 824 -hsync -vsync (49.4 kHz eP)
[  1284.341] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  1284.341] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  1284.341] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  1284.341] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  1284.373] (II) intel(0): EDID for output VGA1
[  1284.373] (II) intel(0): Output LVDS1 connected
[  1284.373] (II) intel(0): Output VGA1 disconnected
[  1284.373] (II) intel(0): Using exact sizes for initial modes
[  1284.373] (II) intel(0): Output LVDS1 using initial mode 1280x800
[  1284.373] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1284.373] (II) intel(0): Kernel page flipping support detected, enabling
[  1284.373] (**) intel(0): Display dimensions: (260, 160) mm
[  1284.373] (**) intel(0): DPI set to (125, 127)
[  1284.373] (II) Loading sub module "fb"
[  1284.373] (II) LoadModule: "fb"
[  1284.374] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1284.374] (II) Module fb: vendor="X.Org Foundation"
[  1284.374] 	compiled for 1.12.0, module version = 1.0.0
[  1284.374] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1284.374] (II) Loading sub module "dri2"
[  1284.375] (II) LoadModule: "dri2"
[  1284.375] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  1284.375] (II) Module dri2: vendor="X.Org Foundation"
[  1284.375] 	compiled for 1.12.0, module version = 1.2.0
[  1284.375] 	ABI class: X.Org Server Extension, version 6.0
[  1284.375] (==) Depth 24 pixmap format is 32 bpp
[  1284.375] (II) intel(0): [DRI2] Setup complete
[  1284.375] (II) intel(0): [DRI2]   DRI driver: i915
[  1284.375] (II) intel(0): Allocated new frame buffer 1280x800 stride 8192, tiled
[  1284.375] (II) UXA(0): Driver registered support for the following operations:
[  1284.376] (II)         solid
[  1284.376] (II)         copy
[  1284.376] (II)         composite (RENDER acceleration)
[  1284.376] (II)         put_image
[  1284.376] (II)         get_image
[  1284.376] (==) intel(0): Backing store disabled
[  1284.376] (==) intel(0): Silken mouse enabled
[  1284.376] (II) intel(0): Initializing HW Cursor
[  1284.396] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1284.398] (==) intel(0): DPMS enabled
[  1284.398] (==) intel(0): Intel XvMC decoder disabled
[  1284.398] (II) intel(0): Set up textured video
[  1284.398] (II) intel(0): Set up overlay video
[  1284.398] (II) intel(0): direct rendering: DRI2 Enabled
[  1284.398] (==) intel(0): hotplug detection: "enabled"
[  1284.399] (--) RandR disabled
[  1284.399] (II) Initializing built-in extension Generic Event Extension
[  1284.399] (II) Initializing built-in extension SHAPE
[  1284.399] (II) Initializing built-in extension MIT-SHM
[  1284.399] (II) Initializing built-in extension XInputExtension
[  1284.399] (II) Initializing built-in extension XTEST
[  1284.399] (II) Initializing built-in extension BIG-REQUESTS
[  1284.399] (II) Initializing built-in extension SYNC
[  1284.399] (II) Initializing built-in extension XKEYBOARD
[  1284.399] (II) Initializing built-in extension XC-MISC
[  1284.399] (II) Initializing built-in extension SECURITY
[  1284.399] (II) Initializing built-in extension XINERAMA
[  1284.399] (II) Initializing built-in extension XFIXES
[  1284.399] (II) Initializing built-in extension RENDER
[  1284.399] (II) Initializing built-in extension RANDR
[  1284.399] (II) Initializing built-in extension COMPOSITE
[  1284.399] (II) Initializing built-in extension DAMAGE
[  1284.429] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  1284.429] (II) AIGLX: enabled GLX_INTEL_swap_event
[  1284.429] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  1284.429] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  1284.430] (II) AIGLX: Loaded and initialized i915
[  1284.430] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1284.431] (II) intel(0): Setting screen physical size to 338 x 211
[  1284.540] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  1284.540] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1284.540] (II) LoadModule: "evdev"
[  1284.540] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1284.541] (II) Module evdev: vendor="X.Org Foundation"
[  1284.541] 	compiled for 1.12.0, module version = 2.7.0
[  1284.541] 	Module class: X.Org XInput Driver
[  1284.541] 	ABI class: X.Org XInput driver, version 16.0
[  1284.541] (II) Using input driver 'evdev' for 'Power Button'
[  1284.541] (**) Power Button: always reports core events
[  1284.541] (**) evdev: Power Button: Device: "/dev/input/event4"
[  1284.541] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1284.541] (--) evdev: Power Button: Found keys
[  1284.541] (II) evdev: Power Button: Configuring as keyboard
[  1284.541] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[  1284.541] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1284.541] (**) Option "xkb_rules" "evdev"
[  1284.541] (**) Option "xkb_model" "evdev"
[  1284.541] (**) Option "xkb_layout" "us"
[  1284.631] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[  1284.631] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  1284.632] (II) Using input driver 'evdev' for 'Video Bus'
[  1284.632] (**) Video Bus: always reports core events
[  1284.632] (**) evdev: Video Bus: Device: "/dev/input/event11"
[  1284.632] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  1284.632] (--) evdev: Video Bus: Found keys
[  1284.632] (II) evdev: Video Bus: Configuring as keyboard
[  1284.632] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11/event11"
[  1284.632] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1284.632] (**) Option "xkb_rules" "evdev"
[  1284.632] (**) Option "xkb_model" "evdev"
[  1284.632] (**) Option "xkb_layout" "us"
[  1284.633] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1284.634] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1284.634] (II) Using input driver 'evdev' for 'Power Button'
[  1284.634] (**) Power Button: always reports core events
[  1284.634] (**) evdev: Power Button: Device: "/dev/input/event1"
[  1284.634] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1284.634] (--) evdev: Power Button: Found keys
[  1284.634] (II) evdev: Power Button: Configuring as keyboard
[  1284.634] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[  1284.634] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  1284.634] (**) Option "xkb_rules" "evdev"
[  1284.634] (**) Option "xkb_model" "evdev"
[  1284.634] (**) Option "xkb_layout" "us"
[  1284.635] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[  1284.635] (II) No input driver specified, ignoring this device.
[  1284.635] (II) This device may have been added with another device file.
[  1284.636] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  1284.636] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  1284.636] (II) Using input driver 'evdev' for 'Sleep Button'
[  1284.636] (**) Sleep Button: always reports core events
[  1284.636] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[  1284.637] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[  1284.637] (--) evdev: Sleep Button: Found keys
[  1284.637] (II) evdev: Sleep Button: Configuring as keyboard
[  1284.637] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[  1284.637] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  1284.637] (**) Option "xkb_rules" "evdev"
[  1284.637] (**) Option "xkb_model" "evdev"
[  1284.637] (**) Option "xkb_layout" "us"
[  1284.638] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[  1284.638] (II) No input driver specified, ignoring this device.
[  1284.638] (II) This device may have been added with another device file.
[  1284.639] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
[  1284.639] (II) No input driver specified, ignoring this device.
[  1284.639] (II) This device may have been added with another device file.
[  1284.640] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
[  1284.640] (II) No input driver specified, ignoring this device.
[  1284.640] (II) This device may have been added with another device file.
[  1284.641] (II) config/udev: Adding input device Mario Webcam (/dev/input/event6)
[  1284.641] (**) Mario Webcam: Applying InputClass "evdev keyboard catchall"
[  1284.641] (II) Using input driver 'evdev' for 'Mario Webcam'
[  1284.641] (**) Mario Webcam: always reports core events
[  1284.641] (**) evdev: Mario Webcam: Device: "/dev/input/event6"
[  1284.641] (--) evdev: Mario Webcam: Vendor 0x4f2 Product 0xb262
[  1284.641] (--) evdev: Mario Webcam: Found keys
[  1284.641] (II) evdev: Mario Webcam: Configuring as keyboard
[  1284.641] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-5/1-5:1.0/input/input6/event6"
[  1284.641] (II) XINPUT: Adding extended input device "Mario Webcam" (type: KEYBOARD, id 10)
[  1284.641] (**) Option "xkb_rules" "evdev"
[  1284.641] (**) Option "xkb_model" "evdev"
[  1284.641] (**) Option "xkb_layout" "us"
[  1284.643] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  1284.643] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  1284.643] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  1284.643] (**) AT Translated Set 2 keyboard: always reports core events
[  1284.643] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  1284.643] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  1284.643] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  1284.643] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  1284.643] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  1284.643] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[  1284.643] (**) Option "xkb_rules" "evdev"
[  1284.643] (**) Option "xkb_model" "evdev"
[  1284.643] (**) Option "xkb_layout" "us"
[  1284.645] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[  1284.645] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[  1284.645] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  1284.645] (II) LoadModule: "synaptics"
[  1284.645] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  1284.646] (II) Module synaptics: vendor="X.Org Foundation"
[  1284.646] 	compiled for 1.12.0, module version = 1.5.99
[  1284.646] 	Module class: X.Org XInput Driver
[  1284.646] 	ABI class: X.Org XInput driver, version 16.0
[  1284.646] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[  1284.646] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1284.646] (**) Option "Device" "/dev/input/event10"
[  1284.753] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[  1284.753] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[  1284.753] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5738
[  1284.753] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4802
[  1284.753] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  1284.753] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[  1284.753] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[  1284.753] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[  1284.753] (**) Option "TapButton1" "1"
[  1284.753] (**) Option "TapButton2" "2"
[  1284.753] (**) Option "TapButton3" "3"
[  1284.754] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  1284.754] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1284.860] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input10/event10"
[  1284.860] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[  1284.860] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  1284.860] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[  1284.860] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037
[  1284.861] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  1284.861] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  1284.861] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1284.861] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1284.861] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  1284.862] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  1284.862] (II) No input driver specified, ignoring this device.
[  1284.862] (II) This device may have been added with another device file.
[  1284.863] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[  1284.863] (II) No input driver specified, ignoring this device.
[  1284.863] (II) This device may have been added with another device file.
[  1285.749] (II) intel(0): EDID vendor "SEC", prod id 21569
[  1285.749] (II) intel(0): Printing DDC gathered Modelines:
[  1285.749] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1296 1344 1402  800 801 804 824 -hsync -vsync (49.4 kHz eP)
[  1285.833] (II) intel(0): EDID vendor "SEC", prod id 21569
[  1285.834] (II) intel(0): Printing DDC gathered Modelines:
[  1285.834] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1296 1344 1402  800 801 804 824 -hsync -vsync (49.4 kHz eP)
[  1285.869] (II) intel(0): EDID vendor "SEC", prod id 21569
[  1285.869] (II) intel(0): Printing DDC gathered Modelines:
[  1285.869] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1296 1344 1402  800 801 804 824 -hsync -vsync (49.4 kHz eP)
[  1285.900] (II) intel(0): EDID vendor "SEC", prod id 21569
[  1285.900] (II) intel(0): Printing DDC gathered Modelines:
[  1285.900] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1296 1344 1402  800 801 804 824 -hsync -vsync (49.4 kHz eP)
[  1285.937] (II) intel(0): EDID vendor "SEC", prod id 21569
[  1285.937] (II) intel(0): Printing DDC gathered Modelines:
[  1285.937] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1296 1344 1402  800 801 804 824 -hsync -vsync (49.4 kHz eP)
[  1287.115] (II) intel(0): EDID vendor "SEC", prod id 21569
[  1287.115] (II) intel(0): Printing DDC gathered Modelines:
[  1287.115] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1296 1344 1402  800 801 804 824 -hsync -vsync (49.4 kHz eP)
[  1287.389] (II) intel(0): EDID vendor "SEC", prod id 21569
[  1287.389] (II) intel(0): Printing DDC gathered Modelines:
[  1287.389] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1296 1344 1402  800 801 804 824 -hsync -vsync (49.4 kHz eP)
[  1287.441] (II) intel(0): EDID vendor "SEC", prod id 21569
[  1287.441] (II) intel(0): Printing DDC gathered Modelines:
[  1287.441] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1296 1344 1402  800 801 804 824 -hsync -vsync (49.4 kHz eP)
[  1287.487] (II) intel(0): EDID vendor "SEC", prod id 21569
[  1287.487] (II) intel(0): Printing DDC gathered Modelines:
[  1287.487] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1296 1344 1402  800 801 804 824 -hsync -vsync (49.4 kHz eP)
[  1287.528] (II) intel(0): EDID vendor "SEC", prod id 21569
[  1287.528] (II) intel(0): Printing DDC gathered Modelines:
[  1287.528] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1296 1344 1402  800 801 804 824 -hsync -vsync (49.4 kHz eP)
[  1288.537] (II) intel(0): EDID vendor "SEC", prod id 21569
[  1288.537] (II) intel(0): Printing DDC gathered Modelines:
[  1288.538] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1296 1344 1402  800 801 804 824 -hsync -vsync (49.4 kHz eP)
[  1293.586] (II) evdev: Power Button: Close
[  1294.008] Server terminated successfully (0). Closing log file.
Note, I cut out the modules unloading. Max 30000 characters in a post.
 
Old 03-30-2012, 11:43 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I don't know much of Gnome, so I can't really help here. May it be possible that you just have installed a barebone Gnome only?
 
Old 03-30-2012, 11:50 AM   #5
killingthemonkey
Member
 
Registered: Mar 2011
Location: Winston-Salem, NC
Distribution: Fedora, CentOS, Linux Mint
Posts: 259

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by TobiSGD View Post
I don't know much of Gnome, so I can't really help here. May it be possible that you just have installed a barebone Gnome only?
There is definitely that possibility, but I have no idea what to do next. I guess it's back to the Arch Wiki Gnome page to see if there is anything I missed.
 
Old 03-30-2012, 03:02 PM   #6
killingthemonkey
Member
 
Registered: Mar 2011
Location: Winston-Salem, NC
Distribution: Fedora, CentOS, Linux Mint
Posts: 259

Original Poster
Rep: Reputation: 24
Well, the Gnome wiki is useless and the Arch wiki is not far behind.
 
  


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
How to get a GUI in Arch linux? makuab Linux - Newbie 16 03-19-2011 07:37 PM
[SOLVED] Arch GUI keeps causing arch to crash Emerald-Rose Linux - Software 7 01-12-2011 11:15 PM
How do I install GUI on Arch? arkaan Linux - Software 3 04-07-2007 09:32 PM
GUI on Arch? linuxnoob223 Arch 2 10-22-2004 12:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:05 PM.

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