Intel GMA 950 & Dual Monitor

Does anyone have a working config of an i810 driver for Dual Monitors mode?

maybe you could try this config here:
Section "Files"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/artwiz"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
# Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Card0"
Driver "i810"
BusID "PCI:0:2:0"
Option "DDCMode" "True"
Option "MonitorLayout" "CRT,DFP"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "i810"
BusID "PCI:0:2:0"
Option "DDCMode" "True"
Option "MonitorLayout" "CRT,DFP"
Screen 1
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
DisplaySize 320 471
HorizSync 30-81
VertRefresh 56-75
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "DPMS"
DisplaySize 350 471
HorizSync 30-81
VertRefresh 56-75
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "Xinerama" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
This was my old config here with one tft on the vga port and the other on the dvi port.
Greetings
eSpo
Last edited by espo (2007-03-06 14:56:27)

Similar Messages

  • Intel GMA 950 direct rendering: no

    Hi
    I've a problem with my Intel GMA 950
    this is my glxinfo output
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    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_make_current_read, 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_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group,
    GLX_EXT_texture_from_pixmap
    OpenGL vendor string: Tungsten Graphics, Inc
    OpenGL renderer string: Mesa DRI Intel(R) 945GM 20061017 x86/MMX/SSE2
    OpenGL version string: 1.3 Mesa 7.0.1
    OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_fragment_program, GL_ARB_imaging,
    GL_ARB_multisample, GL_ARB_multitexture, 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_rectangle, GL_ARB_transpose_matrix, 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_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, 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_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
    GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1,
    GL_APPLE_packed_pixels, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_texgen_reflection,
    GL_NV_texture_rectangle, GL_NV_vertex_program, GL_NV_vertex_program1_1,
    GL_SGI_color_matrix, GL_SGI_color_table, 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
    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
    0x23 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x24 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x25 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x26 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x27 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
    0x28 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
    0x29 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x2a 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x2b 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x2c 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x2d 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x2e 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x2f 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
    0x30 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
    0x31 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x69 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon
    this is my xorg.conf
    Section "Files"
    # FontPath "unix/:7100" # local font server
    # FontPath "unix/:7101" # truetype font server
    # if the local font server has problems, we can fall back on these
    # FontPath "/usr/local/share/fonts"
    # FontPath "/usr/share/fonts/X11/misc"
    # FontPath "/usr/share/fonts/X11/misc"
    # FontPath "/usr/lib/X11/fonts/misc"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/share/fonts/X11/Type1"
    # FontPath "/usr/share/fonts/X11/Type1"
    # FontPath "/usr/lib/X11/fonts/Type1"
    # FontPath "/usr/share/fonts/X11/100dpi"
    # FontPath "/usr/share/fonts/X11/100dpi"
    # FontPath "/usr/lib/X11/fonts/100dpi"
    # FontPath "/usr/share/fonts/X11/75dpi"
    # FontPath "/usr/share/fonts/X11/75dpi"
    # FontPath "/usr/lib/X11/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/OTF"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/artwiz-fonts"
    FontPath "/usr/share/fonts/encodings"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/speedo"
    EndSection
    Section "Module"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "dri"
    Load "drm"
    Load "evdev"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "record"
    Load "type1"
    Load "vbe"
    # Load "v41"
    EndSection
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    EndSection
    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    # Option "HorizScrollDelta" "0"
    EndSection
    Section "Device"
    Identifier "Generic Video Card"
    Driver "intel"
    # VideoRam 65536
    # Driver "vesa"
    BusID "PCI:0:2:0"
    # Option "DynamicClocks" "true"
    Option "DRI" "true"
    Option "NoAccel" "false"
    EndSection
    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    DisplaySize 375 234
    Option "PreferredMode" "1280x800"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Generic Video Card"
    Monitor "Generic Monitor"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "Synaptics Touchpad"
    Option "AIGLX" "true"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    and this is my Xorg.0.log
    X.Org X Server 1.4.0
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-rc1-ARCH i686
    Current Operating System: Linux marat 2.6.23-ARCH #1 SMP PREEMPT Sun Nov 18 07:43:05 UTC 2007 i686
    Build Date: 07 November 2007 11:19:12AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    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 Nov 23 19:49:29 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "Generic Monitor"
    (**) | |-->Device "Generic Video Card"
    (**) |-->Input Device "Generic Keyboard"
    (**) |-->Input Device "Configured Mouse"
    (**) |-->Input Device "Synaptics Touchpad"
    (**) Option "AIGLX" "true"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/100dpi,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/OTF,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/artwiz-fonts,
    /usr/share/fonts/misc,
    /usr/share/fonts/speedo,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81d4540
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,27a0 card 1025,0098 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:02:0: chip 8086,27a2 card 1025,0098 rev 03 class 03,00,00 hdr 80
    (II) PCI: 00:02:1: chip 8086,27a6 card 1025,0098 rev 03 class 03,80,00 hdr 80
    (II) PCI: 00:1b:0: chip 8086,27d8 card 1025,0098 rev 02 class 04,03,00 hdr 00
    (II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
    (II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 02 class 06,04,00 hdr 81
    (II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 02 class 06,04,00 hdr 81
    (II) PCI: 00:1c:3: chip 8086,27d6 card 0000,0000 rev 02 class 06,04,00 hdr 81
    (II) PCI: 00:1d:0: chip 8086,27c8 card 1025,0098 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,27c9 card 1025,0098 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,27ca card 1025,0098 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:3: chip 8086,27cb card 1025,0098 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,27cc card 1025,0098 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
    (II) PCI: 00:1f:0: chip 8086,27b9 card 1025,0098 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:2: chip 8086,27c4 card 1025,0098 rev 02 class 01,01,80 hdr 00
    (II) PCI: 00:1f:3: chip 8086,27da card 1025,0098 rev 02 class 0c,05,00 hdr 00
    (II) PCI: 02:00:0: chip 8086,4222 card 8086,1001 rev 02 class 02,80,00 hdr 00
    (II) PCI: 03:00:0: chip 14e4,169d card 1025,0098 rev 11 class 02,00,00 hdr 00
    (II) PCI: 0a:09:0: chip 104c,8039 card 2000,0000 rev 00 class 06,07,00 hdr 82
    (II) PCI: 0a:09:1: chip 104c,803a card 1025,0098 rev 00 class 0c,00,10 hdr 80
    (II) PCI: 0a:09:2: chip 104c,803b card 1025,0098 rev 00 class 01,80,00 hdr 80
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,11), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0x54000000 - 0x540fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0x54100000 - 0x541fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 4: bridge is at (0:28:2), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 5: bridge is at (0:28:3), (0,5,7), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 10: bridge is at (0:30:0), (0,10,14), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 10 I/O range:
    [0] -1 0 0x00002000 - 0x000020ff (0x100) IX[b]
    [1] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [2] -1 0 0x00002800 - 0x000028ff (0x100) IX[b]
    [3] -1 0 0x00002c00 - 0x00002cff (0x100) IX[b]
    (II) Bus 10 non-prefetchable memory range:
    [0] -1 0 0xb0400000 - 0xb04fffff (0x100000) MX[b]
    (II) Bus 10 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x53ffffff (0x4000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 11: bridge is at (10:9:0), (10,11,14), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 11 I/O range:
    [0] -1 0 0x00002000 - 0x000020ff (0x100) IX[b]
    [1] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    (II) Bus 11 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x53ffffff (0x4000000) MX[b]
    (--) PCI:*(0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xb0080000/19, 0xc0000000/28, 0xb0040000/18, I/O @ 0x1800/3
    (--) PCI: (0:2:1) Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xb0100000/19
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
    [0] -1 0 0xb0406000 - 0xb0406fff (0x1000) MX[b]
    [1] -1 0 0xb0400000 - 0xb0403fff (0x4000) MX[b]
    [2] -1 0 0xb0405000 - 0xb04057ff (0x800) MX[b]
    [3] -1 0 0x54100000 - 0x5410ffff (0x10000) MX[b]
    [4] -1 0 0x54000000 - 0x54000fff (0x1000) MX[b]
    [5] -1 0 0xb0004000 - 0xb00043ff (0x400) MX[b]
    [6] -1 0 0xb0000000 - 0xb0003fff (0x4000) MX[b]
    [7] -1 0 0xb0100000 - 0xb017ffff (0x80000) MX[b](B)
    [8] -1 0 0xb0040000 - 0xb007ffff (0x40000) MX[b](B)
    [9] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [10] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [11] -1 0 0x000018c0 - 0x000018df (0x20) IX[b]
    [12] -1 0 0x000018b0 - 0x000018bf (0x10) IX[b]
    [13] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [14] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [15] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [16] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [17] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [18] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [19] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [20] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [21] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xb0406000 - 0xb0406fff (0x1000) MX[b]
    [1] -1 0 0xb0400000 - 0xb0403fff (0x4000) MX[b]
    [2] -1 0 0xb0405000 - 0xb04057ff (0x800) MX[b]
    [3] -1 0 0x54100000 - 0x5410ffff (0x10000) MX[b]
    [4] -1 0 0x54000000 - 0x54000fff (0x1000) MX[b]
    [5] -1 0 0xb0004000 - 0xb00043ff (0x400) MX[b]
    [6] -1 0 0xb0000000 - 0xb0003fff (0x4000) MX[b]
    [7] -1 0 0xb0100000 - 0xb017ffff (0x80000) MX[b](B)
    [8] -1 0 0xb0040000 - 0xb007ffff (0x40000) MX[b](B)
    [9] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [10] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [11] -1 0 0x000018c0 - 0x000018df (0x20) IX[b]
    [12] -1 0 0x000018b0 - 0x000018bf (0x10) IX[b]
    [13] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [14] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [15] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [16] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [17] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [18] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [19] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [20] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [21] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xb0406000 - 0xb0406fff (0x1000) MX[b]
    [5] -1 0 0xb0400000 - 0xb0403fff (0x4000) MX[b]
    [6] -1 0 0xb0405000 - 0xb04057ff (0x800) MX[b]
    [7] -1 0 0x54100000 - 0x5410ffff (0x10000) MX[b]
    [8] -1 0 0x54000000 - 0x54000fff (0x1000) MX[b]
    [9] -1 0 0xb0004000 - 0xb00043ff (0x400) MX[b]
    [10] -1 0 0xb0000000 - 0xb0003fff (0x4000) MX[b]
    [11] -1 0 0xb0100000 - 0xb017ffff (0x80000) MX[b](B)
    [12] -1 0 0xb0040000 - 0xb007ffff (0x40000) MX[b](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x000018c0 - 0x000018df (0x20) IX[b]
    [18] -1 0 0x000018b0 - 0x000018bf (0x10) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [24] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [25] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [26] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [27] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](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) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "type1" 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: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "ddc"(II) Module "ddc" already built-in
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "evdev"
    (WW) Warning, couldn't open module evdev
    (II) UnloadModule: "evdev"
    (EE) Failed to load module "evdev" (module does not exist, 0)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (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: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (**) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 2.1.1
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "synaptics"
    (WW) Warning, couldn't open module synaptics
    (II) UnloadModule: "synaptics"
    (EE) Failed to load module "synaptics" (module does not exist, 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, 965G, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33
    (II) Primary Device is: PCI 00:02:0
    (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
    (--) Chipset 945GM found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xb0406000 - 0xb0406fff (0x1000) MX[b]
    [5] -1 0 0xb0400000 - 0xb0403fff (0x4000) MX[b]
    [6] -1 0 0xb0405000 - 0xb04057ff (0x800) MX[b]
    [7] -1 0 0x54100000 - 0x5410ffff (0x10000) MX[b]
    [8] -1 0 0x54000000 - 0x54000fff (0x1000) MX[b]
    [9] -1 0 0xb0004000 - 0xb00043ff (0x400) MX[b]
    [10] -1 0 0xb0000000 - 0xb0003fff (0x4000) MX[b]
    [11] -1 0 0xb0100000 - 0xb017ffff (0x80000) MX[b](B)
    [12] -1 0 0xb0040000 - 0xb007ffff (0x40000) MX[b](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x000018c0 - 0x000018df (0x20) IX[b]
    [18] -1 0 0x000018b0 - 0x000018bf (0x10) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [24] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [25] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [26] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [27] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xb0406000 - 0xb0406fff (0x1000) MX[b]
    [5] -1 0 0xb0400000 - 0xb0403fff (0x4000) MX[b]
    [6] -1 0 0xb0405000 - 0xb04057ff (0x800) MX[b]
    [7] -1 0 0x54100000 - 0x5410ffff (0x10000) MX[b]
    [8] -1 0 0x54000000 - 0x54000fff (0x1000) MX[b]
    [9] -1 0 0xb0004000 - 0xb00043ff (0x400) MX[b]
    [10] -1 0 0xb0000000 - 0xb0003fff (0x4000) MX[b]
    [11] -1 0 0xb0100000 - 0xb017ffff (0x80000) MX[b](B)
    [12] -1 0 0xb0040000 - 0xb007ffff (0x40000) MX[b](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1 0 0x000018c0 - 0x000018df (0x20) IX[b]
    [21] -1 0 0x000018b0 - 0x000018bf (0x10) IX[b]
    [22] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [27] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [28] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [29] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [30] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    [31] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [32] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Reloading /usr/lib/xorg/modules//libvbe.so
    (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.4.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
    (**) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "NoAccel" "false"
    (**) intel(0): Option "DRI" "true"
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    (--) intel(0): Chipset: "945GM"
    (--) intel(0): Linear framebuffer at 0xC0000000
    (--) intel(0): IO registers at addr 0xB0080000
    (II) intel(0): 2 display pipes available.
    (==) intel(0): Using XAA for acceleration
    (--) intel(0): Will try to allocate texture pool for old Mesa 3D driver.
    (II) intel(0): Will try to reserve 32768 kiB of AGP aperture space
    for the DRM memory manager.
    (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 Generic Monitor
    (**) intel(0): Option "PreferredMode" "1280x800"
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "AUO", prod id 5396
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (WW) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (II) intel(0): VESA VBE Version 3.0
    (II) intel(0): VESA VBE Total Mem: 7872 kB
    (II) intel(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
    (II) intel(0): VESA VBE OEM Software Rev: 1.0
    (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
    (II) intel(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (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): SDVO device VID/DID: 02:3C.06, clock range 25.0MHz - 200.0MHz, input 1: Y, input 2: N, output 1: Y, output 2: N
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): Current clock rate multiplier: 1
    (II) intel(0): EDID vendor "AUO", prod id 5396
    (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): Output LVDS using initial mode 1280x800
    (II) intel(0): Monitoring connected displays enabled
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 7932 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) intel(0): Display dimensions: (375, 234) mm
    (**) intel(0): DPI set to (86, 138)
    (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.4.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 2.0
    (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 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x61114 (PORT_HOTPLUG_STAT) changed from 0x00000000 to 0x00000400
    (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 0x10606000
    (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 0xc1710088
    (WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x4e2d1dc8
    (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
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xb0040000 - 0xb007ffff (0x40000) MS[b]
    [1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MS[b]
    [2] 0 0 0xb0080000 - 0xb00fffff (0x80000) MS[b]
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [7] -1 0 0xb0406000 - 0xb0406fff (0x1000) MX[b]
    [8] -1 0 0xb0400000 - 0xb0403fff (0x4000) MX[b]
    [9] -1 0 0xb0405000 - 0xb04057ff (0x800) MX[b]
    [10] -1 0 0x54100000 - 0x5410ffff (0x10000) MX[b]
    [11] -1 0 0x54000000 - 0x54000fff (0x1000) MX[b]
    [12] -1 0 0xb0004000 - 0xb00043ff (0x400) MX[b]
    [13] -1 0 0xb0000000 - 0xb0003fff (0x4000) MX[b]
    [14] -1 0 0xb0100000 - 0xb017ffff (0x80000) MX[b](B)
    [15] -1 0 0xb0040000 - 0xb007ffff (0x40000) MX[b](B)
    [16] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [17] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [21] 0 0 0x00001800 - 0x00001807 (0x8) IS[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [24] -1 0 0x000018c0 - 0x000018df (0x20) IX[b]
    [25] -1 0 0x000018b0 - 0x000018bf (0x10) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [29] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [30] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [31] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [32] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [33] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [34] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    [35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [36] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 238592 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 954364 kB available
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers and
    large DRI memory manager reservation:
    (II) intel(0): Allocating 4860 scanlines for pixmap cache
    (II) intel(0): Success.
    (II) intel(0): Increasing the scanline pitch to allow tiling mode (1280 -> 2048).
    (II) intel(0): Memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB, 0x 3f820000 physical)
    (II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
    (II) intel(0): 0x00032000-0x00032fff: overlay registers (4 kB, 0x 3f832000 physical)
    (II) intel(0): 0x00040000-0x03037fff: front buffer (49120 kB)
    (II) intel(0): 0x007bf000: end of stolen memory
    (II) intel(0): 0x03038000-0x03047fff: xaa scratch (64 kB)
    (II) intel(0): 0x04000000-0x04ffffff: back buffer (10240 kB)
    (II) intel(0): 0x05000000-0x05ffffff: depth buffer (10240 kB)
    (II) intel(0): 0x06000000-0x07ffffff: DRI memory manager (32768 kB)
    (II) intel(0): 0x08000000-0x09ffffff: textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): front buffer is not tiled
    (II) intel(0): back buffer is tiled
    (II) intel(0): depth buffer is tiled
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    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 handle = 0xc0040000
    (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
    (II) intel(0): Unable to use TTM-based memory manager with DRM version 1.6
    (II) intel(0): [drm] Registers = 0xb0080000
    (II) intel(0): [drm] ring buffer = 0xc0000000
    (II) intel(0): [drm] init sarea width,height = 1280 x 1280 (pitch 2048)
    (II) intel(0): [drm] Mapping front buffer
    (II) intel(0): [drm] Front Buffer = 0x28008000
    (II) intel(0): [drm] Back Buffer = 0xc4000000
    (II) intel(0): [drm] Depth Buffer = 0xc5000000
    (II) intel(0): [drm] textures = 0xc8000000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (==) intel(0): Write-combining range (0xc0000000,0x10000000)
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) intel(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Horizontal and Vertical Lines
    Offscreen Pixmaps
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): Current clock rate multiplier: 1
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x007bf000 (pgoffset 1983)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x03038000 (pgoffset 12344)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x04000000 (pgoffset 16384)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x05000000 (pgoffset 20480)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x08000000 (pgoffset 32768)
    (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
    (**) Option "dpms"
    (**) intel(0): DPMS enabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): [DRI] installation complete
    (II) intel(0): [drm] dma control initialized, using IRQ 16
    (II) intel(0): direct rendering: Enabled
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (WW) intel(0): Option "PreferredMode" 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 XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (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 11, (OK)
    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
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) intel(0): Setting screen physical size to 261 x 163
    (**) Option "CoreKeyboard"
    (**) Generic Keyboard: always reports core events
    (**) Option "Protocol" "standard"
    (**) Generic Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Generic Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Generic Keyboard: XkbModel: "pc105"
    (**) Option "XkbLayout" "it"
    (**) Generic Keyboard: XkbLayout: "it"
    (**) Option "CustomKeycodes" "off"
    (**) Generic Keyboard: CustomKeycodes disabled
    (**) Option "Protocol" "ImPS/2"
    (**) Configured Mouse: Device: "/dev/input/mice"
    (**) Configured Mouse: Protocol: "ImPS/2"
    (**) Option "CorePointer"
    (**) Configured Mouse: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Emulate3Buttons" "true"
    (**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) Configured Mouse: ZAxisMapping: buttons 4 and 5
    (**) Configured Mouse: Buttons: 9
    (**) Configured Mouse: Sensitivity: 1
    (EE) No Input driver matching `synaptics'
    (II) evaluating device (Configured Mouse)
    (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
    (II) evaluating device (Generic Keyboard)
    (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    (II) Configured Mouse: ps2EnableDataReporting: succeeded
    (II) intel(0): EDID vendor "AUO", prod id 5396
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 804 808 816 -hsync -vsync (48.9 kHz)
    (II) intel(0): EDID vendor "AUO", prod id 5396
    (II) intel(0): EDID vendor "AUO", prod id 5396
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 804 808 816 -hsync -vsync (48.9 kHz)
    (II) intel(0): EDID vendor "AUO", prod id 5396

    What's the problem? Looking through your Xorg.log, everything seems fine:
    (II) [drm] DRM open master succeeded.
    (II) intel(0): Using XFree86 Acceleration Architecture (XAA)
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): [DRI] installation complete
    (II) intel(0): [drm] dma control initialized, using IRQ 16
    (II) intel(0): direct rendering: Enabled
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    But the main line telling you that hardware acceleration actually works, is this:
    OpenGL renderer string: Mesa DRI Intel(R) 945GM 20061017 x86/MMX/SSE2
    Remember the AI in AIGLX: Accelerated _Indirect_

  • Adding more RAM to Intel GMA 950?

    So I've had my iMac (see bottom of post for specs) for a while now and I love everything about it, except the Intel GMA 950 intergrated graphics. It works, but as far as games go, I can hardly play Halo. It's gotten better since 10.5.6 seeing as it boosts graphics performance, but it could be better.
    I'm aware that it's VRAM is shared with system memory, so is there any way I can give the chip more of the system RAM to use? 2gb is plenty, so I'm willing to share some. Any help is appreciated.

    Jerroslaw,
    since you’re running Mavericks, open up Activity Monitor while you’ve got your usual selection of apps running, select its Memory tab, and look at the Swap Used setting in the lower left. If it’s displaying “0 bytes” as the amount of swap used, then extra RAM won’t make a difference. Otherwise, to answer your first question, whether it’s worth it or not depends upon how frustrated you are running your usual selection of apps with 4 GB of RAM. It might be that the cost of replacement RAM modules outweighs your level of frustration — only you can make that determination of worth. I would recommend that if you do choose to purchase replacement RAM, that you get a pair of matching modules — either 2 × 4 GB = 8 GB, or 2 × 8 GB = 16 GB, to replace the pair that is currently installed.
    For your second question, you don’t have to use Apple-brand RAM, but you do have to use RAM with the same characteristics as your factory-installed RAM uses. Any worthwhile purveyor of RAM for Macs will let you easily locate modules that are compatible with your Mid 2012 MacBook Pro.

  • What games can i run with a Intel GMA 950 64 MB

    what games can i run with a Intel GMA 950 64 MB
    i want to play games like
    cod
    halo
    gta
    anything like these can i do it

    An afterthought. There is a site called Inside Mac Games  
    http://www.insidemacgames.com/ 
    They have a forum which may be a good source for info on games you can play on your Mac.

  • Intel GMA 950

    Upgrade graphics RAM, Any idea. My MacMini Have only 64gb an i meed more. How can i do this?

    Hey,
    The Intel GMA 950 graphic chip is integrated, so it cannot be upgraded at all. The only thing you can do to improve graphics in your mini is to get as much RAM as you can --which can be from 2 to 4 gigs, depending on the model.
    Best,
    Felix

  • 64MB GeForce FX Go5200 vs. 64MB (shared) Intel GMA 950 - Which is better???

    I currently have a July '04 PowerBook G4 w/ a 64MB GeForce FX Go5200 with 768MB of main memory
    I'm thinking about purchasing a MacBook (Black) with Intel GMA 950 graphics processor with 64MB of DDR2 SDRAM shared with main memory
    1- Which graphics processor is better, which will yeild "better" graphics?
    2- What does it mean "shared" with main memory, is this good or bad?
    3- I was planning on getting 1GB of memory for the MacBook, I don't need 2GB's as I have that in my iMac. How much of my main memory will be drawn on to perform graphics tasks and will I need more than 1GB to get the 1GB feeling?
    Thanks in advance,
    -Garrett
    [email protected]
    24" iMac / PowerBook G4   Mac OS X (10.4.8)  

    Welcome to the discussions!
    While I do not have exact numbers, the GMA950 is quite a bit better than even a more recent video card than the Go5200. Arc Technica did a review of the MB back in May and in their benchmarks, they found that in some cases the MB beat the MBP.
    That said, you will really only notice the difference if you were gaming on the MB.
    The shared memory simply means that a portion of the system memory is set aside for the graphics. Generally, it is considered bad, but again - for gaming.
    According to Apple, the GMA950 uses 80GB of the system memory, but can use more depending on the system's needs.

  • T420 Intel HD 3000 Dual Monitor Mini Dock Issue

    I have a T420 with Intel HD 3000 using a Mini Dock, attached to Two external Monitor one VGA and the other one DVI, the problem is that the DVI won't work simultaneously with the VGA, after update the Intel HD driver to the last version available 9.17.10.2843, both monitors works simultaneously, but If I Reboot, Hibernate, Standby or Undock, only the primary monitor (VGA) works and the Extended (DVI) stop working.
    I tried using another video driver version and updating the BIOS but not luck, Does any one know if there is a solution for this issue???

    Are you trying to keep the internal display on when you connect to the external monitors? 
    When asking for help, post your question in the forum. Remember to include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help others with the same question in the future.
    My TPs: Twist 2HU: i5-3317U Win 8 Pro, 4GB RAM 250GB Samsung 840 | T420 4177CTO: i5-2520M, HD+, Win 7 Pro x64, 8GB RAM, Optimus, 160GB Intel 320 SSD, Intel 6300 WiFi, BT 3.0 | T400 2764CTO: P8700, WXGA, Win 7 Ult x64, AMD 3470, 8GB RAM, 64GB Samsung SSD, BT, Intel 5300 WiFi | A20m 14.1" PIII 500 (retired). Monitors: 2x Dell U2211h IPS 100% sRGB calibrated w/ Spyder3.

  • Mac Mini Intel GMA 950 Grraphics

    I have read a lot of reviews that the Mac mini is not a 'Gamer's Mac' because of the Intel graphics card. If I wanted to run the upcoming Age Of Empires III on my mac, would it still work and would the quality be diminished? What do you think?
    Dean

    Dean, it has to be said that the graphics sub-system in the mini is really the only weakness, and even then it's far less of a limiting factor than many people would have you believe. It's a cheap way to implement video, but that doesn't mean it's an ineffective one!
    In a real sense, the faster of the two mini models is not far behind a dual processor G5 system in terms of ram processing power - and those systems were (and still are) extensively used in such environments as professional video production, publishing, web design, music production, photo editing and the like. The mini is good for all those sort of tasks too, with the only real concerns being the fact that as yet a lot of software is not yet 'universal', meaning it'll still run but require Rosetta, which slows things down a bit, and the speed of the hard drive, which is relatively slow in comparison to the other Mac models.
    To overcome the performance issues concerning Rosetta, more RAM is always a good thing and of course making sure that where you can, you always use Intel-native (or universal) applications, such as the ones that actually come with the system. And to keep the hard drive speed in sensible perspective, it's the same speed as the drives used in laptops, and there are plenty of those being used for video, music, photo work etc. Certainly more than 'basic tasks'!!

  • MSI H81M-P33 V2 and i5 4670K (using Intel 4600) support dual monitors?

    Pretty straightforward question - can I run two monitors at 1920x1080 off of the H81M-P33 V2 with i5 4670K (Intel 4600 vid)?
    Thanks all

    the board has full ties to both outputs and the DVI will use digital signals and the VGA will use the analogue ones so it should work fine using both at the same time as they are separate parts so should work fine!

  • [Xorg][Intel GMA 950] Hotplug but Source xorg.conf as Well [SOLVED]

    I've been having trouble getting xorg to honour the config file while still having hotplugging enabled. A number of kind souls have told me that I could keep out the input sections and xorg would use the rest, but it doesn't.
    Such are my requirements:
    (1) I want to have Hotplugging
    (2) I want to configure hotplugged devices via their respective FDI files
    (3) I want to disable compositing (so I need xorg.conf)
    (4) I want to change graphics device options (so I need xorg.conf)
    I understand that the laptop's monitor is also considered a hotpluggable device, so I've omitted related entries. The following is what I have:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    Option "AIGLX" "false"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/local/share/fonts"
    EndSection
    Section "Module"
    Load "bitmap"
    Load "ddc"
    Load "int10"
    Load "vbe"
    Load "xtrap"
    Load "record"
    Load "dbe"
    Load "extmod"
    Load "freetype"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    Option "AccelMethod" "xaa"
    EndSection
    Section "Extensions"
    Option "Composite" "Disable"
    EndSection
    If you have a similar use-case then please offer your xorg.conf for me to steal, thanks!
    Last edited by schivmeister (2009-05-11 09:54:14)

    Section "ServerLayout"
    Identifier "X.org Configured"
    Option "AIGLX" "false"
    EndSection
    Section "Device"
    Identifier "Card0"
    Option "AccelMethod" "xaa"
    EndSection
    Section "Extensions"
    Option "Composite" "Disable"
    EndSection
    should be enough.

  • Increase RAM for Intel GMA 950?

    I have an '06 white Macbook that could use an upgrade from 64mb to at least 128mb. I have 2GB of RAM so I should be able to contribute more RAM to the graphics, however this cannot be changed by default. I have tried downloading a program called GMAbooster, but the download is unavailable. Is there any way to bump up the graphics on my Macbook? Any help would be greatly appreciated.

    I suppose I do, unfortunately this was back when I didn't know a whole lot and also considering the vendors don't like to list complete graphics specs. Aside from that, This is a link to the same graphics core however this one was made for Windows...
    http://www.intel.com/products/chipsets/gma950/index.htm
    It supports up to 224mb of VRAM! There has to be some kind of firmware hack to allow it to use more of the physical memory on the mac os.

  • MacBook and Intel GMA 950 con 64MB di SDRAM DDR2

    Hi,
    sorry for my bed english... I've acquireds the new MacBook with 1 Gb of RAM. Can I use Aperture and ArchiCAD without problems?!? Is possible to work with these programs...?
    Thanks for your support...
    Eliano

    How can you say that if you have no real experience
    Easy… I made it quite clear that it was the experience of another. I could have just as easily laid if off as my own experience, like many do, but didn't. Have you ever used information that came from an experience that was not your own? Something you read in a magazine, read in a forum maybe? I made no bones about it not being my own experience.
    Now, you may disagree with my source and you have every right to do so but would it make any difference if you read it in MacWorld?
    If I were to turn around and say I have used Aperture would it make a difference? While I have installed Aperture 1.1.1, run it, played with the demo project and found the performance to be quite respectable with the GMA950. My tinkering can hardly be called experience and I did not want to represent it anymore than what it is… not worth mentioning. Even though I know that many would have mentioned and embelished it.
    If you don't have any experience as you claim then don't say anything.
    So I trust you have first hand experience with EVERYTHING you've commented on and claimed?
    Your doing a disservice to the people asking question by providing misleading information.
    While saying how wonderfully your MacBook works with Aperture, did you forget in the middle there that it still does not meet the minimum system requirements. Did you note that it has never done so nor will it every be likely to? Did you mention that with every update, including the next update (which could even be next week), it's possible that the MacBook's ability to run Aperture might cease?
    While I am truly happy for you that your MacBook is doing all that you want it to you need to remember that we don't live in a closed box and many more people are lurking than are posting. Have you considered the possibility that your glowing report might well make someone who should be buying an MBP to buy an MB to save themselves that $700-1000? Someone who cannot afford to just buy a new computer if the situation with Aperture changes. Would you consider that a disservice to that person?
    I'm not trying to be argumentative here and I really don't want this to continue on. All I'm trying to point out are a couple of things, firstly, praising a product that is clearly not supported without making qualifications is, while saying irresponsible is not right, is at least cavalier. The other point being that just because an opinion differs from your own doesn't making it wrong. Had you said that my acquaintance's experience is tainted due to his other gear I probably would have agreed with you. But to to diss it straight out simply because it wasn't directly my experience only then deminishes your own opinion. Disagree with respect and then your opinions will be respected in turn.

  • Is 1GB RAM Macbook + Intel GMA 950 graphics card enough to play WoW ???

    im thinkin to buy macbook, but im not sure is it enough to play WoW or not ?? has any1 tried to play WoW in macbook ?? is it lagging or not ??
    please reply. Thx

    I installed WoW on my daughters MacBook white 2.0 GHz today. I bought it from the local Apple reseller and paid for 1 GB of RAM - instead of putting in 2x512 sticks, they took out 1 of the 256 MB sticks and inserted a 1 GB, so the machine has 1.256 GB of unmatched RAM - this may have an effect on the graphics performance, I'm not sure.
    Anyway - frame rates at full resolution and using the default video options gives about 25 fps inside an inn, and about 12 fps outside. Running across a bridge or doing something else that puts a lot of changing detail on the screen can cause the fps to drop to around 10. The game is quite playable, though I haven't tried a raid with it. Changing the screen resolution will increase the fps. Changing to 1152 wide increases the fps by about 50%, while changing to 1024 wide will about double it.
    At 1024 wide, the fps is about the same as on my 1.25 GHz PowerBook running at 1280 wide.

  • GMA X3100 vs. GMA 950

    I got 2 MacBooks, the mid 2007 and the late 2007.
    The mid 2007 got an Intel GMA 950 video card with 64 MB.
    The late 2007 got an Intel GMA X3100 video card with 144 MB.
    The graphics, Exposé, video, open GL tests look smooth & nice on GMA 950 (64 MB).
    However, on the newer GMA X3100, the graphics look slow, including the screensaver, even the mac waiting cursor looks a bit slow.
    I went to Best Buy to check if the other mac did the same, and they did.
    What do you think? Just a driver issue, or what is going on, GMA X3100 was supposed to be better, ironically, it works better in bootcamp than GMA 950, but not in Leopard.

    There's two things you can do:
    1. Submit the issue(s) via the feedback link for the MacBook which will be directed to the appropriate parties within Apple.
    http://www.apple.com/feedback/macbook.html
    You won't get a response, so if you're looking to troubleshoot the issue or send the machine in for repair than you'd need to go the route of AppleCare.
    2. If both machines are less than a year old (they sound like it), you'd qualify for the one-year limited hardware warranty. If you choose not to buy AppleCare on your machine and it's older than 90-days you would be subject to a nominal fee to speak with an AppleCare technician for your specific issue.

  • Dual Monitor using XP

    Can the Imac intel run a dual monitor while running Windows XP? We are getting ready to start a new worship service at church and the software package they own is EasyWorship, which is a PC only program. I know the Imac rus dual monitor under OS X, but will it do so under XP?

    According to this thread, yes.
    (15740)

Maybe you are looking for