Nieuws:

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

Auteur Topic: xorg is leeg, hoe extra resolutie toevoegen?  (gelezen 1342 keer)

Offline Taaje

  • Lid
xorg is leeg, hoe extra resolutie toevoegen?
« Gepost op: 2010/04/03, 13:37:59 »
Hallo,

ik gebruik ubuntu 8.10 server, met gnome. Als ik met de filebrowser naar xorg.conf ga en open met gedit is deze leeg. Ik heb wel een xorg.conf.failsafe. Ik wil graag een resolutie toevoegen voor een groter scherm (1900*1200), maar waar doe ik dat nu? als ik het scherm aansluit wordt dit niet herkend en via system --> voorkeuren --> schermresoluties kom ik niet verder dan 1600*1024.

Iemand een idee?


Alvast bedankt.

Re: xorg is leeg, hoe extra resolutie toevoegen?
« Reactie #1 Gepost op: 2010/04/03, 13:41:35 »
Heb je de juiste driver al geïnstalleerd? Welke videokaart heb je?
Mijn xorg.conf in 8.10 is ook vrij leeg.
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder57)  Wed Nov 26 11:27:46 PST 2008

# 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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
In der Beschränkung zeigt sich der Meister.

Offline Taaje

  • Lid
Re: xorg is leeg, hoe extra resolutie toevoegen?
« Reactie #2 Gepost op: 2010/04/03, 14:57:09 »
Volgens mij heb ik de juiste driver, (meest recente xserver-xorg-video-intel). Ik heb een onboard built-in Intel® GMA 950 Graphics (   945GC + ICH7 chipset)......

Re: xorg is leeg, hoe extra resolutie toevoegen?
« Reactie #3 Gepost op: 2010/04/03, 15:26:48 »
Kijk eens of het hiermee wilt lukken, zet dit als root in je xorg.conf, sudo gedit /etc/X11/xorg.conf
Section "Screen"
   Identifier   "Default Screen"
   Device      "Configured Video Device"
   Monitor      "Configured Monitor"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Virtual   1600   1200
      Modes      "800x600@72"   "800x600@75"   "800x600@56"   "800x600@60"   "640x480@75"   "832x624@75"   "640x480@72"   "1024x768@75"   "640x480@60"   "1024x768@70"   "1024x768@60"   "1152x864@75"   "1280x1024@75"   "1280x960@60"   "1280x1024@60"   "1280x960@75"   "1400x1050@60"   "1600x1200@65"   "1600x1200@60"
   EndSubSection
EndSection

Bestand opslaan en de computer opnieuw opstarten.
« Laatst bewerkt op: 2010/04/03, 15:33:22 door Gijsbert »
In der Beschränkung zeigt sich der Meister.