انجمن‌های فارسی اوبونتو

لطفاً به انجمن‌ها وارد شده و یا جهت ورود ثبت‌نام نمائید

لطفاً جهت ورود نام کاربری و رمز عبورتان را وارد نمائید


توزیع گنو/لینوکس اوبونتو ۲۰ ساله شد 🎉

نویسنده موضوع: اجرای نه چندان مطلوب برنامه ها در kde4 ???  (دفعات بازدید: 2637 بار)

0 کاربر و 1 مهمان درحال مشاهده موضوع.

آفلاین w810i

  • Full Member
  • *
  • ارسال: 169
  • جنسیت : پسر
اجرای نه چندان مطلوب برنامه ها در kde4 ???
« : 27 شهریور 1387، 09:53 ب‌ظ »
سلام عزیزان

احساس من اینه که در kde4  برنامه ها خیلی قوی و واضح اجرا نمیشن درست مثل اینکه کارت گرافیک خوب نصب نشده باشه وقتی برنامه یا صفحه ای باز میشه

یه جور پرش خبلی خفیف احساس میشه خیلی روان این اتفاق نمی افته چرا؟؟

آیا واسه همه همینجوره ؟ آیا همه همین احساسو دارن؟؟ کاش میتونستم واضح تر بگم

در ضمن اون اولش که از میز کار گنوم میرم kde که یه لحظه اول کلا دسکتاپ خوب اجرا نمیشه یه جور موج می افته !
یه مشکل دیگه اینه که بعضی وقتا حروف فارسی به صورت علامت سوال میان!؟

باید برم میز کار گنوم و برگردم تا مشکل حل شه!

البته اونم چند بار!

من میز کار kde4 رو از رو سی دی هما ریختم رو ubuntu 8.4

یا به اندازه آرزویت تلاش کن
                                     یا به اندازه تلاشت آرزو کن

آفلاین sudotux

  • عضو کاربران ایرانی اوبونتو
  • *
  • ارسال: 2269
پاسخ به: اجرای نه چندان مطلوب برنامه ها در kde4 ???
« پاسخ #1 : 27 شهریور 1387، 11:52 ب‌ظ »
خروجی این دستور رو به صورت کامل و کد شده اینجا بذارید :
cat /etc/X11/xorg.conf

بسته ی mesa-utils رو نصب کنید و خروجی  دو دستور زیر رو اینجا بذارید :

glxinfo

glxgears

آفلاین w810i

  • Full Member
  • *
  • ارسال: 169
  • جنسیت : پسر
پاسخ به: اجرای نه چندان مطلوب برنامه ها در kde4 ???
« پاسخ #2 : 28 شهریور 1387، 05:39 ب‌ظ »
javad@javad-laptop:~$ cat /etc/X11/xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#                                                           
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.                                         
#                                                                           
# Edit this file with caution, and see the xorg.conf manual page.           
# (Type "man xorg.conf" at the shell prompt.)                               
#                                                                           
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg   
# package.                                                                 
#                                                                           
# If you have edited this file but would like it to be automatically updated
# again, run the following command:                                         
#   sudo dpkg-reconfigure -phigh xserver-xorg                               

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"             
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us,ir"
        Option          "XkbVariant"    ","   
        Option          "XkbOptions"    "grp:alt_shift_toggle,grp_led:scroll"
EndSection                                                                   

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"           
        Option          "CorePointer"     
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"        "/dev/psaux"
        Option          "Protocol"      "auto-dev"
        Option          "HorizEdgeScroll"       "0"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
        Driver          "fglrx"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        Defaultdepth    24
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
  screen "Default Screen"
        Inputdevice     "Synaptics Touchpad"
EndSection
Section "Module"
        Load            "glx"
EndSection




javad@javad-laptop:~$ glxinfo
name of display: :0.0       
display: :0  screen: 0       
direct rendering: Yes       
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:       
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,         
    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_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_OML_swap_method,         
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group     
OpenGL vendor string: ATI Technologies Inc.                                   
OpenGL renderer string: ATI Radeon Xpress Series                             
OpenGL version string: 2.1.7412 Release                                       
OpenGL extensions:                                                           
    GL_AMD_performance_monitor, GL_ARB_depth_texture, GL_ARB_draw_buffers,   
    GL_ARB_fragment_program, GL_ARB_fragment_shader, GL_ARB_multisample,     
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object, 
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shader_objects,     
    GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_shadow_ambient,       
    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_float,                           
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,                 
    GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,                     
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos,           
    GL_ATI_draw_buffers, GL_ATI_envmap_bumpmap, GL_ATI_fragment_shader,       
    GL_ATI_meminfo, GL_ATI_separate_stencil, GL_ATI_texture_env_combine3,     
    GL_ATI_texture_float, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,       
    GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract,   
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture,                       
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_object, 
    GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays,                 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels,                       
    GL_EXT_point_parameters, 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_texgen_reflection, GL_EXT_texture3D,           
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,                 
    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_mirror_clamp, GL_EXT_texture_object,                       
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_vertex_array,       
    GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_texgen_reflection,       
    GL_SGIS_generate_mipmap, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod,
    GL_WIN_swap_hint, WGL_EXT_swap_control                                   

   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 24  8 16 16 16 16  0 0 None
