Nieuws:

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

Auteur Topic: schermresolutie (kubuntu)  (gelezen 1486 keer)

korneel

  • Gast
schermresolutie (kubuntu)
« Gepost op: 2006/07/19, 09:51:22 »
Ik heb Kubuntu ge

sonics

  • Gast
schermresolutie (kubuntu)
« Reactie #1 Gepost op: 2006/07/19, 09:55:38 »
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
sudo gedit /etc/X11/xorg.conf

hier kan je je resoluties handmatig aanpassen. Voor mij is dat bijvoorbeeld:

Section "Device"
   Identifier   "NVIDIA Corporation NV40.2 [GeForce 6800 LE]"
   Driver      "nvidia"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
   HorizSync   30-83
   VertRefresh   56-70
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "NVIDIA Corporation NV40.2 [GeForce 6800 LE]"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280X1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280X1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

sonics

  • Gast
schermresolutie (kubuntu)
« Reactie #2 Gepost op: 2006/07/19, 09:56:43 »
oooh gedit is voor Ubuntu, jij moet Kedit nemen denk ik ;)

Offline profoX

  • Lid
    • wesley
    • Lionslink
schermresolutie (kubuntu)
« Reactie #3 Gepost op: 2006/07/19, 14:12:42 »
Citaat van: sonics
oooh gedit is voor Ubuntu, jij moet Kedit nemen denk ik ;)
of kwrite, ik denk dat kubuntu standaard geen kedit installed
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

sonics

  • Gast
schermresolutie (kubuntu)
« Reactie #4 Gepost op: 2006/07/19, 17:08:34 »
ik had ook gewoon een link naar de Ubuntu wiki kunnen geven.