安装archlinux图形化安装时,普通用户无法进入图形化桌面

1214人阅读
实践备忘(2)
【现象】有终端输入用户名,密码后,桌面环境启动失败。
【报错】log文件中显示:
Fatal server error:
(EE) xf86OpenConsole: VT_ACTIVATE failed: Operation not permitted
【原因】由xorg升级引起,具体描述如下:
【解决】修改.bash_profile中使用下面的命令启动xorg:
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
startx -- vt1; exit
&&相关文章推荐
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:26978次
排名:千里之外
原创:14篇
(3)(1)(1)(1)(1)(1)(3)(1)(1)(1)[已解决]谁能帮忙看下我的 X 环境为何无法启动啊!! / 应用程序与桌面环境 / Arch Linux 中文论坛
您尚未登录。
Invincible
注册时间:
[已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
X.Org X Server 1.14.2
Release Date:
218.933] X Protocol Version 11, Revision 0
218.933] Build Operating System: Linux 3.9.7-1-ARCH x86_64
218.934] Current Operating System: Linux InvincibleStudio 3.10.5-1-ARCH #1 SMP PREEMPT Mon Aug 5 08:04:22 CEST
218.934] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e5b38ab4-50b8-4a17-b683-822a14e400d3 rw quiet
218.934] Build Date: 01 July :42AM
218.935] Current version of pixman: 0.30.2
Before reporting problems, check [url]http://wiki.x.org[/url]
to make sure that you have the latest version.
218.936] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
218.937] (==) Log file: &/var/log/Xorg.0.log&, Time: Tue Aug 13 22:57:28 2013
218.972] (==) Using config directory: &/etc/X11/xorg.conf.d&
218.980] (==) No Layout section.
Using the first Screen section.
218.980] (==) No screen section available. Using defaults.
218.980] (**) |--&Screen &Default Screen Section& (0)
218.980] (**) |
|--&Monitor &&default monitor&&
218.980] (==) No monitor specified for screen &Default Screen Section&.
Using a default monitor configuration.
218.980] (==) Automatically adding devices
218.980] (==) Automatically enabling devices
218.980] (==) Automatically adding GPU devices
218.992] (WW) The directory &/usr/share/fonts/TTF/& does not exist.
Entry deleted from font path.
218.992] (WW) The directory &/usr/share/fonts/OTF/& does not exist.
Entry deleted from font path.
218.992] (WW) The directory &/usr/share/fonts/Type1/& does not exist.
Entry deleted from font path.
218.993] (WW) `fonts.dir' not found (or not valid) in &/usr/share/fonts/100dpi/&.
Entry deleted from font path.
(Run 'mkfontdir' on &/usr/share/fonts/100dpi/&).
218.993] (WW) `fonts.dir' not found (or not valid) in &/usr/share/fonts/75dpi/&.
Entry deleted from font path.
(Run 'mkfontdir' on &/usr/share/fonts/75dpi/&).
218.993] (==) FontPath set to:
/usr/share/fonts/misc/
218.993] (==) ModulePath set to &/usr/lib/xorg/modules&
218.993] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
218.993] (II) Loader magic: 0x7fdc20
218.993] (II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 14.1
X.Org XInput driver : 19.1
X.Org Server Extension : 7.0
218.994] (II) xfree86: Adding drm device (/dev/dri/card0)
218.996] (--) PCI:*(0:1:0:0) 10de:0a62: rev 162, Mem @ 0xfd7456, 0xce54432, I/O @ 0x, BIOS @ 0x????????/524288
218.996] Initializing built-in extension Generic Event Extension
218.997] Initializing built-in extension SHAPE
218.997] Initializing built-in extension MIT-SHM
218.998] Initializing built-in extension XInputExtension
218.998] Initializing built-in extension XTEST
218.999] Initializing built-in extension BIG-REQUESTS
218.999] Initializing built-in extension SYNC
218.999] Initializing built-in extension XKEYBOARD
219.000] Initializing built-in extension XC-MISC
219.000] Initializing built-in extension SECURITY
219.001] Initializing built-in extension XINERAMA
219.001] Initializing built-in extension XFIXES
219.001] Initializing built-in extension RENDER
219.002] Initializing built-in extension RANDR
219.002] Initializing built-in extension COMPOSITE
219.002] Initializing built-in extension DAMAGE
219.003] Initializing built-in extension MIT-SCREEN-SAVER
219.003] Initializing built-in extension DOUBLE-BUFFER
219.004] Initializing built-in extension RECORD
219.004] Initializing built-in extension DPMS
219.004] Initializing built-in extension X-Resource
219.005] Initializing built-in extension XVideo
219.005] Initializing built-in extension XVideo-MotionCompensation
219.006] Initializing built-in extension XFree86-VidModeExtension
219.006] Initializing built-in extension XFree86-DGA
219.006] Initializing built-in extension XFree86-DRI
219.007] Initializing built-in extension DRI2
219.007] (II) LoadModule: &glx&
219.017] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
219.031] (II) Module glx: vendor=&X.Org Foundation&
compiled for 1.14.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 7.0
219.031] (==) AIGLX enabled
219.032] Loading extension GLX
219.032] (==) Matched nouveau as autoconfigured driver 0
219.032] (==) Matched nvidia as autoconfigured driver 1
219.032] (==) Matched nv as autoconfigured driver 2
219.032] (==) Matched nouveau as autoconfigured driver 3
219.032] (==) Matched nvidia as autoconfigured driver 4
219.032] (==) Matched nv as autoconfigured driver 5
219.032] (==) Matched vesa as autoconfigured driver 6
219.032] (==) Matched modesetting as autoconfigured driver 7
219.032] (==) Matched fbdev as autoconfigured driver 8
219.032] (==) Assigned the driver to the xf86ConfigLayout
219.032] (II) LoadModule: &nouveau&
219.033] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
219.049] (II) Module nouveau: vendor=&X.Org Foundation&
compiled for 1.14.2, module version = 1.0.9
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 14.1
219.049] (II) LoadModule: &nvidia&
219.050] (WW) Warning, couldn't open module nvidia
219.050] (II) UnloadModule: &nvidia&
219.051] (II) Unloading nvidia
219.051] (EE) Failed to load module &nvidia& (module does not exist, 0)
219.051] (II) LoadModule: &nv&
219.051] (WW) Warning, couldn't open module nv
219.051] (II) UnloadModule: &nv&
219.051] (II) Unloading nv
219.051] (EE) Failed to load module &nv& (module does not exist, 0)
219.051] (II) LoadModule: &vesa&
219.051] (WW) Warning, couldn't open module vesa
219.051] (II) UnloadModule: &vesa&
219.051] (II) Unloading vesa
219.051] (EE) Failed to load module &vesa& (module does not exist, 0)
219.051] (II) LoadModule: &modesetting&
219.052] (WW) Warning, couldn't open module modesetting
219.052] (II) UnloadModule: &modesetting&
219.052] (II) Unloading modesetting
219.052] (EE) Failed to load module &modesetting& (module does not exist, 0)
219.052] (II) LoadModule: &fbdev&
219.052] (WW) Warning, couldn't open module fbdev
219.052] (II) UnloadModule: &fbdev&
219.052] (II) Unloading fbdev
219.052] (EE) Failed to load module &fbdev& (module does not exist, 0)
219.052] (II) NOUVEAU driver
219.052] (II) NOUVEAU driver for NVIDIA chipset families :
GeForce 256
(NV11, NV15)
GeForce 4MX
(NV17, NV18)
GeForce 4Ti
(NV25, NV28)
GeForce FX
GeForce GTX 200 (NVA0)
GeForce GTX 400 (NVC0)
219.053] (++) using VT number 1
219.053] (II) [drm] nouveau interface version: 1.1.1
219.053] (II) Loading sub module &dri2&
219.053] (II) LoadModule: &dri2&
219.053] (II) Module &dri2& already built-in
219.053] (--) NOUVEAU(0): Chipset: &NVIDIA NVA8&
219.053] (II) NOUVEAU(0): Creating default Display subsection in Screen section
&Default Screen Section& for depth/fbbpp 24/32
219.053] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
219.054] (==) NOUVEAU(0): RGB weight 888
219.054] (==) NOUVEAU(0): Default visual is TrueColor
219.054] (==) NOUVEAU(0): Using HW cursor
219.054] (==) NOUVEAU(0): GLX sync to VBlank disabled.
219.054] (==) NOUVEAU(0): Page flipping enabled
219.054] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
219.094] (II) NOUVEAU(0): Output VGA-1 has no monitor section
219.117] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
219.145] (II) NOUVEAU(0): EDID for output VGA-1
219.145] (II) NOUVEAU(0): Manufacturer: LCD
Model: 2000
Serial#: 65832
219.145] (II) NOUVEAU(0): Year: 2010
219.145] (II) NOUVEAU(0): EDID Version: 1.3
219.145] (II) NOUVEAU(0): Analog Display Input,
Input Voltage Level: 0.700/0.700 V
219.145] (II) NOUVEAU(0): Sync:
219.145] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 44
219.145] (II) NOUVEAU(0): Gamma: 2.20
219.145] (II) NOUVEAU(0): DPMS capabilities: O RGB/Color Display
219.145] (II) NOUVEAU(0): First detailed timing is preferred mode
219.145] (II) NOUVEAU(0): redX: 0.650 redY: 0.335
greenX: 0.295 greenY: 0.605
219.145] (II) NOUVEAU(0): blueX: 0.145 blueY: 0.075
whiteX: 0.313 whiteY: 0.329
219.145] (II) NOUVEAU(0): Supported established timings:
219.145] (II) NOUVEAU(0): 720x400@70Hz
219.145] (II) NOUVEAU(0): 640x480@60Hz
219.145] (II) NOUVEAU(0): 640x480@67Hz
219.145] (II) NOUVEAU(0): 640x480@72Hz
219.145] (II) NOUVEAU(0): 640x480@75Hz
219.145] (II) NOUVEAU(0): 800x600@56Hz
219.145] (II) NOUVEAU(0): 800x600@60Hz
219.145] (II) NOUVEAU(0): 800x600@72Hz
219.145] (II) NOUVEAU(0): 800x600@75Hz
219.145] (II) NOUVEAU(0): 832x624@75Hz
219.145] (II) NOUVEAU(0): Hz
219.145] (II) NOUVEAU(0): Hz
219.145] (II) NOUVEAU(0): Hz
219.145] (II) NOUVEAU(0): Manufacturer's mask: 0
219.145] (II) NOUVEAU(0): Supported standard timings:
219.145] (II) NOUVEAU(0): #0: hsize: 1280
refresh: 60
vid: 49281
219.145] (II) NOUVEAU(0): #1: hsize: 1600
refresh: 60
vid: 49321
219.145] (II) NOUVEAU(0): Supported detailed timing:
219.145] (II) NOUVEAU(0): clock: 108.0 MHz
Image Size:
443 x 249 mm
219.145] (II) NOUVEAU(0): h_active: 1600
h_sync: 1624
h_sync_end 1704 h_blank_end 1800 h_border: 0
219.145] (II) NOUVEAU(0): v_active: 900
v_sync: 901
v_sync_end 904 v_blanking: 1000 v_border: 0
219.145] (II) NOUVEAU(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
219.145] (II) NOUVEAU(0): Monitor name: FG280
219.145] (II) NOUVEAU(0): Serial No: AXA1065832
219.145] (II) NOUVEAU(0): EDID (in hex):
219.145] (II) NOUVEAU(0):
00ffffffffffff010100
219.145] (II) NOUVEAU(0):
219.145] (II) NOUVEAU(0):
135054bfeec1
219.145] (II) NOUVEAU(0):
219.145] (II) NOUVEAU(0):
1300bbf000fd00374b1e
219.145] (II) NOUVEAU(0):
530e000a46
219.145] (II) NOUVEAU(0):
219.145] (II) NOUVEAU(0):
219.145] (II) NOUVEAU(0): Printing probed modes for output VGA-1
219.145] (II) NOUVEAU(0): Modeline &.0
04 1 904 1000 +hsync +vsync (60.0 kHz eP)
219.145] (II) NOUVEAU(0): Modeline &.0
72 1 724 746 -hsync +vsync (44.7 kHz)
219.145] (II) NOUVEAU(0): Modeline &.1
36 9 772 800 +hsync +vsync (60.1 kHz e)
219.145] (II) NOUVEAU(0): Modeline &.1
84 1 777 806 -hsync -vsync (56.5 kHz e)
219.145] (II) NOUVEAU(0): Modeline &.0
84 1 777 806 -hsync -vsync (48.4 kHz e)
219.145] (II) NOUVEAU(0): Modeline &832x624&x74.6
832 864 928 5 628 667 -hsync -vsync (49.7 kHz e)
219.145] (II) NOUVEAU(0): Modeline &800x600&x72.2
800 856 976 7 643 666 +hsync +vsync (48.1 kHz e)
219.145] (II) NOUVEAU(0): Modeline &800x600&x75.0
800 816 896 1 604 625 +hsync +vsync (46.9 kHz e)
219.145] (II) NOUVEAU(0): Modeline &800x600&x60.3
800 840 968 1 605 628 +hsync +vsync (37.9 kHz e)
219.145] (II) NOUVEAU(0): Modeline &800x600&x56.2
800 824 896 1 603 625 +hsync +vsync (35.2 kHz e)
219.145] (II) NOUVEAU(0): Modeline &640x480&x72.8
640 664 704 832
480 489 491 520 -hsync -vsync (37.9 kHz e)
219.145] (II) NOUVEAU(0): Modeline &640x480&x75.0
640 656 720 840
480 481 484 500 -hsync -vsync (37.5 kHz e)
219.145] (II) NOUVEAU(0): Modeline &640x480&x66.7
640 704 768 864
480 483 486 525 -hsync -vsync (35.0 kHz e)
219.145] (II) NOUVEAU(0): Modeline &640x480&x60.0
640 656 752 800
480 490 492 525 -hsync -vsync (31.5 kHz e)
219.145] (II) NOUVEAU(0): Modeline &720x400&x70.1
720 738 846 900
400 412 414 449 -hsync +vsync (31.5 kHz e)
219.168] (II) NOUVEAU(0): EDID for output DVI-I-1
219.168] (II) NOUVEAU(0): Output VGA-1 connected
219.168] (II) NOUVEAU(0): Output DVI-I-1 disconnected
219.168] (II) NOUVEAU(0): Using exact sizes for initial modes
219.168] (II) NOUVEAU(0): Output VGA-1 using initial mode
219.168] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
219.168] (--) NOUVEAU(0): Virtual size is
219.168] (**) NOUVEAU(0):
Driver mode &&: 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
219.168] (II) NOUVEAU(0): Modeline &.0
04 1 904 1000 +hsync +vsync (60.0 kHz eP)
219.168] (**) NOUVEAU(0):
Mode &&: 74.4 MHz (scaled from 0.0 MHz), 44.7 kHz, 60.0 Hz
219.168] (II) NOUVEAU(0): Modeline &.0
72 1 724 746 -hsync +vsync (44.7 kHz)
219.168] (**) NOUVEAU(0):
Driver mode &&: 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
219.168] (II) NOUVEAU(0): Modeline &.1
36 9 772 800 +hsync +vsync (60.1 kHz e)
219.168] (**) NOUVEAU(0):
Driver mode &&: 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
219.168] (II) NOUVEAU(0): Modeline &.1
84 1 777 806 -hsync -vsync (56.5 kHz e)
219.168] (**) NOUVEAU(0):
Driver mode &&: 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
219.168] (II) NOUVEAU(0): Modeline &.0
84 1 777 806 -hsync -vsync (48.4 kHz e)
219.168] (**) NOUVEAU(0):
Driver mode &832x624&: 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
219.168] (II) NOUVEAU(0): Modeline &832x624&x74.6
832 864 928 5 628 667 -hsync -vsync (49.7 kHz e)
219.168] (**) NOUVEAU(0):
Driver mode &800x600&: 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
219.168] (II) NOUVEAU(0): Modeline &800x600&x72.2
800 856 976 7 643 666 +hsync +vsync (48.1 kHz e)
219.168] (**) NOUVEAU(0):
Driver mode &800x600&: 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
219.168] (II) NOUVEAU(0): Modeline &800x600&x75.0
800 816 896 1 604 625 +hsync +vsync (46.9 kHz e)
219.168] (**) NOUVEAU(0):
Driver mode &800x600&: 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
219.168] (II) NOUVEAU(0): Modeline &800x600&x60.3
800 840 968 1 605 628 +hsync +vsync (37.9 kHz e)
219.168] (**) NOUVEAU(0):
Driver mode &800x600&: 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
219.168] (II) NOUVEAU(0): Modeline &800x600&x56.2
800 824 896 1 603 625 +hsync +vsync (35.2 kHz e)
219.168] (**) NOUVEAU(0):
Driver mode &640x480&: 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
219.168] (II) NOUVEAU(0): Modeline &640x480&x72.8
640 664 704 832
480 489 491 520 -hsync -vsync (37.9 kHz e)
219.168] (**) NOUVEAU(0):
Driver mode &640x480&: 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
219.168] (II) NOUVEAU(0): Modeline &640x480&x75.0
640 656 720 840
480 481 484 500 -hsync -vsync (37.5 kHz e)
219.168] (**) NOUVEAU(0):
Driver mode &640x480&: 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
219.168] (II) NOUVEAU(0): Modeline &640x480&x66.7
640 704 768 864
480 483 486 525 -hsync -vsync (35.0 kHz e)
219.168] (**) NOUVEAU(0):
Driver mode &640x480&: 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
219.168] (II) NOUVEAU(0): Modeline &640x480&x60.0
640 656 752 800
480 490 492 525 -hsync -vsync (31.5 kHz e)
219.169] (**) NOUVEAU(0):
Driver mode &720x400&: 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
219.169] (II) NOUVEAU(0): Modeline &720x400&x70.1
720 738 846 900
400 412 414 449 -hsync +vsync (31.5 kHz e)
219.169] (==) NOUVEAU(0): DPI set to (96, 96)
219.169] (II) Loading sub module &fb&
219.169] (II) LoadModule: &fb&
219.169] (II) Loading /usr/lib/xorg/modules/libfb.so
219.180] (II) Module fb: vendor=&X.Org Foundation&
compiled for 1.14.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
219.180] (II) Loading sub module &exa&
219.180] (II) LoadModule: &exa&
219.180] (II) Loading /usr/lib/xorg/modules/libexa.so
219.184] (II) Module exa: vendor=&X.Org Foundation&
compiled for 1.14.2, module version = 2.6.0
ABI class: X.Org Video Driver, version 14.1
219.184] (II) Loading sub module &shadowfb&
219.184] (II) LoadModule: &shadowfb&
219.184] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
219.185] (II) Module shadowfb: vendor=&X.Org Foundation&
compiled for 1.14.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
219.185] (--) Depth 24 pixmap format is 32 bpp
219.186] (II) NOUVEAU(0): Opened GPU channel 0
219.190] (II) NOUVEAU(0): [DRI2] Setup complete
219.190] (II) NOUVEAU(0): [DRI2]
DRI driver: nouveau
219.190] (II) NOUVEAU(0): [DRI2]
VDPAU driver: nouveau
219.192] (II) EXA(0): Driver allocated offscreen pixmaps
219.192] (II) EXA(0): Driver registered support for the following operations:
219.192] (II)
219.192] (II)
219.192] (II)
Composite (RENDER acceleration)
219.192] (II)
UploadToScreen
219.192] (II)
DownloadFromScreen
219.192] (==) NOUVEAU(0): Backing store disabled
219.192] (==) NOUVEAU(0): Silken mouse enabled
219.207] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
219.207] (II) NOUVEAU(0): [XvMC] Extension initialized.
219.207] (==) NOUVEAU(0): DPMS enabled
219.207] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
219.208] (--) RandR disabled
219.821] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
219.821] (II) AIGLX: enabled GLX_INTEL_swap_event
219.821] (II) AIGLX: enabled GLX_ARB_create_context
219.821] (II) AIGLX: enabled GLX_ARB_create_context_profile
219.821] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
219.821] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
219.821] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
219.822] (II) AIGLX: Loaded and initialized nouveau
219.822] (II) GLX: Initialized DRI2 GL provider for screen 0
219.825] (II) NOUVEAU(0): NVEnterVT is called.
219.866] (II) NOUVEAU(0): Setting screen physical size to 423 x 238
219.866] resize called
220.077] (II) config/udev: Adding input device Power Button (/dev/input/event1)
220.078] (**) Power Button: Applying InputClass &evdev keyboard catchall&
220.078] (II) LoadModule: &evdev&
220.078] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
220.090] (II) Module evdev: vendor=&X.Org Foundation&
compiled for 1.14.2, module version = 2.8.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 19.1
220.090] (II) Using input driver 'evdev' for 'Power Button'
220.090] (**) Power Button: always reports core events
220.090] (**) evdev: Power Button: Device: &/dev/input/event1&
220.090] (--) evdev: Power Button: Vendor 0 Product 0x1
220.090] (--) evdev: Power Button: Found keys
220.090] (II) evdev: Power Button: Configuring as keyboard
220.090] (**) Option &config_info& &udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1&
220.090] (II) XINPUT: Adding extended input device &Power Button& (type: KEYBOARD, id 6)
220.090] (**) Option &xkb_rules& &evdev&
220.090] (**) Option &xkb_model& &pc104&
220.090] (**) Option &xkb_layout& &us&
220.114] (II) config/udev: Adding input device Power Button (/dev/input/event0)
220.114] (**) Power Button: Applying InputClass &evdev keyboard catchall&
220.114] (II) Using input driver 'evdev' for 'Power Button'
220.114] (**) Power Button: always reports core events
220.114] (**) evdev: Power Button: Device: &/dev/input/event0&
220.114] (--) evdev: Power Button: Vendor 0 Product 0x1
220.114] (--) evdev: Power Button: Found keys
220.114] (II) evdev: Power Button: Configuring as keyboard
220.114] (**) Option &config_info& &udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0&
220.114] (II) XINPUT: Adding extended input device &Power Button& (type: KEYBOARD, id 7)
220.114] (**) Option &xkb_rules& &evdev&
220.114] (**) Option &xkb_model& &pc104&
220.114] (**) Option &xkb_layout& &us&
220.114] (II) config/udev: Adding drm device (/dev/dri/card0)
220.115] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
220.115] (II) No input driver specified, ignoring this device.
220.115] (II) This device may have been added with another device file.
220.115] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
220.115] (II) No input driver specified, ignoring this device.
220.115] (II) This device may have been added with another device file.
220.115] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
220.115] (II) No input driver specified, ignoring this device.
220.115] (II) This device may have been added with another device file.
220.115] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
220.115] (II) No input driver specified, ignoring this device.
220.115] (II) This device may have been added with another device file.
220.116] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event5)
220.116] (II) No input driver specified, ignoring this device.
220.116] (II) This device may have been added with another device file.
220.116] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event6)
220.116] (II) No input driver specified, ignoring this device.
220.116] (II) This device may have been added with another device file.
220.116] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event7)
220.116] (II) No input driver specified, ignoring this device.
220.116] (II) This device may have been added with another device file.
220.116] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event8)
220.116] (II) No input driver specified, ignoring this device.
220.116] (II) This device may have been added with another device file.
220.117] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event9)
220.117] (II) No input driver specified, ignoring this device.
220.117] (II) This device may have been added with another device file.
220.117] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event3)
220.117] (**) USB Optical Mouse: Applying InputClass &evdev pointer catchall&
220.117] (II) Using input driver 'evdev' for 'USB Optical Mouse'
220.117] (**) USB Optical Mouse: always reports core events
220.117] (**) evdev: USB Optical Mouse: Device: &/dev/input/event3&
220.117] (--) evdev: USB Optical Mouse: Vendor 0x1bcf Product 0x5
220.117] (--) evdev: USB Optical Mouse: Found 9 mouse buttons
220.117] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
220.117] (--) evdev: USB Optical Mouse: Found relative axes
220.117] (--) evdev: USB Optical Mouse: Found x and y relative axes
220.117] (II) evdev: USB Optical Mouse: Configuring as mouse
220.117] (II) evdev: USB Optical Mouse: Adding scrollwheel support
220.117] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
220.117] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
220.117] (**) Option &config_info& &udev:/sys/devices/pci0:00:1d.3/usb4/4-2/4-2:1.0/input/input3/event3&
220.117] (II) XINPUT: Adding extended input device &USB Optical Mouse& (type: MOUSE, id 8)
220.117] (II) evdev: USB Optical Mouse: initialized for relative axes.
220.117] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
220.117] (**) USB Optical Mouse: (accel) acceleration profile 0
220.117] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
220.117] (**) USB Optical Mouse: (accel) acceleration threshold: 4
220.118] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
220.118] (II) No input driver specified, ignoring this device.
220.118] (II) This device may have been added with another device file.
220.118] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
220.118] (**) AT Translated Set 2 keyboard: Applying InputClass &evdev keyboard catchall&
220.118] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
220.118] (**) AT Translated Set 2 keyboard: always reports core events
220.118] (**) evdev: AT Translated Set 2 keyboard: Device: &/dev/input/event2&
220.118] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
220.118] (--) evdev: AT Translated Set 2 keyboard: Found keys
220.118] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
220.118] (**) Option &config_info& &udev:/sys/devices/platform/i8042/serio0/input/input2/event2&
220.118] (II) XINPUT: Adding extended input device &AT Translated Set 2 keyboard& (type: KEYBOARD, id 9)
220.118] (**) Option &xkb_rules& &evdev&
220.118] (**) Option &xkb_model& &pc104&
220.118] (**) Option &xkb_layout& &us&
220.118] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
220.118] (II) No input driver specified, ignoring this device.
220.118] (II) This device may have been added with another device file.
220.450] (II) evdev: AT Translated Set 2 keyboard: Close
220.450] (II) UnloadModule: &evdev&
220.451] (II) evdev: USB Optical Mouse: Close
220.451] (II) UnloadModule: &evdev&
220.451] (II) evdev: Power Button: Close
220.451] (II) UnloadModule: &evdev&
220.451] (II) evdev: Power Button: Close
220.451] (II) UnloadModule: &evdev&
220.463] (II) NOUVEAU(0): NVLeaveVT is called.
220.463] (II) NOUVEAU(0): Closed GPU channel 0
220.501] (EE) Server terminated successfully (0). Closing log file.此问题已经解决,原因是我没有安装twm导致的!!
最近编辑记录 Invincible ( 17:56:35)
做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!
所在地: USTC, Hefei
注册时间:
帖子: 1,221
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
别光上log嘛……N卡?卸了nouveau驱动,装闭源驱动试试。
Site:    Twitter: @cuihaoleo   Org: AD: 
phoenixlzx
晩ご飯だよー
注册时间:
帖子: 1,780
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
感觉你 Xorg 没装好,怎么缺这么多东西?还是你修改了配置文件?另外帮你排了个版。下次记得用BBcode。
Invincible
注册时间:
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
phoenixlzx 说:感觉你 Xorg 没装好,怎么缺这么多东西?还是你修改了配置文件?另外帮你排了个版。下次记得用BBcode。新人,,,
做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!
Invincible
注册时间:
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
phoenixlzx 说:感觉你 Xorg 没装好,怎么缺这么多东西?还是你修改了配置文件?另外帮你排了个版。下次记得用BBcode。我直把Xorg的所有东西都装了,还缺什么?   edev?
做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!
a.k.a. 百合仙子
所在地: 一个等待妹纸出现的地方
注册时间:
帖子: 4,219
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
220.501] (EE) Server terminated successfully (0). Closing log file.你是怎么启动它的?
注册时间:
帖子: 387
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
还请LZ提供以下信息:显卡及安装的驱动安装的 X11 相关的包安装的桌面环境/窗口管理器是否使用显示管理器,如gdm、kdm
Invincible
注册时间:
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
百合仙子 说:[
220.501] (EE) Server terminated successfully (0). Closing log file.你是怎么启动它的?启动完自己就退出了,形容一下,秒退!
做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!
Invincible
注册时间:
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
nopriler 说:还请LZ提供以下信息:显卡及安装的驱动安装的 X11 相关的包安装的桌面环境/窗口管理器是否使用显示管理器,如gdm、kdmNVIDIA GeForce 205NOUVEAU 开源驱动无桌面环境 无管理器安装xinit没有安装显示管理器!
最近编辑记录 Invincible ( 18:00:18)
做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!
a.k.a. 百合仙子
所在地: 一个等待妹纸出现的地方
注册时间:
帖子: 4,219
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
Invincible 说:百合仙子 说:[
220.501] (EE) Server terminated successfully (0). Closing log file.你是怎么启动它的?启动完自己就退出了,形容一下,秒退!答非所问。
Invincible
注册时间:
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
cuihao 说:别光上log嘛……N卡?卸了nouveau驱动,装闭源驱动试试。貌似没用
做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!
Invincible
注册时间:
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
百合仙子 说:Invincible 说:百合仙子 说:[
220.501] (EE) Server terminated successfully (0). Closing log file.你是怎么启动它的?启动完自己就退出了,形容一下,秒退!答非所问。startx
做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!
phoenixlzx
晩ご飯だよー
注册时间:
帖子: 1,780
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
你没装显示管理器,当然自己就退出了。你这只能算是X装了一半。
Invincible
注册时间:
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
phoenixlzx 说:你没装显示管理器,当然自己就退出了。你这只能算是X装了一半。不是说可以startx吗?
做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!
Invincible
注册时间:
Re: [已解决]谁能帮忙看下我的 X 环境为何无法启动啊!!
phoenixlzx 说:你没装显示管理器,当然自己就退出了。你这只能算是X装了一半。如果不用登陆管理器启动 X,需要安装软件包 xorg-xinit。也可以选择使用 xorg-twm, xorg-xclock 和 xterm 作为默认环境。 startx 和 xinit 命令将启动 X 服务器和客户端(startx 脚本是更通用命令 xinit 的前端)。为了确定要运行的客户端,startx/xinit 先在用户目录解析 ~/.xinitrc 文件,如果 ~/.xinitrc 不存在,使用默认的 /etc/X11/xinit/xinitrc, 其中默认会使用 Twm 窗口管理器,Xclock 和 Xterm.
做自己平生想做的事,哪怕一秒后你的世界就会GameOver,那么你也将不留遗憾!
Powered by

我要回帖

更多关于 archlinux图形化安装 的文章

 

随机推荐