0x24 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x27 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x29 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2b 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2c 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2d 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2e 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2f 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  2 1 None
0x30 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  2 1 None
0x31 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  2 1 None
0x32 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  2 1 None
0x33 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x34 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x35 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x36 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x37 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  4 1 None
0x38 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  4 1 None
0x39 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  4 1 None
0x3a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  4 1 None
0x3b 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x3c 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x3d 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x3e 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x3f 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  6 1 None
0x40 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  6 1 None
0x41 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  6 1 None
0x42 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  6 1 None
0x43 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x44 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x45 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x46 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x47 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x48 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x49 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x4a 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x4b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x4c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x4d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x4e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x4f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x50 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x51 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x52 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x53 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x54 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x55 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x56 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x57 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  2 1 None
0x58 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  2 1 None
0x59 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  2 1 None
0x5a 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  2 1 None
0x5b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x5c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x5d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x5e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x5f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  4 1 None
0x60 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  4 1 None
0x61 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  4 1 None
0x62 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  4 1 None
0x63 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x64 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x65 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x66 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x67 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  6 1 None
0x68 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  6 1 None
0x69 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  6 1 None
0x6a 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  6 1 None
0x6b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x6c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x6d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x6e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x6f 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x70 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x71 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x72 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x85 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  8 1 Ncon








javad@javad-laptop:~$ glxgears
6224 frames in 5.0 seconds = 1244.758 FPS
6624 frames in 5.0 seconds = 1324.729 FPS
6726 frames in 5.0 seconds = 1345.005 FPS
6734 frames in 5.0 seconds = 1346.792 FPS
6728 frames in 5.0 seconds = 1345.485 FPS
6671 frames in 5.0 seconds = 1334.116 FPS
6740 frames in 5.0 seconds = 1347.970 FPS
6726 frames in 5.0 seconds = 1345.184 FPS
6728 frames in 5.0 seconds = 1345.519 FPS
6690 frames in 5.0 seconds = 1337.834 FPS
6315 frames in 5.0 seconds = 1263.000 FPS
6051 frames in 5.0 seconds = 1210.119 FPS
6480 frames in 5.0 seconds = 1295.992 FPS
6467 frames in 5.0 seconds = 1293.343 FPS
5156 frames in 5.0 seconds = 1029.559 FPS
5462 frames in 5.0 seconds = 1092.335 FPS
5063 frames in 5.0 seconds = 1011.146 FPS
6230 frames in 5.0 seconds = 1245.471 FPS
5356 frames in 5.0 seconds = 1068.090 FPS
7109 frames in 5.0 seconds = 1421.663 FPS
5230 frames in 5.0 seconds = 1045.759 FPS
7063 frames in 5.0 seconds = 1412.498 FPS
7081 frames in 5.0 seconds = 1416.118 FPS
5798 frames in 5.0 seconds = 1159.543 FPS
8721 frames in 5.0 seconds = 1744.081 FPS
7454 frames in 5.0 seconds = 1490.741 FPS
9330 frames in 5.0 seconds = 1865.929 FPS
10263 frames in 5.0 seconds = 2052.438 FPS
10260 frames in 5.0 seconds = 2051.955 FPS
10212 frames in 5.0 seconds = 2042.196 FPS
10191 frames in 5.0 seconds = 2038.101 FPS
10157 frames in 5.0 seconds = 2031.261 FPS
10285 frames in 5.0 seconds = 2056.870 FPS
10178 frames in 5.0 seconds = 2035.534 FPS
10271 frames in 5.0 seconds = 2054.064 FPS
10190 frames in 5.0 seconds = 2037.861 FPS
10138 frames in 5.0 seconds = 2027.541 FPS
10217 frames in 5.0 seconds = 2043.275 FPS
10227 frames in 5.0 seconds = 2045.292 FPS
10237 frames in 5.0 seconds = 2047.256 FPS
10218 frames in 5.0 seconds = 2043.463 FPS
10239 frames in 5.0 seconds = 2047.653 FPS
10134 frames in 5.0 seconds = 2026.783 FPS
8224 frames in 5.0 seconds = 1644.548 FPS



در ضمن دوست من من وقتی در دسکتاپ جلوه های compiz  رو فعال میکنم د یگه این حالاتی که گفتم کمتر احساس میشه

یه چیز دیگه اونم اینکه در kde  در قسمت system/ desktop effects   کار نمیکنه با اینکه  بسته compiz-kde   رو نصب کرردم و compiz  هم کمو بیش اجرا میشه

و در آخر یه مشکل دیگه اینکه هنگام log in  صدای ورودی یه ذره میاد و زود قطع  میشه ولی هنگام log out  صدا کامله؟؟!

ممنونم
یا به اندازه آرزویت تلاش کن
                                     یا به اندازه تلاشت آرزو کن

آفلاین sudotux

  • عضو کاربران ایرانی اوبونتو
  • *
  • ارسال: 2269
پاسخ به: اجرای نه چندان مطلوب برنامه ها در kde4 ???
« پاسخ #3 : 28 شهریور 1387، 06:28 ب‌ظ »
شما اصلا نباید compiz رو نصب می کردید ! خود kde4 افکت های تصویری داره . compiz رو بعد از نصب kde4 نصب کردید ؟

آفلاین w810i

  • Full Member
  • *
  • ارسال: 169
  • جنسیت : پسر
پاسخ به: اجرای نه چندان مطلوب برنامه ها در kde4 ???
« پاسخ #4 : 28 شهریور 1387، 08:01 ب‌ظ »
بله compiz رو نصب کردم
یا به اندازه آرزویت تلاش کن
                                     یا به اندازه تلاشت آرزو کن