Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg 1.5.3 Intel only only 60fps
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bastibasti
Guru
Guru


Joined: 27 Nov 2006
Posts: 581

PostPosted: Fri May 01, 2009 12:42 pm    Post subject: Xorg 1.5.3 Intel only only 60fps Reply with quote

Hi there

I finally upgraded my system to latest ebuilds...
Now my intel gfx card (945) is very slow. (glxgears)
The effects in Kwin are not usable, before I had KDE3.5.10 I used compiz and it was really nice...
Can someone please tell my why?

Code:


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

Section "Files"
        ModulePath   "/usr/lib/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  "glx"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "record"
#       Load  "vnc"   
        Load  "xtrap"
EndSection           

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"     
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   "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     "ShadowFB"                  # [<bool>]           
        #Option     "DefaultRefresh"            # [<bool>]           
        #Option     "ModeSetClearScreen"        # [<bool>]           
        Option "Dri" "True"
        Option "XAANoOffscreenPixmaps" "True"
        Option "RenderAccel" "true"
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 16
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "1280x1024" "1280x800" "1024x786"
        EndSubSection
EndSection


Section "DRI"
mode 0666
EndSection

Section "Extensions"
Option "Composite" "True"
EndSection

Section "ServerFlags"
Option "Offtime" "2"
EndSection


glxinfo
Code:

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
 
Back to top
View user's profile Send private message
Fuchs
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2005
Posts: 133
Location: Confoederatio Helvetica

PostPosted: Fri May 01, 2009 1:12 pm    Post subject: Reply with quote

Hello.

Please upload the /var/log/Xorg.0.log and the full output of glxinfo (I sure hope this was not the full output)

Then: please never use glxgears a benchmark. The colour of the sky tells you more about your gpu performance. kwin is better.

Fuchs
_________________
--omg-optimized ;)
Back to top
View user's profile Send private message
bastibasti
Guru
Guru


Joined: 27 Nov 2006
Posts: 581

PostPosted: Fri May 01, 2009 1:45 pm    Post subject: Reply with quote

full glxinfo

Code:

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:       
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,     
    GLX_OML_swap_method, GLX_SGI_swap_control, GLX_SGIS_multisample,         
    GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group                           
client glx vendor string: SGI                                                 
client glx version string: 1.4                                               
client glx extensions:                                                       
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,   
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,     
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,                         
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,     
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,     
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,               
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap                 
GLX version: 1.2                                                             
GLX extensions:                                                               
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,   
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,     
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,   
    GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample,           
    GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group                           
OpenGL vendor string: Tungsten Graphics, Inc                                 
OpenGL renderer string: Mesa DRI Intel(R) 945GM GEM 20090114                 
OpenGL version string: 1.4 Mesa 7.4                                           
OpenGL extensions:                                                           
    GL_ARB_depth_texture, GL_ARB_fragment_program, GL_ARB_multisample,       
    GL_ARB_multitexture, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters,
    GL_ARB_shadow, GL_ARB_texture_border_clamp, GL_ARB_texture_compression,   
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,                         
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,                 
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,                 
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,               
    GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,                     
    GL_ARB_vertex_program, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,       
    GL_EXT_blend_color, GL_EXT_blend_equation_separate,                       
    GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax,   
    GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, GL_EXT_cull_vertex,       
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture,                       
    GL_EXT_draw_range_elements, GL_EXT_framebuffer_object, GL_EXT_fog_coord, 
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,                   
    GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
    GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color,     
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, 
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,                       
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,                         
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,                       
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias,               
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,     
    GL_3DFX_texture_compression_FXT1, GL_APPLE_client_storage,                 
    GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate,                   
    GL_ATI_texture_env_combine3, GL_IBM_rasterpos_clip,                       
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,               
    GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos,           
    GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_point_sprite,         
    GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program,   
    GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGIS_generate_mipmap,     
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,                 
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SUN_multi_draw_arrays       

3 GLX Visuals
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x21 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x22 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x64 32 tc  0 16  0 r  .  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None

