您尚未登录。

#1 2015-01-11 13:10:13

turbinee
会员
注册时间: 2015-01-11
帖子: 19

请问怎么解决 xf86enableioports: failed to set iopl for i/o

一直在用ubuntu,最近新买了x240s,试着装上了archlinux + xfce4,用的挺好,但是关机、重启按钮是灰的。

这两天想看看怎么解决,各种方法都不行,刚才在 .xinitrc 中设置

  exec ck-launch-session dbus-launch startxfce4

注销登录后,xfce启动不了,显示错误:

xf86enableioports: failed to set iopl for i/o (operation not permitted)
                                                                       xinit: connection to X server lost
waiting for X server to shutdown (EE) Server terminated successfully (0).

恢复 .xinitrc,仍是这样的问题。

请教:

1. 怎么解决这个问题,好像应该是和权限有关?

2. 怎么启用xfce的关机、重启按钮?

谢谢!

离线

#2 2015-01-12 10:17:30

atmouse
会员
注册时间: 2011-08-24
帖子: 701

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

首先, 你要完整的 Xorg.0.log

这个很可能是因为你没有 xf86-video-*  的DDX模块,又或者是你 xorg.conf 里面配置的要求使用这个ddx,但是却没有安装
比如 xf86-video-nv xf86-video-ati等,
另外说一句,xorg已经支持a卡的kms硬件2d和3d加速了。所以如果是a卡那么再也不需要 xf86-video-ati 了,当然你还得从源码编译,因为这个特性还是新的。

离线

#3 2015-01-12 10:22:09

atmouse
会员
注册时间: 2011-08-24
帖子: 701

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

重启跟关闭按钮是灰的,那么能说明你软件肯定安装不全,导致xfce功能有问题。
之前看一个文章说linux上 acpi的通讯挺复杂的,貌似还是intel掌控二进制代码啥的,有点记不清楚了。
如果你连systemctl poweroff 都不能用,那才是真正的大问题,先看下吧。

虽然acpid不是必须的,但最好还是安装上

离线

#4 2015-01-12 12:33:15

turbinee
会员
注册时间: 2015-01-11
帖子: 19

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

谢谢回复!

因为x240s系统没装好,上班就没带,所以Xorg.0.log暂时发不上来,等晚上发。

装了xf86-video-intel、acpi、acpid、tlp、tlp-rdw

本来,xfce可以正常启动,除了关机、重启按钮是灰的,其他都是正常的。

把 .xinitrc 改成

  exec ck-launch-session dbus-launch startxfce4

之后,才出现问题,恢复 .xinitrc

  exec startxfce4

情况依旧。

最近编辑记录 turbinee (2015-01-12 12:35:13)

离线

#5 2015-01-12 12:35:12

管毅
会员
注册时间: 2014-04-08
帖子: 326

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

菜鸟跟一句, 你.xinitrc是怎么设的?
另外xfce4-goodies装了么?
再xorg-server xorg-server-utils xorg-xinit xorg-utils这几项装了么?

离线

#6 2015-01-12 12:38:41

turbinee
会员
注册时间: 2015-01-11
帖子: 19

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

管毅 说:

菜鸟跟一句, 你.xinitrc是怎么设的?
另外xfce4-goodies装了么?
再xorg-server xorg-server-utils xorg-xinit xorg-utils这几项装了么?


.xinitrc中除了fcitx设置的几项外,就是 exec startxfce4

xfce4-goodies安装不了,显示有多个文件冲突,都是在 xx-devel 还有一个。

其他几个都装了

最近编辑记录 turbinee (2015-01-12 12:40:27)

离线

#7 2015-01-12 12:47:47

turbinee
会员
注册时间: 2015-01-11
帖子: 19

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

补充一句:

在安装archlinux时,我用的是

pacstratp -i /mnt base base-devel

离线

#8 2015-01-12 17:17:29

管毅
会员
注册时间: 2014-04-08
帖子: 326

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

turbinee 说:
管毅 说:

菜鸟跟一句, 你.xinitrc是怎么设的?
另外xfce4-goodies装了么?
再xorg-server xorg-server-utils xorg-xinit xorg-utils这几项装了么?


