Find the answer to your Linux question:
Results 1 to 5 of 5
I'm using KnoppMyth so forgive me for posting here, but the community is much bigger and I need the help. I installed the Radeon X300 SE graphics card before installing ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    5

    ATI Radeon X300 SE Driver Problems

    I'm using KnoppMyth so forgive me for posting here, but the community is much bigger and I need the help.

    I installed the Radeon X300 SE graphics card before installing KnoppMyth and it worked great out of the box with my Dell monitor, but the problem came when I try to get S-Video working with my TV. When I first plugged it in and booted up I can see text running across the TV but is flashed by quickly and is constantly moving. When X starts it goes completely nuts and all I get is black and white lines flashing across the screen. BTW It was using: Driver "ati" in the xorg.conf file.

    I tried modifying the HorizSync and VertRefresh rates but I honestly don't know what they should be. I tried several values and they each changed the pattern on the screen but didn't work. So I installed the proprietary ati drivers ( fglrx v8.34.8 ) and I have the same problem. I've set the TVFormat to NTSC, TVStandard to VIDEO and resolution to 800x600 and honestly if I change much of anything then I end up with blank screens on both my monitor and on the TV.

    I don't want a dual screen setup, I just need to get the TV out working. I can post my xorg.conf file and Xorg.0.log files if that will help but I need to get my monitor's picture back first.

  2. #2
    Just Joined!
    Join Date
    Mar 2007
    Posts
    5

    fglrx loading problems

    So I've found a little more. I installed the ATI drivers using the installer and I think a dependency may be missing. I dug up this error while loading X.

    Code:
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar  8 00:31:04 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    dlopen: libstdc++.so.5: cannot open shared object file: No such file or directory
    (EE) Failed to load /usr/lib/xorg/modules/drivers/fglrx_drv.so
    (EE) Failed to load module "fglrx" (loader failed, 7)
    I don't think the problem is in my xorg.conf file anymore. The driver is not loading at all... Any ideas out there??? Thanks.

  3. #3
    Just Joined!
    Join Date
    Mar 2007
    Posts
    5
    I just tried compiling the drivers myself and the script fails:
    Code:
    root@mythtv:/lib/modules/fglrx/build_mod# sh make.sh
    ATI module generator V 2.0
    ==========================
    initializing...
    cat: /lib/modules/2.6.18-chw-13/build/include/linux/version-*.h: No such file or directory
    make.sh: line 525: [: =: unary operator expected
    cleaning...
    patching 'highmem.h'...
    assuming new VMA API since we do have kernel 2.6.x...
     Assuming default VMAP API
     Assuming default munmap API
    doing Makefile based build for kernel 2.6.x and higher
    make -C /lib/modules/2.6.18-chw-13/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.18-chw-13'
    make[1]: *** No rule to make target `modules'.  Stop.
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.18-chw-13'
    make: *** [kmod_build] Error 2
    build failed with return value 2
    I think I'm getting closer to the problem, but I could still use some tips on how to get through this... Anybody?

  4. #4
    Just Joined!
    Join Date
    Mar 2007
    Posts
    1

    Get libstdc++5

    I had the same problem with my Radeon 200M Xpress. The solution for me was to get libstdc++5.

    # apt-get install libstdc++5

    I use Debian btw

  5. #5
    Just Joined!
    Join Date
    Mar 2007
    Posts
    5
    Quote Originally Posted by Rodjers
    I had the same problem with my Radeon 200M Xpress. The solution for me was to get libstdc++5.

    # apt-get install libstdc++5

    I use Debian btw
    I tried that without any luck. In the end I recompiled the linux kernel and headers and that seems to have fixed it. Thanks for the reply!

Posting Permissions

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