[Çözüldü] Ubuntu 11.10 da Ekran Parlaklığını Kayıt Edememe Sorunu

Başlatan F1661, 29 Ocak 2012 - 18:01:35

« önceki - sonraki »

0 Üyeler ve 8 Ziyaretçi konuyu incelemekte.

F1661

Ubuntu 11.10 da ekran parlaklığını kısıyorum ancak herhangi programı açınca (firefox, libreOffice gibi) ya da bilgisayarı kapatıp açınca ekran parlaklığı tekrar en yüksek seviyeye geliyor, sorunu nasıl çözebilirim ?

Sherlock Holmes

Aynı durumdan ben de muzdariptim,
Güç yöneticisinden istenilen parlaklık değerini belirleyip,
"öntanımlı yap" seçeneği ile üstesinden gelebiliyordum.

F1661

Alıntı yapılan: Sherlock Holmes - 29 Ocak 2012 - 18:09:22
Aynı durumdan bende muzdariptim,
Güç yöneticisinden istenilen parlaklık değerini belirleyip,
"öntanımlı yap" seçeneği ile üstesinden gelebiliyordum.

Bir sitede şöye bir çözüm var , uygulasam bir zararı olur mu ?


Ubuntunun 11.10 sürümünde ekran parlaklığını kaydetmeme sorunu var. Ekran parlaklığını ayarlıyorsunuz ama bilgisayarı yeniden başlattığınızda ekran parlaklığı tekrar en yüksek değerde oluyor. Yani yaptığınız değişiklikler kaydedilmiyor.

Bu sorunu aşağıdaki kodlar vasıtasıyla halledebiliriz :

Uçbirim 'i açıp şunları yazıyoruz :

sudo add-apt-repository ppa:kamalmostafa/linux-kamal-mjgbacklight

Aşağıdaki kodu yazdığımızda bilgisayarı yeniden başlatıyoruz :

sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo reboot

Şunu açın;

sudo gedit /etc/grub.d/10_linux

Şununla başlayan satırı bulun;

args="$4"

Şununla değiştirin;

args="acpi_backlight=vendor $4"

Son olarak aşağıdaki kodu yazıyoruz ve bütün değişiklikleri kaydedip yeniden başlatmış oluyoruz :

sudo update-grub && sudo reboot


heartsmagic

Gördüğün site neresi, hangi makineler/modeller için önermiş bunu?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

F1661

Alıntı yapılan: heartsmagic - 29 Ocak 2012 - 20:57:29
Gördüğün site neresi, hangi makineler/modeller için önermiş bunu?

pctekno.net

link ise şu http://www.pctekno.net/ubuntu-ekran-parlakligi-sorunu.html

sizce uygulasam ubuntuya ya da laptopa zarar verir mi ?

heartsmagic

O depoyu kullananlar var genel forumda, önceden de duyduğum bir PPA kendisi zaten. Fakat PPA'nın kendisine bakarsak şöyle diyor:

Alıntı YapUbuntu Oneiric (11.10) systems already include all the kernel and gnome-settings-daemon fixes (this PPA is not needed for Oneiric systems). However, some Oneiric users may still need to add the boot parameter "acpi_backlight=vendor" (see details delow).

Kısacası 11.10 için aslında bu desteğin çekirdeğe girdiği söyleniyor. Fakat bazı kullanıcıların yine de çekirdek parametresi olarak acpi_backlight=vendor kullanmaları gerekebiliyormuş. Ekleyeceğin yer:
gksudo gedit /etc/default/grub
dosyasındaki
Alıntı YapGRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
satırı. Şöyle olacak kısacası
Alıntı YapGRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"

Ardından:
sudo update-grub

Sonra da sistemi yeniden başlatıp denersin. Eğer işe yaramazsa PPA denenebilir belki. Zarar verir mi? Sanmıyorum. gnome-power-manager yükseltilecek ve yeni çekirdek kurulacak. Geri getirilmeyecek şeyler değil bunlar.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

F1661

Alıntı yapılan: heartsmagic - 29 Ocak 2012 - 22:09:57
O depoyu kullananlar var genel forumda, önceden de duyduğum bir PPA kendisi zaten. Fakat PPA'nın kendisine bakarsak şöyle diyor:

Kısacası 11.10 için aslında bu desteğin çekirdeğe girdiği söyleniyor. Fakat bazı kullanıcıların yine de çekirdek parametresi olarak acpi_backlight=vendor kullanmaları gerekebiliyormuş. Ekleyeceğin yer:
gksudo gedit /etc/default/grub
dosyasındakisatırı. Şöyle olacak kısacası
Ardından:
sudo update-grub

Sonra da sistemi yeniden başlatıp denersin. Eğer işe yaramazsa PPA denenebilir belki. Zarar verir mi? Sanmıyorum. gnome-power-manager yükseltilecek ve yeni çekirdek kurulacak. Geri getirilmeyecek şeyler değil bunlar.
çözüm önerisi için teşekkürler fakat işe yaramadı

heartsmagic

Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

F1661

Alıntı yapılan: heartsmagic - 31 Ocak 2012 - 15:35:00
Bu durumda PPA'yı deneyebilirsin.

o da işe yaramadışu satırda hata verdi : sudo update-grub && sudo reboot

ben de şöyle düzelttim ama yine işe yaramadı: sudo update-grub & amp; sudo reboot

heartsmagic

& amp;  kısmı olmayacak komutların arasında. Çıktıları da görürsek güzel olur.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

F1661

Alıntı yapılan: heartsmagic - 01 Şubat 2012 - 11:06:17
& amp;  kısmı olmayacak komutların arasında. Çıktıları da görürsek güzel olur.
hangi çıktıları ve hangi kodu yazmam gerekiyor çıktıları tekrar elde etmek için ?

heartsmagic

sudo add-apt-repository ppa:kamalmostafa/linux-kamal-mjgbacklight
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade


Her şey yolunda giderse sistemi yeniden başlatır, yeni kurulacak çekirdekle parlaklık ayarını denetlersin.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

F1661

Alıntı yapılan: heartsmagic - 01 Şubat 2012 - 15:37:57
sudo add-apt-repository ppa:kamalmostafa/linux-kamal-mjgbacklight
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade


