Zur Navigation

betriebssystem ubuntu [7]

61 Christian

Salve

GeForce Go 7300
Video Bios Version 8.72.22.43.48
IRQ 16
Bus Typ PCI Express x16
Speicher 256Mb Speicher
ForceWare 83.60

Gruss
Christian

Artikel 19 der UNO-Resolution 217A3 10.12.1948

11.08.2007 21:05

62 Rudy

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).

11.08.2007 22:21 | geändert: 11.08.2007 22:28

63 Christian

Salve
christian@primo-1:~$ sudo apt-get remove nvidia-glx nvidia-glx-dev nvidia-glx-legacy nvidia-kernel-source nvidia-legacy-kernel-source  nvidia-settings nvidia-kernel-common
Password:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut       
Reading state information... Fertig
Paket nvidia-glx-dev ist nicht installiert, wird also auch nicht entfernt
Paket nvidia-glx-legacy ist nicht installiert, wird also auch nicht entfernt
Paket nvidia-kernel-source ist nicht installiert, wird also auch nicht entfernt
Paket nvidia-legacy-kernel-source ist nicht installiert, wird also auch nicht entfernt
Paket nvidia-settings ist nicht installiert, wird also auch nicht entfernt
Die folgenden Pakete werden ENTFERNT:
  linux-restricted-modules-2.6.17-10-generic
  linux-restricted-modules-2.6.17-11-generic
  linux-restricted-modules-2.6.20-16-generic linux-restricted-modules-generic
  nvidia-glx nvidia-kernel-common
0 aktualisiert, 0 neu installiert, 6 zu entfernen und 0 nicht aktualisiert.
Es müssen 0B Archive geholt werden.
Nach dem Auspacken werden 97.9MB Plattenplatz freigegeben worden sein.
Möchten Sie fortfahren [J/n]? J
(Lese Datenbank ... 138427 Dateien und Verzeichnisse sind derzeit installiert.)
Entferne linux-restricted-modules-2.6.17-10-generic ...
Entferne linux-restricted-modules-2.6.17-11-generic ...
Entferne linux-restricted-modules-generic ...
Entferne nvidia-glx ...
Entferne linux-restricted-modules-2.6.20-16-generic ...
Entferne nvidia-kernel-common ...

Salve
Bis dahin alles gut gegangen.... aber das:
sudo gedit /etc/X11/xorg.conf
geht nicht, das Programm friert ein. Jetzt stellt sich die Frage nach den bereits getätigten Veränderungen und ob ein Neustart etwas macht...


Artikel 19 der UNO-Resolution 217A3 10.12.1948

11.08.2007 22:47 | geändert: 11.08.2007 22:49

64 Rudy

Du hast mit den obigen Befehlen den beschleunigten NVidia-Treiber deinstalliert. Die xorg.conf solltest Du noch irgendwie editieren.

Wenn es mit deiner Installation nicht geht, dann vielleicht mittels LiveCD? Starte von der Ubuntu-CD wie bei einer Neuinstallation, starte dort ein Terminal und mounte das Root-Laufwerk mit
sudo mount -t ext3 /dev/sda6 /mnt/
Dann kannst Du auf die Datei mittels

sudo cp /mnt/etc/X11/xorg.conf /mnt/etc/X11/xorg.conf.backup
sudo gedit /mnt/etc/X11/xorg.conf
sichern, öffnen, ändern, speichern und dein installiertes System wieder starten.

11.08.2007 23:11 | geändert: 11.08.2007 23:16

65 Christian

Salve

Ich bin jetzt hier:
dann X neu starten und noch mal versuchen. Für alle Fälle USB-Geräte raus,
Nach einem Neustart kommt
Failed to start the X Server (your graphical interface). It is likely that it is not set up correctly. Would you like to view the X server output to diagnose the problem?

<Ja> <Nein>
Auswahl <Ja>
Ich lasse mal die oberen Zeilen aus mit den Erklärungen... ist ja nicht nur Copy-Paste, da ich an einem anderen Laptop arbeite.

