Find the answer to your Linux question:
Results 1 to 7 of 7
Hi, I have a problem with playing video on my Lucid Lynx. I installed drivers for graphic card (via built-in hardware manager). My drivers are for ATI 4500 Series, but ...
  1. #1
    Just Joined!
    Join Date
    Jul 2010
    Posts
    13

    ATI driver - problem with video

    Hi,
    I have a problem with playing video on my Lucid Lynx. I installed drivers for graphic card (via built-in hardware manager). My drivers are for ATI 4500 Series, but manufacturer said I have ATI 4350.

    Problem is:
    When I play video, sometimes (during action scenes) I have horizontal stripes on the screen. Like lagging, but it's not because of hw performance.

    With open drivers it works fine, but games are unplayable.

    Thanks for help.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Have you installed ATI proprietary driver?
    Open Terminal and execute this
    Code:
    lspci | grep -i vga
    grep -i driver /etc/X11/xorg.conf
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jul 2010
    Posts
    13
    01:00.0 VGA compatible controller: ATI Technologies Inc M93 [Mobility Radeon HD 4500 Series]

    Driver "fglrx"

  4. #4
    Just Joined!
    Join Date
    Jul 2010
    Posts
    13
    Isn't the problem in codecs? Full HD videos on youtube are without stripes...

  5. #5
    Just Joined!
    Join Date
    Jul 2010
    Posts
    13
    Nobody can help?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    It's using correct driver to ATI Card.
    Is it a problem while playing videos only?
    Post the contents of /etc/X11/xorg.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Jul 2010
    Posts
    13
    It was during the "3D cube rotation" too, but when I set "wait for vertical refresh" (in Catalyst Control Center) on "always" it's good - but in videos tearing is permanently.

    xorg.conf:
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection

    Section "Files"
    EndSection

    Section "Module"
    EndSection

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

    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "TexturedVideoSync" "on"
    Option "Capabilities" "0x00000800"
    BusID "PCI:1:0:0"
    EndSection

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...