Her şey yolunda giderse sistemi yeniden başlatır, yeni kurulacak çekirdekle parlaklık ayarını denetlersin.

işe yaramadı şu çıktıyı verdi :




asus@ubuntu:~$ sudo add-apt-repository ppa:kamalmostafa/linux-kamal-mjgbacklight[sudo] password for asus:
You are about to add the following PPA to your system:
linux-kamal-mjgbacklight
INSTRUCTIONS FOR THE linux-kamal-mjgbacklight PPA

This PPA may fix non-functional brightness control keys on Ubuntu systems for some laptops (Launchpad bug references LP: #568611, #831542, #827517).

Ubuntu Oneiric (11.10) systems already include all the kernel and gnome-settings-daemon fixes (this PPA is not needed for Oneiric systems).  However, some Oneiric users may still need to add the boot parameter "acpi_backlight=vendor" (see details delow).

This PPA supplies a patched Ubuntu Maverick (10.10) or Natty (11.04) kernel plus EXPERIMENTAL i915 backlight control patches backported from Oneiric:

- intel_backlight and backlight class patches by Matthew Garrett
- radeon_bl backlight patch by Michel Dänzer
- porting and additional backlight control work by Kamal Mostafa

... and a patched gnome-power-manager package.

This PPA is ONLY relevant to Ubuntu Maverick/Natty with the Gnome or Unity desktops (KDE desktop see below). The functionality it provides is not available for previous Ubuntu versions.

************************************************************

BEFORE YOU INSTALL, CHECK FOR THE i915 DRIVER ON YOUR SYSTEM:

This patch requires an Intel graphics processor (i915-based) to operate (*or possibly Radeon, see below). Verify that your system uses the i915 driver:

  $ lsmod | grep ^i915
  i915 331519 3 <--- an "i915" line should appear

If no "i915" line appears, then this PPA will not be useful on your system.

NOTES FOR RADEON USERS

This patch might also fix backlight brightness control for systems with Radeon graphics processors by enabling a new interface: sys/class/backlight/radeon_bl . This Radeon support has NOT been tested; feedback will be appreciated.

NOTES FOR KDE DESKTOP USERS

KDE desktop users: This PPA may NOT fix your backlight control hotkeys: This fix requires a kernel module to supply the new /sys/class/backlight/intel_backlight interface (which will work regardless of your desktop) and also a desktop module to access that interface. For Gnome, the updated gnome-power-manager in this PPA supplies that, but the equivalent for KDE has not yet been developed.

REPORTING PROBLEMS:

Please report problems to LP: #568611.  Provide your machine make/model, the output from "uname -a" and "ls /sys/class/backlight" along with your report.

TECHNICAL NOTES / TROUBLESHOOTING:

Applying this PPA will:
1. update the linux kernel to add a new backlight control interface: /sys/class/backlight/intel_backlight
2. update the gnome-power-manager to bind the brightness up/down keys to intel_backlight in preference to other backlight control interfaces in /sys/class/backlight.

If applying this PPA still doesn't enable your non-functional brightness control keys, check your backlight interfaces to verify that the new "intel_backlight" interface appears:

  $ ls /sys/class/backlight

For some laptop models, it may also be necessary to manually disable the other backlight interfaces in /sys/class/backlight. The following kernel boot parameters can be used to disable other backlight interfaces.  Instructions for using kernel boot parameters are available at https://wiki.ubuntu.com/Kernel/KernelBootParameters .

    Dell laptops with /sys/class/backlight/dell_backlight:  dell_laptop.backlight=0

    Lenovo/IBM ThinkPad and related models:  thinkpad_acpi.brightness_enable=0

Finally, if "intel_backlight" is the only interface that appears in /sys/class/backlight but the brightness control keys still do not work, you may wish to troubleshoot further using the methods described at https://wiki.ubuntu.com/Hotkeys/Troubleshooting .

Additional kernel boot parameters (should not normally be needed):

    acpi_backlight=vendor
The boot parameter acpi_backlight is now set to "=vendor" internally in kamal~mjgbacklight kernels (there is no need to specify this parameter).  This disables the /sys/class/backlight/acpi_video0 backlight interface to preclude interference with intel_backlight.

    i915.asle_backlight (relates to Maverick (mjgbacklight4) version only! default =0)
By default, the internal routine asle_set_backlight is disabled in kamal~mjgbacklight4 kernels as it was observed to interfere with intel_backlight on some systems.  The boot parameter i915.alse_backlight=1 can be set to re-enable it for experimental purposes.

SOURCE PATCHES / GIT BRANCHES:

The sources for the kamal~mjgbacklight kernels (the patch sets for Ubuntu kernels) are available here in the following git branches.  The ported patches are those above the one tagged "master".

http://kernel.ubuntu.com/git?p=kamal/ubuntu-maverick.git;a=shortlog;h=refs/heads/linux-kamal-mjgbacklight

http://kernel.ubuntu.com/git?p=kamal/ubuntu-natty.git;a=shortlog;h=refs/heads/linux-kamal-mjgbacklight

CHANGELOGS:

See https://launchpad.net/~kamalmostafa/+archive/linux-kamal-mjgbacklight/+packages
More info: https://launchpad.net/~kamalmostafa/+archive/linux-kamal-mjgbacklight
Press [ENTER] to continue or ctrl-c to cancel adding it

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.wxdWjJ63Qm --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 77C69C59057A766866EE16C7E0319082F37F3AB0
gpg: requesting key F37F3AB0 from hkp server keyserver.ubuntu.com
gpg: key F37F3AB0: "Launchpad fixes for aprsd" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
asus@ubuntu:~$ sudo apt-get update
Ign http://tr.archive.ubuntu.com oneiric InRelease
Ign http://tr.archive.ubuntu.com oneiric-updates InRelease
Ign http://tr.archive.ubuntu.com oneiric-backports InRelease         
Ign http://ppa.launchpad.net oneiric InRelease                       
Ign http://ppa.launchpad.net oneiric InRelease
Hit http://tr.archive.ubuntu.com oneiric Release.gpg
Get:1 http://tr.archive.ubuntu.com oneiric-updates Release.gpg [198 B]
Ign http://security.ubuntu.com oneiric-security InRelease                     
Get:2 http://tr.archive.ubuntu.com oneiric-backports Release.gpg [198 B]
Hit http://tr.archive.ubuntu.com oneiric Release                               
Get:3 http://security.ubuntu.com oneiric-security Release.gpg [198 B]
Hit http://ppa.launchpad.net oneiric Release.gpg
Get:4 http://tr.archive.ubuntu.com oneiric-updates Release [40,8 kB]           
Hit http://ppa.launchpad.net oneiric Release.gpg                               
Get:5 http://security.ubuntu.com oneiric-security Release [40,8 kB]           
Hit http://ppa.launchpad.net oneiric Release                                   
Get:6 http://tr.archive.ubuntu.com oneiric-backports Release [40,8 kB]         
Hit http://tr.archive.ubuntu.com oneiric/main Sources                         
Hit http://tr.archive.ubuntu.com oneiric/restricted Sources
Hit http://tr.archive.ubuntu.com oneiric/universe Sources                     
Hit http://tr.archive.ubuntu.com oneiric/multiverse Sources                   
Hit http://tr.archive.ubuntu.com oneiric/main amd64 Packages                   
Hit http://tr.archive.ubuntu.com oneiric/restricted amd64 Packages             
Hit http://tr.archive.ubuntu.com oneiric/universe amd64 Packages               
Hit http://tr.archive.ubuntu.com oneiric/multiverse amd64 Packages             
Hit http://ppa.launchpad.net oneiric Release                                   
Hit http://tr.archive.ubuntu.com oneiric/main i386 Packages                   
Hit http://tr.archive.ubuntu.com oneiric/restricted i386 Packages             
Hit http://tr.archive.ubuntu.com oneiric/universe i386 Packages               
Hit http://tr.archive.ubuntu.com oneiric/multiverse i386 Packages             
Hit http://tr.archive.ubuntu.com oneiric/main TranslationIndex
Hit http://tr.archive.ubuntu.com oneiric/multiverse TranslationIndex
Hit http://tr.archive.ubuntu.com oneiric/restricted TranslationIndex
Hit http://tr.archive.ubuntu.com oneiric/universe TranslationIndex             
Get:7 http://tr.archive.ubuntu.com oneiric-updates/main Sources [120 kB]       
Hit http://ppa.launchpad.net oneiric/main Sources                             
Hit http://ppa.launchpad.net oneiric/main amd64 Packages                       
Hit http://ppa.launchpad.net oneiric/main i386 Packages           
Ign http://ppa.launchpad.net oneiric/main TranslationIndex       
Get:8 http://tr.archive.ubuntu.com oneiric-updates/restricted Sources [1.337 B]
Get:9 http://tr.archive.ubuntu.com oneiric-updates/universe Sources [40,8 kB]
Get:10 http://tr.archive.ubuntu.com oneiric-updates/multiverse Sources [3.654 B]
Hit http://ppa.launchpad.net oneiric/main Sources                             
Hit http://ppa.launchpad.net oneiric/main amd64 Packages             
Hit http://ppa.launchpad.net oneiric/main i386 Packages             
Ign http://ppa.launchpad.net oneiric/main TranslationIndex           
Get:11 http://tr.archive.ubuntu.com oneiric-updates/main amd64 Packages [280 kB]
Get:12 http://security.ubuntu.com oneiric-security/main Sources [27,1 kB]     
Get:13 http://security.ubuntu.com oneiric-security/restricted Sources [14 B]   
Get:14 http://security.ubuntu.com oneiric-security/universe Sources [8.967 B] 
Get:15 http://tr.archive.ubuntu.com oneiric-updates/restricted amd64 Packages [2.982 B]
Get:16 http://tr.archive.ubuntu.com oneiric-updates/universe amd64 Packages [92,5 kB]
Get:17 http://security.ubuntu.com oneiric-security/multiverse Sources [1.629 B]
Get:18 http://security.ubuntu.com oneiric-security/main amd64 Packages [76,3 kB]
Get:19 http://tr.archive.ubuntu.com oneiric-updates/multiverse amd64 Packages [5.746 B]
Get:20 http://tr.archive.ubuntu.com oneiric-updates/main i386 Packages [280 kB]
Get:21 http://security.ubuntu.com oneiric-security/restricted amd64 Packages [14 B]
Get:22 http://security.ubuntu.com oneiric-security/universe amd64 Packages [24,7 kB]
Get:23 http://security.ubuntu.com oneiric-security/multiverse amd64 Packages [2.715 B]
Get:24 http://security.ubuntu.com oneiric-security/main i386 Packages [76,5 kB]
Get:25 http://security.ubuntu.com oneiric-security/restricted i386 Packages [14 B]
Get:26 http://tr.archive.ubuntu.com oneiric-updates/restricted i386 Packages [2.968 B]
Get:27 http://tr.archive.ubuntu.com oneiric-updates/universe i386 Packages [92,8 kB]
Get:28 http://security.ubuntu.com oneiric-security/universe i386 Packages [24,7 kB]
Get:29 http://security.ubuntu.com oneiric-security/multiverse i386 Packages [3.345 B]
Get:30 http://security.ubuntu.com oneiric-security/main TranslationIndex [73 B]
Get:31 http://security.ubuntu.com oneiric-security/multiverse TranslationIndex [72 B]
Get:32 http://security.ubuntu.com oneiric-security/restricted TranslationIndex [70 B]
Get:33 http://security.ubuntu.com oneiric-security/universe TranslationIndex [73 B]
Get:34 http://tr.archive.ubuntu.com oneiric-updates/multiverse i386 Packages [6.336 B]
Hit http://tr.archive.ubuntu.com oneiric-updates/main TranslationIndex         
Hit http://tr.archive.ubuntu.com oneiric-updates/multiverse TranslationIndex   
Hit http://tr.archive.ubuntu.com oneiric-updates/restricted TranslationIndex   
Hit http://tr.archive.ubuntu.com oneiric-updates/universe TranslationIndex
Get:35 http://tr.archive.ubuntu.com oneiric-backports/main Sources [2.207 B]
Get:36 http://tr.archive.ubuntu.com oneiric-backports/restricted Sources [14 B]
Get:37 http://tr.archive.ubuntu.com oneiric-backports/universe Sources [5.882 B]
Get:38 http://tr.archive.ubuntu.com oneiric-backports/multiverse Sources [14 B]
Get:39 http://tr.archive.ubuntu.com oneiric-backports/main amd64 Packages [2.807 B]
Get:40 http://security.ubuntu.com oneiric-security/main Translation-en [39,8 kB]
Get:41 http://tr.archive.ubuntu.com oneiric-backports/restricted amd64 Packages [14 B]
Get:42 http://tr.archive.ubuntu.com oneiric-backports/universe amd64 Packages [6.391 B]
Get:43 http://tr.archive.ubuntu.com oneiric-backports/multiverse amd64 Packages [14 B]
Get:44 http://tr.archive.ubuntu.com oneiric-backports/main i386 Packages [2.819 B]
Get:45 http://tr.archive.ubuntu.com oneiric-backports/restricted i386 Packages [14 B]
Get:46 http://tr.archive.ubuntu.com oneiric-backports/universe i386 Packages [6.396 B]
Get:47 http://tr.archive.ubuntu.com oneiric-backports/multiverse i386 Packages [14 B]
Get:48 http://tr.archive.ubuntu.com oneiric-backports/main TranslationIndex [72 B]
Get:49 http://tr.archive.ubuntu.com oneiric-backports/multiverse TranslationIndex [70 B]
Get:50 http://tr.archive.ubuntu.com oneiric-backports/restricted TranslationIndex [70 B]
Ign http://ppa.launchpad.net oneiric/main Translation-tr_TR                   
Ign http://ppa.launchpad.net oneiric/main Translation-tr                       
Ign http://ppa.launchpad.net oneiric/main Translation-en                       
Get:51 http://tr.archive.ubuntu.com oneiric-backports/universe TranslationIndex [72 B]
Hit http://tr.archive.ubuntu.com oneiric/main Translation-tr                   
Hit http://tr.archive.ubuntu.com oneiric/main Translation-en     
Hit http://tr.archive.ubuntu.com oneiric/multiverse Translation-tr
Hit http://tr.archive.ubuntu.com oneiric/multiverse Translation-en
Hit http://tr.archive.ubuntu.com oneiric/restricted Translation-tr             
Hit http://tr.archive.ubuntu.com oneiric/restricted Translation-en             
Hit http://security.ubuntu.com oneiric-security/multiverse Translation-en     
Hit http://security.ubuntu.com oneiric-security/restricted Translation-en
Hit http://tr.archive.ubuntu.com oneiric/universe Translation-tr               
Hit http://tr.archive.ubuntu.com oneiric/universe Translation-en               
Hit http://tr.archive.ubuntu.com oneiric-updates/main Translation-en         
Hit http://tr.archive.ubuntu.com oneiric-updates/multiverse Translation-en   
Hit http://tr.archive.ubuntu.com oneiric-updates/restricted Translation-en   
Hit http://tr.archive.ubuntu.com oneiric-updates/universe Translation-en     
Hit http://tr.archive.ubuntu.com oneiric-backports/main Translation-en
Hit http://tr.archive.ubuntu.com oneiric-backports/multiverse Translation-en
Ign http://ppa.launchpad.net oneiric/main Translation-tr_TR
Hit http://tr.archive.ubuntu.com oneiric-backports/restricted Translation-en
Hit http://tr.archive.ubuntu.com oneiric-backports/universe Translation-en
Hit http://security.ubuntu.com oneiric-security/universe Translation-en
Ign http://ppa.launchpad.net oneiric/main Translation-tr
Ign http://ppa.launchpad.net oneiric/main Translation-en
Fetched 1.364 kB in 1s (686 kB/s)
Reading package lists... Done
N: Ignoring file 'mj-casalogic-ironhide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'kamalmostafa-linux-kamal-mjgbacklight-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'mj-casalogic-ironhide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'kamalmostafa-linux-kamal-mjgbacklight-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'mj-casalogic-ironhide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'kamalmostafa-linux-kamal-mjgbacklight-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
asus@ubuntu:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be upgraded:
  evince evince-common libevince3-3 libusbmuxd1 usbmuxd
5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 2.438 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://security.ubuntu.com/ubuntu/ oneiric-security/main libusbmuxd1 amd64 1.0.7-1ubuntu0.11.10.1 [14,2 kB]
Get:2 http://tr.archive.ubuntu.com/ubuntu/ oneiric-updates/main evince amd64 3.2.1-0ubuntu2.2 [204 kB]
Get:3 http://security.ubuntu.com/ubuntu/ oneiric-security/main usbmuxd amd64 1.0.7-1ubuntu0.11.10.1 [36,9 kB]
Get:4 http://tr.archive.ubuntu.com/ubuntu/ oneiric-updates/main libevince3-3 amd64 3.2.1-0ubuntu2.2 [353 kB]
Get:5 http://tr.archive.ubuntu.com/ubuntu/ oneiric-updates/main evince-common all 3.2.1-0ubuntu2.2 [1.830 kB]
Fetched 2.438 kB in 2s (1.062 kB/s)       
(Reading database ... 152360 files and directories currently installed.)
Preparing to replace evince 3.2.1-0ubuntu2.1 (using .../evince_3.2.1-0ubuntu2.2_amd64.deb) ...
Unpacking replacement evince ...
Preparing to replace libevince3-3 3.2.1-0ubuntu2.1 (using .../libevince3-3_3.2.1-0ubuntu2.2_amd64.deb) ...
Unpacking replacement libevince3-3 ...
Preparing to replace evince-common 3.2.1-0ubuntu2.1 (using .../evince-common_3.2.1-0ubuntu2.2_all.deb) ...
Unpacking replacement evince-common ...
Preparing to replace libusbmuxd1 1.0.7-1 (using .../libusbmuxd1_1.0.7-1ubuntu0.11.10.1_amd64.deb) ...
Unpacking replacement libusbmuxd1 ...
Preparing to replace usbmuxd 1.0.7-1 (using .../usbmuxd_1.0.7-1ubuntu0.11.10.1_amd64.deb) ...
Unpacking replacement usbmuxd ...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gconf2 ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for libglib2.0-0 ...
Processing triggers for man-db ...
Setting up libevince3-3 (3.2.1-0ubuntu2.2) ...
Setting up evince-common (3.2.1-0ubuntu2.2) ...
Setting up evince (3.2.1-0ubuntu2.2) ...
Setting up libusbmuxd1 (1.0.7-1ubuntu0.11.10.1) ...
Setting up usbmuxd (1.0.7-1ubuntu0.11.10.1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
N: Ignoring file 'mj-casalogic-ironhide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'kamalmostafa-linux-kamal-mjgbacklight-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'mj-casalogic-ironhide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'kamalmostafa-linux-kamal-mjgbacklight-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'mj-casalogic-ironhide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'kamalmostafa-linux-kamal-mjgbacklight-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
asus@ubuntu:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
N: Ignoring file 'mj-casalogic-ironhide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'kamalmostafa-linux-kamal-mjgbacklight-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'mj-casalogic-ironhide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'kamalmostafa-linux-kamal-mjgbacklight-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
[hr]


bytan

@F1661,

Öncelikle N: Ignoring hatalarını çözümle ve sonrasında apt-get upgrade işlemini tekrar yürüt. Çıktıları buraya aktarırken mutlaka kod etiketi kullan.

http://forum.ubuntu-tr.net/index.php?topic=23296.0
http://forum.ubuntu-tr.net/index.php?topic=14283.0
Umut en büyük kötülüktür; işkenceyi uzatır. - F.N.


Bir şey ne ise odur, bu kadar. Öyleyse, iki şey arasında bağdaşıklık varsa, bu aralarında iletişim kuruyorlar demek değildir.
"... kavrayışını bilgi ile derinleştir ..."
PF @ ST

F1661

Alıntı yapılan: bytan - 01 Şubat 2012 - 19:18:49
@F1661,

Öncelikle N: Ignoring hatalarını çözümle ve sonrasında apt-get upgrade işlemini tekrar yürüt. Çıktıları buraya aktarırken mutlaka kod etiketi kullan.

http://forum.ubuntu-tr.net/index.php?topic=23296.0
http://forum.ubuntu-tr.net/index.php?topic=14283.0
işe yaramadı hala tekrar başlatınca ya da bir program açınca ekran parlaklığı maksimuma çıkıyor



asus@ubuntu:~$ sudo add-apt-repository ppa:kamalmostafa/linux-kamal-mjgbacklight
sudo password for asus:
You are about to add the following PPA to your system:
linux-kamal-mjgbacklight
INSTRUCTIONS FOR THE linux-kamal-mjgbacklight PPA

This PPA may fix non-functional brightness control keys on Ubuntu systems for some laptops (Launchpad bug references LP: #568611, #831542, #827517).

Ubuntu Oneiric (11.10) systems already include all the kernel and gnome-settings-daemon fixes (this PPA is not needed for Oneiric systems).  However, some Oneiric users may still need to add the boot parameter "acpi_backlight=vendor" (see details delow).

This PPA supplies a patched Ubuntu Maverick (10.10) or Natty (11.04) kernel plus EXPERIMENTAL i915 backlight control patches backported from Oneiric:

- intel_backlight and backlight class patches by Matthew Garrett
- radeon_bl backlight patch by Michel Dänzer
- porting and additional backlight control work by Kamal Mostafa

... and a patched gnome-power-manager package.

This PPA is ONLY relevant to Ubuntu Maverick/Natty with the Gnome or Unity desktops (KDE desktop see below). The functionality it provides is not available for previous Ubuntu versions.

************************************************************

BEFORE YOU INSTALL, CHECK FOR THE i915 DRIVER ON YOUR SYSTEM:

This patch requires an Intel graphics processor (i915-based) to operate (*or possibly Radeon, see below). Verify that your system uses the i915 driver:

  $ lsmod | grep ^i915
  i915 331519 3 <--- an "i915" line should appear

If no "i915" line appears, then this PPA will not be useful on your system.

NOTES FOR RADEON USERS

This patch might also fix backlight brightness control for systems with Radeon graphics processors by enabling a new interface: sys/class/backlight/radeon_bl . This Radeon support has NOT been tested; feedback will be appreciated.

NOTES FOR KDE DESKTOP USERS

KDE desktop users: This PPA may NOT fix your backlight control hotkeys: This fix requires a kernel module to supply the new /sys/class/backlight/intel_backlight interface (which will work regardless of your desktop) and also a desktop module to access that interface. For Gnome, the updated gnome-power-manager in this PPA supplies that, but the equivalent for KDE has not yet been developed.

REPORTING PROBLEMS:

Please report problems to LP: #568611.  Provide your machine make/model, the output from "uname -a" and "ls /sys/class/backlight" along with your report.

TECHNICAL NOTES / TROUBLESHOOTING:

Applying this PPA will:
1. update the linux kernel to add a new backlight control interface: /sys/class/backlight/intel_backlight
2. update the gnome-power-manager to bind the brightness up/down keys to intel_backlight in preference to other backlight control interfaces in /sys/class/backlight.

If applying this PPA still doesn't enable your non-functional brightness control keys, check your backlight interfaces to verify that the new "intel_backlight" interface appears:

  $ ls /sys/class/backlight

For some laptop models, it may also be necessary to manually disable the other backlight interfaces in /sys/class/backlight. The following kernel boot parameters can be used to disable other backlight interfaces.  Instructions for using kernel boot parameters are available at https://wiki.ubuntu.com/Kernel/KernelBootParameters .

    Dell laptops with /sys/class/backlight/dell_backlight:  dell_laptop.backlight=0

    Lenovo/IBM ThinkPad and related models:  thinkpad_acpi.brightness_enable=0

Finally, if "intel_backlight" is the only interface that appears in /sys/class/backlight but the brightness control keys still do not work, you may wish to troubleshoot further using the methods described at https://wiki.ubuntu.com/Hotkeys/Troubleshooting .

Additional kernel boot parameters (should not normally be needed):

    acpi_backlight=vendor
The boot parameter acpi_backlight is now set to "=vendor" internally in kamal~mjgbacklight kernels (there is no need to specify this parameter).  This disables the /sys/class/backlight/acpi_video0 backlight interface to preclude interference with intel_backlight.

    i915.asle_backlight (relates to Maverick (mjgbacklight4) version only! default =0)
By default, the internal routine asle_set_backlight is disabled in kamal~mjgbacklight4 kernels as it was observed to interfere with intel_backlight on some systems.  The boot parameter i915.alse_backlight=1 can be set to re-enable it for experimental purposes.

SOURCE PATCHES / GIT BRANCHES:

The sources for the kamal~mjgbacklight kernels (the patch sets for Ubuntu kernels) are available here in the following git branches.  The ported patches are those above the one tagged "master".

http://kernel.ubuntu.com/git?p=kamal/ubuntu-maverick.git;a=shortlog;h=refs/heads/linux-kamal-mjgbacklight

http://kernel.ubuntu.com/git?p=kamal/ubuntu-natty.git;a=shortlog;h=refs/heads/linux-kamal-mjgbacklight

CHANGELOGS:

See https://launchpad.net/~kamalmostafa/+archive/linux-kamal-mjgbacklight/+packages
More info: https://launchpad.net/~kamalmostafa/+archive/linux-kamal-mjgbacklight
Press [ENTER] to continue or ctrl-c to cancel adding it

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.PtgFBga2XD --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 77C69C59057A766866EE16C7E0319082F37F3AB0
gpg: requesting key F37F3AB0 from hkp server keyserver.ubuntu.com
gpg: key F37F3AB0: "Launchpad fixes for aprsd" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
asus@ubuntu:~$ sudo apt-get update
Ign http://tr.archive.ubuntu.com oneiric InRelease
Ign http://tr.archive.ubuntu.com oneiric-updates InRelease
Ign http://tr.archive.ubuntu.com oneiric-backports InRelease
Hit http://tr.archive.ubuntu.com oneiric Release.gpg
Hit http://tr.archive.ubuntu.com oneiric-updates Release.gpg         
Ign http://security.ubuntu.com oneiric-security InRelease           
Hit http://tr.archive.ubuntu.com oneiric-backports Release.gpg
Hit http://tr.archive.ubuntu.com oneiric Release                     
Ign http://ppa.launchpad.net oneiric InRelease                                 
Ign http://ppa.launchpad.net oneiric InRelease                                 
Hit http://security.ubuntu.com oneiric-security Release.gpg                   
Hit http://tr.archive.ubuntu.com oneiric-updates Release             
Hit http://tr.archive.ubuntu.com oneiric-backports Release           
Hit http://ppa.launchpad.net oneiric Release.gpg                     
Hit http://security.ubuntu.com oneiric-security Release               
Hit http://tr.archive.ubuntu.com oneiric/main Sources                 
Hit http://tr.archive.ubuntu.com oneiric/restricted Sources           
Hit http://tr.archive.ubuntu.com oneiric/universe Sources
Hit http://tr.archive.ubuntu.com oneiric/multiverse Sources
Hit http://tr.archive.ubuntu.com oneiric/main amd64 Packages
Hit http://tr.archive.ubuntu.com oneiric/restricted amd64 Packages   
Hit http://tr.archive.ubuntu.com oneiric/universe amd64 Packages     
Hit http://tr.archive.ubuntu.com oneiric/multiverse amd64 Packages
Hit http://ppa.launchpad.net oneiric Release.gpg                     
Hit http://security.ubuntu.com oneiric-security/main Sources         
Hit http://tr.archive.ubuntu.com oneiric/main i386 Packages
Hit http://tr.archive.ubuntu.com oneiric/restricted i386 Packages
Hit http://tr.archive.ubuntu.com oneiric/universe i386 Packages     
Hit http://tr.archive.ubuntu.com oneiric/multiverse i386 Packages   
Hit http://tr.archive.ubuntu.com oneiric/main TranslationIndex       
Hit http://tr.archive.ubuntu.com oneiric/multiverse TranslationIndex
Hit http://tr.archive.ubuntu.com oneiric/restricted TranslationIndex
Hit http://tr.archive.ubuntu.com oneiric/universe TranslationIndex   
Hit http://ppa.launchpad.net oneiric Release                         
Hit http://tr.archive.ubuntu.com oneiric-updates/main Sources                 
Hit http://tr.archive.ubuntu.com oneiric-updates/restricted Sources 
Hit http://tr.archive.ubuntu.com oneiric-updates/universe Sources
Hit http://tr.archive.ubuntu.com oneiric-updates/multiverse Sources
Hit http://tr.archive.ubuntu.com oneiric-updates/main amd64 Packages
Hit http://tr.archive.ubuntu.com oneiric-updates/restricted amd64 Packages
Hit http://tr.archive.ubuntu.com oneiric-updates/universe amd64 Packages
Hit http://tr.archive.ubuntu.com oneiric-updates/multiverse amd64 Packages
Hit http://security.ubuntu.com oneiric-security/restricted Sources
Hit http://security.ubuntu.com oneiric-security/universe Sources
Hit http://security.ubuntu.com oneiric-security/multiverse Sources
Hit http://security.ubuntu.com oneiric-security/main amd64 Packages
Hit http://security.ubuntu.com oneiric-security/restricted amd64 Packages
Hit http://ppa.launchpad.net oneiric Release                         
Hit http://tr.archive.ubuntu.com oneiric-updates/main i386 Packages   
Hit http://tr.archive.ubuntu.com oneiric-updates/restricted i386 Packages
Hit http://tr.archive.ubuntu.com oneiric-updates/universe i386 Packages
Hit http://tr.archive.ubuntu.com oneiric-updates/multiverse i386 Packages     
Hit http://tr.archive.ubuntu.com oneiric-updates/main TranslationIndex         
Hit http://tr.archive.ubuntu.com oneiric-updates/multiverse TranslationIndex   
Hit http://tr.archive.ubuntu.com oneiric-updates/restricted TranslationIndex   
Hit http://security.ubuntu.com oneiric-security/universe amd64 Packages       
Hit http://security.ubuntu.com oneiric-security/multiverse amd64 Packages
Hit http://security.ubuntu.com oneiric-security/main i386 Packages
Hit http://security.ubuntu.com oneiric-security/restricted i386 Packages
Hit http://security.ubuntu.com oneiric-security/universe i386 Packages
Hit http://tr.archive.ubuntu.com oneiric-updates/universe TranslationIndex
Hit http://tr.archive.ubuntu.com oneiric-backports/main Sources     
Hit http://tr.archive.ubuntu.com oneiric-backports/restricted Sources
Hit http://tr.archive.ubuntu.com oneiric-backports/universe Sources
Hit http://tr.archive.ubuntu.com oneiric-backports/multiverse Sources
Hit http://tr.archive.ubuntu.com oneiric-backports/main amd64 Packages
Hit http://security.ubuntu.com oneiric-security/multiverse i386 Packages
Hit http://security.ubuntu.com oneiric-security/main TranslationIndex
Hit http://security.ubuntu.com oneiric-security/multiverse TranslationIndex
Hit http://security.ubuntu.com oneiric-security/restricted TranslationIndex
Hit http://security.ubuntu.com oneiric-security/universe TranslationIndex
Hit http://ppa.launchpad.net oneiric/main Sources
Hit http://tr.archive.ubuntu.com oneiric-backports/restricted amd64 Packages
Hit http://tr.archive.ubuntu.com oneiric-backports/universe amd64 Packages
Hit http://tr.archive.ubuntu.com oneiric-backports/multiverse amd64 Packages
Hit http://tr.archive.ubuntu.com oneiric-backports/main i386 Packages
Hit http://tr.archive.ubuntu.com oneiric-backports/restricted i386 Packages
Hit http://tr.archive.ubuntu.com oneiric-backports/universe i386 Packages
Hit http://tr.archive.ubuntu.com oneiric-backports/multiverse i386 Packages
Hit http://ppa.launchpad.net oneiric/main amd64 Packages
Hit http://tr.archive.ubuntu.com oneiric-backports/main TranslationIndex
Hit http://tr.archive.ubuntu.com oneiric-backports/multiverse TranslationIndex
Hit http://ppa.launchpad.net oneiric/main i386 Packages             
Ign http://ppa.launchpad.net oneiric/main TranslationIndex           
Hit http://tr.archive.ubuntu.com oneiric-backports/restricted TranslationIndex
Hit http://tr.archive.ubuntu.com oneiric-backports/universe TranslationIndex
Hit http://tr.archive.ubuntu.com oneiric/main Translation-tr         
Hit http://tr.archive.ubuntu.com oneiric/main Translation-en         
Hit http://tr.archive.ubuntu.com oneiric/multiverse Translation-tr   
Hit http://tr.archive.ubuntu.com oneiric/multiverse Translation-en   
Hit http://security.ubuntu.com oneiric-security/main Translation-en 
Hit http://security.ubuntu.com oneiric-security/multiverse Translation-en
Hit http://security.ubuntu.com oneiric-security/restricted Translation-en
Hit http://ppa.launchpad.net oneiric/main Sources                   
Hit http://ppa.launchpad.net oneiric/main amd64 Packages
Hit http://ppa.launchpad.net oneiric/main i386 Packages             
Hit http://tr.archive.ubuntu.com oneiric/restricted Translation-tr   
Hit http://tr.archive.ubuntu.com oneiric/restricted Translation-en   
Hit http://tr.archive.ubuntu.com oneiric/universe Translation-tr     
Hit http://tr.archive.ubuntu.com oneiric/universe Translation-en     
Ign http://ppa.launchpad.net oneiric/main TranslationIndex           
Hit http://tr.archive.ubuntu.com oneiric-updates/main Translation-en
Hit http://tr.archive.ubuntu.com oneiric-updates/multiverse Translation-en
Hit http://tr.archive.ubuntu.com oneiric-updates/restricted Translation-en
Hit http://tr.archive.ubuntu.com oneiric-updates/universe Translation-en
Hit http://tr.archive.ubuntu.com oneiric-backports/main Translation-en
Hit http://tr.archive.ubuntu.com oneiric-backports/multiverse Translation-en
Hit http://security.ubuntu.com oneiric-security/universe Translation-en
Hit http://tr.archive.ubuntu.com oneiric-backports/restricted Translation-en
Hit http://tr.archive.ubuntu.com oneiric-backports/universe Translation-en
Ign http://ppa.launchpad.net oneiric/main Translation-tr_TR
Ign http://ppa.launchpad.net oneiric/main Translation-tr
Ign http://ppa.launchpad.net oneiric/main Translation-en
Ign http://ppa.launchpad.net oneiric/main Translation-tr_TR
Ign http://ppa.launchpad.net oneiric/main Translation-tr
Ign http://ppa.launchpad.net oneiric/main Translation-en
Reading package lists... Done
N: Ignoring file 'mj-casalogic-ironhide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'kamalmostafa-linux-kamal-mjgbacklight-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'mj-casalogic-ironhide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'kamalmostafa-linux-kamal-mjgbacklight-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'mj-casalogic-ironhide-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'kamalmostafa-linux-kamal-mjgbacklight-oneiric.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
asus@ubuntu:~$ sudo rm -f /etc/apt/sources.list.d/*.save
asus@ubuntu:~$ sudo rm -f /etc/apt/sources.list.d/*.distUpgrade
asus@ubuntu:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
asus@ubuntu:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
asus@ubuntu:~$

[hr]

bytan

@F1661,

İkinci verdiğim bağlantıya baktın mı? O bağlantıya bakmadıysan, lütfen bak ve iletini düzenle.

İlk verdiğim bağlantıdaki işlemleri tekrar yürüt ve verdiğin satırla birlikte tüm çıktıyı buraya geç.

Son olarak dosyanın içeriği nedir?

gedit /etc/default/grub
Umut en büyük kötülüktür; işkenceyi uzatır. - F.N.


Bir şey ne ise odur, bu kadar. Öyleyse, iki şey arasında bağdaşıklık varsa, bu aralarında iletişim kuruyorlar demek değildir.
"... kavrayışını bilgi ile derinleştir ..."
PF @ ST

F1661

Alıntı yapılan: bytan - 01 Şubat 2012 - 20:23:31
@F1661,

İkinci verdiğim bağlantıya baktın mı? O bağlantıya bakmadıysan, lütfen bak ve iletini düzenle.

İlk verdiğim bağlantıdaki işlemleri tekrar yürüt ve verdiğin satırla birlikte tüm çıktıyı buraya geç.

Son olarak dosyanın içeriği nedir?

gedit /etc/default/grub

sudo sh -c "echo 'Dir::Ignore-Files-Silently:: \"(.save|.distupgrade)$\";' > /etc/apt/apt.conf.d/99ignoresave"
bu kodu yazınca yeni bir kod satırı geliyor herhangi çıktı vermiyor


gedit /etc/default/grub

# 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"
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"


sudo gedit /etc/grub.d/10_linux
[sudo] password for asus:

(gedit:2057): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Failed to create file '/root/.local/share/recently-used.xbel.PG848V': No such file or directory

(gedit:2057): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: No such file or directory

(gedit:2057): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Failed to create file '/root/.local/share/recently-used.xbel.AH168V': No such file or directory

(gedit:2057): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: No such file or directory

(gedit:2057): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Failed to create file '/root/.local/share/recently-used.xbel.9IHZ8V': No such file or directory

(gedit:2057): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: No such file or directory

sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.0.0-15-generic
Found initrd image: /boot/initrd.img-3.0.0-15-generic
Found linux image: /boot/vmlinuz-3.0.0-12-generic
Found initrd image: /boot/initrd.img-3.0.0-12-generic
Found Windows Recovery Environment (loader) on /dev/sda1
Skipping Windows Recovery Environment (loader) on Wubi system
Found Windows 7 (loader) on /dev/sda2
Skipping Windows 7 (loader) on Wubi system
done



apocuk

Bende bu problemi yaşadım şöyle bir çözüm uyguluyorum
acemice olabilir.
sudo apt-get install xbacklight

indirdikten sonra boş bir belge açıp örneğin adı bright.sh olsun
dosya içerisine
#!/bin/bash
xbacklight -set 65
yazdım. Dosyayı kaydedip çalıştırma yetkisi verdim
daha sonra başlangıç uygulamalarından bright.sh dosyasını göstererek
bilgisayarın başlangıçta 65 olarak ayarladığım parlaklıkta açılmasını sağlıyorum
dediğim gibi acemice olabilir ama inşallah işinize yarar.
Mecburiyet Esaretin Diğer Adıdır.....
http://abdurrahmanakturk.wordpress.com/

heartsmagic

@F1661, @bytan'ın verdiği ikinci bağlantıya lütfen tekrar bak ve buraya geçtiğin çıktıları kod etiketi içinde ver. Yapması basittir, forumu düzenli tutar:
http://forum.ubuntu-tr.net/index.php?topic=14283.0

PPA eklenmiş fakat güncelleme gelmemiş. Benim gözümden kaçmış, çekirdek sürümü depoda zaten geriden geliyor, güncelleme ile gelmez. Elle kurmak mümkün fakat önce @apocuk'un önerisini deneyelim.

@apocuk, acemice diye bir şey yok, sorun güvenli bir şekilde çözülüyorsa neticede bir çözümdür bizim için.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

F1661

Alıntı yapılan: apocuk - 02 Şubat 2012 - 00:26:03
Bende bu problemi yaşadım şöyle bir çözüm uyguluyorum
acemice olabilir.
sudo apt-get install xbacklight

indirdikten sonra boş bir belge açıp örneğin adı bright.sh olsun
dosya içerisine
#!/bin/bash
xbacklight -set 65
yazdım. Dosyayı kaydedip çalıştırma yetkisi verdim
daha sonra başlangıç uygulamalarından bright.sh dosyasını göstererek
bilgisayarın başlangıçta 65 olarak ayarladığım parlaklıkta açılmasını sağlıyorum
dediğim gibi acemice olabilir ama inşallah işinize yarar.

teşekkürler, evet bu işe yaradı , ama ekran parlaklığını kısmak için şifremi girip oturum açmamı bekliyor sizde de böyle mi ?


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 02 Şubat 2012 - 03:01:22

Alıntı yapılan: heartsmagic - 02 Şubat 2012 - 00:39:08
@F1661, @bytan'ın verdiği ikinci bağlantıya lütfen tekrar bak ve buraya geçtiğin çıktıları kod etiketi içinde ver. Yapması basittir, forumu düzenli tutar:
http://forum.ubuntu-tr.net/index.php?topic=14283.0

PPA eklenmiş fakat güncelleme gelmemiş. Benim gözümden kaçmış, çekirdek sürümü depoda zaten geriden geliyor, güncelleme ile gelmez. Elle kurmak mümkün fakat önce @apocuk'un önerisini deneyelim.

@apocuk, acemice diye bir şey yok, sorun güvenli bir şekilde çözülüyorsa neticede bir çözümdür bizim için.

yardımınız için teşekkürler,  apocuk un önerisi ile sorun çözüldü, şimdi bu ppa yı sistemden uzaklaştırmak için bir şey yapmalı mıyım ?

apocuk

oturum açıldıktan sonra devreye giriyor maalesef yinede bulduğum en iyi çözüm bu oldu
Mecburiyet Esaretin Diğer Adıdır.....
http://abdurrahmanakturk.wordpress.com/

heartsmagic

PPA'yı Yazılım Kaynakları uygulamasından kaldırabilirsin. Sorunun çözüldükten sonra başlığa [Çözüldü] etiketi vurursan konumuzu kapatabiliriz.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

tolga_kulaç

E: /var/lib/dpkg/lock kilit alınamadı - open (11: Özkaynak geçici olarak kullanılamaz durumda)
E: (/var/lib/dpkg/) yönetim dizinini kilitlenemiyor, başka bir işlem tarafından kullanılıyor olmasın?


son çözüm için çıktı bu. önceki seçenekleri de denemiştim değişen bi şey olmadı.


guopx

@apocuk
çok teşekkür ederim  işe yaradı gerçekten. pratik ve zekice.
Sevdiklerine sevdiğini söyle çok geç olmadan.