Δείξε μας και την
- Κώδικας: Επιλογή όλων
sensors
Συντονιστής: adem1
sensors
sotos21 έγραψε:Για να αποφύγουμε άσκοπο ψάξιμο στο υλικό πες μου αν έχεις παρόμοιο πρόβλημα στα win.
Δείξε μας και την
- Κώδικας: Επιλογή όλων
sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +61.0°C
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +61.0°C (high = +70.0°C)
(crit = +115.5°C, hyst = +110.5°C)
radeon-pci-0200
Adapter: PCI adapter
temp1: +58.5°C (crit = +120.0°C, hyst = +90.0°C)

uname -r
sotos21 έγραψε:Δείξε μου
- Κώδικας: Επιλογή όλων
uname -r
Μάλλον έχεις προβλήματα με την θερμοκρασία και βλέπω ενεργοποιημένη την HD5470, ενώ στην 14.04 απενεργοποιείται μόνη της.
πρέπει να ενεργοποιήσουμε την dpm για την HD4250. Δείξε πρώτα τον πυρήνα σου με την εντολή που σου ζήτησα.
3.13.0-24-generic
gksudo gedit /etc/default/grub sudo update-grubsensors
sotos21 έγραψε:Δώσε σε τερματικό
- Κώδικας: Επιλογή όλων
gksudo gedit /etc/default/grub
Αν σου ζητήσει να εγκαταστήσεις κάτι κάντο
Βρες την γραμμή που λέει GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" πρόσθεσε το radeon.dpm=1
Η γραμμή δηλαδή θα γίνει έτσι
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.dpm=1'
Επανεκκίνηση Περίμενε 5 λεπτά και ξαναδείξε την
- Κώδικας: Επιλογή όλων
sensors
Ίσως λέω ίσως, ανεβάζει θερμοκρασίες και έχεις αυτά τα τρέμουλα.

root@ubuntu:~# sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +44.0°C (crit = +130.0°C)
jc42-i2c-0-18
Adapter: SMBus PIIX4 adapter at 0b00
temp1: +34.8°C (low = +0.0°C) ALARM (HIGH, CRIT)
(high = +0.0°C, hyst = +0.0°C)
(crit = +0.0°C, hyst = +0.0°C)
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +44.5°C (high = +70.0°C)
(crit = +109.5°C, hyst = +104.5°C)
radeon-pci-0200
Adapter: PCI adapter
temp1: -128.0°C (crit = +120.0°C, hyst = +90.0°C)
root@ubuntu:~# sensorscat /etc/default/grub lspci | grep VGA
acpitz-virtual-0
Adapter: Virtual device
temp1: +64.0°C
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +64.5°C (high = +70.0°C)
(crit = +115.5°C, hyst = +110.5°C)
radeon-pci-0200
Adapter: PCI adapter
temp1: +64.0°C (crit = +120.0°C, hyst = +90.0°C)
01:05.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RS880M [Mobility Radeon HD 4225/4250]
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470]

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.dpm=1"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

gksudo gedit /etc/default/grubsudo update-grubsudo cat /sys/kernel/debug/vgaswitcheroo/switchsensors