36 GLXFBConfigs:
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x65  0 tc  0 16  0 r  .  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x66  0 tc  0 16  0 r  .  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x67  0 tc  0 16  0 r  y  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x68  0 tc  0 16  0 r  y  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x69  0 tc  0 16  0 r  y  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x6a  0 tc  0 16  0 r  y  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x6b  0 tc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x6c  0 tc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x6d  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x6e  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x6f  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x70  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x71  0 tc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x72  0 tc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x73  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x74  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x75  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x76  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x77  0 dc  0 16  0 r  .  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x78  0 dc  0 16  0 r  .  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x79  0 dc  0 16  0 r  y  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x7a  0 dc  0 16  0 r  y  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x7b  0 dc  0 16  0 r  y  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
0x7c  0 dc  0 16  0 r  y  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
0x7d  0 dc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x7e  0 dc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x7f  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x80  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x81  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x82  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x83  0 dc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x84  0 dc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x85  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x86  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x87  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x88  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow



and xlog

Code:

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-r1 i686
Current Operating System: Linux demn0905 2.6.29-gentoo-r1 #1 SMP Thu Apr 30 07:55:13 CEST 2009 i686
Build Date: 29 April 2009  08:06:49AM                                                             
                                                                                                   
        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: Fri May  1 15:31:22 2009                               
(==) Using config file: "/etc/X11/xorg.conf"                                                       
(==) ServerLayout "X.org Configured"                                                               
(**) |-->Screen "Screen0" (0)                                                                     
(**) |   |-->Monitor "Monitor0"                                                                   
(**) |   |-->Device "Card0"                                                                       
(**) |-->Input Device "Mouse0"                                                                     
(**) |-->Input Device "Keyboard0"                                                                 
(**) Option "OffTime" "2"                                                                         
(==) 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/OTF" 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/,                                                                 
        /usr/share/fonts/75dpi/,                                                                   
        /usr/share/fonts/misc/,                                                                   
        /usr/share/fonts/100dpi/,                                                                 
        /usr/share/fonts/75dpi/,                                                                   
        built-ins                                                                                 
(**) ModulePath set to "/usr/lib/xorg/modules"                                                     
(**) Extension "Composite" is enabled                                                             
(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.               
(WW) Disabling Mouse0                                                                             
(WW) Disabling Keyboard0                                                                           
(II) Open ACPI successful (/var/run/acpid.socket)                                                 
(II) Loader magic: 0x9a0                                                                           
(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 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xeff00000/0, 0xd0000000/0, 0xefec0000/0, I/O @ 0x0000eff8/0
(--) PCI: (0@0:2:1) Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xeff80000/0                                           
(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) "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: "glx"                                                                                                                                                             

(II) Loading /usr/lib/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: "dbe"                                 

(II) Loading /usr/lib/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: "dri"                                 

(II) Loading /usr/lib/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: "extmod"                               

(II) Loading /usr/lib/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: "record"                                 

(II) Loading /usr/lib/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: "xtrap"                                   

(II) Loading /usr/lib/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: "intel"                                 

(II) Loading /usr/lib/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[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) resource ranges after probing:                                     
        [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] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B]         
        [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B]           
        [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B]           
        [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]             
        [8] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]             
        [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B]             
        [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]             
(II) Loading sub module "vgahw"                                         
(II) LoadModule: "vgahw"                                                 

(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"   
        compiled for 1.5.3, module version = 0.1.0
        ABI class: X.Org Video Driver, version 4.1
(**) intel(0): Depth 16, (--) framebuffer bpp 16 
(==) intel(0): RGB weight 565                     
(==) intel(0): Default visual is TrueColor       
(**) intel(0): Option "DRI" "True"               
(II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
(--) intel(0): Chipset: "945GM"                           
(--) intel(0): Linear framebuffer at 0xD0000000           
(--) intel(0): IO registers at addr 0xEFF00000           
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(==) intel(0): Using EXA for acceleration                     
(II) intel(0): 2 display pipes available.                     
(II) Loading sub module "ddc"                                 
(II) LoadModule: "ddc"                                       
(II) Module "ddc" already built-in                           
(II) Loading sub module "i2c"                                 
(II) LoadModule: "i2c"                                       
(II) Module "i2c" already built-in                           
(II) intel(0): Output VGA using monitor section Monitor0     
(II) intel(0): Output LVDS has no monitor section             
(II) intel(0): I2C bus "LVDSDDC_C" initialized.               
(II) intel(0): Attempting to determine panel fixed mode.     
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): EDID vendor "AUO", prod id 12308                       
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.           
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): I2C bus "SDVOB DDC Bus" initialized.                                           
(II) intel(0): Output TMDS-1 has no monitor section                                           
(II) intel(0): SDVOB: device VID/DID: 04:AA.03, clock range 25.0MHz - 165.0MHz               
(II) intel(0): SDVOB: 1 input channel                                                         
(II) intel(0): SDVOB: TMDS0 output reported                                                   
(II) intel(0): Output TV has no monitor section                                               
(II) intel(0): Current clock rate multiplier: 1                                               
(II) intel(0): Resizable framebuffer: not available (1 3)                                     
(II) intel(0): EDID vendor "AUO", prod id 12308                                               
(II) intel(0): Output VGA disconnected                                                       
(II) intel(0): Output LVDS connected                                                         
(II) intel(0): Output TMDS-1 disconnected                                                     
(II) intel(0): Output TV disconnected                                                         
(II) intel(0): Using exact sizes for initial modes                                           
(II) intel(0): Output LVDS using initial mode 1280x800                                       
(II) intel(0): detected 256 kB GTT.                                                           
(II) intel(0): detected 7932 kB stolen memory.                                               
(==) intel(0): video overlay key set to 0x83e                                                 
(==) 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/lib/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 "exa"                         
(II) LoadModule: "exa"                               

