Re: [Linux] Ubuntu Ekran Kartı

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Bulent Sener (bsener@inonu.edu.tr)
Date: Thu 17 Nov 2005 - 15:51:20 EET


Merhaba,
sudo nano /etc/X11/xorg.conf komutunu verip xorg.conf dosyasında

Section "Screen"
        Identifier "Screen0"
        Device "Videocard0"
        Monitor "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport 0 0
                Depth 24
                Modes "800x600" "640x480"
        EndSubSection
EndSection

yazılı bölümü bulun.

Kolaylıkla farkedeceğiniz gibi bu "800x600" ifadesinin hemen önüne desteklenen bir çözünürlüğü yazın. Örneğin benimki
1024x768 dolayısıyla bölüm aşağıdaki gibi:

Section "Screen"
        Identifier "Screen0"
        Device "Videocard0"
        Monitor "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport 0 0
                Depth 24
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Saygılarımla,
Bülent ŞENER

---------- Original Message -----------
From: "Ercin Certel" <ecertel@postit.ticaretnet.com>
To: <linux@liste.linux.org.tr>
Sent: Thu, 17 Nov 2005 15:11:08 +0200
Subject: [Linux] Ubuntu Ekran Kartı

> Merhabalar,
> Ubuntu 5.10 kurdum. Ekran kartını tanımasına rağmen x ekranında 800*600 dan başka çözünürlük alamıyorum. Ekran
> kartının markası Nvidia Riva TNT2 sizce sorun ne olabilir ? £.Certel
>
> ------------------------------------------------------------
> Sent via mektup.ticaretnet.com on postit.ticaretnet.com
------- End of Original Message -------

_______________________________________________
Linux mailing list
Linux@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.