Module Loader present
Markers: [Alle Abkürzungen aufgeführt]
default setting Log file: "/var/log/Xorg.0.log", [Zeit und Datumsangaben]
default setting Using config file: "/etc/X11/xorg.conf"
Parse error on line 115 of section Screen in file /etc/X11/xorg.conf
Unexpected EOF. Missing sending keyword?
Problem parsing the config file
Error parsing the config file
Fatal server error:
no screens found
<ok>

Tja.... ich seh ihn aber, den Screen :) Sogar einen recht hübschen mit weissem Hintergrund und schwarzen Buchstaben darauf.... :P

Was meinst Du als Spezialist zur Sache? Ich hoffe mal, Du hast weder Familie noch sonst was und bist auch am Sonntag morgen online ;)

Gruss aus der Schweiz
Christian

Artikel 19 der UNO-Resolution 217A3 10.12.1948

12.08.2007 11:00

66 Christian

Da kommt noch was nach... auf die Frage, ob ich noch mehr Details sehen will (ist Ubuntu weiblich? grins) kommt die Beschreibung des fatal server Error:
no screens found
(WW) xf86ClosedConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86ClosedConsole: VT_GETMODE failed: Bad file descriptor
(WW) xf86OpenConsole: VT_GETSTATE failed: Bad file descriptor
WW steht für Warning, aber das weisst Du sicher.

Gruss
Christian

Artikel 19 der UNO-Resolution 217A3 10.12.1948

12.08.2007 11:05

67 Jörg Kruse

Der Fehler liegt wohl in Zeile 115 der xorg.conf:

Parse error on line 115 of section Screen in file /etc/X11/xorg.conf

Wenn du Rudys Code aus Beitrag 62 verwendet hast, ist dies die betreffende Zeile:

Identifier "Default Screen"

Diese scheint wohl korrekt zu sein, so weit ich das sehen kann? aber vielleicht sollte in Zeile 147 "Screen" groß geschrieben werden:

Screen "Default Screen"

Könnte mir vorstellen, dass das mit "Unexpected EOF. Missing sending keyword?" gemeint ist - da Zeile 115 die Angabe in Zeile 147 notwendig macht? Ich würde es deswegen nochmal mit dem großen S- probieren (in meiner xorg.conf ist es auch groß geschrieben)

12.08.2007 12:05

68 Rudy

Seltsam, warum sollte da was falsch sein? (behalte jedenfalls das Backup /etc/X11/xorg.conf.backup) Ich kann Dir hier nochmal Deine xorg.conf posten, wo Du besser siehst, was ich geändert habe.

# /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 Corporation NVIDIA Default Card"
Identifier "NVIDIA Go 7300"
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 28-72
Vertrefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
# -- Device "NVIDIA Corporation NVIDIA Default Card"
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

# -- Section "DRI"
# -- Mode 0666
# -- EndSection

Jede Zeile mit # -- habe ich geändert bzw. auskommentiert, den Rest habe ich nicht angerührt. Versuch diese hier nochmal hineinzukopieren. "screen" war vorher schon klein, das ist bei meiner xorg.conf aber auch so (groß).

12.08.2007 13:47 | geändert: 12.08.2007 13:56

69 Christian

und wie komme ich zu den Daten?

Christian

Artikel 19 der UNO-Resolution 217A3 10.12.1948

12.08.2007 13:54

70 Rudy

und wie komme ich zu den Daten?

Mit der Live-CD starten, Root mounten, ändern (das obige aus Post 68 kopieren) - wie gehabt (Post 64, nur ohne das Backup neu zu erstellen)

Edit:
Wenn das aufgrund der Screen-Änderung nun funktioniert, frage ich mich, warum X mit der xorg.conf aus Post 60 starten konnte? Hast Du da nochmal reingetippt? Soweit ich mittlerweile ermitteln konnte, ist alles in xorg.conf case-sensitive, so wie man es von Linux gewohnt ist.

12.08.2007 13:57 | geändert: 12.08.2007 14:32