Announcement

Collapse
No announcement yet.

Fedora f8 + ATI 8.01 + TV problems

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Fedora f8 + ATI 8.01 + TV problems

    Hello to all.

    I have a Dell Inspiron E1505 with ATI Mobility Radeon X1300 running fedora fc6 and f8 and an S-video to RCA cable for tv output.
    I am using xorg-x11-server-Xorg-1.3.0.0-9.fc7.i386 as proposed by several people in the fedora forums because of the known issues with the latest one for fedora 8.
    Also i am using the ati-driver-installer-8-01-x86.x86_64 proprietory driver which i installed as below:

    sh ati-driver-installer-8-01-x86.x86_64.run
    cd /lib/modules/
    cp -r fglrx /2.6.23.12.RVF16.fc8/extra

    My xorg.conf file is :
    # Xorg configuration created by system-config-display

    Section "ServerLayout"
    Identifier "single head configuration"
    Screen 0 "aticonfig-Screen[0]" 0 0
    Screen "aticonfig-Screen[1]" RightOf "aticonfig-Screen[0]"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Synaptics" "CorePointer"
    EndSection

    Section "Files"
    EndSection

    Section "Module"
    EndSection

    Section "ServerFlags"
    Option "AIGLX" "on"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,gr"
    Option "XkbOptions" "grp:shifts_toggle,grp_led:scroll"
    EndSection

    Section "InputDevice"
    Identifier "Synaptics"
    Driver "synaptics"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "auto-dev"
    Option "Emulate3Buttons" "yes"
    EndSection

    Section "Monitor"
    Identifier "aticonfig-Monitor[0]"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection

    Section "Monitor"
    Identifier "aticonfig-Monitor[1]"
    HorizSync 15.0 - 30.0
    VertRefresh 50.0 - 60.0
    Option "VendorName" "SONY"
    Option "ModelName" "TRINITRON KV-1684MT"
    Option "DPMS" "true"
    EndSection

    Section "Device"
    Identifier "aticonfig-Device[0]"
    Driver "fglrx"
    Option "TVFormat" "PAL-B"
    Option "TVStandard" "VIDEO"
    Option "SwapScreens" "off"
    Option "TVVPosAdj" "-1"
    Option "TVHPosAdj" "+90"
    Option "TVVSizeAdj" "59"
    Option "TVHSizeAdj" "86"
    Option "TVOverscan" "off"
    BusID "PCI:1:0:0"
    EndSection

    Section "Device"
    Identifier "aticonfig-Device[1]"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection

    Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device "aticonfig-Device[0]"
    Monitor "aticonfig-Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050"
    EndSubSection
    EndSection

    Section "Screen"
    Identifier "aticonfig-Screen[1]"
    Device "aticonfig-Device[1]"
    Monitor "aticonfig-Monitor[1]"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection

    Section "DRI"
    Mode 0666
    EndSection

    Section "Extensions"
    Option "Composite" "Enable"
    EndSection

    I built it from scratch in command line as below:
    aticonfig --initial -f --nobackup
    aticonfig --initial=dual-head --screen-layout=right --nobackup
    aticonfig --swap-screens=off --nobackup
    (i did this 2 times first time on and second off as the screens initially appeared in ATI-Catalyst reversed)
    aticonfig --resolution=0,1680x1050 --nobackup
    aticonfig --tv-overscan=off --nobackup
    aticonfig --tv-format-type=PAL-B --nobackup
    aticonfig --tv-standard-type=VIDEO --nobackup
    aticonfig --resolution=1,1024x768 --nobackup
    aticonfig --hsync=1,15-30 --nobackup
    aticonfig --vrefresh=1,50-60 --nobackup
    aticonfig --tv-geometry=86x59+90-1 --nobackup

    As seen above i have initially created a single head configuration and then a dual head one as advised by several people in the forums (starting with dual head without single head previously run wouldn't work).
    In Section "ServerLayout" the Identifier line remained "single head configuration" but i don't think this is a problem.
    I have manually set with gnome editor in the second monitor section the tv vendor and model just for fun.

  • #2
    fglrxinfo outputs :
    # fglrxinfo
    display: :0.0 screen: 0
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: ATI Mobility Radeon X1300
    OpenGL version string: 2.1.7276 Release

    display: :0.0 screen: 1
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string:
    OpenGL version string: 2.1.7276 Release

    while glxinfo outputs :
    # 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_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_OML_swap_method,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: ATI Mobility Radeon X1300
    OpenGL version string: 2.1.7276 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_compression_3dc,
    GL_ATI_texture_env_combine3, GL_ATI_texture_float, 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 0 0 None
    0x30 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x31 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
    0x32 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 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 0 0 None
    0x38 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x39 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
    0x3a 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 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 0 0 None
    0x40 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x41 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
    0x42 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 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 0 0 None
    0x58 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x59 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
    0x5a 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 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 0 0 None
    0x60 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x61 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
    0x62 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 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 0 0 None
    0x68 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x69 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
    0x6a 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 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
    0xeb 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon

    Comment


    • #3
      display: :0 screen: 1
      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_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_OML_swap_method,
      GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
      OpenGL vendor string: ATI Technologies Inc.
      OpenGL renderer string:
      OpenGL version string: 2.1.7276 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_compression_3dc,
      GL_ATI_texture_env_combine3, GL_ATI_texture_float, 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
      ----------------------------------------------------------------------
      0x8a 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0x8b 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0x8c 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0x8d 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0x8e 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0x8f 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0x90 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0x91 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0x92 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0x93 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0x94 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0x95 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0x96 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0x97 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0x98 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0x99 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0x9a 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0x9b 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0x9c 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0x9d 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0x9e 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0x9f 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xa0 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xa1 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xa2 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xa3 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xa4 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xa5 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xa6 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xa7 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xa8 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xa9 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xaa 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xab 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xac 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xad 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xae 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xaf 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xb0 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xb1 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xb2 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xb3 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xb4 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xb5 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xb6 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xb7 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xb8 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xb9 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xba 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xbb 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xbc 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xbd 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xbe 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xbf 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xc0 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xc1 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xc2 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xc3 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xc4 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xc5 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xc6 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xc7 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xc8 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xc9 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xca 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xcb 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xcc 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xcd 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xce 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xcf 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xd0 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xd1 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xd2 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xd3 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
      0xd4 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xd5 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
      0xd6 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xd7 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
      0xd8 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xd9 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
      0xec 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon

      Comment


      • #4
        I have some minor problems:
        First of all, from the fedora menu, the display properties do not open (which show graphics driver, monitor resolution and second head setup)

        Secondly, while i have set the tv resolution, when i boot into Fedora and X loads, the tv shows a small part of the desktop with big analogically disformed icons and task bar. If i open ATI Catalyst and tick cancel it will go to the desired resolution and position. Another way is to open up a terminal and execute the geometry command :
        aticonfig --tv-geometry=86x59+90-1 --nobackup

        Thirdly how can i close the second head output (tv) so that i don't loose my mouse on the right edge of the laptop screen when i am done with tv without restarting X? Even better can it automatically check in boot that tv is not connected and enable only lvds.
        I think i have tried the --enable-monitor=auto option with no luck.

        The command aticonfig --tv-info outputs:
        #aticonfig --tv-info
        The TV is not connected
        The TV geometry is "86x59+90-1"
        The horizontal position limits are [-1076735800, 135602423]
        The vertical position limits are [147329208, 140038504]
        TV overscan mode is enabled

        while the tv is connected and works fine and have set overscan to off (as shown in xorg.conf).

        The command aticonfig --query-monitor outputs:
        #aticonfig --query-monitor
        Connected monitors: lvds, tv
        Enabled monitors: lvds, tv

        Is there something wrong with my xorg.conf? Does aticonfig write to other configuration files as well I have found this file /etc/ati/amdpcsdb which also contains all the xorg.conf information with some differences:
        AMDPCSDBV1
        [AMDPCSROOT/SYSTEM/MCIL]
        PXACAutoSwitch=V0
        PXDCAutoSwitch=V0
        CVRULE_CUSTOMIZEDMODESENABLED=V1
        DALLinuxSupport=V1
        DALNonStandardModesBCD=R14001050000000601792134400 00006018001440000000601856139200000060160012000000 00601280076800000060144009000000006012800960000000 601680105000000060
        DALRULE_ADDNATIVEMODESTOMODETABLE=V1
        DALRULE_DYNAMICMODESUPPORT=V1
        DALRULE_GetLCDFakeEDID=V1
        DALRULE_GetTVFakeEDID=V1
        DALRULE_NOFORCEBOOT=V1
        DALRULE_POWERPLAYDISREGARDDISPLAY=V1
        DALRULE_RESTRICTDISPLAYSBASEDONPANELRES=V0
        GCORULE_FlickerWA=V1
        GCORULE_LCDValidatePixelClkOnly=V1
        GXOM5XDisableLaneSwitch=V1
        R6LCD_RETURNALLBIOSMODES=V1
        TVEnableOverscan=V1
        DALPowerPlayOptions=V1
        DALLastSelected=V6
        DALLastConnected=V6
        DALLastTypes=V71
        DALObjectData0=R0101000101000101000101000102000102 00030201030201010400010400030104030104010200030204 03020103020101080001080003010803010803020803020803 02010302010104000104000301040301040302040302040302 01030201010100010100010100000000010200000000010200 02000101040000000001010002000401020002000401020002 00010108000000000101000200080102000200080102000200 01010400000000010100020004010200020004010200020001 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000
        DALObjectData1=R0000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000
        DALSelectObjectData0=R0101000101000101000101000102 00010200030201030201010400010400030104030104030204 03020403020103020101080001080003010803010803020803 02080302010302010104000104000301040301040302040302 04030201030201010100010100010100000000010200000000 01020002000101040000000001010002000401020002000401 02000200010108000000000101000200080102000200080102 00020001010400000000010100020004010200020004010200 02000100000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000
        DALSelectObjectData1=R0000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000
        DALCurrentObjectData=R010200020004
        DALR6 LCD_MaxModeInfo=R00000000900600001A040000000000003 C000000
        DALTV_GDO_MaxModeInfo=R000000000004000000030000000 000003C000000
        [AMDPCSROOT/SYSTEM/LibXUtil/Display1]
        Map=V0
        Enable=V1
        [AMDPCSROOT/SYSTEM/LibXUtil/Display2]
        Enable=V1
        Map=V0
        [AMDPCSROOT/SYSTEM/DDX]
        GammaCorrectionI=S0x06419064
        GammaCorrectionII=S0x06419064
        Centermode=Son
        PseudoColorVisuals=Soff
        UseFastTLS=S0
        BlockSignalsOnLock=Son
        ForceGenericCPU=Soff
        KernelModuleParm=Sagplock=0
        DesktopSetup=Sclone
        PairModes=S1680x1050+1024x768
        VideoOverlay=Son
        OpenGLOverlay=Soff
        ForceMonitors=Slvds,tv
        TVHPosAdj=S+90
        TVVPosAdj=S-1
        TVHSizeAdj=S86
        TVVSizeAdj=S59
        TVFormat=SPAL-B
        TVStandard=SVIDEO
        OverlayOnCRTC2=S0
        SwapScreens=Soff
        TVOverscan=Soff
        [AMDPCSROOT/SYSTEM/DDX/RECENTMODE/SCREEN00]
        Width=V1680
        Height=V1050
        Refresh=V60
        [AMDPCSROOT/SYSTEM/DDX/tv/attribute]
        videoStandard=V8
        brightness=V0
        contrast=V100
        saturation=V100
        hue=V0
        overscan=V0
        positionX=V138
        positionY=V51
        sizeX=V2491
        sizeY=V473
        [AMDPCSROOT/SYSTEM/LDC]
        LinkedAllSliders:1=V1
        HelpDisabled=V0
        DP_MSG_FLAG=V0
        LinkedAllSliders:2=V1
        TVStandardState=V0
        CountryCode=SGR
        LastViewedPage=S??????? ??? ????

        These two lines below are not in my xorg.conf:
        ForceMonitors=Slvds,tv
        DesktopSetup=Sclone

        Sorry for the very long posts but i think its better to post all that is done in my system.

        Thank you in advance.
        Regards.

        Comment

        Working...
        X