Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Scherm resolutie  (gelezen 766 keer)

Scherm resolutie
« Gepost op: 2006/09/26, 14:41:42 »
Ik kan op ubuntu maar max 1024 x 768 dit il ik graag groter mijn nvidia drivers werken correct die heb ik getest via cedega.

ik krijg ook nvidia logo te zijn bij opstarten en als ik in het systeem menu kijk bij scherm resolutie kan ik wel kleiner maar neit groter.

grag wil ik mijn resolutie groter willen hebben kan iemand mij hier mee helpen ??

goofybert

  • Gast
Scherm resolutie
« Reactie #1 Gepost op: 2006/09/26, 15:25:09 »
voor het nvidia logo te verwijdere:
1. maak een backup van uwe xorg.conf dit doe je met dit commando: sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
2.nu gaan we de xorg.conf aanpasse,dit doe je met dit commando: sudo gedit /etc/X11/xorg.conf
3. nu moet je opzoek gaan naar dit stukje tekst: ... Section "Device"
    Identifier     "NVIDIA Corporation NV40 [GeForce 6800 GT]"
    Driver         "nvidia"...
4. als je dit gevonde hebt voeg je onderaan het volgende stukje toe: Option "NoLogo"
5.nu zou het er zo moete uitzien: ... Section "Device"
    Identifier     "NVIDIA Corporation NV40 [GeForce 6800 GT]"
    Driver         "nvidia"
    Option "NoLogo"  ...
6.nu sla je de wijzigingen op
nu voor de schermresolutie te veranderen moet je in het zelfste bestand zitte:
1. zoek in xorg.conf het stukje tekst: Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV40 [GeForce 6800 GT]"
    Monitor        "Generic Monitor"
(staat normaal gewoon onder het vorige)
2. je ziet hier nu onderaan allemaal schermresolutie's staan,hier voeg je gewoon telkens de gewenste resolutie toe.vb ik zou de resolutie 1280x1024 wille toevoege dan gaat het er zo uit zien:
Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV40 [GeForce 6800 GT]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
3. sla de wijzigingen op en sluit het bestand af
4.herstart de grafische omgeving gaat met ctrl shift backspace tegelijk in te duwe,maar ben der niet meer 100% zeker van,je kunt ook gewoon je pc herstarte voor het zelfde effect te krijge

Offline profoX

  • Lid
    • wesley
    • Lionslink
Scherm resolutie
« Reactie #2 Gepost op: 2006/09/26, 18:28:32 »
Ctrl + Alt + Backspace ipv Ctrl + Shift + Backspace

of in de terminal: sudo /etc/init.d/gdm restart
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)