Ok, jetzt hab ich das ganze ausgeführt, mit folgendem, ernüchternden Ergebnis:
neo@lobby:~$ cd /etc
neo@lobby:/etc$ cd X11
neo@lobby:/etc/X11$ sudo mkdir oldconfigs && sudo mv -t oldconfigs xorg.conf* &&sudo dpkg-reconfigure -phigh xserver-xorg && sudo aticonfig --initial && sudo gdm
md5sum: /etc/X11/xorg.conf: No such file or directory
Uninitialised file found, configuring.
Using xorg.conf
Saved back-up to xorg.conf.original-0
gdm[8173]: WARNING: GDM läuft bereits. Abbruch!
GDM läuft bereits. Abbruch!
neo@lobby:/etc/X11$
Schau ich jetzt in den Ordner X11, sind allerdings wirklich alle Dateien weg,
bis auf die ganz normale xorg.conf und noch eine xorg.conf.original-0.
Wenn ich die xorg.conf öffne steht da Folgendes:
Code:
# 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.
#
# 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 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Aber oben das hat ja offensichtlich schon nicht richtig funktioniert.
Weiß zwar nicht warum aber das hat es ja wie man sieht nicht.
Deshalb denke ich auch nicht das da jetzt irgendwas passiert ist.
Ein "Displaymanager", wie du sagtest, ging ja schließlich auch nicht auf ... hmm ...
Was ist das mit diesem GDM, das bereits läuft?