You are not logged in.

#1 2009-07-29 10:33:40

murmlos
Member
From: Sweden
Registered: 2009-07-29
Posts: 8

X wont work, failed to load i810, fbdev. [SOLVED]

Hello!

Ive been using Arch on my stationary computer for about 6 months now and i´ve never ran into that much trouble, untill now.

Im trying to install Arch on my Lg T1 Express laptop, it has a Intel GMA950 gpu and im at at total loss when it comes to X.

I have installed the following packages.

pacman -S libgl
xorg
xf86-input-evdev
xf86-video-intel
xf86-input-synaptics
xf86-input-keyboard
xf86-video-fbdev

I manged to get the three xterm windows once but the keyboard and touchpad where not working. So i checked /var/log/Xorg.0.log and it complained about not finding the module fbdev. So i isntalled xf86-video-fbdev and now it wont even give me the three xterm-windows..

At the moment im stuck at this error message:

Failed to load module "i810" (module does not exist, 0)

Fatal Server error:
Cannot run in frambuffer mode. Please specify bisIDs for all frambugger devices.


edit: /var/log/Xorg.0.log
Cannot locate a core pointer device
Cannot locate a core keyboard device

Great... sad


edit2: The legacy drivers wont work either. hmm
What am i doing wrong?

Last edited by murmlos (2009-08-03 11:19:58)

Offline

#2 2009-07-29 20:46:36

mutlu_inek
Member
From: all over the place
Registered: 2006-11-18
Posts: 683

Re: X wont work, failed to load i810, fbdev. [SOLVED]

Are hal and dbus installed and is hal running (via rc.conf)?

Also, do you use an xorg.conf?

Last edited by mutlu_inek (2009-07-29 20:46:59)

Offline

#3 2009-07-29 21:18:56

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: X wont work, failed to load i810, fbdev. [SOLVED]

murmlos wrote:

xf86-video-intel
[...]
Failed to load module "i810" (module does not exist, 0)

If I'm not mistaken the module provided by the xf86-video-intel package is called 'intel', not 'i810'.

Offline

#4 2009-07-30 07:47:51

murmlos
Member
From: Sweden
Registered: 2009-07-29
Posts: 8

Re: X wont work, failed to load i810, fbdev. [SOLVED]

Yes hal and dbus are installed and hal is running via rc.vonf.

I am not using any xorg.conf but i have tried to use one via X -configure but that didnt help either.

pressh: Yeah i know, and the log file says it has loaded 'intel' and that i has failed to load i810.. Im puzzled.

Offline

#5 2009-07-30 10:26:43

bearbonez
Member
Registered: 2009-07-07
Posts: 6

Re: X wont work, failed to load i810, fbdev. [SOLVED]

similar set up on a IBM Thinkpad R31 and I use the "intel-legacy" driver, i810 has been depreciated wink


genius in irc "ah the first Archlinux install, I remember it well, it's like starting to read a really good book"

To find yourself, think for yourself © Socrates 469 BC

Offline

#6 2009-07-30 11:19:10

mutlu_inek
Member
From: all over the place
Registered: 2006-11-18
Posts: 683

Re: X wont work, failed to load i810, fbdev. [SOLVED]

pressh wrote:
murmlos wrote:

xf86-video-intel
[...]
Failed to load module "i810" (module does not exist, 0)

If I'm not mistaken the module provided by the xf86-video-intel package is called 'intel', not 'i810'.

This error line is perfectly normal. This is due to module probing when X starts without an xorg.conf.

Can you please post the entire Xorg.0.log after starting X without any xorg.conf?

Offline

#7 2009-08-02 19:50:25

murmlos
Member
From: Sweden
Registered: 2009-07-29
Posts: 8

Re: X wont work, failed to load i810, fbdev. [SOLVED]

X.Org X Server 1.6.2
Release Date: 2009-7-7
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-ARCH i686 
Current Operating System: Linux laprachaunix 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 11:20:32 UTC 2009 i686
Build Date: 18 July 2009  08:27:13PM
 
    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: Sun Aug  2 23:47:46 2009
