Bug 28129

Summary: Error detecting TV resolution with KMS
Product: xorg Reporter: Krzysztof Grygiencz <kfgz>
Component: Driver/intelAssignee: Carl Worth <cworth>
Status: RESOLVED DUPLICATE QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: 7.5 (2009.10)   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Krzysztof Grygiencz 2010-05-16 05:03:08 UTC
I have a problem because the KMS is not a maximum 1360x768 detects resolution on my tv . 
The model of my tv is a Sony Bravia KDL-40S2510.

Graphics card driver version is (xf86-video-intel
 ) 2.11
Xorg-server is 1.8RC2 .

What motherboard I have is: Intel D945GSEJT

After issuing the command: lspci | grep VGA  :

[root@myhost ~]# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)


That the contents of my xorg.conf : 

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Monitor" 0 0
        Screen      0  "Tv" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
        Option "AllowMouseOpenFail" "true"
        Option "AutoAddDevices" "false"
        Option "DontZap" "false"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
#       FontPath     "/usr/share/fonts/TTF"
#       FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
#       Load  "record"
        Load  "dri2"
        Load  "dbe"
        Load  "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
#       Driver      "kbd"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "pl"
EndSection

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

Section "Monitor"
        Identifier   "Monitorek"
        VendorName   "Monitor Vendor"
        ModelName    "SyncMaster"
        Option       "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "Telewizor"
        VendorName   "Monitor Vendor"
        ModelName    "SonyBravia"
        Option       "DPMS" "true"
        #HorizSync       47.70
        #VertRefresh     60.0

        # 1280x720 @ 60.00 Hz (GTF) hsync: 44.76 kHz; pclk: 74.48 MHz
        #Modeline "1280x720_60.00"  74.48  1280 1336 1472 1664  720 721 724 746  -HSync +Vsync

        # 1280x720 59.86 Hz (CVT 0.92M9) hsync: 44.77 kHz; pclk: 74.50 MHz
        #Modeline "1280x720_60.00"   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync

        #Soniacz ok!!
        # 1280x720 59.74 Hz (CVT 0.92M9-R) hsync: 44.27 kHz; pclk: 63.75 MHz
        #Modeline "1280x720R"   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync
        #Modeline "1280x720_50.00"   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync


        #Modeline "1280x720_60.00"   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync
        Modeline "1280x720_60.00"   74.25  1280 1390 1430 1650  720 725 730 736 +hsync +vsync

        Option          "PreferredMode" "1280x720_60.00"

        #1360x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 84.72 MHz
      #Modeline "1360x768_60.00"  84.72  1360 1424 1568 1776  768 769 772 795  -HSync +Vsync

        # 1360x768 59.96 Hz (CVT) hsync: 47.37 kHz; pclk: 72.00 MHz
        #Modeline "1360x768R"   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync

        # 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
        #Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync

        # 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
        #Modeline "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync

        # Szajsung ok!!
        # 1920x1080 59.93 Hz (CVT 2.07M9-R) hsync: 66.59 kHz; pclk: 138.50 MHz
        #Modeline "1920x1080R"  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync

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" "true"                      # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 945GME Express Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
        Option      "monitor-DVI1" "Telewizor"
        Option      "monitor-VGA1" "Monitorek"
EndSection

Section "Screen"
        Identifier "Monitor"
        Device     "Card0"
        Monitor    "Monitorek"
        SubSection "Display"
#               Viewport   0 0
                Modes "1024x768"
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Tv"
        Device     "Card0"
        Monitor    "Telewizor"
     SubSection "Display"
#               Viewport   0 0
                Modes "1280x720"
#                Modes "1360x768"
#               Modes "1920x1080R"
                Depth     24
        EndSubSection
EndSection

Section "Extensions"
        Option  "Composite" "Disable"
EndSection



Here are the logs (var.logs/Xorg.o.log ):

