PeKaP

Jesteś nowy na forum? Przeczytaj ...

Udzielone Odpowiedzi

Oglądasz 9 posty - 1 do 9 (z 9 ogółem)
  • Autor
    Posty
  • W odpowiedzi do: Zmiana jasności ekranu #1830
    PeKaP
    Forumowicz

    Po wielu próbach udało się i zostawię to tutaj dla potomności.
    Na początku tworzymy nowy plik tekstowy o nazwie 20-intel.conf w /usr/share/X11/xorg.conf.d/.
    Wrzucamy do niego to

    Section "Device"
    Identifier "card0"
    Driver "intel"
    Option "Backlight" "intel_backlight"
    BusID "PCI:0:2:0"
    EndSection

    Potem edytujemy już standardowo plik grub który znajduje się w /etc/default/


    GRUB_CMDLINE_LINUX_DEFAULT="acpi_backlight=vendor"

    Potem już tylko aktualizacja samego grub-a

    sudo update-grub

    Restart i to wszystko. Zmiana jasności ekranu w Samsungu NC110 powinna działać.
    Myślę że w innych samsungach z grafiką od Intela też to zadziała.

    W odpowiedzi do: Zmiana jasności ekranu #1788
    PeKaP
    Forumowicz

    W jednym z linków jest opisany dokładnie ten model netbooka czy mógłby ktoś pomóc w implementacji tego

    SAMSUNG NC110

    Suspend to RAM: OK
    Disk: Not tested
    Dimming of display: Yes (with acpi_backlight=vendor)
    CPU frequency scaling: Yes

    Gdzie dać tego acpi_backlight=vendor?

    W odpowiedzi do: Zmiana jasności ekranu #1782
    PeKaP
    Forumowicz

    Dupa zbita. Zainstalowałem windowsa 7 i bez dodatkowych sterowników zmiana jasności działa bez problemu. Kolego możesz podać dokładne możliwości zmiany parametru acpi_osi?

    W odpowiedzi do: Zmiana jasności ekranu #1757
    PeKaP
    Forumowicz

    Procesor to Intel Atom N455 1667 mhz. Wspomnę jeszcze że w trybie live zmiana jasności wyświetlacza działa bez zarzutu tak samo w grubie ale w połowie ładowania systemu wskakuje na maksymalną jasność i tak już pozostaje.

    Zawartość pliku GRUB:


    GRUB_DEFAULT=saved
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Manjaro"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=UUID=0bfae2e6-0d55-4a84-8672-40815186e2d9"
    GRUB_CMDLINE_LINUX=""

    # If you want to enable the save default function, uncomment the following
    # line, and set GRUB_DEFAULT to saved.
    GRUB_SAVEDEFAULT=true

    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"

    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true

    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console

    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=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=auto

    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep

    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true

    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true

    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    GRUB_COLOR_NORMAL="light-gray/black"
    GRUB_COLOR_HIGHLIGHT="green/black"

    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    GRUB_BACKGROUND="/usr/share/grub/background.png"
    #GRUB_THEME="/path/to/gfxtheme"

    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"

    W odpowiedzi do: Zmiana jasności ekranu #1755
    PeKaP
    Forumowicz

    Niestety nie, skróty klawiszowe działały przed instalacją tak samo jak po a jasność nadal nie ulega zmianie.

    W odpowiedzi do: Zmiana jasności ekranu #1752
    PeKaP
    Forumowicz

    Instalacja zakończyła się pomyślnie. Bardzo dziękuje za pomoc.

    W odpowiedzi do: Zmiana jasności ekranu #1750
    PeKaP
    Forumowicz

    Podczas instalacji z repozytorium wyskoczyło cuś takiego:

    1 aur/samsung-tools 2.3.1-1 (42) (0,35)
        Tools for Samsung laptops
    ==> Podaj numer pakietów do zainstalowania (np. 1 2 3 lub 1-3)
    ==> ----------------------------------------------------------
    ==> 1-3
    
    ==> Pobieranie PKGBUILD samsung-tools z AUR...
    x .SRCINFO
    x PKGBUILD
    x samsung-tools.install
    mvn23 commented on 2014-06-10 18:18			 
    If I enable samsung-tools.service to start on boot, I am unable to control the webcam until the system service is stopped. In the gui, all webcam-related settings are greyed out and samsung-tools -s webcam returns "Webcam control is not available." If I then run samsung-tools -S followed by another samsung-tools -s webcam, it returns the actual status of the webcam.
    
    If I disable start on boot this problem does not appear, but the devices are not set to their initial state until I run the service manually so I disabled start on boot and run the service from .bashrc as a workaround.
    
    Note that the webcam itself works as expected as long as the uvcvideo module is loaded.
    If you need more info please let me know.
    
    mvn23 commented on 2014-06-10 18:34			 
    Disregard my previous comment, solved by uninstalling laptop-mode-tools...
    
    postblue commented on 2014-08-15 20:39			 
    As @smrtg suggested it in samsung-tools-git, pm-utils has to be removed from the dependencies here and from the developpement as well: it seems to conflict with systemd's LidSwitch.
    
    With Samsung Tools installed, resuming from a LidSwitch suspend leads back to suspend a few seconds later.
    Without Samsung Tools installed, so without pm-utils installed, suspend is working as expected.
    
    AFAIK it would lead to some code refactoring, as VM writeback, Devices Power Management and USB autosuspend are pm-hooks. They can be handled by UDEV rules, as described in Arch wiki's Power Save page. We can even make them depending on power supply events.
    
    Enabling wireless with the Fn combination leads to some weird "Wireless cannot be enabled", despite it's enabled after a while.
    Blacklisting the samsung_laptop module gives the right message, but the battery life seems to be impacted.
    
    systemd-backlight doesn't restore the backlight level (Linux 3.16.1, GNOME 3.12.2, systemd 215-4), I have to force X11 to use intel_backlight instead of samsung's to make it work.
    intel_backlight is less smooth than samsung's used to be, the minimal level is a black screen, but samsung's isn't adjusting backlight at all now.
    Adding acpi_backlight=vendor and other stuff to GRUB makes no change on my N210.
    
    sqbox commented on 2014-08-28 00:12			 
    Since kernel version 3.16, I've been having problems with the backlight on my ATIV Book 8. 
    
    First, the function keys to control the brightness stopped working. I've fixed that by adding acpi_backlight=vendor to the kernel parameters.
    
    Second, after a resume the backlight does not come on at all. The screen is not black, but so dark it is almost impossible to read. This problem is very intermittent and I can't reproduce it consistently. I've played with video.use_native_backlight but haven't found a solution.
    
    eticre commented on 2014-11-19 23:10			 
    hi
    not working
    
    nov 20 00:08:08 gretto org.voria.SamsungTools.System[315]: Traceback (most recent call last):
    nov 20 00:08:08 gretto org.voria.SamsungTools.System[315]: File "/usr/share/samsung-tools/system-service.py", line 31, in module
    nov 20 00:08:08 gretto org.voria.SamsungTools.System[315]: from backends.system.options import Options
    nov 20 00:08:08 gretto org.voria.SamsungTools.System[315]: File "/usr/share/samsung-tools/backends/system/options.py", line 26, in module
    nov 20 00:08:08 gretto org.voria.SamsungTools.System[315]: class Options(dbus.service.Object):
    nov 20 00:08:08 gretto org.voria.SamsungTools.System[315]: AttributeError: 'module' object has no attribute 'Object'
    
    samsung-tools 2.3.1-1  (2015-07-21 19:15)
    (Niewspierany pakiet: potencjalnie niebezpieczny!)
    ==> Edytować PKGBUILD? [T/n] ("P", aby przerwać)
    ==> --------------------------------------------
    ==> n
    
    ==> BŁĄD: Uruchamianie makepkg jako root nie jest dozwolone, ponieważ może to spowodować trwałe,
     katastrofalne szkody w systemie.
    Nie można odczytać PKGBUILD
    W odpowiedzi do: Zmiana jasności ekranu #1748
    PeKaP
    Forumowicz

    Tutaj znajdują się wszystkie pliki z paczki tar.gz PACZKA

    W odpowiedzi do: Zmiana jasności ekranu #1743
    PeKaP
    Forumowicz

    Dziękuje za odpowiedź i faktycznie znalazłem kilka wątków dotyczących tych toolsów. Pakiety zapisane są w formacie tar.gz wyjdę na noobka ale za cholerę nie potrafię tego zainstalować.

Oglądasz 9 posty - 1 do 9 (z 9 ogółem)