.xinitrc中除了fcitx设置的几项外,就是 exec startxfce4

xfce4-goodies安装不了,显示有多个文件冲突,都是在 xx-devel 还有一个。

其他几个都装了

你用的是今年1月份的镜像?

离线

#9 2015-01-12 17:20:44

管毅
会员
注册时间: 2014-04-08
帖子: 326

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

发一个我的.xinitrc,估计是论坛里最简单的了,你抄在你文件里面试试

export LANG=zh_CN.UTF-8
export LANGUAGE=zh_CN:en_US
#export LC_CTYPE=en_US.UTF-8
export LC_CTYPE=zh_CN.UTF-8

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

# exec gnome-session
# exec startkde
#exec awesome
 exec startxfce4

离线

#10 2015-01-12 17:26:46

管毅
会员
注册时间: 2014-04-08
帖子: 326

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

还不成,就把源啦,系统啦更新一遍,然后装再xfce4-goodies,
再不成,我这菜鸟就没招了。
反正我用12月份的镜像的时候,装xfce4没出什么冲突问题。

离线

#11 2015-01-12 22:59:05

turbinee
会员
注册时间: 2015-01-11
帖子: 19

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

Xorg.0.log:

[     5.545]
X.Org X Server 1.16.3
Release Date: 2014-12-20
[     5.545] X Protocol Version 11, Revision 0
[     5.545] Build Operating System: Linux 3.18.1-1-ARCH x86_64
[     5.545] Current Operating System: Linux zoutong-x240s 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
[     5.545] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=197ac4c1-9f2d-4ed4-92c2-55059e993ed9 rw rootflags=subvol=root quiet
[     5.545] Build Date: 29 December 2014  01:09:58PM
[     5.545] 
[     5.545] Current version of pixman: 0.32.6
[     5.545]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     5.545] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.545] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 10 22:33:28 2015
[     5.573] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.573] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.573] (==) No Layout section.  Using the first Screen section.
[     5.573] (==) No screen section available. Using defaults.
[     5.573] (**) |-->Screen "Default Screen Section" (0)
[     5.573] (**) |   |-->Monitor "<default monitor>"
[     5.573] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[     5.573] (==) Automatically adding devices
[     5.573] (==) Automatically enabling devices
[     5.573] (==) Automatically adding GPU devices
[     5.576] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[     5.576]     Entry deleted from font path.
[     5.576]     (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[     5.578] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     5.578]     Entry deleted from font path.
[     5.578]     (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     5.578] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     5.578]     Entry deleted from font path.
[     5.578]     (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     5.578] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
[     5.578] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.578] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.578] (II) Loader magic: 0x818d80
[     5.578] (II) Module ABI versions:
[     5.578]     X.Org ANSI C Emulation: 0.4
[     5.578]     X.Org Video Driver: 18.0
[     5.578]     X.Org XInput driver : 21.0
[     5.578]     X.Org Server Extension : 8.0
[     5.579] (EE) systemd-logind: failed to get session: PID 460 does not belong to any known session
[     5.580] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.581] (--) PCI:*(0:0:2:0) 8086:0a16:17aa:2214 rev 11, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64
[     5.581] (II) Open ACPI successful (/var/run/acpid.socket)
[     5.581] (II) LoadModule: "glx"
[     5.583] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.660] (II) Module glx: vendor="X.Org Foundation"
[     5.660]     compiled for 1.16.3, module version = 1.0.0
[     5.660]     ABI class: X.Org Server Extension, version 8.0
[     5.660] (==) AIGLX enabled
[     5.660] (==) Matched intel as autoconfigured driver 0
[     5.660] (==) Matched intel as autoconfigured driver 1
[     5.660] (==) Matched modesetting as autoconfigured driver 2
[     5.660] (==) Matched fbdev as autoconfigured driver 3
[     5.660] (==) Matched vesa as autoconfigured driver 4
[     5.660] (==) Assigned the driver to the xf86ConfigLayout
[     5.660] (II) LoadModule: "intel"
[     5.662] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     5.683] (II) Module intel: vendor="X.Org Foundation"
[     5.683]     compiled for 1.16.3, module version = 2.99.917
[     5.683]     Module class: X.Org Video Driver
[     5.683]     ABI class: X.Org Video Driver, version 18.0
[     5.683] (II) LoadModule: "modesetting"
[     5.683] (WW) Warning, couldn't open module modesetting
[     5.683] (II) UnloadModule: "modesetting"
[     5.683] (II) Unloading modesetting
[     5.683] (EE) Failed to load module "modesetting" (module does not exist, 0)
[     5.683] (II) LoadModule: "fbdev"
[     5.683] (WW) Warning, couldn't open module fbdev
[     5.683] (II) UnloadModule: "fbdev"
[     5.683] (II) Unloading fbdev
[     5.683] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     5.683] (II) LoadModule: "vesa"
[     5.683] (WW) Warning, couldn't open module vesa
[     5.683] (II) UnloadModule: "vesa"
[     5.683] (II) Unloading vesa
[     5.683] (EE) Failed to load module "vesa" (module does not exist, 0)
[     5.683] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     5.683] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[     5.683] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[     5.683] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[     5.683] (++) using VT number 7