[    28.605]
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[    28.606]
X.Org X Server 1.8.0.902 (1.8.1 RC 2)
Release Date: 2010-05-04
[    28.606] X Protocol Version 11, Revision 0
[    28.606] Build Operating System: Linux 2.6.33-ARCH i686
[    28.606] Current Operating System: Linux myhost 2.6.33-ARCH #1 SMP PREEMPT Sun May 2 08:21:02 UTC 2010 i686
[    28.606] Kernel command line: root=/dev/disk/by-uuid/8fbd6ea6-588e-4b20-a07b-cf08f5418edf ro 5
[    28.607] Build Date: 06 May 2010  07:42:52AM
[    28.607]
[    28.609] Current version of pixman: 0.18.0
[    28.609]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    28.609] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    28.610] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 16 13:55:50 2010
[    28.627] (==) Using config file: "/etc/X11/xorg.conf"
[    28.627] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    28.654] (==) ServerLayout "X.org Configured"
[    28.654] (**) |-->Screen "Monitor" (0)
[    28.654] (**) |   |-->Monitor "Monitorek"
[    28.655] (**) |   |-->Device "Card0"
[    28.655] (**) |-->Screen "Tv" (0)
[    28.655] (**) |   |-->Monitor "Telewizor"
[    28.656] (**) |   |-->Device "Card0"
[    28.656] (**) |-->Input Device "Mouse0"
[    28.656] (**) |-->Input Device "Keyboard0"
[    28.656] (**) Option "DontZap" "false"
[    28.656] (**) Option "AllowMouseOpenFail" "true"
[    28.656] (**) Option "AutoAddDevices" "false"
[    28.656] (**) Not automatically adding devices
[    28.657] (==) Automatically enabling devices
[    28.693] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    28.693]    Entry deleted from font path.
[    28.693] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    28.693]    Entry deleted from font path.
[    28.693] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    28.693]    Entry deleted from font path.
[    28.693] (**) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/misc/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
[    28.693] (**) ModulePath set to "/usr/lib/xorg/modules"
[    28.693] (**) Extension "Composite" is disabled
[    28.694] (II) Loader magic: 0x81e8ba0
[    28.694] (II) Module ABI versions:
[    28.694]    X.Org ANSI C Emulation: 0.4
[    28.694]    X.Org Video Driver: 7.0
[    28.694]    X.Org XInput driver : 9.0
[    28.694]    X.Org Server Extension : 3.0
[    28.750] (--) PCI:*(0:0:2:0) 8086:27ae:8086:d615 Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xdfe80000/524288, $
[    28.750] (--) PCI: (0:0:2:1) 8086:27a6:8086:d615 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ $
[    28.751] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    28.751] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    28.751] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    28.751] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    28.751] (II) "record" will be loaded by default.
[    28.751] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[    28.751] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[    28.752] (II) LoadModule: "glx"
[    28.755] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    28.765] (II) Module glx: vendor="X.Org Foundation"
[    28.765]    compiled for 1.8.0.902, module version = 1.0.0
[    28.765]    ABI class: X.Org Server Extension, version 3.0
[    28.766] (==) AIGLX enabled
[    28.766] (II) Loading extension GLX
[    28.766] (II) LoadModule: "extmod"
[    28.767] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    28.769] (II) Module extmod: vendor="X.Org Foundation"
[    28.769]    compiled for 1.8.0.902, module version = 1.0.0
[    28.770]    Module class: X.Org Server Extension
[    28.770]    ABI class: X.Org Server Extension, version 3.0
[    28.770] (II) Loading extension MIT-SCREEN-SAVER
[    28.770] (II) Loading extension XFree86-VidModeExtension
[    28.770] (II) Loading extension XFree86-DGA
[    28.770] (II) Loading extension DPMS
[    28.770] (II) Loading extension XVideo
[    28.770] (II) Loading extension XVideo-MotionCompensation
[    28.770] (II) Loading extension X-Resource
[    28.770] (II) LoadModule: "dri2"
[    28.772] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    28.788] (II) Module dri2: vendor="X.Org Foundation"
[    28.788]    compiled for 1.8.0.902, module version = 1.2.0
[    28.788]    ABI class: X.Org Server Extension, version 3.0
[    28.788] (II) Loading extension DRI2
[    28.789] (II) LoadModule: "dbe"
[    28.790] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    28.791] (II) Module dbe: vendor="X.Org Foundation"
[    28.791]    compiled for 1.8.0.902, module version = 1.0.0
[    28.791]    Module class: X.Org Server Extension
[    28.791]    ABI class: X.Org Server Extension, version 3.0
[    28.791] (II) Loading extension DOUBLE-BUFFER
[    28.791] (II) LoadModule: "dri"
[    28.793] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    28.794] (II) Module dri: vendor="X.Org Foundation"
[    28.794]    compiled for 1.8.0.902, module version = 1.0.0
[    28.794]    ABI class: X.Org Server Extension, version 3.0
[    28.794] (II) Loading extension XFree86-DRI
[    28.795] (II) LoadModule: "record"
[    28.796] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    28.797] (II) Module record: vendor="X.Org Foundation"
[    28.797]    compiled for 1.8.0.902, module version = 1.13.0
[    28.797]    Module class: X.Org Server Extension
[    28.797]    ABI class: X.Org Server Extension, version 3.0
[    28.797] (II) Loading extension RECORD
[    28.798] (II) LoadModule: "intel"
[    28.798] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    28.821] (II) Module intel: vendor="X.Org Foundation"
[    28.821]    compiled for 1.8.0, module version = 2.11.0
[    28.821]    Module class: X.Org Video Driver
[    28.821]    ABI class: X.Org Video Driver, version 7.0
[    28.821] (II) LoadModule: "mouse"
[    28.822] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[    28.823] (II) Module mouse: vendor="X.Org Foundation"
[    28.824]    compiled for 1.8.0, module version = 1.5.0
[    28.824]    Module class: X.Org XInput Driver
[    28.824]    ABI class: X.Org XInput driver, version 9.0
[    28.824] (II) LoadModule: "kbd"
[    28.825] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
[    28.826] (II) Module kbd: vendor="X.Org Foundation"
[    28.826]    compiled for 1.8.0, module version = 1.4.0
[    28.826]    Module class: X.Org XInput Driver
[    28.826]    ABI class: X.Org XInput driver, version 9.0
[    28.826] (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, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
[    28.829] (++) using VT number 7

[    28.852] (II) Primary Device is: PCI 00@00:02:0
[    28.857] drmOpenDevice: node name is /dev/dri/card0
[    28.858] drmOpenDevice: open result is 8, (OK)
[    28.903] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    28.903] drmOpenDevice: node name is /dev/dri/card0
[    28.903] drmOpenDevice: open result is 8, (OK)
[    28.904] drmOpenByBusid: drmOpenMinor returns 8
[    28.904] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    28.904] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    28.904] (==) intel(0): RGB weight 888
[    28.904] (==) intel(0): Default visual is TrueColor
[    28.904] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
[    28.904] (--) intel(0): Chipset: "945GME"
[    28.905] (==) intel(0): video overlay key set to 0x101fe
[    28.930] (II) intel(0): Output VGA1 using monitor section Monitorek
[    29.607] (II) intel(0): Output DVI1 using monitor section Telewizor
[    29.607] (**) intel(0): Option "PreferredMode" "1280x720_60.00"
[    30.027] (II) intel(0): Output TV1 has no monitor section
[    30.053] (II) intel(0): EDID for output VGA1
[    30.724] (II) intel(0): EDID for output DVI1
[    30.724] (II) intel(0): Manufacturer: SNY  Model: 9600  Serial#: 16843009
[    30.724] (II) intel(0): Year: 1990  Week: 0
[    30.725] (II) intel(0): EDID Version: 1.3
[    30.725] (II) intel(0): Digital Display Input
[    30.725] (II) intel(0): Max Image Size [cm]: horiz.: 70  vert.: 40
[    30.725] (II) intel(0): Gamma: 2.20
[    30.725] (II) intel(0): No DPMS capabilities specified
[    30.725] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    30.725] (II) intel(0): First detailed timing is preferred mode
[    30.725] (II) intel(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.595
[    30.725] (II) intel(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
[    30.726] (II) intel(0): Manufacturer's mask: 0
[    30.726] (II) intel(0): Supported detailed timing:
[    30.726] (II) intel(0): clock: 74.2 MHz   Image Size:  735 x 420 mm
[    30.726] (II) intel(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    30.726] (II) intel(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    30.726] (II) intel(0): Supported detailed timing:
[    30.726] (II) intel(0): clock: 27.0 MHz   Image Size:  735 x 420 mm
[    30.726] (II) intel(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    30.727] (II) intel(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    30.727] (II) intel(0): Monitor name: SONY TV
[    30.727] (II) intel(0): Ranges: V min: 48 V max: 62 Hz, H min: 14 H max: 46 kHz, PixClock max 80 MHz
[    30.727] (II) intel(0): Number of EDID sections to follow: 1
[    30.727] (II) intel(0): EDID (in hex):
[    30.727] (II) intel(0):     00ffffffffffff004dd9009601010101
[    30.727] (II) intel(0):     00000103804628780a0dc9a057479827
[    30.727] (II) intel(0):     12484c00000001010101010101010101
[    30.728] (II) intel(0):     010101010101011d80d0721c1620102c
[    30.728] (II) intel(0):     2580dfa42100009e8c0ad08a20e02d10
[    30.728] (II) intel(0):     103e9600dfa421000018000000fc0053
[    30.728] (II) intel(0):     4f4e592054560a2020202020000000fd
[    30.728] (II) intel(0):     00303e0e2e08000a20202020202001f4
[    30.728] (II) intel(0): Printing probed modes for output DVI1
[    30.728] (II) intel(0): Modeline "1280x720_60.00"x61.1   74.25  1280 1390 1430 1650  720 725 730 736 +hsync +vsync (45.0 kHz)
[    30.728] (II) intel(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[    30.729] (II) intel(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[    30.729] (II) intel(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[    30.729] (II) intel(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[    31.148] (II) intel(0): EDID for output TV1
[    31.148] (II) intel(0): Output VGA1 disconnected
[    31.148] (II) intel(0): Output DVI1 connected
[    31.148] (II) intel(0): Output TV1 disconnected
[    31.148] (II) intel(0): Using user preference for initial modes
[    31.148] (II) intel(0): Output DVI1 using initial mode 1280x720_60.00
[    31.148] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    31.148] (II) intel(0): Kernel page flipping support detected, enabling
[    31.149] (==) intel(0): DPI set to (96, 96)
[    31.149] (II) Loading sub module "fb"
[    31.149] (II) LoadModule: "fb"
[    31.150] (II) Loading /usr/lib/xorg/modules/libfb.so
[    31.229] (II) Module fb: vendor="X.Org Foundation"
[    31.229]    compiled for 1.8.0.902, module version = 1.0.0
[    31.230]    ABI class: X.Org ANSI C Emulation, version 0.4
[    31.230] (==) Depth 24 pixmap format is 32 bpp
[    31.230] (II) intel(0): [DRI2] Setup complete
[    31.230] (II) intel(0): [DRI2]   DRI driver: i915
[    31.231] (**) intel(0): Tiling enabled
[    31.231] (**) intel(0): SwapBuffers wait enabled
[    31.231] (==) intel(0): VideoRam: 262144 KB
[    31.231] (II) intel(0): Attempting memory allocation with tiled buffers.
[    31.231] (II) intel(0): Tiled allocation successful.
[    31.242] (II) UXA(0): Driver registered support for the following operations:
[    31.242] (II)         solid
[    31.242] (II)         copy
[    31.242] (II)         composite (RENDER acceleration)
[    31.242] (II)         put_image
[    31.254] (==) intel(0): Backing store disabled
[    31.254] (==) intel(0): Silken mouse enabled
[    31.255] (II) intel(0): Initializing HW Cursor
[    31.767] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    31.768] (**) intel(0): DPMS enabled
[    31.768] (==) intel(0): Intel XvMC decoder disabled
[    31.768] (II) intel(0): Set up textured video
[    31.769] (II) intel(0): Set up overlay video
[    31.769] (II) intel(0): direct rendering: DRI2 Enabled
[    31.769] (--) RandR disabled
[    31.769] (II) Initializing built-in extension Generic Event Extension
[    31.769] (II) Initializing built-in extension SHAPE
[    31.769] (II) Initializing built-in extension MIT-SHM
[    31.769] (II) Initializing built-in extension XInputExtension
[    31.769] (II) Initializing built-in extension XTEST
[    31.769] (II) Initializing built-in extension BIG-REQUESTS
[    31.770] (II) Initializing built-in extension SYNC
[    31.770] (II) Initializing built-in extension XKEYBOARD
[    31.770] (II) Initializing built-in extension XC-MISC
[    31.770] (II) Initializing built-in extension SECURITY
[    31.770] (II) Initializing built-in extension XINERAMA
[    31.770] (II) Initializing built-in extension XFIXES
[    31.770] (II) Initializing built-in extension RENDER
[    31.770] (II) Initializing built-in extension RANDR
[    31.770] (II) Initializing built-in extension COMPOSITE
[    31.770] (II) Initializing built-in extension DAMAGE
[    31.864] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    31.864] (II) AIGLX: enabled GLX_INTEL_swap_event
[    31.864] (II) AIGLX: enabled GLX_SGI_make_current_read
[    31.864] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    31.865] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
[    31.865] (II) GLX: Initialized DRI2 GL provider for screen 0
[    31.867] (II) intel(0): Setting screen physical size to 338 x 190
[    32.931] (**) Option "Protocol" "auto"
[    32.931] (**) Option "Device" "/dev/input/mice"
[    32.931] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
[    32.931] (**) Mouse0: Device: "/dev/input/mice"
[    32.932] (**) Mouse0: Protocol: "auto"
[    32.932] (**) Option "CorePointer"
[    32.932] (**) Mouse0: always reports core events
[    32.932] (**) Option "Device" "/dev/input/mice"
[    32.960] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
[    32.960] (**) Option "ZAxisMapping" "4 5 6 7"
[    32.960] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
[    32.960] (**) Mouse0: Buttons: 11
[    32.960] (**) Mouse0: Sensitivity: 1
[    32.960] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
[    32.961] (**) Mouse0: (accel) keeping acceleration scheme 1
[    32.961] (**) Mouse0: (accel) acceleration profile 0
[    32.961] (**) Mouse0: (accel) acceleration factor: 2.000
[    32.961] (**) Mouse0: (accel) acceleration threshold: 4
[    32.973] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
[    33.267] (II) Mouse0: ps2EnableDataReporting: succeeded
[    33.267] (**) Option "CoreKeyboard"
[    33.268] (**) Keyboard0: always reports core events
[    33.268] (**) Option "Protocol" "standard"
[    33.268] (**) Keyboard0: Protocol: standard
[    33.268] (**) Option "XkbRules" "xorg"
[    33.268] (**) Keyboard0: XkbRules: "xorg"
[    33.268] (**) Option "XkbModel" "pc105"
[    33.268] (**) Keyboard0: XkbModel: "pc105"
[    33.269] (**) Option "XkbLayout" "pl"
[    33.269] (**) Keyboard0: XkbLayout: "pl"
[    33.269] (**) Option "CustomKeycodes" "off"
[    33.269] (**) Keyboard0: CustomKeycodes disabled
[    33.269] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
[    33.485] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    33.486] (II) AutoAddDevices is off - not adding device.
[    33.489] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[    33.489] (II) AutoAddDevices is off - not adding device.
[    33.499] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    33.499] (II) AutoAddDevices is off - not adding device.
[    33.506] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[    33.506] (II) AutoAddDevices is off - not adding device.
[    33.539] (II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event0)
[    33.539] (II) AutoAddDevices is off - not adding device.
[    33.540] (II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
[    33.540] (II) AutoAddDevices is off - not adding device.






Unfortunately, all is well when UMS works, but turn RBM is, unfortunately, are already big problems
Comment 1 Krzysztof Grygiencz 2010-05-16 07:43:58 UTC

*** This bug has been marked as a duplicate of bug 2546 ***

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.