So, ich hab mich mal durch den ubuntuusers-Thread durchgeackert... Du hast ja echt schon sehr viel probiert. Das ganze ist aber eine Ansammlung erfolgloser Versuche, ein Symptom in den Griff zu bekommen, das als solches wieder verhindert, die Ursache zu ermitteln :)
Was ich jetzt versuchen würde:
1) Den beschleunigten Treiber deinstallieren bzw. deaktivieren (ich glaube das ist bei Gnome in Administration->Verwaltung eingeschränkter Treiber und für alle Fälle im Terminal:
sudo apt-get remove nvidia-glx nvidia-glx-dev nvidia-glx-legacy nvidia-kernel-source nvidia-legacy-kernel-source nvidia-settings nvidia-kernel-common
(noch nicht neu starten) dann die /etc/X11/xorg.conf sichern:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
und öffnen:
sudo gedit /etc/X11/xorg.conf
und damit ersetzen:
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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"
Fontpath "/usr/share/X11/fonts/misc"
Fontpath "/usr/share/X11/fonts/cyrillic"
Fontpath "/usr/share/X11/fonts/100dpi/:unscaled"
Fontpath "/usr/share/X11/fonts/75dpi/:unscaled"
Fontpath "/usr/share/X11/fonts/Type1"
Fontpath "/usr/share/X11/fonts/100dpi"
Fontpath "/usr/share/X11/fonts/75dpi"
Fontpath "/usr/share/fonts/X11/misc"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "ch"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom"# Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom"# Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom"# Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "Device"
Identifier "NVIDIA Go 7300"
Driver "nvidia"
Busid "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 28-72
Vertrefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Go 7300"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
dann X neu starten und noch mal versuchen. Für alle Fälle USB-Geräte raus, wie Dir bereits vorgeschlagen wurde.
2) Im Bios "shared (video) memory" deaktivieren, wenn möglich. Nochmal versuchen.
Wenn das nicht funktioniert, die Änderungen nicht rückgängig machen (außer vllt. die Bios-Einstellung shared memory, beides testen), sondern
2) mit der Konsole starten (der 2. Grub-Menu Eintrag beim Booten) und mit "nano /etc/fstab" alle weiteren Laufwerke außer / und swap durch voranstellen eines # für Linux deaktivieren. Dann mal versuchen zu starten. Evtl. die UUIDs herausnehmen, sodass /etc/fstab dann so aussieht (ich habe die verwendet, die Du im ubuntuusers gepostet hast):
proc /proc proc defaults 0 0
/dev/sda6 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda1 /media/sda1 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sda2 /media/sda2 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sda3 /media/sda3 vfat defaults,utf8,umask=007,gid=46 0 1
/dev/sda5 none swap sw 0 0
# /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
Um ein Laufwerkproblem auszuschließen.
Wenn es sich immer noch blockiert, wäre es gut, wenn Du es irgendwie hinbekommen könntest, ein dmesg (vor dem Neustart) in der Konsole zu starten und die Ausgabe zu untersuchen bzw. zu posten. In dmesg siehst Du Kernel-Meldungen, so bin ich beispielsweise hinter das USB-Problem gekommen.
Mehr wüsste ich momentan auch nicht. Wenns dann mal geht, kannst Du eine Sache nach der anderen wieder aktivieren, und Du weißt, wo das Problem ist. Wenn nichts hilft, würde ich vielleicht mal eine Neuinstallation von Ubuntu Edgy Eft versuchen (6.10).