[     5.686] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140725
[     5.686] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4400
[     5.686] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
[     5.686] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[     5.686] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     5.686] (==) intel(0): RGB weight 888
[     5.686] (==) intel(0): Default visual is TrueColor
[     5.686] (II) intel(0): Output eDP1 has no monitor section
[     5.686] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     5.686] (II) intel(0): Enabled output eDP1
[     5.686] (II) intel(0): Output DP1 has no monitor section
[     5.686] (II) intel(0): Enabled output DP1
[     5.686] (II) intel(0): Output HDMI1 has no monitor section
[     5.686] (II) intel(0): Enabled output HDMI1
[     5.686] (II) intel(0): Output DP2 has no monitor section
[     5.686] (II) intel(0): Enabled output DP2
[     5.687] (II) intel(0): Output HDMI2 has no monitor section
[     5.687] (II) intel(0): Enabled output HDMI2
[     5.687] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     5.687] (II) intel(0): Output VIRTUAL1 has no monitor section
[     5.687] (II) intel(0): Enabled output VIRTUAL1
[     5.687] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[     5.687] (==) intel(0): TearFree disabled
[     5.687] (==) intel(0): DPI set to (96, 96)
[     5.687] (II) Loading sub module "dri2"
[     5.687] (II) LoadModule: "dri2"
[     5.687] (II) Module "dri2" already built-in
[     5.687] (II) Loading sub module "present"
[     5.687] (II) LoadModule: "present"
[     5.687] (II) Module "present" already built-in
[     5.687] (==) Depth 24 pixmap format is 32 bpp
[     5.687] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[     5.687] (==) intel(0): Backing store enabled
[     5.687] (==) intel(0): Silken mouse enabled
[     5.687] (II) intel(0): HW Cursor enabled
[     5.687] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     5.687] (==) intel(0): DPMS enabled
[     5.687] (==) intel(0): display hotplug detection enabled
[     5.687] (II) intel(0): [DRI2] Setup complete
[     5.687] (II) intel(0): [DRI2]   DRI driver: i965
[     5.687] (II) intel(0): [DRI2]   VDPAU driver: i965
[     5.687] (II) intel(0): direct rendering: DRI2 enabled
[     5.687] (II) intel(0): hardware support for Present enabled
[     5.687] (--) RandR disabled
[     5.866] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     5.866] (II) AIGLX: enabled GLX_ARB_create_context
[     5.866] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     5.866] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[     5.866] (II) AIGLX: enabled GLX_INTEL_swap_event
[     5.866] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[     5.866] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     5.866] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     5.866] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     5.866] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     5.866] (II) AIGLX: Loaded and initialized i965
[     5.866] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.867] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     5.883] (II) intel(0): Setting screen physical size to 361 x 203
[     6.019] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     6.019] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.019] (II) LoadModule: "evdev"
[     6.019] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     6.034] (II) Module evdev: vendor="X.Org Foundation"
[     6.034]     compiled for 1.16.2, module version = 2.9.1
[     6.034]     Module class: X.Org XInput Driver
[     6.034]     ABI class: X.Org XInput driver, version 21.0
[     6.034] (II) Using input driver 'evdev' for 'Power Button'
[     6.034] (**) Power Button: always reports core events
[     6.034] (**) evdev: Power Button: Device: "/dev/input/event3"
[     6.034] (--) evdev: Power Button: Vendor 0 Product 0x1
[     6.034] (--) evdev: Power Button: Found keys
[     6.034] (II) evdev: Power Button: Configuring as keyboard
[     6.034] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[     6.034] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.034] (**) Option "xkb_rules" "evdev"
[     6.034] (**) Option "xkb_model" "pc104"
[     6.034] (**) Option "xkb_layout" "us"
[     6.047] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[     6.047] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.047] (II) Using input driver 'evdev' for 'Video Bus'
[     6.047] (**) Video Bus: always reports core events
[     6.047] (**) evdev: Video Bus: Device: "/dev/input/event7"
[     6.047] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     6.047] (--) evdev: Video Bus: Found keys
[     6.047] (II) evdev: Video Bus: Configuring as keyboard
[     6.047] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event7"
[     6.047] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.047] (**) Option "xkb_rules" "evdev"
[     6.047] (**) Option "xkb_model" "pc104"
[     6.047] (**) Option "xkb_layout" "us"
[     6.047] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     6.047] (II) No input driver specified, ignoring this device.
[     6.047] (II) This device may have been added with another device file.
[     6.048] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     6.048] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     6.048] (II) Using input driver 'evdev' for 'Sleep Button'
[     6.048] (**) Sleep Button: always reports core events
[     6.048] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[     6.048] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[     6.048] (--) evdev: Sleep Button: Found keys
[     6.048] (II) evdev: Sleep Button: Configuring as keyboard
[     6.048] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2"
[     6.048] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     6.048] (**) Option "xkb_rules" "evdev"
[     6.048] (**) Option "xkb_model" "pc104"
[     6.048] (**) Option "xkb_layout" "us"
[     6.048] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event11)
[     6.048] (II) No input driver specified, ignoring this device.
[     6.048] (II) This device may have been added with another device file.
[     6.048] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event12)
[     6.048] (II) No input driver specified, ignoring this device.
[     6.048] (II) This device may have been added with another device file.
[     6.048] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event13)
[     6.048] (II) No input driver specified, ignoring this device.
[     6.048] (II) This device may have been added with another device file.
[     6.048] (II) config/udev: Adding input device Integrated Camera (/dev/input/event14)
[     6.048] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[     6.048] (II) Using input driver 'evdev' for 'Integrated Camera'
[     6.048] (**) Integrated Camera: always reports core events
[     6.048] (**) evdev: Integrated Camera: Device: "/dev/input/event14"
[     6.048] (--) evdev: Integrated Camera: Vendor 0x4ca Product 0x7035
[     6.048] (--) evdev: Integrated Camera: Found keys
[     6.048] (II) evdev: Integrated Camera: Configuring as keyboard
[     6.048] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/input/input16/event14"
[     6.048] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 9)
[     6.048] (**) Option "xkb_rules" "evdev"
[     6.049] (**) Option "xkb_model" "pc104"
[     6.049] (**) Option "xkb_layout" "us"
[     6.049] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[     6.049] (II) No input driver specified, ignoring this device.
[     6.049] (II) This device may have been added with another device file.
[     6.049] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[     6.049] (II) No input driver specified, ignoring this device.
[     6.049] (II) This device may have been added with another device file.
[     6.049] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[     6.049] (II) No input driver specified, ignoring this device.
[     6.049] (II) This device may have been added with another device file.
[     6.049] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     6.049] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     6.049] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     6.049] (**) AT Translated Set 2 keyboard: always reports core events
[     6.049] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[     6.049] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     6.049] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     6.049] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     6.049] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     6.049] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[     6.049] (**) Option "xkb_rules" "evdev"
[     6.049] (**) Option "xkb_model" "pc104"
[     6.049] (**) Option "xkb_layout" "us"
[     6.050] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[     6.050] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[     6.050] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     6.050] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     6.050] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     6.050] (II) LoadModule: "synaptics"
[     6.050] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     6.059] (II) Module synaptics: vendor="X.Org Foundation"
[     6.059]     compiled for 1.16.0, module version = 1.8.1
[     6.059]     Module class: X.Org XInput Driver
[     6.059]     ABI class: X.Org XInput driver, version 21.0
[     6.059] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[     6.059] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     6.059] (**) Option "Device" "/dev/input/event6"
[     6.163] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[     6.163] (II) synaptics: SynPS/2 Synaptics TouchPad: found top buttonpad property
[     6.163] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1232 - 5710 (res 53)
[     6.163] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1156 - 4696 (res 55)
[     6.163] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[     6.163] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[     6.163] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[     6.163] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[     6.163] (**) Option "AreaTopEdge" "10%"
[     6.163] (**) Option "TapButton1" "1"
[     6.163] (**) Option "TapButton2" "3"
[     6.163] (**) Option "TapButton3" "2"
[     6.163] (**) Option "PalmDetect" "1"
[     6.163] (**) Option "PalmMinWidth" "10"
[     6.163] (**) Option "PalmMinZ" "200"
[     6.163] (**) Option "SoftButtonAreas" "60% 0 0 10% 40% 60% 0 10%"
[     6.163] (**) Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
[     6.163] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     6.163] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     6.223] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[     6.223] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[     6.223] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[     6.223] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[     6.223] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
[     6.223] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[     6.223] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[     6.223] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     6.223] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     6.223] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     6.224] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[     6.224] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[     6.224] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     6.224] (II) No input driver specified, ignoring this device.
[     6.224] (II) This device may have been added with another device file.
[     6.224] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[     6.224] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[     6.224] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[     6.224] (**) ThinkPad Extra Buttons: always reports core events
[     6.224] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event4"
[     6.224] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[     6.224] (--) evdev: ThinkPad Extra Buttons: Found keys
[     6.224] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[     6.224] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
[     6.224] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 12)
[     6.224] (**) Option "xkb_rules" "evdev"
[     6.224] (**) Option "xkb_model" "pc104"
[     6.224] (**) Option "xkb_layout" "us"
[     7.920] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event15)
[     7.920] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[     7.920] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[     7.920] (**) TPPS/2 IBM TrackPoint: always reports core events
[     7.920] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event15"
[     7.920] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[     7.920] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[     7.920] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[     7.920] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[     7.920] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[     7.920] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[     7.921] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     7.921] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input8/event15"
[     7.921] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[     7.921] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[     7.921] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[     7.921] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[     7.921] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[     7.921] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[     7.921] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[     7.921] (II) No input driver specified, ignoring this device.
[     7.921] (II) This device may have been added with another device file.
[    24.211] (II) intel(0): EDID vendor "BOE", prod id 1504
[    24.211] (II) intel(0): Printing DDC gathered Modelines:
[    24.211] (II) intel(0): Modeline "1366x768"x0.0   72.30  1366 1414 1446 1526  768 772 776 790 +hsync -vsync (47.4 kHz eP)

离线

#12 2015-01-12 23:00:04

turbinee
会员
注册时间: 2015-01-11
帖子: 19

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

Xorg.0.log 文件太长了,本来想作为附件传的,可没找到发附件的地方

离线

#13 2015-01-12 23:05:08

mugbya
会员
注册时间: 2013-08-12
帖子: 166

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

turbinee 说:

Xorg.0.log 文件太长了,本来想作为附件传的,可没找到发附件的地方

放这儿


不忘初心,方得始终

离线

#14 2015-01-13 09:26:57

atmouse
会员
注册时间: 2011-08-24
帖子: 701

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

不要歪楼了。。。

你看,intel显卡应该用什么DDX? 我没有intel,不是很清楚,不过 用vesa肯定没问题的。 找下是不是 xf86-video-intel,安装上

离线

#15 2015-01-13 09:37:46

atmouse
会员
注册时间: 2011-08-24
帖子: 701

Re: 请问怎么解决 xf86enableioports: failed to set iopl for i/o

http://dri.freedesktop.org/wiki/DDX/
了解下这边。

有个通用的就是modesetting,安装下 xf86-video-modesetting 也是可以的

离线

页脚