Dynamically switch ServerLayout - is it possible ?

patrick.steiner at a1.net patrick.steiner at a1.net
Tue Oct 25 02:34:25 PDT 2005


hi,

i have rebuild my kernel now and build latest snapshot of i915 kernel module

but i alway get the same error :-(

here is some output of my system.

lsmod | grep drm
drm                    83864  1 i915
agpgart                33504  2 drm,intel_agp


dmesg | grep agp
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel 915G Chipset.
agpgart: Detected 7932K stolen memory.
agpgart: AGP aperture is 256M @ 0xc0000000

dmesg | grep drm
[drm] Initialized drm 1.0.0 20040925
[drm] Initialized i915 1.2.0 20041217 on minor 0:


i also have done: 855resolution 5c 1680 1050

here is my current xorg.conf


Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Dell 2005FPW (Digital)"
        HorizSync    30.0 - 83.0
        VertRefresh  60
#       ModeLine     "1680x1050" 147.14 1680 1784 1960 2240 1050 1058 1063
1103
        Option       "noDCC" "on"

EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "i810"
        VendorName  "Videocard vendor"
        BoardName   "Intel 915"
#       Option      "ForceBios" "1280x1024=1680x1050"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1680x1050" "1600x1200" "1400x1050" "1280x960"
"1280x800" "1280x1024" "1152x864" "1024x768" "800x600"
"640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection


if i start the x server i get the following output.

]# startx


X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-22.ELsmp i686 [ELF]
Current Operating System: Linux edvlinux.ORA.LOCAL 2.6.13-patrick #1 Mon
Oct 24                             20:01:57 CEST 2005 i686
Build Date: 21 September 2005
Build Host: hs20-bc1-6.build.redhat.com

        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.13-patrick (root at edvlinux.ORA.LOCAL) (gcc
version 4                            .0.1 20050727 (Red Hat 4.0.1-5)) #1
Mon Oct 24 20:01:57 CEST 2005
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: Tue Oct 25 11:28:19 2005
(==) Using config file: "/etc/X11/xorg.conf"
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(1680x1050,Monitor0) mode clock 100000MHz exceeds DDC maximum 140MHz
(1600x1200,Monitor0) mode clock 100000MHz exceeds DDC maximum 140MHz
(1400x1050,Monitor0) mode clock 100000MHz exceeds DDC maximum 140MHz
(1280x960,Monitor0) mode clock 100000MHz exceeds DDC maximum 140MHz
(1280x800,Monitor0) mode clock 100000MHz exceeds DDC maximum 140MHz
(1152x864,Monitor0) mode clock 100000MHz exceeds DDC maximum 140MHz
(EE) I810(0): [dri] I830DRIScreenInit failed because of a version mismatch.
[dri] libdri version is 4.1.0 bug version 5.0.x is needed.
[dri] Disabling DRI.
SESSION_MANAGER=local/edvlinux.ORA.LOCAL:/tmp/.ICE-unix/3511
AUDIT: Tue Oct 25 11:28:23 2005: 3479 X: client 6 rejected from local host



any ideas what i can do? should i update my libdri? how can i do this?



More information about the xorg mailing list