您尚未登录。

#1 2013-08-15 18:18:09

Invincible
会员
注册时间: 2013-08-13
帖子: 49

[已解决]普通用户启动 Enlightenment17 出现问题!

以下是我的 xinitrc 和 log

xinitrc:

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then







    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs


if [ -d /etc/X11/xinit/xinitrc.d ] ; then
	for f in /etc/X11/xinit/xinitrc.d/* ; do
		[ -x "$f" ] && . "$f"
	done
	unset f
fi
#twm &
#exec xterm -geometry 60x60+0+0 -name login
#exec ck-launch-session 
#exec dbus-launch 
exec enlightenment_start

log:

[  9538.332] 
X.Org X Server 1.14.2
Release Date: 2013-06-25
[  9538.333] X Protocol Version 11, Revision 0
[  9538.334] Build Operating System: Linux 3.9.7-1-ARCH x86_64 
[  9538.334] Current Operating System: Linux InvincibleStudio 3.10.6-2-ARCH #1 SMP PREEMPT Tue Aug 13 09:47:01 CEST 2013 x86_64
[  9538.334] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e5b38ab4-50b8-4a17-b683-822a14e400d3 rw quiet
[  9538.335] Build Date: 01 July 2013  10:48:42AM
[  9538.335]  
[  9538.336] Current version of pixman: 0.30.2
[  9538.337] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  9538.337] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  9538.339] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 16 01:46:45 2013
[  9538.339] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  9538.340] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  9538.340] (==) No Layout section.  Using the first Screen section.
[  9538.340] (==) No screen section available. Using defaults.
[  9538.340] (**) |-->Screen "Default Screen Section" (0)
[  9538.340] (**) |   |-->Monitor "<default monitor>"
[  9538.340] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  9538.341] (**) |   |-->Device "Nvidia card"
[  9538.341] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  9538.341] (==) Automatically adding devices
[  9538.341] (==) Automatically enabling devices
[  9538.341] (==) Automatically adding GPU devices
[  9538.341] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  9538.341] 	Entry deleted from font path.
[  9538.341] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[  9538.341] (==) ModulePath set to "/usr/lib/xorg/modules"
[  9538.341] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  9538.341] (II) Loader magic: 0x7fdc20
[  9538.341] (II) Module ABI versions:
[  9538.341] 	X.Org ANSI C Emulation: 0.4
[  9538.341] 	X.Org Video Driver: 14.1
[  9538.341] 	X.Org XInput driver : 19.1
[  9538.341] 	X.Org Server Extension : 7.0
[  9538.341] (II) xfree86: Adding drm device (/dev/dri/card0)
[  9538.343] (--) PCI:*(0:1:0:0) 10de:0a62:6823:1001 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/524288
[  9538.343] Initializing built-in extension Generic Event Extension
[  9538.343] Initializing built-in extension SHAPE
[  9538.344] Initializing built-in extension MIT-SHM
[  9538.344] Initializing built-in extension XInputExtension
[  9538.344] Initializing built-in extension XTEST
[  9538.345] Initializing built-in extension BIG-REQUESTS
[  9538.345] Initializing built-in extension SYNC
[  9538.345] Initializing built-in extension XKEYBOARD
[  9538.346] Initializing built-in extension XC-MISC
[  9538.346] Initializing built-in extension SECURITY
[  9538.347] Initializing built-in extension XINERAMA
[  9538.347] Initializing built-in extension XFIXES
[  9538.347] Initializing built-in extension RENDER
[  9538.348] Initializing built-in extension RANDR
[  9538.348] Initializing built-in extension COMPOSITE
[  9538.349] Initializing built-in extension DAMAGE
[  9538.349] Initializing built-in extension MIT-SCREEN-SAVER
[  9538.349] Initializing built-in extension DOUBLE-BUFFER
[  9538.350] Initializing built-in extension RECORD
[  9538.350] Initializing built-in extension DPMS
[  9538.351] Initializing built-in extension X-Resource
[  9538.351] Initializing built-in extension XVideo
[  9538.351] Initializing built-in extension XVideo-MotionCompensation
[  9538.352] Initializing built-in extension XFree86-VidModeExtension
[  9538.352] Initializing built-in extension XFree86-DGA
[  9538.353] Initializing built-in extension XFree86-DRI
[  9538.353] Initializing built-in extension DRI2
[  9538.353] (II) "glx" will be loaded by default.
[  9538.353] (II) LoadModule: "dri2"
[  9538.353] (II) Module "dri2" already built-in
[  9538.353] (II) LoadModule: "glamoregl"
[  9538.353] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  9538.355] (II) Module glamoregl: vendor="X.Org Foundation"
[  9538.355] 	compiled for 1.14.0, module version = 0.5.0
[  9538.355] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  9538.355] (II) LoadModule: "glx"
[  9538.355] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  9538.355] (II) Module glx: vendor="X.Org Foundation"
[  9538.355] 	compiled for 1.14.2, module version = 1.0.0
[  9538.355] 	ABI class: X.Org Server Extension, version 7.0
[  9538.355] (==) AIGLX enabled
[  9538.355] Loading extension GLX
[  9538.355] (II) LoadModule: "nouveau"
[  9538.355] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[  9538.355] (II) Module nouveau: vendor="X.Org Foundation"
[  9538.355] 	compiled for 1.14.2, module version = 1.0.9
[  9538.355] 	Module class: X.Org Video Driver
[  9538.355] 	ABI class: X.Org Video Driver, version 14.1
[  9538.355] (II) NOUVEAU driver 
[  9538.355] (II) NOUVEAU driver for NVIDIA chipset families :
[  9538.355] 	RIVA TNT        (NV04)
[  9538.355] 	RIVA TNT2       (NV05)
[  9538.355] 	GeForce 256     (NV10)
[  9538.356] 	GeForce 2       (NV11, NV15)
[  9538.356] 	GeForce 4MX     (NV17, NV18)
[  9538.356] 	GeForce 3       (NV20)
[  9538.356] 	GeForce 4Ti     (NV25, NV28)
[  9538.356] 	GeForce FX      (NV3x)
[  9538.356] 	GeForce 6       (NV4x)
[  9538.356] 	GeForce 7       (G7x)
[  9538.356] 	GeForce 8       (G8x)
[  9538.356] 	GeForce GTX 200 (NVA0)
[  9538.356] 	GeForce GTX 400 (NVC0)
[  9538.356] (--) using VT number 4

[  9538.357] (II) [drm] nouveau interface version: 1.1.1
[  9538.357] (II) Loading sub module "dri2"
[  9538.357] (II) LoadModule: "dri2"
[  9538.358] (II) Module "dri2" already built-in
[  9538.358] (--) NOUVEAU(0): Chipset: "NVIDIA NVA8"
[  9538.358] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  9538.358] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[  9538.358] (==) NOUVEAU(0): RGB weight 888
[  9538.358] (==) NOUVEAU(0): Default visual is TrueColor
[  9538.358] (==) NOUVEAU(0): Using HW cursor
[  9538.358] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[  9538.358] (==) NOUVEAU(0): Page flipping enabled
[  9538.358] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
[  9538.396] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[  9538.419] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[  9538.447] (II) NOUVEAU(0): EDID for output VGA-1
[  9538.447] (II) NOUVEAU(0): Manufacturer: LCD  Model: 2000  Serial#: 65832
[  9538.447] (II) NOUVEAU(0): Year: 2010  Week: 4
[  9538.447] (II) NOUVEAU(0): EDID Version: 1.3
[  9538.447] (II) NOUVEAU(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[  9538.447] (II) NOUVEAU(0): Sync:  Separate
[  9538.447] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 44  vert.: 25
[  9538.447] (II) NOUVEAU(0): Gamma: 2.20
[  9538.447] (II) NOUVEAU(0): DPMS capabilities: Off; RGB/Color Display
[  9538.447] (II) NOUVEAU(0): First detailed timing is preferred mode
[  9538.447] (II) NOUVEAU(0): redX: 0.650 redY: 0.335   greenX: 0.295 greenY: 0.605
[  9538.447] (II) NOUVEAU(0): blueX: 0.145 blueY: 0.075   whiteX: 0.313 whiteY: 0.329
[  9538.447] (II) NOUVEAU(0): Supported established timings:
[  9538.447] (II) NOUVEAU(0): 720x400@70Hz
[  9538.447] (II) NOUVEAU(0): 640x480@60Hz
[  9538.447] (II) NOUVEAU(0): 640x480@67Hz
[  9538.447] (II) NOUVEAU(0): 640x480@72Hz
[  9538.447] (II) NOUVEAU(0): 640x480@75Hz
[  9538.447] (II) NOUVEAU(0): 800x600@56Hz
[  9538.447] (II) NOUVEAU(0): 800x600@60Hz
[  9538.447] (II) NOUVEAU(0): 800x600@72Hz
[  9538.447] (II) NOUVEAU(0): 800x600@75Hz
[  9538.447] (II) NOUVEAU(0): 832x624@75Hz
[  9538.447] (II) NOUVEAU(0): 1024x768@60Hz
[  9538.447] (II) NOUVEAU(0): 1024x768@70Hz
[  9538.447] (II) NOUVEAU(0): 1024x768@75Hz
[  9538.447] (II) NOUVEAU(0): Manufacturer's mask: 0
[  9538.447] (II) NOUVEAU(0): Supported standard timings:
[  9538.447] (II) NOUVEAU(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  9538.447] (II) NOUVEAU(0): #1: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[  9538.447] (II) NOUVEAU(0): Supported detailed timing:
[  9538.447] (II) NOUVEAU(0): clock: 108.0 MHz   Image Size:  443 x 249 mm
[  9538.447] (II) NOUVEAU(0): h_active: 1600  h_sync: 1624  h_sync_end 1704 h_blank_end 1800 h_border: 0
[  9538.447] (II) NOUVEAU(0): v_active: 900  v_sync: 901  v_sync_end 904 v_blanking: 1000 v_border: 0
[  9538.447] (II) NOUVEAU(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
[  9538.447] (II) NOUVEAU(0): Monitor name: FG280
[  9538.447] (II) NOUVEAU(0): Serial No: AXA1065832
[  9538.447] (II) NOUVEAU(0): EDID (in hex):
[  9538.447] (II) NOUVEAU(0): 	00ffffffffffff003064002028010100
[  9538.447] (II) NOUVEAU(0): 	04140103682c19782ab815a6554b9b25
[  9538.447] (II) NOUVEAU(0): 	135054bfee0081c0a9c0010101010101
[  9538.447] (II) NOUVEAU(0): 	010101010101302a40c8608464301850
[  9538.447] (II) NOUVEAU(0): 	1300bbf91000001e000000fd00374b1e
[  9538.447] (II) NOUVEAU(0): 	530e000a202020202020000000fc0046
[  9538.447] (II) NOUVEAU(0): 	473238300a20202020202020000000ff
[  9538.447] (II) NOUVEAU(0): 	00415841313036353833320a20200038
[  9538.447] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[  9538.447] (II) NOUVEAU(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz eP)
[  9538.447] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.44  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[  9538.447] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[  9538.447] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  9538.447] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  9538.447] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  9538.447] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  9538.447] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  9538.447] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  9538.447] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  9538.447] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[  9538.447] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  9538.447] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  9538.447] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  9538.447] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  9538.470] (II) NOUVEAU(0): EDID for output DVI-I-1
[  9538.470] (II) NOUVEAU(0): Output VGA-1 connected
[  9538.470] (II) NOUVEAU(0): Output DVI-I-1 disconnected
[  9538.470] (II) NOUVEAU(0): Using exact sizes for initial modes
[  9538.470] (II) NOUVEAU(0): Output VGA-1 using initial mode 1600x900
[  9538.470] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  9538.470] (--) NOUVEAU(0): Virtual size is 1600x900 (pitch 0)
[  9538.470] (**) NOUVEAU(0):  Driver mode "1600x900": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[  9538.470] (II) NOUVEAU(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz eP)
[  9538.470] (**) NOUVEAU(0):  Mode "1280x720": 74.4 MHz (scaled from 0.0 MHz), 44.7 kHz, 60.0 Hz
[  9538.470] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.44  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[  9538.470] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
[  9538.470] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[  9538.470] (**) NOUVEAU(0):  Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
[  9538.470] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  9538.470] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[  9538.470] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  9538.470] (**) NOUVEAU(0):  Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
[  9538.471] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  9538.471] (**) NOUVEAU(0):  Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
[  9538.471] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  9538.471] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[  9538.471] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  9538.471] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[  9538.471] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  9538.471] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[  9538.471] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  9538.471] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
[  9538.471] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[  9538.471] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[  9538.471] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  9538.471] (**) NOUVEAU(0):  Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
[  9538.471] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  9538.471] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[  9538.471] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  9538.471] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[  9538.471] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  9538.471] (==) NOUVEAU(0): DPI set to (96, 96)
[  9538.471] (II) Loading sub module "fb"
[  9538.471] (II) LoadModule: "fb"
[  9538.471] (II) Loading /usr/lib/xorg/modules/libfb.so
[  9538.471] (II) Module fb: vendor="X.Org Foundation"
[  9538.471] 	compiled for 1.14.2, module version = 1.0.0
[  9538.471] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  9538.471] (II) Loading sub module "exa"
[  9538.471] (II) LoadModule: "exa"
[  9538.471] (II) Loading /usr/lib/xorg/modules/libexa.so
[  9538.471] (II) Module exa: vendor="X.Org Foundation"
[  9538.471] 	compiled for 1.14.2, module version = 2.6.0
[  9538.471] 	ABI class: X.Org Video Driver, version 14.1
[  9538.471] (II) Loading sub module "shadowfb"
[  9538.471] (II) LoadModule: "shadowfb"
[  9538.471] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[  9538.471] (II) Module shadowfb: vendor="X.Org Foundation"
[  9538.471] 	compiled for 1.14.2, module version = 1.0.0
[  9538.471] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  9538.472] (--) Depth 24 pixmap format is 32 bpp
[  9538.472] (II) NOUVEAU(0): Opened GPU channel 0
[  9538.476] (II) NOUVEAU(0): [DRI2] Setup complete
[  9538.476] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[  9538.476] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[  9538.477] (II) EXA(0): Driver allocated offscreen pixmaps
[  9538.477] (II) EXA(0): Driver registered support for the following operations:
[  9538.477] (II)         Solid
[  9538.477] (II)         Copy
[  9538.477] (II)         Composite (RENDER acceleration)
[  9538.477] (II)         UploadToScreen
[  9538.477] (II)         DownloadFromScreen
[  9538.477] (==) NOUVEAU(0): Backing store disabled
[  9538.477] (==) NOUVEAU(0): Silken mouse enabled
[  9538.477] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[  9538.477] (II) NOUVEAU(0): [XvMC] Extension initialized.
[  9538.477] (==) NOUVEAU(0): DPMS enabled
[  9538.477] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  9538.477] (--) RandR disabled
[  9538.504] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  9538.504] (II) AIGLX: enabled GLX_INTEL_swap_event
[  9538.504] (II) AIGLX: enabled GLX_ARB_create_context
[  9538.504] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  9538.504] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[  9538.504] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  9538.504] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  9538.505] (II) AIGLX: Loaded and initialized nouveau
[  9538.505] (II) GLX: Initialized DRI2 GL provider for screen 0
[  9538.507] (II) NOUVEAU(0): NVEnterVT is called.
[  9538.529] (II) NOUVEAU(0): Setting screen physical size to 423 x 238
[  9538.530] resize called 1600 900
[  9538.619] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  9538.619] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  9538.619] (II) LoadModule: "evdev"
[  9538.619] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  9538.619] (II) Module evdev: vendor="X.Org Foundation"
[  9538.619] 	compiled for 1.14.2, module version = 2.8.1
[  9538.619] 	Module class: X.Org XInput Driver
[  9538.619] 	ABI class: X.Org XInput driver, version 19.1
[  9538.619] (II) Using input driver 'evdev' for 'Power Button'
[  9538.619] (**) Power Button: always reports core events
[  9538.619] (**) evdev: Power Button: Device: "/dev/input/event1"
[  9538.619] (--) evdev: Power Button: Vendor 0 Product 0x1
[  9538.619] (--) evdev: Power Button: Found keys
[  9538.619] (II) evdev: Power Button: Configuring as keyboard
[  9538.619] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  9538.620] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  9538.620] (**) Option "xkb_rules" "evdev"
[  9538.620] (**) Option "xkb_model" "pc104"
[  9538.620] (**) Option "xkb_layout" "us"
[  9538.648] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  9538.648] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  9538.648] (II) Using input driver 'evdev' for 'Power Button'
[  9538.648] (**) Power Button: always reports core events
[  9538.648] (**) evdev: Power Button: Device: "/dev/input/event0"
[  9538.648] (--) evdev: Power Button: Vendor 0 Product 0x1
[  9538.648] (--) evdev: Power Button: Found keys
[  9538.648] (II) evdev: Power Button: Configuring as keyboard
[  9538.648] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[  9538.648] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  9538.648] (**) Option "xkb_rules" "evdev"
[  9538.648] (**) Option "xkb_model" "pc104"
[  9538.648] (**) Option "xkb_layout" "us"
[  9538.648] (II) config/udev: Adding drm device (/dev/dri/card0)
[  9538.648] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[  9538.648] (II) No input driver specified, ignoring this device.
[  9538.648] (II) This device may have been added with another device file.
[  9538.649] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[  9538.649] (II) No input driver specified, ignoring this device.
[  9538.649] (II) This device may have been added with another device file.
[  9538.649] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[  9538.649] (II) No input driver specified, ignoring this device.
[  9538.649] (II) This device may have been added with another device file.
[  9538.649] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[  9538.649] (II) No input driver specified, ignoring this device.
[  9538.649] (II) This device may have been added with another device file.
[  9538.649] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event5)
[  9538.649] (II) No input driver specified, ignoring this device.
[  9538.649] (II) This device may have been added with another device file.
[  9538.650] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event6)
[  9538.650] (II) No input driver specified, ignoring this device.
[  9538.650] (II) This device may have been added with another device file.
[  9538.650] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event7)
[  9538.650] (II) No input driver specified, ignoring this device.
[  9538.650] (II) This device may have been added with another device file.
[  9538.650] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event8)
[  9538.650] (II) No input driver specified, ignoring this device.
[  9538.650] (II) This device may have been added with another device file.
[  9538.650] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event9)
[  9538.650] (II) No input driver specified, ignoring this device.
[  9538.650] (II) This device may have been added with another device file.
[  9538.650] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event3)
[  9538.650] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[  9538.650] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[  9538.651] (**) USB Optical Mouse: always reports core events
[  9538.651] (**) evdev: USB Optical Mouse: Device: "/dev/input/event3"
[  9538.651] (--) evdev: USB Optical Mouse: Vendor 0x1bcf Product 0x5
[  9538.651] (--) evdev: USB Optical Mouse: Found 9 mouse buttons
[  9538.651] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
[  9538.651] (--) evdev: USB Optical Mouse: Found relative axes
[  9538.651] (--) evdev: USB Optical Mouse: Found x and y relative axes
[  9538.651] (II) evdev: USB Optical Mouse: Configuring as mouse
[  9538.651] (II) evdev: USB Optical Mouse: Adding scrollwheel support
[  9538.651] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
[  9538.651] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  9538.651] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/input/input3/event3"
[  9538.651] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 8)
[  9538.651] (II) evdev: USB Optical Mouse: initialized for relative axes.
[  9538.651] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[  9538.651] (**) USB Optical Mouse: (accel) acceleration profile 0
[  9538.651] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[  9538.651] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[  9538.651] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[  9538.651] (II) No input driver specified, ignoring this device.
[  9538.651] (II) This device may have been added with another device file.
[  9538.651] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[  9538.651] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  9538.651] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  9538.651] (**) AT Translated Set 2 keyboard: always reports core events
[  9538.651] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[  9538.651] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  9538.651] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  9538.651] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  9538.651] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[  9538.651] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[  9538.652] (**) Option "xkb_rules" "evdev"
[  9538.652] (**) Option "xkb_model" "pc104"
[  9538.652] (**) Option "xkb_layout" "us"
[  9538.652] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[  9538.652] (II) No input driver specified, ignoring this device.
[  9538.652] (II) This device may have been added with another device file.
[  9538.889] (II) evdev: AT Translated Set 2 keyboard: Close
[  9538.890] (II) UnloadModule: "evdev"
[  9538.890] (II) evdev: USB Optical Mouse: Close
[  9538.890] (II) UnloadModule: "evdev"
[  9538.890] (II) evdev: Power Button: Close
[  9538.890] (II) UnloadModule: "evdev"
[  9538.890] (II) evdev: Power Button: Close
[  9538.890] (II) UnloadModule: "evdev"
[  9538.892] (II) NOUVEAU(0): NVLeaveVT is called.
[  9538.892] (II) NOUVEAU(0): Closed GPU channel 0
[  9538.933] (EE) Server terminated successfully (0). Closing log file.

我使用 root 用户启动 Enlightenment17 没有问题。但是普通用户无法启动(经测试普通用户启动 X 服务没有问题),经在home目录下建立了 .xinitrc 文件,出现的问题就是闪退,屏幕突然一黑 X 服务就退出了,log文件貌似没问题,我使用的是

pacman -S enlightenment17
yaourt -S e-modules-extra-svn


不知道问什么官方wiki里面说的 e-modules-extra-svn 软件包在官方源里却找不到!(我已经开启 extra 了) 官方Wiki 地址


从ubuntu跑出来的,没想到Arch这么能折腾,感觉ubuntu弱爆了! roll cool

解决办法:

pacman -S slim
nano $HOME/.xinitrc

在.xintrc中输入

exec enlightenment_start

Ctrl+x 保存退出!

sudo slim

OK,输入你的用户名和密码登录吧!

最近编辑记录 Invincible (2013-08-20 22:53:20)


做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!

离线

#2 2013-08-15 20:26:53

nopriler
会员
注册时间: 2012-01-03
帖子: 393

Re: [已解决]普通用户启动 Enlightenment17 出现问题!

Invincible 说:

e-modules-extra-svn 软件包在官方源里却找不到

只能说中文Wiki没人维护过期了。这个包被移到AUR了,看这里

其他的我就不知道了...

最近编辑记录 nopriler (2013-08-15 20:39:48)

离线

#3 2013-08-15 21:54:27

YeLee
BOT
注册时间: 2011-08-19
帖子: 661

Re: [已解决]普通用户启动 Enlightenment17 出现问题!

感觉是正常退出的样子,先只留xinitrc的最后一行下来慢慢调试吧。


小白路过,大家给点面子!

离线

#4 2013-08-15 21:55:33

Invincible
会员
注册时间: 2013-08-13
帖子: 49

Re: [已解决]普通用户启动 Enlightenment17 出现问题!

YeLee 说:

感觉是正常退出的样子,先只留xinitrc的最后一行下来慢慢调试吧。

什么意思?


做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!

离线

#5 2013-08-15 22:54:38

糊涂
本尊
注册时间: 2012-10-30
帖子: 203

Re: [已解决]普通用户启动 Enlightenment17 出现问题!

家目录下一个.xinitrc,里面就一行:exec enlightenment_start


想装X,别装X

离线

#6 2013-08-15 23:47:35

nopriler
会员
注册时间: 2012-01-03
帖子: 393

Re: [已解决]普通用户启动 Enlightenment17 出现问题!

BTW 这个配置文件在我这是正常的。

试试

$ xinit /usr/bin/enlightenment_start

离线

#7 2013-08-20 22:02:51

Invincible
会员
注册时间: 2013-08-13
帖子: 49

Re: [已解决]普通用户启动 Enlightenment17 出现问题!

nopriler 说:

BTW 这个配置文件在我这是正常的。

试试

$ xinit /usr/bin/enlightenment_start

我的解决方法是安装了slim,用slim启动成功,可以在非root情况下登录,请问你是startx的?


做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!

离线

#8 2013-08-20 22:12:02

Invincible
会员
注册时间: 2013-08-13
帖子: 49

Re: [已解决]普通用户启动 Enlightenment17 出现问题!

糊涂 说:

家目录下一个.xinitrc,里面就一行:exec enlightenment_start

你的这种方法我试过,不行。

我的解决方法是安装了slim,用slim启动成功,可以在非root情况下登录,请问你是startx的?

还有就是e17在我这里各种崩溃。。最终还是 Pacman -S kde!


话说大三八同学不是已经给自己电脑换上了大三八了吗?Ubuntu 论坛表情


做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!

离线

#9 2013-08-21 23:10:58

糊涂
本尊
注册时间: 2012-10-30
帖子: 203

Re: [已解决]普通用户启动 Enlightenment17 出现问题!

Invincible 说:
糊涂 说:

家目录下一个.xinitrc,里面就一行:exec enlightenment_start

你的这种方法我试过,不行。

我的解决方法是安装了slim,用slim启动成功,可以在非root情况下登录,请问你是startx的?

还有就是e17在我这里各种崩溃。。最终还是 Pacman -S kde!


话说大三八同学不是已经给自己电脑换上了大三八了吗?http://forum.ubuntu.org.cn/images/smilies/em04.gif

你只是绕过了问题,并没有真正解决问题,并且你最终放弃了解决问题。


想装X,别装X

离线

#10 2013-08-22 10:52:10

Invincible
会员
注册时间: 2013-08-13
帖子: 49

Re: [已解决]普通用户启动 Enlightenment17 出现问题!

糊涂 说:
Invincible 说:
糊涂 说:

家目录下一个.xinitrc,里面就一行:exec enlightenment_start

你的这种方法我试过,不行。

我的解决方法是安装了slim,用slim启动成功,可以在非root情况下登录,请问你是startx的?

还有就是e17在我这里各种崩溃。。最终还是 Pacman -S kde!


话说大三八同学不是已经给自己电脑换上了大三八了吗?http://forum.ubuntu.org.cn/images/smilies/em04.gif

你只是绕过了问题,并没有真正解决问题,并且你最终放弃了解决问题。

问题没有检测出来但是找到了替代的解决办法。


做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!

离线

页脚