(II) Loader magic: 0x7a40
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0:0:2:0) 8086:27a2:1854:0036 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd8200000/524288, 0xc0000000/268435456, 0xd8300000/262144, I/O @ 0x00001800/8
(--) PCI: (0:0:2:1) 8086:27a6:1854:0036 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd8280000/524288
(==) Using default built-in configuration (39 lines)
(==) --- Start of built-in configuration ---
    Section "Device"
        Identifier    "Builtin Default intel Device 0"
        Driver    "intel"
    EndSection
    Section "Screen"
        Identifier    "Builtin Default intel Screen 0"
        Device    "Builtin Default intel Device 0"
    EndSection
    Section "Device"
        Identifier    "Builtin Default i810 Device 0"
        Driver    "i810"
    EndSection
    Section "Screen"
        Identifier    "Builtin Default i810 Screen 0"
        Device    "Builtin Default i810 Device 0"
    EndSection
    Section "Device"
        Identifier    "Builtin Default vesa Device 0"
        Driver    "vesa"
    EndSection
    Section "Screen"
        Identifier    "Builtin Default vesa Screen 0"
        Device    "Builtin Default vesa Device 0"
    EndSection
    Section "Device"
        Identifier    "Builtin Default fbdev Device 0"
        Driver    "fbdev"
    EndSection
    Section "Screen"
        Identifier    "Builtin Default fbdev Screen 0"
        Device    "Builtin Default fbdev Device 0"
    EndSection
    Section "ServerLayout"
        Identifier    "Builtin Default Layout"
        Screen    "Builtin Default intel Screen 0"
        Screen    "Builtin Default i810 Screen 0"
        Screen    "Builtin Default vesa Screen 0"
        Screen    "Builtin Default fbdev Screen 0"
    EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default intel Screen 0" (0)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default intel Device 0"
(==) No monitor specified for screen "Builtin Default intel Screen 0".
    Using a default monitor configuration.
(**) |-->Screen "Builtin Default i810 Screen 0" (1)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default i810 Device 0"
(==) No monitor specified for screen "Builtin Default i810 Screen 0".
    Using a default monitor configuration.
(**) |-->Screen "Builtin Default vesa Screen 0" (2)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default vesa Device 0"
(==) No monitor specified for screen "Builtin Default vesa Screen 0".
    Using a default monitor configuration.
(**) |-->Screen "Builtin Default fbdev Screen 0" (3)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default fbdev Device 0"
(==) No monitor specified for screen "Builtin Default fbdev Screen 0".
    Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
(==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "i810"
(II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
(II) UnloadModule: "i810"
(II) Unloading /usr/lib/xorg/modules/drivers//i810_drv.so
(II) Failed to load module "i810" (already loaded, 136159341)
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers//fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 0.4.0
    ABI class: X.Org Video Driver, version 5.0
(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, Intel Integrated Graphics Device
(II) VESA: driver for VESA chipsets: vesa
(II) FBDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(WW) Falling back to old probe method for vesa
(WW) Falling back to old probe method for fbdev
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux//libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 0.0.2
    ABI class: X.Org Video Driver, version 5.0
(II) FBDEV(1): using default device

Fatal server error:
Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices


Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

That is my xorg.0.log.. Without any xorg.conf..

Any ideas?

Offline

#8 2009-08-02 20:20:11

murmlos
Member
From: Sweden
Registered: 2009-07-29
Posts: 8

Re: X wont work, failed to load i810, fbdev. [SOLVED]

Holy fuck! Removing xf86-video-fbdev did the trick.. I now got 3 xterms mouse and keyboard works ... big_smile

Offline

#9 2009-08-03 19:01:35

mutlu_inek
Member
From: all over the place
Registered: 2006-11-18
Posts: 683

Re: X wont work, failed to load i810, fbdev. [SOLVED]

I'm glad you figured it out. smile

Offline

Board footer

Powered by FluxBB