Announcement

Collapse
No announcement yet.

[Intel VGA] Drivers and config

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Intel VGA] Drivers and config

    Hello to all, and thank you in advantage for reading and eventual help

    I've different problem,

    • I've an Acer Travelmate 6292 with an intel vga
    Code:
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
    • Installing OpenGL screen savers seems that i had no graphic acceleration, for example i see KCometen2 in a really bad view!!!
      There is something that i can do? There are application like the one for ati/nVidia vga cards? Maybe a simple .deb package or an installer...

      • On my notebook there are 5 customizable buttons.
        1-on/of wifi
        2-on/off bluetooth
        3-start default internet browser (firefox)
        4-start email client (Kmail)
        5-(under windows) open a dialog window to configure the other 4 buttons

        More over next to the power button there is a 6th button that can be customized whit all exe i could desire.

        I would like to map the same functions under linux, what i can use?



      • The keyboard shortcut (button) FN+F8 should enable mute function, pressing it appear the kmix volume pop up but doesn't mute the volume

    #2
    Re: [Intel VGA] [MultyMedia Keyboard] [Acer 6292 Powerboard] Drivers and config

    Hi...

    Could you post the contents of your xconfig file? This is located under root/etc/X11. If I remember correctly, the older Intel graphics chipsets, like the i810, the "default depth" had to be reduced to 16 in order to achieve 3D acceleration. I don't know if this applies to the newer chipsets.

    Regards...
    Our Lord and Savior Jesus Christ loves and cares about you most of all! http://peacewithgod.jesus.net/
    How do I know this personally? Please read here: https://www.linuxquestions.org/quest...hn-8-12-36442/
    PLEASE LISTEN TO THIS PODCAST! You don't have to end up here: https://soulchoiceministries.org/pod...i-see-in-hell/

    Comment


      #3
      Re: [Intel VGA] [MultyMedia Keyboard] [Acer 6292 Powerboard] Drivers and config

      Originally posted by ardvark71
      Hi...

      Could you post the contents of your xconfig file? This is located under root/etc/X11. If I remember correctly, the older Intel graphics chipsets, like the 910, the "default depth" had to be reduced to 16 in order to achieve 3D acceleration. I don't know if this applies to the newer chipsets.

      Regards...
      Oh...surprise... under /etc/X11 there is only xorg.conf.failsafe not xorg.conf...

      well
      Code:
      alessio@ubuntu:~$ ls -a /etc/X11/
      app-defaults 
      default-display-manager 
      rgb.txt 
      xinit 
      xorg.conf.failsafe 
      Xreset.d  
      Xsession  
      Xsession.options
      cursors    
      fonts          
      X    
      xkb  
      Xreset       
      Xresources 
      Xsession.d 
      Xwrapper.config
      where is my xorg.conf file

      Comment


        #4
        Re: [Intel VGA] [MultyMedia Keyboard] [Acer 6292 Powerboard] Drivers and config

        there is no xorg.conf in newer versions. if you run glxinfo in a konsole you can view all you openGl settings. you might also want to try glxgears to see if they work. you can still make an xorg.conf file to set options in the xserver. if the file is found it will automagicly use it. this may prove to be the best way to set the settings how you want.
        Mark Your Solved Issues [SOLVED]
        (top of thread: thread tools)

        Comment


          #5
          Re: [Intel VGA] [MultyMedia Keyboard] [Acer 6292 Powerboard] Drivers and config

          Originally posted by sithlord48
          there is no xorg.conf in newer versions.
          Hi...

          That's strange, I have one and it was not created manually.

          Regards...
          Our Lord and Savior Jesus Christ loves and cares about you most of all! http://peacewithgod.jesus.net/
          How do I know this personally? Please read here: https://www.linuxquestions.org/quest...hn-8-12-36442/
          PLEASE LISTEN TO THIS PODCAST! You don't have to end up here: https://soulchoiceministries.org/pod...i-see-in-hell/

          Comment


            #6
            Re: [Intel VGA] [MultyMedia Keyboard] [Acer 6292 Powerboard] Drivers and config

            Originally posted by sithlord48
            there is no xorg.conf in newer versions. if you run glxinfo in a konsole you can view all you openGl settings.
            Code:
            alessio@ubuntu:~$ glxinfo
            name of display: :0.0
            display: :0 screen: 0
            direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
            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_pbuffer, 
              GLX_SGIX_visual_select_group
            client glx vendor string: Mesa Project and 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_pbuffer, 
              GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
            OpenGL vendor string: Tungsten Graphics, Inc
            OpenGL renderer string: Mesa DRI Intel(R) 965GM GEM 20091221 2009Q4 x86/MMX/SSE2
            OpenGL version string: 1.4 (2.1 Mesa 7.7.1)
            OpenGL extensions:
              GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program, 
              GL_ARB_fragment_program_shadow, GL_ARB_multisample, GL_ARB_multitexture, 
              GL_ARB_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite, 
              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_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_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord, 
              GL_EXT_framebuffer_object, 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_two_side, 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_packed_pixels, 
              GL_ATI_draw_buffers, GL_ATI_texture_env_combine3, 
              GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat, 
              GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, 
              GL_NV_blend_square, GL_NV_depth_clamp, GL_NV_light_max_exponent, 
              GL_NV_texgen_reflection, GL_NV_texture_env_combine4, 
              GL_NV_texture_rectangle, GL_NV_vertex_program, GL_NV_vertex_program1_1, 
              GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, 
              GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
            
            72 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 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
            0x22 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
            0xcc 24 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
            0xcd 24 tc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow
            0xce 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
            0xcf 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow
            0xd0 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
            0xd1 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow
            0xd2 24 tc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None
            0xd3 24 tc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow
            0xd4 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None
            0xd5 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow
            0xd6 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None
            0xd7 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow
            0xd8 24 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
            0xd9 24 tc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
            0xda 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
            0xdb 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
            0xdc 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
            0xdd 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
            0xde 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
            0xdf 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
            0xe0 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
            0xe1 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
            0xe2 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
            0xe3 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
            0xe4 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
            0xe5 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
            0xe6 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
            0xe7 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
            0xe8 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
            0xe9 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
            0xea 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
            0xeb 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
            0xec 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
            0xed 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
            0xee 24 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
            0xef 24 dc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow
            0xf0 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
            0xf1 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow
            0xf2 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
            0xf3 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow
            0xf4 24 dc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None
            0xf5 24 dc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow
            0xf6 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None
            0xf7 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow
            0xf8 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None
            0xf9 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow
            0xfa 24 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
            0xfb 24 dc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
            0xfc 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
            0xfd 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
            0xfe 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
            0xff 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
            0x100 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
            0x101 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
            0x102 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
            0x103 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
            0x104 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
            0x105 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
            0x106 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
            0x107 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
            0x108 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
            0x109 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
            0x10a 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
            0x10b 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
            0x10c 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
            0x10d 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
            0x10e 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
            0x10f 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
            0x110 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
            0x6b 32 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
            
            96 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
            ----------------------------------------------------------------------
            0x6c 0 tc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
            0x6d 0 tc 0 16 0 r . . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow
            0x6e 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
            0x6f 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow
            0x70 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
            0x71 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow
            0x72 0 tc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
            0x73 0 tc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
            0x74 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
            0x75 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
            0x76 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
            0x77 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
            0x78 0 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
            0x79 0 tc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow
            0x7a 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
            0x7b 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow
            0x7c 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
            0x7d 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow
            0x7e 0 tc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None
            0x7f 0 tc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow
            0x80 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None
            0x81 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow
            0x82 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None
            0x83 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow
            0x84 0 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
            0x85 0 tc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
            0x86 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
            0x87 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
            0x88 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
            0x89 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
            0x8a 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
            0x8b 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
            0x8c 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
            0x8d 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
            0x8e 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
            0x8f 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
            0x90 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
            0x91 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
            0x92 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
            0x93 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
            0x94 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
            0x95 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
            0x96 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
            0x97 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
            0x98 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
            0x99 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
            0x9a 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
            0x9b 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
            0x9c 0 dc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
            0x9d 0 dc 0 16 0 r . . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow
            0x9e 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
            0x9f 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow
            0xa0 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
            0xa1 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow
            0xa2 0 dc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
            0xa3 0 dc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
            0xa4 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
            0xa5 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
            0xa6 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
            0xa7 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
            0xa8 0 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
            0xa9 0 dc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow
            0xaa 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
            0xab 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow
            0xac 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
            0xad 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow
            0xae 0 dc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None
            0xaf 0 dc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow
            0xb0 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None
            0xb1 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow
            0xb2 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None
            0xb3 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow
            0xb4 0 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
            0xb5 0 dc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
            0xb6 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
            0xb7 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
            0xb8 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
            0xb9 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
            0xba 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
            0xbb 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
            0xbc 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
            0xbd 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
            0xbe 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
            0xbf 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
            0xc0 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
            0xc1 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
            0xc2 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
            0xc3 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
            0xc4 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
            0xc5 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
            0xc6 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
            0xc7 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
            0xc8 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
            0xc9 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
            0xca 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
            0xcb 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
            you might also want to try glxgears to see if they work.
            It works...
            alessio@ubuntu:~$ glxgears
            Running synchronized to the vertical refresh. The framerate should be
            approximately the same as the monitor refresh rate.
            3184 frames in 5.0 seconds
            3180 frames in 5.0 seconds
            3240 frames in 5.0 seconds
            3200 frames in 5.0 seconds
            3400 frames in 5.0 seconds
            3660 frames in 5.0 seconds
            3120 frames in 5.0 seconds
            3220 frames in 5.0 seconds
            3260 frames in 5.0 seconds
            3211 frames in 5.0 seconds
            3180 frames in 5.0 seconds
            3120 frames in 5.0 seconds
            3180 frames in 5.0 seconds
            3360 frames in 5.0 seconds
            3280 frames in 5.0 seconds
            3180 frames in 5.0 seconds
            [/quote]
            you can still make an xorg.conf file to set options in the xserver. if the file is found it will automagicly use it. this may prove to be the best way to set the settings how you want.
            Never do a xorg.conf file manually from a blank file... that's a big problem for me...

            Comment


              #7
              Re: [Intel VGA] [MultyMedia Keyboard] [Acer 6292 Powerboard] Drivers and config

              @palemmo
              it appears that your card does not have direct rendering support..
              Originally posted by glxinfo
              direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
              you may want to google about your chip set more and see if creating an xorg.conf file would provide you w/ options that will allow you to enable direct rendering. look for examples and modify them.

              @ardvark71
              Originally posted by ardvark71
              Originally posted by sithlord48
              there is no xorg.conf in newer versions.
              Hi...
              That's strange, I have one and it was not created manually.
              Regards...
              this can happen under some situations. if you have the ati or nvidia driver installed they will make an xorg.conf file. im sure there are a few other things you can do to create an xorg.conf with out u manually doing it,but thats all that comes to mind atm.
              Mark Your Solved Issues [SOLVED]
              (top of thread: thread tools)

              Comment


                #8
                Re: [Intel VGA] [MultyMedia Keyboard] [Acer 6292 Powerboard] Drivers and config

                bad story... Seems something a little difficult for me...

                Comment


                  #9
                  Re: [Intel VGA] [MultyMedia Keyboard] [Acer 6292 Powerboard] Drivers and config

                  Originally posted by sithlord48
                  @palemmo
                  it appears that your card does not have direct rendering support..
                  Originally posted by glxinfo
                  direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
                  you may want to google about your chip set more and see if creating an xorg.conf file would provide you w/ options that will allow you to enable direct rendering. look for examples and modify them.

                  @ardvark71
                  Originally posted by ardvark71
                  Originally posted by sithlord48
                  there is no xorg.conf in newer versions.
                  Hi...
                  That's strange, I have one and it was not created manually.
                  Regards...
                  this can happen under some situations. if you have the ati or nvidia driver installed they will make an xorg.conf file. im sure there are a few other things you can do to create an xorg.conf with out u manually doing it,but thats all that comes to mind atm.
                  Hi...

                  I'm wondering if palemmo's system is still using the VESA driver as opposed to the one from intel. An xorg.conf file would tell us that but since he does not have one, is there a command that could be typed in the terminal that would display the same information? I didn't see it in his list from glxinfo, unless the "OpenGL vendor string" represents the same thing. Here is a site that has someone else's xorg.conf file. See the first post under "code" (in the first gray box) and then scroll down until you see the entry "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller." Perhaps this could help with creating a file manually for palemmo.

                  Yes, I did install the driver from Nvidia so that would explain the creation of my file.

                  Regards...
                  Our Lord and Savior Jesus Christ loves and cares about you most of all! http://peacewithgod.jesus.net/
                  How do I know this personally? Please read here: https://www.linuxquestions.org/quest...hn-8-12-36442/
                  PLEASE LISTEN TO THIS PODCAST! You don't have to end up here: https://soulchoiceministries.org/pod...i-see-in-hell/

                  Comment


                    #10
                    Re: [Intel VGA] [MultyMedia Keyboard] [Acer 6292 Powerboard] Drivers and config

                    Originally posted by glxinfo
                    OpenGL renderer string: Mesa DRI Intel(R) 965GM GEM 20091221 2009Q4 x86/MMX/SSE2
                    this makes me think that the intel driver is in use.. this can be confirmed by checking the video info section in by running lshw (in a konsole) lookin the video section to see what driver is used.
                    Mark Your Solved Issues [SOLVED]
                    (top of thread: thread tools)

                    Comment


                      #11
                      Re: [Intel VGA] [MultyMedia Keyboard] [Acer 6292 Powerboard] Drivers and config

                      Originally posted by sithlord48
                      Originally posted by glxinfo
                      OpenGL renderer string: Mesa DRI Intel(R) 965GM GEM 20091221 2009Q4 x86/MMX/SSE2
                      this makes me think that the intel driver is in use.. this can be confirmed by checking the video info section in by running lshw(in a konsole) lookin the video section to see what driver is used.
                      Hi...

                      Thank you.

                      @palemmo: Could you post the output of "lshw"?

                      Regards...
                      Our Lord and Savior Jesus Christ loves and cares about you most of all! http://peacewithgod.jesus.net/
                      How do I know this personally? Please read here: https://www.linuxquestions.org/quest...hn-8-12-36442/
                      PLEASE LISTEN TO THIS PODCAST! You don't have to end up here: https://soulchoiceministries.org/pod...i-see-in-hell/

                      Comment


                        #12
                        Re: [Intel VGA] [MultyMedia Keyboard] [Acer 6292 Powerboard] Drivers and config

                        Originally posted by ardvark71
                        @palemmo: Could you post the output of "lshw"?
                        Here is

                        Code:
                        alessio@ubuntu:~$ lshw
                        WARNING: you should run this program as super-user.
                        ubuntu          
                          description: Computer
                          width: 32 bits
                         *-core
                            description: Motherboard
                            physical id: 0
                           *-memory
                             description: System memory
                             physical id: 0
                             size: 3014MiB
                           *-cpu
                             product: Intel(R) Core(TM)2 Duo CPU   T8300 @ 2.40GHz
                             vendor: Intel Corp.
                             physical id: 1
                             bus info: cpu@0
                             version: 6.7.6
                             serial: 0001-0676-0000-0000-0000-0000
                             size: 800MHz
                             capacity: 800MHz
                             width: 64 bits
                             capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx x86-64 constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm ida tpr_shadow vnmi flexpriority cpufreq
                             configuration: id=0
                            *-logicalcpu:0
                               description: Logical CPU
                               physical id: 0.1
                               width: 64 bits
                               capabilities: logical
                            *-logicalcpu:1
                               description: Logical CPU
                               physical id: 0.2
                               width: 64 bits
                               capabilities: logical
                           *-pci
                             description: Host bridge
                             product: Mobile PM965/GM965/GL960 Memory Controller Hub
                             vendor: Intel Corporation
                             physical id: 100
                             bus info: pci@0000:00:00.0
                             version: 03
                             width: 32 bits
                             clock: 33MHz
                             configuration: driver=agpgart-intel
                             resources: irq:0
                            *-display:0
                               description: VGA compatible controller
                               product: Mobile GM965/GL960 Integrated Graphics Controller
                               vendor: Intel Corporation
                               physical id: 2
                               bus info: pci@0000:00:02.0
                               version: 03
                               width: 64 bits
                               clock: 33MHz
                               capabilities: bus_master cap_list rom
                               configuration: driver=i915 latency=0
                               resources: irq:44 memory:f0000000-f00fffff memory:d0000000-dfffffff ioport:1800(size=8)
                            *-display:1 UNCLAIMED
                               description: Display controller
                               product: Mobile GM965/GL960 Integrated Graphics Controller
                               vendor: Intel Corporation
                               physical id: 2.1
                               bus info: pci@0000:00:02.1
                               version: 03
                               width: 64 bits
                               clock: 33MHz
                               capabilities: bus_master cap_list
                               configuration: latency=0
                               resources: memory:f0100000-f01fffff
                            *-usb:0
                               description: USB Controller
                               product: 82801H (ICH8 Family) USB UHCI Controller #4
                               vendor: Intel Corporation
                               physical id: 1a
                               bus info: pci@0000:00:1a.0
                               version: 03
                               width: 32 bits
                               clock: 33MHz
                               capabilities: bus_master
                               configuration: driver=uhci_hcd latency=0
                               resources: irq:16 ioport:1820(size=32)
                            *-usb:1
                               description: USB Controller
                               product: 82801H (ICH8 Family) USB UHCI Controller #5
                               vendor: Intel Corporation
                               physical id: 1a.1
                               bus info: pci@0000:00:1a.1
                               version: 03
                               width: 32 bits
                               clock: 33MHz
                               capabilities: bus_master
                               configuration: driver=uhci_hcd latency=0
                               resources: irq:21 ioport:1840(size=32)
                            *-usb:2
                               description: USB Controller
                               product: 82801H (ICH8 Family) USB2 EHCI Controller #2
                               vendor: Intel Corporation
                               physical id: 1a.7
                               bus info: pci@0000:00:1a.7
                               version: 03
                               width: 32 bits
                               clock: 33MHz
                               capabilities: bus_master cap_list
                               configuration: driver=ehci_hcd latency=0
                               resources: irq:18 memory:f0704800-f0704bff
                            *-multimedia
                               description: Audio device
                               product: 82801H (ICH8 Family) HD Audio Controller
                               vendor: Intel Corporation
                               physical id: 1b
                               bus info: pci@0000:00:1b.0
                               version: 03
                               width: 64 bits
                               clock: 33MHz
                               capabilities: bus_master cap_list
                               configuration: driver=HDA Intel latency=0
                               resources: irq:45 memory:f0500000-f0503fff
                            *-pci:0
                               description: PCI bridge
                               product: 82801H (ICH8 Family) PCI Express Port 1
                               vendor: Intel Corporation
                               physical id: 1c
                               bus info: pci@0000:00:1c.0
                               version: 03
                               width: 32 bits
                               clock: 33MHz
                               capabilities: pci bus_master cap_list
                               configuration: driver=pcieport
                               resources: irq:40 ioport:2000(size=4096) memory:c4000000-c41fffff ioport:c4200000(size=2097152)
                            *-pci:1
                               description: PCI bridge
                               product: 82801H (ICH8 Family) PCI Express Port 3
                               vendor: Intel Corporation
                               physical id: 1c.2
                               bus info: pci@0000:00:1c.2
                               version: 03
                               width: 32 bits
                               clock: 33MHz
                               capabilities: pci bus_master cap_list
                               configuration: driver=pcieport
                               resources: irq:41 ioport:3000(size=4096) memory:c4400000-c45fffff ioport:c4600000(size=2097152)
                              *-network
                                description: Ethernet interface
                                product: NetLink BCM5787M Gigabit Ethernet PCI Express
                                vendor: Broadcom Corporation
                                physical id: 0
                                bus info: pci@0000:04:00.0
                                logical name: eth0
                                version: 02
                                serial: 00:1e:68:17:f1:c9
                                width: 64 bits
                                clock: 33MHz
                                capabilities: bus_master cap_list ethernet physical
                                configuration: broadcast=yes driver=tg3 driverversion=3.110 firmware=5787m-v3.23 latency=0 multicast=yes
                                resources: irq:46 memory:c4400000-c440ffff
                            *-pci:2
                               description: PCI bridge
                               product: 82801H (ICH8 Family) PCI Express Port 4
                               vendor: Intel Corporation
                               physical id: 1c.3
                               bus info: pci@0000:00:1c.3
                               version: 03
                               width: 32 bits
                               clock: 33MHz
                               capabilities: pci bus_master cap_list
                               configuration: driver=pcieport
                               resources: irq:42 ioport:4000(size=4096) memory:c4800000-c49fffff ioport:c4a00000(size=2097152)
                              *-network
                                description: Wireless interface
                                product: AR5001 Wireless Network Adapter
                                vendor: Atheros Communications Inc.
                                physical id: 0
                                bus info: pci@0000:05:00.0
                                logical name: wlan0
                                version: 01
                                serial: 00:23:4e:5f:f9:b8
                                width: 64 bits
                                clock: 33MHz
                                capabilities: bus_master cap_list ethernet physical wireless
                                configuration: broadcast=yes driver=ath5k driverversion=2.6.35-19-generic firmware=N/A ip=192.168.1.80 latency=0 multicast=yes wireless=IEEE 802.11bg
                                resources: irq:19 memory:c4800000-c480ffff
                            *-usb:3
                               description: USB Controller
                               product: 82801H (ICH8 Family) USB UHCI Controller #1
                               vendor: Intel Corporation
                               physical id: 1d
                               bus info: pci@0000:00:1d.0
                               version: 03
                               width: 32 bits
                               clock: 33MHz
                               capabilities: bus_master
                               configuration: driver=uhci_hcd latency=0
                               resources: irq:23 ioport:1860(size=32)
                            *-usb:4
                               description: USB Controller
                               product: 82801H (ICH8 Family) USB UHCI Controller #2
                               vendor: Intel Corporation
                               physical id: 1d.1
                               bus info: pci@0000:00:1d.1
                               version: 03
                               width: 32 bits
                               clock: 33MHz
                               capabilities: bus_master
                               configuration: driver=uhci_hcd latency=0
                               resources: irq:19 ioport:1880(size=32)
                            *-usb:5
                               description: USB Controller
                               product: 82801H (ICH8 Family) USB UHCI Controller #3
                               vendor: Intel Corporation
                               physical id: 1d.2
                               bus info: pci@0000:00:1d.2
                               version: 03
                               width: 32 bits
                               clock: 33MHz
                               capabilities: bus_master
                               configuration: driver=uhci_hcd latency=0
                               resources: irq:18 ioport:18a0(size=32)
                            *-usb:6
                               description: USB Controller
                               product: 82801H (ICH8 Family) USB2 EHCI Controller #1
                               vendor: Intel Corporation
                               physical id: 1d.7
                               bus info: pci@0000:00:1d.7
                               version: 03
                               width: 32 bits
                               clock: 33MHz
                               capabilities: bus_master cap_list
                               configuration: driver=ehci_hcd latency=0
                               resources: irq:23 memory:f0704c00-f0704fff
                            *-pci:3
                               description: PCI bridge
                               product: 82801 Mobile PCI Bridge
                               vendor: Intel Corporation
                               physical id: 1e
                               bus info: pci@0000:00:1e.0
                               version: f3
                               width: 32 bits
                               clock: 33MHz
                               capabilities: pci bus_master cap_list
                               resources: ioport:5000(size=4096) memory:f0400000-f04fffff ioport:c0000000(size=67108864)
                              *-pcmcia
                                description: CardBus bridge
                                product: CB1410 Cardbus Controller
                                vendor: ENE Technology Inc
                                physical id: 1
                                bus info: pci@0000:0a:01.0
                                version: 01
                                width: 32 bits
                                clock: 33MHz
                                capabilities: pcmcia bus_master cap_list
                                configuration: driver=yenta_cardbus latency=176 maxlatency=5 mingnt=192
                                resources: irq:16 memory:f0404000-f0404fff ioport:5000(size=256) ioport:5400(size=256) memory:c0000000-c3ffffff memory:c8000000-cbffffff
                              *-memory:0 UNCLAIMED
                                description: FLASH memory
                                product: ENE PCI Memory Stick Card Reader Controller
                                vendor: ENE Technology Inc
                                physical id: 2
                                bus info: pci@0000:0a:02.0
                                version: 00
                                width: 32 bits
                                clock: 33MHz (30.3ns)
                                capabilities: bus_master cap_list
                                configuration: latency=32 maxlatency=4 mingnt=1
                                resources: memory:f0405800-f040587f
                              *-generic
                                description: SD Host controller
                                product: ENE PCI SmartMedia / xD Card Reader Controller
                                vendor: ENE Technology Inc
                                physical id: 2.1
                                bus info: pci@0000:0a:02.1
                                version: 00
                                width: 32 bits
                                clock: 33MHz
                                capabilities: bus_master cap_list
                                configuration: driver=sdhci-pci latency=32 maxlatency=72 mingnt=32
                                resources: irq:17 memory:f0405c00-f0405cff
                              *-memory:1 UNCLAIMED
                                description: FLASH memory
                                product: Memory Stick Card Reader Controller
                                vendor: ENE Technology Inc
                                physical id: 2.2
                                bus info: pci@0000:0a:02.2
                                version: 00
                                width: 32 bits
                                clock: 33MHz (30.3ns)
                                capabilities: bus_master cap_list
                                configuration: latency=32 maxlatency=4 mingnt=1
                                resources: memory:f0406000-f040607f
                              *-memory:2
                                description: FLASH memory
                                product: ENE PCI Secure Digital / MMC Card Reader Controller
                                vendor: ENE Technology Inc
                                physical id: 2.3
                                bus info: pci@0000:0a:02.3
                                version: 00
                                width: 32 bits
                                clock: 33MHz (30.3ns)
                                capabilities: cap_list
                                configuration: driver=sdhci-pci latency=0 maxlatency=72 mingnt=32
                                resources: irq:17 memory:f0405900-f04059ff
                              *-firewire
                                description: FireWire (IEEE 1394)
                                product: TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
                                vendor: Texas Instruments
                                physical id: 9
                                bus info: pci@0000:0a:09.0
                                version: 00
                                width: 32 bits
                                clock: 33MHz
                                capabilities: bus_master cap_list
                                configuration: driver=ohci1394 latency=32 maxlatency=4 mingnt=2
                                resources: irq:20 memory:f0405000-f04057ff memory:f0400000-f0403fff
                            *-isa
                               description: ISA bridge
                               product: 82801HEM (ICH8M) LPC Interface Controller
                               vendor: Intel Corporation
                               physical id: 1f
                               bus info: pci@0000:00:1f.0
                               version: 03
                               width: 32 bits
                               clock: 33MHz
                               capabilities: isa bus_master cap_list
                               configuration: latency=0
                            *-ide
                               description: IDE interface
                               product: 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller
                               vendor: Intel Corporation
                               physical id: 1f.1
                               bus info: pci@0000:00:1f.1
                               logical name: scsi0
                               version: 03
                               width: 32 bits
                               clock: 33MHz
                               capabilities: ide bus_master emulated
                               configuration: driver=ata_piix latency=0
                               resources: irq:19 ioport:1f0(size=8) ioport:3f6 ioport:170(size=8) ioport:376 ioport:1810(size=16)
                              *-cdrom
                                description: DVD-RAM writer
                                product: DVD RW AD-7560A
                                vendor: Optiarc
                                physical id: 0.0.0
                                bus info: scsi@0:0.0.0
                                logical name: /dev/cdrom
                                logical name: /dev/cdrw
                                logical name: /dev/dvd
                                logical name: /dev/dvdrw
                                logical name: /dev/scd0
                                logical name: /dev/sr0
                                version: DX06
                                capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
                                configuration: ansiversion=5 status=open
                            *-storage
                               description: SATA controller
                               product: 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller
                               vendor: Intel Corporation
                               physical id: 1f.2
                               bus info: pci@0000:00:1f.2
                               version: 03
                               width: 32 bits
                               clock: 66MHz
                               capabilities: storage bus_master cap_list
                               configuration: driver=ahci latency=0
                               resources: irq:43 ioport:1c00(size=8) ioport:18d4(size=4) ioport:18d8(size=8) ioport:18d0(size=4) ioport:18e0(size=32) memory:f0704000-f07047ff
                            *-serial UNCLAIMED
                               description: SMBus
                               product: 82801H (ICH8 Family) SMBus Controller
                               vendor: Intel Corporation
                               physical id: 1f.3
                               bus info: pci@0000:00:1f.3
                               version: 03
                               width: 32 bits
                               clock: 33MHz
                               configuration: latency=0
                               resources: memory:c4c00000-c4c000ff ioport:1c20(size=32)
                        I've tried to run as sudo but the system freeze

                        Comment


                          #13
                          Re: [Intel VGA] Drivers and config

                          Code:
                          configuration: driver=i915 latency=0
                          Hi all...

                          Is this the actual driver or does this somehow fall under the intel driver? I'm wondering if....

                          1. If they are separate drivers, possibly a switch to the "intel" driver would solve Palemmo's problem. If not, then perhaps the solution (1st post) mentioned by "GojaN" here would help. Or perhaps his resolution is set too high for the driver to support rendering?

                          2. That whatever the solution is, the creation of a xorg.conf file will be necessary to implement it.

                          Thoughts anyone?

                          Regards...
                          Our Lord and Savior Jesus Christ loves and cares about you most of all! http://peacewithgod.jesus.net/
                          How do I know this personally? Please read here: https://www.linuxquestions.org/quest...hn-8-12-36442/
                          PLEASE LISTEN TO THIS PODCAST! You don't have to end up here: https://soulchoiceministries.org/pod...i-see-in-hell/

                          Comment


                            #14
                            Re: [Intel VGA] [MultyMedia Keyboard] [Acer 6292 Powerboard] Drivers and config

                            Originally posted by palemmo
                            I've tried to run as sudo but the system freeze
                            Hi...

                            Does this happen every time you use the sudo command?

                            Regards...

                            Our Lord and Savior Jesus Christ loves and cares about you most of all! http://peacewithgod.jesus.net/
                            How do I know this personally? Please read here: https://www.linuxquestions.org/quest...hn-8-12-36442/
                            PLEASE LISTEN TO THIS PODCAST! You don't have to end up here: https://soulchoiceministries.org/pod...i-see-in-hell/

                            Comment


                              #15
                              Re: [Intel VGA] [MultyMedia Keyboard] [Acer 6292 Powerboard] Drivers and config

                              Originally posted by ardvark71
                              Originally posted by palemmo
                              I've tried to run as sudo but the system freeze
                              Hi...

                              Does this happen every time you use the sudo command?

                              Regards...

                              Oh that's my last problem for now No...i can do sudo apt-get install and works fine so, till now, is only when i run "sudo lshw"


                              Well regarding the creation on xorg.conf file, reading that post could be something similar.

                              Only think i have to adapt to a 16:9 monitor, with a resolution of 1280x800 and 32bit colors...

                              Can I create a xorg.conf file with only....
                              Code:
                              Section "Device"
                              	Identifier	"Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
                              	Busid		"PCI:0:2:0"
                              	Driver		"intel"
                                  Option "DPMS"
                                  Option "XaaNoOffscreenPixmaps" "1"
                                  Option "UseFBDev"       "true"
                              EndSection
                              
                              Section "Monitor"
                              	Identifier	"Generic Monitor"
                              	Vendorname	"Generic LCD Display"
                              	Modelname	"LCD Panel 1280x1024"
                              	Horizsync	31.5-64.0
                              	Vertrefresh	56.0 - 65.0
                               modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
                               modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
                               modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
                               modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
                               modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
                               modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
                              	Gamma	1.0
                              EndSection
                              
                              Section "Screen"
                              	Identifier	"Default Screen"
                              	Device		"Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
                              	Monitor		"Generic Monitor"
                              	Defaultdepth	32
                              	SubSection "Display"
                              		Depth	24
                              		Virtual	1280	800
                              		Modes		"640x480@60"	"800x600@56"	"800x600@60"	"1024x768@60"	"1280x960@60"	"1280x1024@60" "1280x800@60"
                              	EndSubSection
                              EndSection
                              	Load		"glx"
                              	Load		"GLcore"
                              	Load		"v4l"
                              EndSection
                              ?

                              Comment

                              Working...
                              X