le4 | Ola, passando para deixar feedback e sugestao para Lubuntu 23.04 | 16:12 |
---|---|---|
le4 | instalei um ssd 256gb no lugar do hd500gb | 16:13 |
le4 | Se possivel, otimizar para o sistema iniciar mais rapidamente, boot mais rapido, apos o login ser instantaneo tambem. Abrir os snaps mais rapidamente, abrir tambem os programas mais rapidamente, instantaneamente. | 16:14 |
le4 | Tambem ao usar as teclas de brilho para aumentar ou diminuir, o sistema tem apresentado leves congelamentos porem constantes, ate mesmo a congelar por algum segundo | 16:16 |
le4 | o pc tambem estava travando completamente, e so conseguia voltar a utilizar quando forcava o desligamento. Isso acontecia quando estava com hd500gb, em live do youtube | 16:18 |
le4 | Tambem queria sugerir ao sistema Lubuntu, a manter menor temperatura, abaixo de 30graus se possivel, assim beneficia os que nao tem pc com cooler. | 16:20 |
le4 | tambem um melhor suporte ao acpi, sgx e x509, pci0, mais drivers | 16:21 |
le4 | vou mandar aqui tambem o arquivo com comandos do terminal, e o tlp, para ajudar na otimizacao. Desde ja agradeco | 16:22 |
le4 | # ------------------------------------------------------------------------------ | 16:26 |
le4 | # /etc/tlp.conf - TLP user configuration (version 1.4) | 16:26 |
le4 | # See full explanation: https://linrunner.de/tlp/settings | 16:26 |
le4 | # | 16:26 |
le4 | # Settings are read in the following order: | 16:26 |
le4 | # | 16:26 |
le4 | # 1. Intrinsic defaults | 16:26 |
le4 | # 2. /etc/tlp.d/*.conf - Drop-in customization snippets | 16:26 |
le4 | # 3. /etc/tlp.conf - User configuration (this file) | 16:26 |
le4 | # | 16:26 |
le4 | # Notes: | 16:26 |
le4 | # - In case of identical parameters, the last occurence has precedence | 16:26 |
le4 | # - This also means, parameters enabled here will override anything else | 16:26 |
le4 | # - However you may append values to a parameter already defined as intrinsic | 16:26 |
le4 | # default or in a previously read file: use PARAMETER+="add values" | 16:26 |
le4 | # - IMPORTANT: all parameters here are disabled; remove the leading '#' if you | 16:26 |
le4 | # like to enable a feature without default or have a value different from the | 16:26 |
le4 | # default | 16:26 |
le4 | # Note: use in conjunction with TLP_DEFAULT_MODE=BAT for BAT settings on AC. | 16:27 |
le4 | # Default: 0 | 16:27 |
le4 | TLP_PERSISTENT_DEFAULT=0 | 16:27 |
le4 | # Power supply classes to ignore when determining operation mode: AC, USB, BAT. | 16:27 |
le4 | # Separate multiple classes with spaces. | 16:27 |
le4 | # Note: try on laptops where operation mode AC/BAT is incorrectly detected. | 16:27 |
le4 | # Default: <none> | 16:27 |
le4 | TLP_PS_IGNORE="BAT" | 16:27 |
le4 | # Seconds laptop mode has to wait after the disk goes idle before doing a sync. | 16:27 |
le4 | # Non-zero value enables, zero disables laptop mode. | 16:27 |
le4 | # Default: 0 (AC), 2 (BAT) | 16:27 |
le4 | DISK_IDLE_SECS_ON_AC=0 | 16:27 |
le4 | DISK_IDLE_SECS_ON_BAT=2 | 16:27 |
le4 | # Dirty page values (timeouts in secs). | 16:27 |
le4 | # Default: 15 (AC), 60 (BAT) | 16:27 |
le4 | MAX_LOST_WORK_SECS_ON_AC=15 | 16:27 |
le4 | MAX_LOST_WORK_SECS_ON_BAT=60 | 16:27 |
le4 | # Select a CPU frequency scaling governor. | 16:27 |
le4 | # Default: <none> | 16:27 |
le4 | CPU_SCALING_MIN_FREQ_ON_AC=0 | 16:27 |
le4 | CPU_SCALING_MAX_FREQ_ON_AC=0 | 16:27 |
le4 | CPU_SCALING_MIN_FREQ_ON_BAT=0 | 16:27 |
le4 | CPU_SCALING_MAX_FREQ_ON_BAT=0 | 16:27 |
le4 | # Set Intel CPU energy/performance policies HWP.EPP and EPB: | 16:27 |
le4 | # performance, balance_performance, default, balance_power, power. | 16:27 |
le4 | # Values are given in order of increasing power saving. | 16:27 |
le4 | # Notes: | 16:27 |
le4 | # - HWP.EPP: requires kernel 4.10, intel_pstate scaling driver and Intel Core i | 16:27 |
le4 | # 6th gen. or newer CPU | 16:27 |
le4 | # - EPB: requires kernel 5.2 or module msr and x86_energy_perf_policy from | 16:27 |
le4 | # linux-tools, intel_pstate or intel_cpufreq scaling driver and Intel Core i | 16:27 |
le4 | # 2nd gen. or newer CPU | 16:27 |
le4 | # - When HWP.EPP is available, EPB is not set | 16:27 |
le4 | # Default: balance_performance (AC), balance_power (BAT) | 16:27 |
le4 | # !!!!!!!! Warning !!!!!!!!! | 16:27 |
le4 | # When use power-profiles-daemon, Default will be not set, | 16:27 |
le4 | # !!!!!!!! Warning !!!!!!!!! | 16:27 |
le4 | # When use power-profiles-daemon, please use below items carefully. | 16:27 |
le4 | # power-profiles-daemon will monitor no_turbo, if no_turbo is 1, | 16:27 |
le4 | # it will degrade performance cause of high-operating-temperature. | 16:27 |
le4 | # !!!!!!!!!!!!!!!!!!!!!!!!!! | 16:27 |
le4 | CPU_BOOST_ON_AC=1 | 16:27 |
le4 | CPU_BOOST_ON_BAT=0 | 16:27 |
le4 | # Set the Intel CPU HWP dynamic boost feature: | 16:27 |
le4 | # 0=disable, 1=enable. | 16:27 |
le4 | # Requires intel_pstate scaling driver in 'active' mode and Intel Core i | 16:27 |
le4 | # 6th gen. or newer CPU. | 16:27 |
le4 | # Default: <none> | 16:27 |
le4 | CPU_HWP_DYN_BOOST_ON_AC=1 | 16:27 |
le4 | CPU_HWP_DYN_BOOST_ON_BAT=0 | 16:27 |
le4 | # Minimize number of used CPU cores/hyper-threads under light load conditions: | 16:27 |
le4 | # 0=disable, 1=enable. | 16:27 |
le4 | # Default: 0 (AC), 1 (BAT) | 16:27 |
le4 | SCHED_POWERSAVE_ON_AC=0 | 16:27 |
le4 | # Separate multiple devices with spaces. | 16:28 |
le4 | # Devices can be specified by disk ID also (lookup with: tlp diskid). | 16:28 |
le4 | # Default: "nvme0n1 sda" | 16:28 |
le4 | DISK_DEVICES="nvme0n1 sda" | 16:28 |
le4 | # Disk advanced power management level: 1..254, 255 (max saving, min, off). | 16:28 |
le4 | # Levels 1..127 may spin down the disk; 255 allowable on most drives. | 16:28 |
le4 | # Separate values for multiple disks with spaces. Use the special value 'keep' | 16:28 |
le4 | # to keep the hardware default for the particular disk. | 16:28 |
le4 | # Default: 254 (AC), 128 (BAT) | 16:28 |
le4 | DISK_APM_LEVEL_ON_AC="254 254" | 16:28 |
le4 | DISK_APM_LEVEL_ON_BAT="128 128" | 16:28 |
le4 | # Exclude disk classes from advanced power management (APM): | 16:28 |
le4 | # sata, ata, usb, ieee1394. | 16:28 |
le4 | # Separate multiple classes with spaces. | 16:28 |
le4 | # CAUTION: USB and IEEE1394 disks may fail to mount or data may get corrupted | 16:28 |
le4 | # with APM enabled. Be careful and make sure you have backups of all affected | 16:28 |
le4 | # media before removing 'usb' or 'ieee1394' from the denylist! | 16:28 |
le4 | # Default: "usb ieee1394" | 16:28 |
le4 | # - Single queue schedulers are legacy now and were removed together with | 16:28 |
le4 | # the old block layer in kernel 5.0 | 16:28 |
le4 | # Default: keep | 16:28 |
le4 | DISK_IOSCHED="mq-deadline mq-deadline" | 16:28 |
le4 | # AHCI link power management (ALPM) for SATA disks: | 16:28 |
le4 | # min_power, med_power_with_dipm(*), medium_power, max_performance. | 16:28 |
le4 | # (*) Kernel 4.15 (or newer) required, then recommended. | 16:28 |
le4 | # Multiple values separated with spaces are tried sequentially until success. | 16:28 |
le4 | # Default: | 16:28 |
le4 | # - "med_power_with_dipm max_performance" (AC) | 16:28 |
le4 | # - "med_power_with_dipm min_power" (BAT) | 16:28 |
le4 | SATA_LINKPWR_ON_AC="max_performance" | 16:28 |
le4 | SATA_LINKPWR_ON_BAT="min_power" | 16:28 |
le4 | # Exclude SATA links from AHCI link power management (ALPM). | 16:28 |
le4 | # SATA links are specified by their host. Refer to the output of | 16:28 |
le4 | # tlp-stat -d to determine the host; the format is "hostX". | 16:28 |
le4 | # Separate multiple hosts with spaces. | 16:28 |
le4 | # Default: <none> | 16:28 |
le4 | BAY_DEVICE="sr0" | 16:28 |
le4 | # Set the min/max/turbo frequency for the Intel GPU. | 16:28 |
le4 | # Possible values depend on your hardware. For available frequencies see | 16:28 |
le4 | # the output of tlp-stat -g. | 16:28 |
le4 | # Default: <none> | 16:28 |
le4 | INTEL_GPU_MIN_FREQ_ON_AC=0 | 16:28 |
le4 | INTEL_GPU_MIN_FREQ_ON_BAT=0 | 16:28 |
le4 | INTEL_GPU_MAX_FREQ_ON_AC=0 | 16:28 |
le4 | INTEL_GPU_MAX_FREQ_ON_BAT=0 | 16:28 |
le4 | INTEL_GPU_BOOST_FREQ_ON_AC=0 | 16:28 |
le4 | INTEL_GPU_BOOST_FREQ_ON_BAT=0 | 16:28 |
le4 | # AMD GPU power management. | 16:28 |
le4 | # Performance level (DPM): auto, low, high; auto is recommended. | 16:28 |
le4 | # Note: requires amdgpu or radeon driver. | 16:28 |
le4 | # Default: auto | 16:28 |
le4 | RADEON_DPM_PERF_LEVEL_ON_AC=high | 16:28 |
le4 | RADEON_DPM_PERF_LEVEL_ON_BAT=low | 16:28 |
le4 | # Dynamic power management method (DPM): balanced, battery, performance. | 16:28 |
le4 | SOUND_POWER_SAVE_ON_AC=0 | 16:29 |
le4 | SOUND_POWER_SAVE_ON_BAT=0 | 16:29 |
le4 | # Disable controller too (HDA only): Y/N. | 16:29 |
le4 | # Note: effective only when SOUND_POWER_SAVE_ON_AC/BAT is activated. | 16:29 |
le4 | # Default: Y | 16:29 |
le4 | SOUND_POWER_SAVE_CONTROLLER=N | 16:29 |
le4 | # PCIe Active State Power Management (ASPM): | 16:29 |
le4 | # default(*), performance, powersave, powersupersave. | 16:29 |
le4 | # (*) keeps BIOS ASPM defaults (recommended) | 16:29 |
le4 | # Default: <none> | 16:29 |
le4 | PCIE_ASPM_ON_AC=performance | 16:29 |
le4 | PCIE_ASPM_ON_BAT=powersupersave | 16:29 |
le4 | # Runtime Power Management for PCIe bus devices: on=disable, auto=enable. | 16:29 |
le4 | # Default: on (AC), auto (BAT) | 16:29 |
le4 | RUNTIME_PM_ON_AC=on | 16:29 |
le4 | RUNTIME_PM_ON_BAT=auto | 16:29 |
le4 | # Exclude listed PCIe device adresses from Runtime PM. | 16:29 |
le4 | # Note: this preserves the kernel driver default, to force a certain state | 16:29 |
le4 | # Use lsusb to get the ids. | 16:29 |
le4 | # Note: input devices (usbhid) and libsane-supported scanners are excluded | 16:29 |
le4 | # automatically. | 16:29 |
le4 | # Default: <none> | 16:29 |
le4 | USB_DENYLIST="1111:2222 3333:4444" | 16:29 |
le4 | # Exclude audio devices from USB autosuspend: | 16:29 |
le4 | # 0=do not exclude, 1=exclude. | 16:29 |
le4 | # Default: 1 | 16:29 |
le4 | USB_EXCLUDE_AUDIO=1 | 16:29 |
le4 | # Exclude bluetooth devices from USB autosuspend: | 16:29 |
le4 | # 0=do not exclude, 1=exclude. | 16:29 |
le4 | # Default: 0 | 16:29 |
le4 | USB_EXCLUDE_BTUSB=0 | 16:29 |
le4 | # Exclude phone devices from USB autosuspend: | 16:29 |
le4 | # 0=do not exclude, 1=exclude (enable charging). | 16:29 |
le4 | # Default: 0 | 16:29 |
le4 | USB_EXCLUDE_PHONE=0 | 16:29 |
le4 | # Exclude printers from USB autosuspend: | 16:29 |
le4 | # Separate multiple devices with spaces. | 16:29 |
le4 | # Default: <none> | 16:29 |
le4 | DEVICES_TO_DISABLE_ON_STARTUP="" | 16:29 |
le4 | # Radio devices to enable on startup: bluetooth, nfc, wifi, wwan. | 16:29 |
le4 | # Separate multiple devices with spaces. | 16:29 |
le4 | # Default: <none> | 16:29 |
le4 | DEVICES_TO_ENABLE_ON_STARTUP="" | 16:29 |
le4 | # Radio devices to disable on shutdown: bluetooth, nfc, wifi, wwan. | 16:29 |
le4 | # Note: use as a workaround for devices that are blocking shutdown. | 16:29 |
le4 | # Default: <none> | 16:29 |
le4 | DEVICES_TO_DISABLE_ON_SHUTDOWN="" | 16:29 |
le4 | # Radio devices to enable on shutdown: bluetooth, nfc, wifi, wwan. | 16:29 |
le4 | # (to prevent other operating systems from missing radios). | 16:29 |
le4 | # Default: <none> | 16:29 |
le4 | DEVICES_TO_ENABLE_ON_SHUTDOWN="" | 16:29 |
le4 | # Radio devices to enable on AC: bluetooth, nfc, wifi, wwan. | 16:29 |
le4 | # Default: <none> | 16:29 |
le4 | DEVICES_TO_ENABLE_ON_AC="" | 16:29 |
le4 | # BAT0: Primary / Main / Internal battery (values in %) | 16:30 |
le4 | # Note: also use for batteries BATC, BATT and CMB0 | 16:30 |
le4 | # Default: <none> | 16:30 |
le4 | START_CHARGE_THRESH_BAT0=99 | 16:30 |
le4 | STOP_CHARGE_THRESH_BAT0=100 | 16:30 |
le4 | # BAT1: Secondary / Ultrabay / Slice / Replaceable battery (values in %) | 16:30 |
le4 | # Note: primary on some laptops | 16:30 |
le4 | # Default: <none> | 16:30 |
le4 | START_CHARGE_THRESH_BAT1=99 | 16:30 |
le4 | STOP_CHARGE_THRESH_BAT1=100 | 16:30 |
le4 | # Restore charge thresholds when AC is unplugged: 0=disable, 1=enable. | 16:30 |
le4 | # Default: 0 | 16:30 |
le4 | RESTORE_THRESHOLDS_ON_BAT=1 | 16:30 |
le4 | # Control battery care drivers: 0=disable, 1=enable. | 16:30 |
le4 | # Default: 1 (all) | 16:30 |
le4 | NATACPI_ENABLE=1 | 16:30 |
le4 | TPACPI_ENABLE=1 | 16:30 |
le4 | TPSMAPI_ENABLE=1 | 16:30 |
le4 | ufw enable && ufw default deny && ufw status verbose && apt update | 16:30 |
le4 | apt update && apt full-upgrade && apt dist-upgrade && apt autoremove && apt autoclean && apt install -f && apt --fix-broken install && update-pciids && sudo ubuntu-drivers install && snap refresh && apt list --upgradable && sudo fwupdmgr refresh --force && sudo fwupdmgr update | 16:30 |
le4 | snap install steam && apt install --install-recommends wine && apt install --install-recommends tlp dxvk ubuntu-restricted-extras lubuntu-restricted-extras clamav | 16:30 |
le4 | tlp-stat -v | 16:30 |
le4 | nano /etc/tlp.conf | 16:30 |
le4 | ultimo feedback, os jogos nao estao fixos em 60 fps, sao jogos leves, utilizo a steam, com proton experimental, steam play, sombreadores da vulkan em segundo plano, e opengl sempre habilitados. Um jogo que jogo bem e o mudrunner, mas acredito que com as atualizacoes os fps melhora. outro erro que estava acontecendo e que na bateria os fps fica mais | 16:30 |
le4 | alto que na tomada, queria deixar esse feedback tambem. | 16:30 |
le4 | Lenovo ideapad 330 15IGM 81Fn, Intel celeron n4000 (2) 1.10GHz max 2.60GHz, intel UHD 600 i915 Geminilake GLK2, ram 4gb, ssd 256gb ceamere, Lubuntu 23.04 | 16:31 |
le4 | Valeu | 16:31 |
le4 | ola, aconteceu outro bug, na bios desliguei o fast boot, e o touchpad falhou no deslizar, estava bem lento o deslizar, outro bug no touchpad ainda e o clique que so funcionava no botao, mas o tocar no touchpad para gerar os cliques nao funcionava, outro bug e o touchpad nao funcionar. | 18:11 |
le4 | esse bug so para se desligar e ligar o pc novamente | 18:12 |
le4 | na bios esta tudo ligado | 18:12 |
le4 | boot seguro total, sgx controlado pela distribuicao, uefi, etc | 18:14 |
le4 | somente a senha de administrador e o fast boot estao desligados | 18:14 |
le4 | quando estava no hd500gb tambem acontecia esses bugs. | 18:15 |
le4 | ja configurei para o clique pelo tocar no touchpad funcionar. Mas algumas vezes no ligar o pc, ao usar a distribuicao, os bugs no touchpad acontecia. | 18:16 |
le4 | acho que e por causa do erro de acpi not found, acpi bios error, pci0, sgx, x509, e driver faltando. | 18:17 |
le4 | lenovo ideapad 330 15IGM 81FN, intel celeron n4000 (2) 1.10GHz Max 2.60GHz, intel UHD 600 i915 geminilake glk2, ram 4gb, ssd 256gb | 18:19 |
le4 | tambem se possivel, otimizar para liberar mais memoria vram para a placa de video, o maximo possivel que a placa pode utilizar, e a velocidade total | 18:20 |
le4 | desde ja agradeco | 18:20 |
le4 | =D | 18:20 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!