Linux Mint Türkiye
Linux Mint Destek => Ekran Kartları => Donanım => Intel => Konuyu başlatan: 210Birol - 21 Mart 2015, 20:31:54
-
Linux da yeniyim. Ekran parlaklığı değişmiyor. Fn tuşuyla ekrana simge geliyor ve değiştiği gösteriliyor ama parlaklıkta bir değişiklik olmuyor. Ayarlardan da ekran parlaklığını değiştirdim ama bir değişiklik olmadı.
Forumlardaki bir çok şeyi denedim ve
http://forum.linuxmint.net.tr/index.php?topic=2577.msg16347#msg16347 burdaki talimatları da yaptım. ancak değişen birşey olmadı.
-
Konudaki çıktıları paylaşınız. http://forum.linuxmint.net.tr/index.php?topic=2738.0
-
kodlar yazınca bunlar geldi
uname-rm
3,16,0-31-generic i686
inxi -g Graphics:
Card: Intel Mobile 4 Series Chipset Integrated Graphics Controller
X.Org: 1.15.1 drivers: intel (unloaded: fbdev,vesa) Resolution: 1366x768@60.0hz
GLX Renderer: Mesa DRI Mobile Intel GM45 Express Chipset x86/MMX/SSE2 GLX Version: 2.1 Mesa 10.1.3
glxinfo | grep render
direct rendering: Yes
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset x86/MMX/SSE2
GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp,
lspci | egrep 'VGA|3D|Display' 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 32767 x 32767
LVDS1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 345mm x 194mm
1366x768 60.0*+
1360x768 59.8 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
cat /etc/X11/xorg.conf
cat: /etc/X11/xorg.conf: Böyle bir dosya ya da dizin yok
Düzenleme : Çıktılar kod etiketi içine alındı
-
Bir de aşağıdaki komutun çıktısını rica edelim, marka model bilgisi sorunun çözümü için işe yarayabilir.
inxi -M
-
inxi -M
Machine: Mobo: Acer model: BA51_MV version: V1.04 Bios: Acer version: V1.04 date: 09/23/2010
forumda ki nerdeyse tüm yöntemleri denedim..
bilgisayarımda hem win 8.1 kurulu hemde linux mnt.. wind kullanırken parlaklıkta bir sıkıntı yaşamıyorum istediğim gibi ayarlayabiliyorum ama linuxda olmuyor
-
Grub'la ilgili düzenlemeyi yapıp grub ayarlarını güncellediniz mi? Bir de aşağıdaki komutların çıktılarına bakalım kontrol amaçlı.
cat /etc/default/grub
cat /boot/grub/grub.cfg
-
grub güncellemesi yapmıştım. daha sonra grub temeası yükleyip tekrar güncelleme yaptım. grub üzerinde baka bişey yapmadım
cat /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 acpi_osi=Linux"
GRUB_CMDLINE_LINUX="acpi_backlight=vendor"
# 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"
cat /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b8774077-e7e0-4418-ace9-17c236861723
else
search --no-floppy --fs-uuid --set=root b8774077-e7e0-4418-ace9-17c236861723
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=tr_TR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=-1
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=10
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=10
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/06_mint_theme ###
set menu_color_normal=white/black
set menu_color_highlight=white/light-gray
### END /etc/grub.d/06_mint_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="$1"
if [ "$1" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ ${recordfail} != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Linux Mint 17.1 Cinnamon 32-bit, 3.16.0-31-generic (/dev/sda6)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b8774077-e7e0-4418-ace9-17c236861723
else
search --no-floppy --fs-uuid --set=root b8774077-e7e0-4418-ace9-17c236861723
fi
linux /boot/vmlinuz-3.16.0-31-generic root=UUID=b8774077-e7e0-4418-ace9-17c236861723 ro acpi_backlight=vendor quiet splash acpi_osi=Linux $vt_handoff
initrd /boot/initrd.img-3.16.0-31-generic
}
menuentry 'Linux Mint 17.1 Cinnamon 32-bit, 3.16.0-31-generic (/dev/sda6) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b8774077-e7e0-4418-ace9-17c236861723
else
search --no-floppy --fs-uuid --set=root b8774077-e7e0-4418-ace9-17c236861723
fi
echo 'Linux Yükleniyor 3.16.0-31-generic...'
linux /boot/vmlinuz-3.16.0-31-generic root=UUID=b8774077-e7e0-4418-ace9-17c236861723 ro recovery nomodeset acpi_backlight=vendor
echo 'Başlangıç ramdiski yükleniyor...'
initrd /boot/initrd.img-3.16.0-31-generic
}
submenu "Previous Linux versions" {
menuentry 'Linux Mint 17.1 Cinnamon 32-bit, 3.13.0-37-generic (/dev/sda6)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b8774077-e7e0-4418-ace9-17c236861723
else
search --no-floppy --fs-uuid --set=root b8774077-e7e0-4418-ace9-17c236861723
fi
linux /boot/vmlinuz-3.13.0-37-generic root=UUID=b8774077-e7e0-4418-ace9-17c236861723 ro acpi_backlight=vendor quiet splash acpi_osi=Linux $vt_handoff
initrd /boot/initrd.img-3.13.0-37-generic
}
menuentry 'Linux Mint 17.1 Cinnamon 32-bit, 3.13.0-37-generic (/dev/sda6) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b8774077-e7e0-4418-ace9-17c236861723
else
search --no-floppy --fs-uuid --set=root b8774077-e7e0-4418-ace9-17c236861723
fi
echo 'Linux Yükleniyor 3.13.0-37-generic...'
linux /boot/vmlinuz-3.13.0-37-generic root=UUID=b8774077-e7e0-4418-ace9-17c236861723 ro recovery nomodeset acpi_backlight=vendor
echo 'Başlangıç ramdiski yükleniyor...'
initrd /boot/initrd.img-3.13.0-37-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_lupin ###
### END /etc/grub.d/10_lupin ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b8774077-e7e0-4418-ace9-17c236861723
else
search --no-floppy --fs-uuid --set=root b8774077-e7e0-4418-ace9-17c236861723
fi
knetbsd /boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 b8774077-e7e0-4418-ace9-17c236861723
else
search --no-floppy --fs-uuid --set=root b8774077-e7e0-4418-ace9-17c236861723
fi
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 8 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-38D6940CD693C910' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 38D6940CD693C910
else
search --no-floppy --fs-uuid --set=root 38D6940CD693C910
fi
parttool ${root} hidden-
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry 'Windows 7 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-664C96304C95FACF' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 664C96304C95FACF
else
search --no-floppy --fs-uuid --set=root 664C96304C95FACF
fi
parttool ${root} hidden-
chainloader +1
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
set timeout=10
fi
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
-
Burada (http://forum.linuxmint.net.tr/index.php?topic=800.msg4531#msg4531) farklı bir Acer cihaz için çözüm bulunmuş, bağlantıdaki değişikliği yapıp grub ayar dosyasını güncelleyiniz ve sistemi yeniden başlatmayı deneyiniz.
-
baktım uyguladım paylaştığınız sayfadakileri grub güncelleme de yapıp yeniden başlattım.. değişiklik olmadı
-
Buradaki (http://forum.linuxmint.net.tr/index.php?topic=136.msg8646#msg8646) öneriyi uyguladınız mı peki?
-
:) Çok teşekkür ederim bu kodlar işe yaradı. Sorun çözüldü. Tekrar teşekkür ettim emeğiniz için...
-
[member=1533]210Birol[/member], rica ederiz.
Çözüldü etiketini konu başlığına da eklerseniz konuyu kilitleyebiliriz.