(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"   
        compiled for 1.5.3, module version = 2.4.0
        ABI class: X.Org Video Driver, version 4.1
(II) Loading sub module "ramdac"                 
(II) LoadModule: "ramdac"                         
(II) Module "ramdac" already built-in             
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000202 to 0x80000202
(WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS     
(WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x10000000 to 0x000c0000         
(WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d       
(WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104       
(WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d       
(WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200       
(WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c       
(WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200       
(WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x00606000   
(WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1   
(WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359     
(WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022     
(WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344     
(WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415     
(WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607     
(WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001     
(WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0     
(WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0     
(WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0     
(WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0     
(WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710087     
(WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x6b405140     
(WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024     
(WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198     
(WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x800010bb
(WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283
(WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141
(WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000     
(WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060   
(WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000   
(WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060 
(II) Loading sub module "dri"                                                           
(II) LoadModule: "dri"                                                                 

(II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
(II) do I need RAC?  No, I don't.                         
(II) resource ranges after preInit:                       
        [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] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]         
        [8] -1  0       0x00000000 - 0x00000000 (0x1) IX[B]         
        [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)   
        [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)   
(II) intel(0): Kernel reported 363776 total, 1 used                 
(II) intel(0): I830CheckAvailableMemory: 1455100 kB available       
drmOpenDevice: node name is /dev/dri/card0                           
drmOpenDevice: open result is -1, (No such device)                   
drmOpenDevice: open result is -1, (No such device)                   
drmOpenDevice: Open failed                                           
drmOpenDevice: node name is /dev/dri/card0                           
drmOpenDevice: open result is -1, (No such device)                   
drmOpenDevice: open result is -1, (No such device)                   
drmOpenDevice: Open failed                                           
drmOpenByBusid: Searching for BusID pci:0000:00:02.0                 
drmOpenDevice: node name is /dev/dri/card0                           
drmOpenDevice: open result is 11, (OK)                               
drmOpenByBusid: drmOpenMinor returns 11                             
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0                 
(II) [drm] loaded kernel module for "i915" driver.                   
(II) [drm] DRM interface version 1.3                                 
(II) [drm] DRM open master succeeded.                               
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.   
(II) intel(0): [drm] framebuffer mapped by ddx driver               
(II) intel(0): [drm] added 1 reserved context for kernel             
(II) intel(0): X context handle = 0x1                               
(II) intel(0): [drm] installed DRM signal handler                   
(**) intel(0): Framebuffer compression enabled                       
(**) intel(0): Tiling enabled                                       
(==) intel(0): VideoRam: 262144 KB                                   
(II) intel(0): Attempting memory allocation with tiled buffers.     
(II) intel(0): Tiled allocation successful.                         
(II) intel(0): [drm] Registers = 0xeff00000                         
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432   
(II) intel(0): [dri] visual configs initialized                     
(II) intel(0): Page Flipping disabled                               
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 15728640 bytes                         
(II) EXA(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): [DRI] installation complete                                   
(II) intel(0): Current clock rate multiplier: 1                               
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0caf4000 (pgoffset 51956) 
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x0d9f4000 (pgoffset 55796) 
(II) intel(0): Fixed memory allocation layout:                               
(II) intel(0): 0x00000000-0x005fffff: compressed frame buffer (6144 kB, 0x000000005f800000 physical
)                                                                                                 
(II) intel(0): 0x00600000-0x00600fff: compressed ll buffer (4 kB, 0x000000005fe00000 physical     
)                                                                                                 
(II) intel(0): 0x00601000-0x0060afff: HW cursors (40 kB, 0x000000005fe01000 physical               
)                                                                                                 
(II) intel(0): 0x0060b000-0x0060bfff: overlay registers (4 kB, 0x000000005fe0b000 physical         
)                                                                                                 
(II) intel(0): 0x007bf000:            end of stolen memory                                         
(II) intel(0): 0x007bf000-0x0caf3fff: DRI memory manager (199892 kB)                               
(II) intel(0): 0x0caf4000-0x0d9f3fff: exa offscreen (15360 kB)                                     
(II) intel(0): 0x0d9f4000-0x0f9f3fff: classic textures (32768 kB)                                 
(II) intel(0): 0x10000000:            end of aperture                                             
(II) intel(0): BO memory allocation layout:                                                       
(II) intel(0): 0x007bf000:            start of memory manager                                     
(II) intel(0): 0x00800000-0x00ffffff: depth buffer (8192 kB) X tiled                               
(II) intel(0): 0x01000000-0x017fffff: back buffer (8192 kB) X tiled                               
(II) intel(0): 0x01800000-0x01ffffff: front buffer (8192 kB) X tiled                               
(II) intel(0): 0x0caf4000:            end of memory manager                                       
(II) intel(0): using SSC reference clock of 96 MHz                                                 
(II) intel(0): Selecting standard 18 bit TMDS pixel format.                                       
(II) intel(0): Output configuration:                                                               
(II) intel(0):   Pipe A is off                                                                     
(II) intel(0):   Display plane A is now disabled and connected to pipe A.                         
(II) intel(0):   Pipe B is on                                                                     
(II) intel(0):   Display plane B is now enabled and connected to pipe B.                           
(II) intel(0):   Output VGA is connected to pipe none                                             
(II) intel(0):   Output LVDS is connected to pipe B                                               
(II) intel(0):   Output TMDS-1 is connected to pipe none                                           
(II) intel(0):   Output TV is connected to pipe none                                               
(II) intel(0): [drm] mapped front buffer at 0xd1800000, handle = 0xd1800000                       
(II) intel(0): [drm] mapped back buffer at 0xd1000000, handle = 0xd1000000                         
(II) intel(0): [drm] mapped depth buffer at 0xd0800000, handle = 0xd0800000                       
(II) intel(0): [drm] mapped classic textures at 0xdd9f4000, handle = 0xdd9f4000                   
(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): Set up overlay video                                                               
(II) intel(0): direct rendering: XF86DRI Enabled                                                   
(WW) intel(0): Option "XAANoOffscreenPixmaps" is not used                                         
(WW) intel(0): Option "RenderAccel" is not used                                                   
(--) 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                                                         
drmOpenDevice: node name is /dev/dri/card0                                                         
drmOpenDevice: open result is 12, (OK)                                                             
drmOpenByBusid: Searching for BusID pci:0000:00:02.0                                               
drmOpenDevice: node name is /dev/dri/card0                                                         
drmOpenDevice: open result is 12, (OK)                                                             
drmOpenByBusid: drmOpenMinor returns 12                                                           
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0                                               
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer                                                       
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control                                 
(II) AIGLX: enabled GLX_texture_from_pixmap with driver support                                   
(II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so                                       
(II) GLX: Initialized DRI GL provider for screen 0                                                 
(II) intel(0): Setting screen physical size to 338 x 211                                           
(II) config/hal: Adding input device AT Translated Set 2 keyboard                                 
(II) LoadModule: "evdev"                                                                           

(II) Loading /usr/lib/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   
(**) 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" "pc105"                                                         
(**) Option "xkb_layout" "de"                                                           
(**) Option "xkb_options" "grp:shift_toggle"                                             
(II) config/hal: Adding input device AlpsPS/2 ALPS GlidePoint                           
(**) AlpsPS/2 ALPS GlidePoint: always reports core events                               
(**) AlpsPS/2 ALPS GlidePoint: Device: "/dev/input/event6"                               
(II) AlpsPS/2 ALPS GlidePoint: Found 3 mouse buttons                                     
(II) AlpsPS/2 ALPS GlidePoint: Found x and y relative axes                               
(II) AlpsPS/2 ALPS GlidePoint: Found x and y absolute axes                               
(II) AlpsPS/2 ALPS GlidePoint: Found absolute touchpad                                   
(II) AlpsPS/2 ALPS GlidePoint: Configuring as mouse                                     
(**) AlpsPS/2 ALPS GlidePoint: YAxisMapping: buttons 4 and 5                             
(**) AlpsPS/2 ALPS GlidePoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: MOUSE)                     
(II) config/hal: Adding input device PS/2 Mouse                                                       
(**) PS/2 Mouse: always reports core events                                                           
(**) PS/2 Mouse: Device: "/dev/input/event5"                                                           
(II) PS/2 Mouse: Found 3 mouse buttons                                                                 
(II) PS/2 Mouse: Found x and y relative axes                                                           
(II) PS/2 Mouse: Configuring as mouse                                                                 
(**) PS/2 Mouse: YAxisMapping: buttons 4 and 5                                                         
(**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200             
(II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)                                   
(II) intel(0): EDID vendor "AUO", prod id 12308                                                       
(II) intel(0): Using EDID range info for horizontal sync                                               
(II) intel(0): Using EDID range info for vertical refresh                                             
(II) intel(0): Printing DDC gathered Modelines:                                                       
(II) intel(0): Modeline "1280x800"x0.0   68.00  1280 1301 1333 1392  800 804 808 816 -hsync -vsync (48.9 kHz)
(II) intel(0): EDID vendor "AUO", prod id 12308                                                             
(II) intel(0): EDID vendor "AUO", prod id 12308                                                             
(II) intel(0): Using hsync ranges from config file                                                           
(II) intel(0): Using vrefresh ranges from config file                                                       
(II) intel(0): Printing DDC gathered Modelines:                                                             
(II) intel(0): Modeline "1280x800"x0.0   68.00  1280 1301 1333 1392  800 804 808 816 -hsync -vsync (48.9 kHz)
(II) intel(0): EDID vendor "AUO", prod id 12308                                                             
(II) intel(0): EDID vendor "AUO", prod id 12308                                                             
(II) intel(0): Using hsync ranges from config file                                                           
(II) intel(0): Using vrefresh ranges from config file                                                       
(II) intel(0): Printing DDC gathered Modelines:                                                             
(II) intel(0): Modeline "1280x800"x0.0   68.00  1280 1301 1333 1392  800 804 808 816 -hsync -vsync (48.9 kHz)
(II) intel(0): EDID vendor "AUO", prod id 12308                                                             
(II) intel(0): EDID vendor "AUO", prod id 12308                                                             
(II) intel(0): Using hsync ranges from config file                                                           
(II) intel(0): Using vrefresh ranges from config file                                                       
(II) intel(0): Printing DDC gathered Modelines:                                                             
(II) intel(0): Modeline "1280x800"x0.0   68.00  1280 1301 1333 1392  800 804 808 816 -hsync -vsync (48.9 kHz)
(II) intel(0): EDID vendor "AUO", prod id 12308                                                             
(II) intel(0): EDID vendor "AUO", prod id 12308                                                             
(II) intel(0): Using hsync ranges from config file                                                           
(II) intel(0): Using vrefresh ranges from config file                                                       
(II) intel(0): Printing DDC gathered Modelines:                                                             
(II) intel(0): Modeline "1280x800"x0.0   68.00  1280 1301 1333 1392  800 804 808 816 -hsync -vsync (48.9 kHz)
(II) intel(0): EDID vendor "AUO", prod id 12308                                                             
exaCopyDirty: Pending damage region empty!   
Back to top
View user's profile Send private message
ganderatc
n00b
n00b


Joined: 01 Feb 2006
Posts: 21

PostPosted: Fri May 01, 2009 3:12 pm    Post subject: Reply with quote

glxgears is syncing to the vertical refresh rate of your display. If this bothers you, emerge driconf and change it to not lock to the vertical refresh.
Back to top
View user's profile Send private message
bastibasti
Guru
Guru


Joined: 27 Nov 2006
Posts: 581

PostPosted: Fri May 01, 2009 3:29 pm    Post subject: Reply with quote

glxgears is not bothering me at all,

i'd like to know why kwin performs so crap compared to xorg 1.3& compiz

BTW I cannot select OPENGL. is this normal? It tells me that somethings wrong with my configuration and it uses xrender
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum