LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1150|回复: 17

问题多多呀:为什么我的系统X界面一出,马上就看不见了?

[复制链接]
发表于 2009-7-4 22:09:14 | 显示全部楼层 |阅读模式
问题多多呀:为什么我的系统X界面一出,马上就看不见了?

就好像是WINDOWS下刷新频率不对类似,当然这只是感觉上的。
我用了这样的xorg.conf

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0

        InputDevice    "Trackpoint" "CorePointer"
        InputDevice    "Touchpad"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        #RgbPath      "/usr/share/X11/rgb"
        #ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "GLcore"
        Load  "glx"
        Load  "dri"
        Load  "xtrap"
        Load  "record"
        Load  "extmod"
        Load  "freetype"
        Load  "type1"
        Load  "synaptics"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver       "kbd"
        Option      "XkbModel"   "pc105"
        Option      "XkbLayout"  "de"
        Option      "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5 6 7"
        Option      "Emulate3Buttons"
EndSection

Section "InputDevice"
        Identifier  "Touchpad"
        Driver    "synaptics"
        Option    "AlwaysCore"
        Option    "Device" "/dev/input/mouse1"
        Option    "rotocol" "auto-dev"
        Option    "SendCoreEvents"  "true"
        Option    "LeftEdge"    "1632"
        Option    "RightEdge"     "5312"
        Option    "TopEdge"     "1575"
        Option    "BottomEdge"    "4281"
        Option    "FingerLow"     "25"
        Option    "FingerHigh"    "30"
        Option    "MaxTapTime"    "180"
        Option    "MaxTapMove"    "220"
        Option    "VertScrollDelta"   "100"
        Option    "MinSpeed"    "0.06"
        Option    "MaxSpeed"    "0.12"
        Option    "AccelFactor"     "0.0010"
        Option    "VertEdgeScroll"  "on"
        Option    "HorizEdgeScroll"   "on"
        # Option HorizScrollDelta""0"                              
        Option    "SHMConfig"   "on"
EndSection

Section "InputDevice"
        Identifier  "Trackpoint"
        Driver      "mouse"
        Option "CorePointer"
        Option "Device" "/dev/input/mice"
        Option "rotocol" "Auto"
        Option "Emulate3Buttons"
        Option "Emulate3Timeout" "50"
        #When pressing mid trackpoint button and mouse goes up/down a wheel
        #scrolling is emulate. If this is enabled, and device=xxx/mice, then
        #scrolling in e.g. gimp by pressing mid btn and moving around is
        #not possible!
        Option "EmulateWheel" "off"
        Option "EmulateWheelTimeout" "200"
        Option "EmulateWheelButton" "2"
        Option "XAxisMapping" "6 7"
        Option "YAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                    # [<bool>]
        #Option     "SWcursor"                   # [<bool>]
        #Option     "ColorKey"                   # <i>
        #Option     "CacheLines"                 # <i>
        #Option     "Dac6Bit"                    # [<bool>]
        #Option     "DRI"                        # [<bool>]
        #Option     "NoDDC"                      # [<bool>]
        #Option     "ShowCache"                  # [<bool>]
        #Option     "XvMCSurfaces"               # <i>
        #Option     "ageFlip"                   # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Intel GMA X4500HD (IGP) max.384MB shared memory"
        BusID       "CI:0:2:0"

EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"

        DefaultDepth 16

        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                #DRI does not work above 2048x2048 for pre-965
                #intel cards. Size is determined by xorg when
                #X is launched such that monitor resolutions fit.
                #Virtual 2048 2048
        EndSubSection
EndSection
发表于 2009-7-4 22:10:48 | 显示全部楼层
楼主不用xorg.conf行不行,看看。
说来楼主真是祸不单行……当我没有说……

不行的话再把/var/log/Xorg.0.log上传下。
回复 支持 反对

使用道具 举报

发表于 2009-7-4 22:12:25 | 显示全部楼层
你安装的什么版本的xorg?是黑屏,还是X直接推出了?
自己看xorg.o.log了。里边肯定有什么提示的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-7-4 22:17:40 | 显示全部楼层
Post by 亞利艾爾;2003603
楼主不用xorg.conf行不行,看看。
说来楼主真是祸不单行……当我没有说……

不行的话再把/var/log/Xorg.0.log上传下。

先请教一个问题:
我运行
emerge --update --deep --new world
后,提示在etc下有config要更新,我没有找到man emerge中描述的,在etc目录下有*.1类似的文件呀。
我 env-update && source /etc/profile 一下是否就可以了?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-7-4 22:21:36 | 显示全部楼层
Post by 亞利艾爾;2003603
楼主不用xorg.conf行不行,看看。
说来楼主真是祸不单行……当我没有说……

不行的话再把/var/log/Xorg.0.log上传下。




X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.29-gentoo-r5 x86_64
Current Operating System: Linux localhost 2.6.29-gentoo-r5 #1 SMP PREEMPT Sat Jul 4 15:33:56 CST 2009 x86_64
Build Date: 04 July 2009  09:55:05PM

        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul  4 22:04:24 2009
(==) Using config file: "/etc/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/misc/").
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/misc/").
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
        Entry deleted from font path.
(**) FontPath set to:
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/,
        built-ins
(**) ModulePath set to "/usr/lib64/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x1200
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 4.1
        X.Org XInput driver : 2.1
        X.Org Server Extension : 1.1
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0@0:2:0) Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf4400000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
(--) PCI: (0@0:2:1) Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf4200000/1048576
(II) System resource ranges:
        [0] -1        0        0xffffffff - 0xffffffff (0x1) MX
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [5] -1        0        0x00000000 - 0x00000000 (0x1) IX
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "xtrap"

(II) Loading /usr/lib64/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dbe"

(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"

(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
(==) AIGLX enabled
(==) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "extmod"

(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dri"

(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"

(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "intel"

(II) Loading /usr/lib64/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 2.6.3
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 4.1
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
        965GM, 965GME/GLE, G33, Q35, Q33,
        Mobile Intel® GM45 Express Chipset,
        Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0        0xffffffff - 0xffffffff (0x1) MX
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [5] -1        0        0x00000000 - 0x00000000 (0x1) IX
(II) resource ranges after probing:
        [0] -1        0        0xffffffff - 0xffffffff (0x1) MX
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [5] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [6] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [7] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [8] -1        0        0x00000000 - 0x00000000 (0x1) IX
        [9] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [10] 0        0        0x000003c0 - 0x000003df (0x20) IS
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) Mobile Intel® GM45 Express Chipset
(--) intel(0): Chipset: "Mobile Intel® GM45 Express Chipset"
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(II) intel(0): Resizable framebuffer: available (0 4)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): Output VGA1 using monitor section Monitor0
(II) intel(0): Output LVDS1 has no monitor section
(II) intel(0): Output DVI1 has no monitor section
(II) intel(0): Output DVI2 has no monitor section
(II) intel(0): Output VGA1 disconnected
(II) intel(0): Output LVDS1 connected
(II) intel(0): Output DVI1 connected
(II) intel(0): Output DVI2 disconnected
(II) intel(0): Using fuzzy aspect match for initial modes
(II) intel(0): Output LVDS1 using initial mode 1024x768
(II) intel(0): Output DVI1 using initial mode 1024x768
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] -1        0        0xffffffff - 0xffffffff (0x1) MX
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [5] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [6] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [7] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [8] -1        0        0x00000000 - 0x00000000 (0x1) IX
        [9] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [10] 0        0        0x000003c0 - 0x000003df (0x20) IS
(**) intel(0): Kernel mode setting active, disabling FBC.
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: -1 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): Page Flipping disabled
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): No memory allocations
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): direct rendering: Failed
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib64/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) intel(0): Setting screen physical size to 270 x 203
(II) config/hal: Adding input device ThinkPad Extra Buttons
(II) LoadModule: "evdev"

