Results 1 to 4 of 4

Thread: Unable to read GPU temperature ATI HD4650

  1. #1
    Join Date
    Nov 2008
    Location
    Belgrade
    Beans
    127
    Distro
    Ubuntu 14.04 Trusty Tahr

    Unable to read GPU temperature ATI HD4650 SOLVED

    Code:
    aticonfig --od-gettemperature
    returns me

    Code:
    No layout section was found in the file: '/etc/X11/xorg.conf'.
    Please run 'aticonfig --initial' first or modify your configurationfile manually and run aticonfig again.
    I run aticonfig --initial with no luck

    Code:
    urosh@urosh-desktop:~$ aticonfig --initial
    Found fglrx primary device section
     Unable to find any supported Screen sections
    Any help please?
    Last edited by urosg3; December 6th, 2010 at 12:53 AM. Reason: Solved thread

  2. #2

    Re: Unable to read GPU temperature ATI HD4650

    Same problem here. BUMP!

  3. #3

    Re: Unable to read GPU temperature ATI HD4650

    Solved it!

    This worked:
    sudo aticonfig --initial -f

    Putting that -f at the end made the difference.

    In case it helps, this is what my xorg.conf became:

    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection

    Section "Module"
    Load "glx"
    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"
    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

  4. #4
    Join Date
    Nov 2008
    Location
    Belgrade
    Beans
    127
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Unable to read GPU temperature ATI HD4650

    Yes, working here to. Someone must edit wiki howto, and add little -f at the end

Tags for this Thread

Bookmarks

Posting Permissions

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