[Çözüldü]Kubuntu ayarladığım çözünürlüğü aklında tutmuyor!

Başlatan tragedy10, 01 Kasım 2008 - 11:13:55

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

tragedy10

Kubuntu 8.10 KDE 4 dün gece kurdum. Fakat her girdiğimde nvidia x server settings aracılığıyla 1280x1024 olarak ayarladığım çözünürlüğü 1024x800 e düşürüyor. 1280x1024'ü nasıl kalıcı hale getirebilirim.

atomkarinca

sudo nvidia-settings

komutuyla açıp "Save to X Configuration File" yaparsanız kaydedecektir.

tragedy10

Alıntı yapılan: atomkarinca - 01 Kasım 2008 - 12:19:15
sudo nvidia-settings

komutuyla açıp "Save to X Configuration File" yaparsanız kaydedecektir.

Alıntı Yapsh: pkg-config: not found
Segmentation fault

Yukarıdaki gibi çıktı veriyor şifreyi girdikten sonra.
Ayarları açıyor. Kaydet dedim, yeniden başlattım çözünürlük yüne düştü.

Python

sudo nano /etc/X11/xorg.conf


bunu verirmisin section device kısmını buraya kopyalarmısın
Bilginin Efendisi Olmak için, Çalışmanın Esiri Olmak Gerekir - Linux For Humans

tragedy10

Alıntı yapılan: BLaCK_sPy - 01 Kasım 2008 - 12:31:15
sudo nano /etc/X11/xorg.conf


bunu verirmisin section device kısmını buraya kopyalarmısın


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


Şimdiye kadar gördüğüm en kısa xorg.conf dosyası   :)

tragedy10

# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xo


Yukarıdaki gibi bir yazı var dosyanın içinde bununla alakası olabilir mi?

Python

sudo dpkg-reconfigure xserver-xorg

ver bakalım ne diyecek ve daha sonra bilgisayarı yeniden başlatabilirsin
Bilginin Efendisi Olmak için, Çalışmanın Esiri Olmak Gerekir - Linux For Humans

tragedy10

Alıntı yapılan: BLaCK_sPy - 01 Kasım 2008 - 12:40:16
sudo dpkg-reconfigure xserver-xorg

ver bakalım ne diyecek ve daha sonra bilgisayarı yeniden başlatabilirsin


┌───────────────────────┤ Configuring xserver-xorg ├────────────────────────┐
│                                                                           │
│ Rather than communicating directly with the video hardware, the X server  │
│ may be configured to perform some operations, such as video mode          │
│ switching, via the kernel's framebuffer driver.                           │
│                                                                           │
│ In theory, either approach should work, but in practice, sometimes one    │
│ does and the other does not.  Enabling this option is the safe bet, but   │
│ feel free to turn it off if it appears to cause problems.                 │
│                                                                           │
│ Use kernel framebuffer device interface?                                  │
│                                                                           │
│                    <Yes>                       <No>   



İlk olarak böyle mavi bir ekran geliyor. Peşinden bir dizi sorular daha soruyor.

Python

evet diceksin işte
configurasyonu yeniliyo

OK de gec sen :D
Bilginin Efendisi Olmak için, Çalışmanın Esiri Olmak Gerekir - Linux For Humans

tragedy10

Onayladım bütün soruları nvidia sürücüsünü kullanımdan kaldırdı. Çözünürlük yine 1024x800 olarak geldi. :D

heartsmagic

Nvidia'yı kur, xorg.conf dosyana kendin işle bir de çözünürlüğü, bakalım olacak mı?
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.

tragedy10

Alıntı Yap# 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"
Option "UseFBDev" "true"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

Neresine nasıl ekleyebilirim acaba? Yönetici yetkisiyle xorg.conf nasıl açacağım?

Python

yönetici yetkisiyle Xorg.cof dosyasını

sudo nano /etc/X11/xorg.conf


şeklinde açabilirsin * ya da  ;

sudo gedit /etc/X11/xorg.conf

ben genelde nano kullanırım
Bilginin Efendisi Olmak için, Çalışmanın Esiri Olmak Gerekir - Linux For Humans

heartsmagic

1280x800 için bu şekilde deneyebilirsin.


# 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
        SubSection     "Display"
        Modes      "1280x800"
EndSection

Section "Module"
Load "glx"
EndSection

Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
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.

tragedy10

Bu değişiklikte grafik ekran açılmadı.
Nano ile değişiklikleri silince açıldı.

heartsmagic

Benim ufak bir hatam, EndSubsection unutmuşum. Aşağıdaki gibi deneyebilirsin.

# 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
        SubSection     "Display"
        Modes      "1280x800"
        EndSubSection
EndSection

Section "Module"
Load "glx"
EndSection

Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
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.

tragedy10

Teşekürler, sorun çözüldü, bıraktığım şekilde açıldı.
Mutlu son :D