hallo, habe grade ubuntu 8.1 installiert, klappt auch alles bis auf die auflösung.
ich hab ein toshiba satellite pro 4600 mit onboard grafik, und es sind nur 4 verschiedene auflösungen möglich, die höchste ist 800x600. diese wird nicht hochskaliert, also gibt es einen fetten schwarzen rand. unter windows ging immer 1024x768.
weiß jemand abhilfe?
danke jürgen
Linux 15.009 Themen, 106.826 Beiträge
Jetzt gäbe es noch die Möglichkeit, mit sudo nautilus den Dateimanager direkt zu öffnen und wenn Du die Datei aus diesem heraus bearbeitest, "erbst" Du die Berechtigung als root, so das Du auch die Datei nach dem Bearbeiten speichern kannst.
Wenn Du im Nautilus die /etc/X11/xorg.conf normal öffnest, enthält die dann irgendwelche Einträge?
Das jetzt gar nichts drin stehen soll, kann ich mir nicht vorstellen, sonst würde der X-Server ja nicht laufen.
Ich habe jetzt mal Ibex von CD gestartet, bei mir sieht die ziemlich dürftige xorg.conf nach Eingabe von sudo nano /etc/X11/xorg.conf immerhin noch so aus:
# 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"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Gespeichert werden die Änderungen unter nano dann durch Drücken von F2.
