Supportnet / Forum / Linux
X Server und nvidia
Frage
Ich hab mir heute die neuen Nvidia Treiber geloadted und installiert. Nun geht mein Ubuntu netmehr, weil der X Server falsch eingestellt ist. Die Auflösung ist üfr meinen Monitor zu hoch. Wie kann ich das ändern ohne das Ubuntu zu starten.
Ich hab eine Ubuntu Live CD kann auch cinfigs ändern aber welche config ist es für die auflösung ?
Die xserver,conf ist es net so wie es aussieht,
thx
fabian
Antwort 1 von Susefrust
>aber welche config ist es für die auflösung ?
/etc/X11/xorg.conf
MfG
/etc/X11/xorg.conf
MfG
Antwort 2 von Fassy91
In der war ich schon aber ich kann nichts finden was nach auflösung aussieht .
Hier meine xorg.conf :
Mein Monitor zeigt nurnoch "Out of Range" und ich kann nichts machen
Hier meine xorg.conf :
# xorg.conf (xorg 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.
#
# 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSectionMein Monitor zeigt nurnoch "Out of Range" und ich kann nichts machen
Antwort 3 von bored
Füge folgende Zeilen an deine Section "Screen" an:
Das ... muss natürlich ersetzt werden durch andere Auflösungen. Oder du löschst es raus, hautsache es steht nicht mehr drin.
Was sich die Ubuntu-Leute wohl dabei gedacht haben...
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" ...
EndSubSectionDas ... muss natürlich ersetzt werden durch andere Auflösungen. Oder du löschst es raus, hautsache es steht nicht mehr drin.
Was sich die Ubuntu-Leute wohl dabei gedacht haben...
Antwort 4 von bored
Zitat:
Füge folgende Zeilen an deine Section "Screen" an:
Füge folgende Zeilen an deine Section "Screen" an:
Ups!
Füge folgende Zeilen in deine Section "Screen" ein
So sollte es aussehen :-)
Antwort 5 von Fassy91
Ja so hab ich es gemacht thx es geht.
mfg
Remon
mfg
Remon
Antwort 6 von Real_Randolf
Das nächste Mal über
"dpkg-reconfigure xserver-xorg"
"dpkg-reconfigure xserver-xorg"
Antwort 7 von Fassy91
das ging ja nicht.
Ich musste über die Live CD die configs ändern.
thx Leute und bis bald
Ich musste über die Live CD die configs ändern.
thx Leute und bis bald