(II) Loading /usr/lib64/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 2.1.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.1
(**) ThinkPad Extra Buttons: always reports core events
(**) ThinkPad Extra Buttons: Device: "/dev/input/event10"
(II) ThinkPad Extra Buttons: Found keys
(II) ThinkPad Extra Buttons: Configuring as keyboard
(II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device TPPS/2 IBM TrackPoint
(**) TPPS/2 IBM TrackPoint: always reports core events
(**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event9"
(II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
(II) TPPS/2 IBM TrackPoint: Found x and y relative axes
(II) TPPS/2 IBM TrackPoint: Configuring as mouse
(**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
(**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) LoadModule: "synaptics"

(II) Loading /usr/lib64/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.1
(II) Synaptics touchpad driver version 1.0.0
(**) Option "Device" "/dev/input/event7"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle
(--) SynPS/2 Synaptics TouchPad touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(--) SynPS/2 Synaptics TouchPad touchpad found
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device HID 04b3:3107
(**) HID 04b3:3107: always reports core events
(**) HID 04b3:3107: Device: "/dev/input/event8"
(II) HID 04b3:3107: Found 3 mouse buttons
(II) HID 04b3:3107: Found x and y relative axes
(II) HID 04b3:3107: Configuring as mouse
(**) HID 04b3:3107: YAxisMapping: buttons 4 and 5
(**) HID 04b3:3107: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "HID 04b3:3107" (type: MOUSE)

Backtrace:
0: X(xorg_backtrace+0x26) [0x4ea106]
1: X(xf86SigHandler+0x39) [0x475ff9]
2: /lib/libc.so.6 [0x7f8085be1290]
3: /usr/lib/libdrm_intel.so.1 [0x7f8084635212]
4: /usr/lib/libdrm_intel.so.1 [0x7f808463514c]
5: /usr/lib/libdrm_intel.so.1 [0x7f808463560c]
6: /usr/lib64/xorg/modules/drivers//intel_drv.so(intel_batch_flush+0x93) [0x7f8084858953]
7: /usr/lib64/xorg/modules/drivers//intel_drv.so [0x7f80848817fa]
8: /usr/lib64/xorg/modules/drivers//intel_drv.so [0x7f8084895d3d]
9: X [0x52a0de]
10: X(ValidateGC+0x24) [0x457c84]
11: X(ProcPolySegment+0xa8) [0x4475b8]
12: X(Dispatch+0x364) [0x449f54]
13: X(main+0x44d) [0x43076d]
14: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f8085bcd5c6]
15: X [0x42fb59]

Fatal server error:
Caught signal 11.  Server aborting

(II) ThinkPad Extra Buttons: Close
(II) UnloadModule: "evdev"
(II) TPPS/2 IBM TrackPoint: Close
(II) UnloadModule: "evdev"
(II) UnloadModule: "synaptics"
(II) AT Translated Set 2 keyboard: Close
(II) UnloadModule: "evdev"
(II) HID 04b3:3107: Close
(II) UnloadModule: "evdev"
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-7-4 22:40:35 | 显示全部楼层
Post by blackwhite;2003604
你安装的什么版本的xorg?是黑屏,还是X直接推出了?
自己看xorg.o.log了。里边肯定有什么提示的。


按提示http://www.gentoo.org/doc/zh_cn/xorg-config.xml
安装的
回复 支持 反对

使用道具 举报

发表于 2009-7-4 22:43:32 | 显示全部楼层
回复 支持 反对

使用道具 举报

发表于 2009-7-4 22:44:27 | 显示全部楼层
Post by forrestxz;2003606
先请教一个问题:
提示在etc下有config要更新
用etc-update来更新etc下的配置文件
回复 支持 反对

使用道具 举报

发表于 2009-7-4 22:45:55 | 显示全部楼层
Post by forrestxz;2003606
先请教一个问题:
我运行
emerge --update --deep --new world
后,提示在etc下有config要更新,我没有找到man emerge中描述的,在etc目录下有*.1类似的文件呀。
我 env-update && source /etc/profile 一下是否就可以了?

etc-update, 然后按照提示升级配置文件。
另外你出现的错误和昨天我升级xorg 1。6错误一样。后来我降级了xorg-server 到R4版本,问题就消失了。因为你的安装的是1。5版本,所以我就没有版本下结论了。
回复 支持 反对

使用道具 举报

发表于 2009-7-4 22:45:58 | 显示全部楼层
试试 亞利艾爾 说的不用xorg.conf
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表