Well I have a problem. That is I want to be able to use the dang Nvidia 540M card however I cannot seem to get the proprietary card working so bumblebee and bbswitch is using on the nouveau driver that somewhat stinks I cannot optirun even minecraft because of GLX 1.3 problem. Optirun glxgears works fine though...
I also noticed that I do have alot of stuff running on tmpfs on ram because I have a Crucial M4 128GB SSD. I have alot of the tweaks for SSDs for EXT4 enabled in fstab.
I did run sudo powertop --calibrate and it is going through its stuff right now.
The problem is the cpufreq stuff won't stay saved because I think it is running that file from RAM.
/etc/fstab tmpfs lines..
Code:
tmpfs none swap sw,defaults,noatime 0 0
tmpfs /var/log tmpfs defaults,noatime,mode=0755 0 0
tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
tmpfs /dev/shm tmpfs defaults,noatime 0 0
So was wondering what I should do to make things more permanent. It is also sucks that when I reboot or shutdown and restart at a later time it won't even save the damn wallpaper settings so I log in it reverts back to the Jules Vern F16 wallpaper and it is like centered I have to every time go in and switch wallpapers and fit it..
**EDIT#1**
Okay so for some odd reason after running sudo powertop --calibrate I lose my Intel 1000 wifi card.
Code:
[adramalech@tux ~]$ sudo powertop
[sudo] password for adramalech:
Loaded 14 prior measurements
Leaving PowerTOP
[adramalech@tux ~]$ sudo powertop --calibrate
Loaded 14 prior measurements
Starting PowerTOP power estimate calibration
Calibrating idle
Calibrating: disk usage
Calibrating backlight
.... device /sys/class/backlight/intel_backlight/brightness
.... device /sys/class/backlight/acpi_video0/brightness
Calibrating idle
Calibrating: CPU usage on 1 threads
Calibrating: CPU usage on 4 threads
Calibrating: CPU wakeup power consumption
Calibrating: CPU wakeup power consumption
Calibrating: CPU wakeup power consumption
Calibrating USB devices
.... device /sys/bus/usb/devices/usb1/power/control
.... device /sys/bus/usb/devices/usb2/power/control
.... device /sys/bus/usb/devices/usb3/power/control
.... device /sys/bus/usb/devices/1-1/power/control
.... device /sys/bus/usb/devices/1-1.3/power/control
.... device /sys/bus/usb/devices/1-1.4/power/control
.... device /sys/bus/usb/devices/1-1.7/power/control
Calibrating radio devices
.... device /sys/class/rfkill/rfkill1/soft
.... device /sys/class/rfkill/rfkill0/soft
.... device /sys/class/rfkill/rfkill1/soft
.... device /sys/class/rfkill/rfkill0/soft
Finishing PowerTOP power estimate calibration
Parameters after calibration:
Parameter state
----------------------------------
Value Name
0.50 alsa-codec-power (15)
0.00 backlight (4)
0.00 backlight-boost-100 (8)
0.00 backlight-boost-40 (6)
0.00 backlight-boost-80 (7)
0.00 backlight-power (5)
100.00 base power (43)
1.56 cpu-consumption (3)
39.50 cpu-wakeups (2)
0.00 disk-operations (46)
0.20 disk-operations-hard (45)
0.00 em1-link-100 (20)
0.00 em1-link-1000 (21)
0.00 em1-link-high (22)
0.00 em1-packets (23)
0.00 em1-powerunsave (19)
0.00 em1-up (18)
0.56 gpu-operations (44)
0.00 radio:hci0 (17)
0.00 radio:phy0 (16)
0.00 runtime-0000:00:00.0 (30)
0.00 runtime-0000:00:01.0 (31)
0.00 runtime-0000:00:02.0 (32)
0.00 runtime-0000:00:1b.0 (33)
0.00 runtime-0000:00:1c.0 (34)
0.00 runtime-0000:00:1c.2 (35)
0.00 runtime-0000:00:1c.3 (36)
0.00 runtime-0000:00:1c.5 (37)
0.00 runtime-0000:00:1d.0 (38)
0.00 runtime-0000:00:1f.2 (39)
0.00 runtime-0000:07:00.0 (40)
0.00 runtime-0000:0d:00.0 (41)
0.00 runtime-0000:19:00.0 (42)
0.10 usb-device-0c45-6430 (13)
0.10 usb-device-187c-0522 (14)
0.10 usb-device-1d6b-0002 (9)
0.10 usb-device-1d6b-0003 (10)
0.10 usb-device-413c-8187 (12)
0.10 usb-device-8087-0024 (11)
0.00 wlan0-link-100 (26)
0.00 wlan0-link-1000 (27)
0.00 wlan0-link-high (28)
0.00 wlan0-packets (29)
0.00 wlan0-powerunsave (25)
0.00 wlan0-up (24)
Score: 0.0 ( 0.0)
Guess: 103.0
Actual: 0.0
----------------------------------
Leaving PowerTOP
**EDIT#2**
here is trying sudo sysctrl vm.laptop_mode = 5
Code:
[adramalech@tux rc.d]$ sudo sysctl vm.laptop_mode = 5
vm.laptop_mode = 0
error: Malformed setting "="
/proc/sys/5: No such file or directory
[adramalech@tux rc.d]$ sudo sysctl vm.laptop_mode 5
vm.laptop_mode = 0
/proc/sys/5: No such file or directory
also running cat /etc/rc.d/rc.local returns nothing. As in the file doesn't exist...