Fn tuşu ve monitör bağlama

Başlatan oguncak, 11 Temmuz 2009 - 09:03:14

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

oguncak

Merhaba arkadaşlar.
Ubuntu-JJ yüklü laptop'uma bir monitör bağlamak istedim. Ubuntu masaüstüm görünene kadar, bağladığım monitörden görüntü alabildim. Fakat masaüstü geldiği anda monitörden görüntü gitti. Fn tuşunu da çeşitli kombinasyonlarla çalıştırmayı denedim; fakat nafile.

Bir çözüm geliştirebilecek arkadaşların cevabını bekliyorum.
Teşekkürler.

ironic

Şu iki komutun çıktısı nedir?

glxinfo | grep render


cat /etc/X11/xorg.conf

oguncak

İKİ KOMUTUN ÇIKTILARI ŞÖYLE:

oguncak@oguncak-laptop:~$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: GeForce Go 6100/PCI/SSE2/3DNOW!
    GL_NVX_conditional_render, GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, cat /etc/X11/xorg.cocat /etc/X11/xorg.confnf
oguncak@oguncak-laptop:~$ cat /etc/X11/xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
   DefaultDepth   24
EndSection

Section "Module"
   Load   "glx"
EndSection

Section "Device"
   Identifier   "Configured Video Device"
   Driver   "nvidia"
   Option   "NoLogo"   "True"
EndSection

oguncak@oguncak-laptop:~$







ironic

sudo cp /etc/X11/xorg.conf  /etc/X11/xorg.conf_yedek

komutu ile xorg 'u yedekleyin.

gksu nvidia-settings

komutu ile açılan nvidia penceresinden "X Server Display Configuration" bölümüne girin. Alt bölümde ekranınıza uygun değerleri seçin. Altta yer alan "Save to X Configuration File" düğmesine basın. Açılan pencereden " Save" ile ayarları kaydedin.  Oturumu kapatıp , tekrar giriş yapın.

Eğer açılışta sorun yaşarsanız , bilgisayarı yeniden başlatın. Boot ekranında recovery bölümünü seçin ve root penceresine girin. Şu komutu verin. Bir kağıda not almanızda fayda var.

mv /etc/X11/xorg.conf_yedek  /etc/X11/xorg.conf