Kann von Textmodus nicht in grafischen Modus wechseln

MindFreak2008

MindFreak2008

Foren As
Ich habe hier ein Problem nach dem Anderem.
Als ich gerade mein Debian Etch hochfahren wollte, kam ich sofort in den Textmodus anstatt auf die grafische Oberfläche auf der ich mich einloggen soll.

Ich glaube mit Strg-Alt-F7 kommt man eigentich in den grafischen Modus. Funktionieren tut das allerdings nicht.

Vielleicht hat das was damit zu tun, dass ich beim letzten Mal, wo noch alle geklappt hat, das Paket kdebase-dev aufgrund von Problemen beim Kompillieren installiert habe.

Ich bin ratlos und will mein Debian nur ungern neuinstallieren, weil ich das eigentlich schon gut eingerichtet hatte.
 
Bei mir geht das mit Alt-F7 also ohne die CTRL- Taste.
 
Stimmt, das geht.
Ich habe mal versucht das Paket kdebase-dev runterzuschmeißen, worauf sich aber auch nichts getan hat.
 
Ich glaube mit Strg-Alt-F7 kommt man eigentich in den grafischen Modus. Funktionieren tut das allerdings nicht.
Wenn dein X nicht startet, nutz dir auch "Strg-Alt-F7" nichts! Ist aber auch eigentlich logisch, oder?

Ich habe mal versucht das Paket kdebase-dev runterzuschmeißen,
Wie? Womit?
apt? dpkg? ....
 
Mit apt habe ich das runtergeschmissen.
Wie kann ich denn mein X starten? Mit startx nich? Ich versuchs mal eben...
 
Als ich gerade mein Debian Etch hochfahren wollte, kam ich sofort in den Textmodus anstatt auf die grafische Oberfläche auf der ich mich einloggen soll.

Ich glaube mit Strg-Alt-F7 kommt man eigentich in den grafischen Modus. Funktionieren tut das allerdings nicht.

Vielleicht hat das was damit zu tun, dass ich beim letzten Mal, wo noch alle geklappt hat, das Paket kdebase-dev aufgrund von Problemen beim Kompillieren installiert habe.

Dein X-Server läuft offensichtlich auch nicht.

Poste mal:

- deine xorg.conf
- die Ausgabe von

Code:
egrep  "(EE)|(WW)" /var/log/Xorg.0.log
- welche Graphikkarte du hast
 
Also kommst du jetzt in die Oberfläche oder nicht?
Was nutz du denn für eine GraKa?
Was passiert wenn du dich anmeldest und startx eintippst?

Gruß
 
Also meine Grafikkarte ist die Nvidia GeForce 6200 LE. Bei startx kommt etwas wie folgt:
Code:
FATAL: Module nvidia not found

Screen(s) found, but no usable configuration

Fatal server Error
 no screens found

Das wird ja wohl heißen, dass er meine Grafikkarte irgednwie nicht erkennt oder?
Wie kann ich denn die xorg.conf posten? Ich kenne mich mit dem Textmodus nicht aus.

Die Ausgabe von dem anderen Befehl hole ich mal eben...
 
Code:
FATAL: Module nvidia not found

Kernelmodul für proprietären Nvidiatreiber erneut kompilieren.

Greetz,

RM
 
@ rummeldibummel
Ich sag die mal was: (auch auf die Gefahr hin, eine Verwarnung vom Boardadmin zu kriegen)
Du bist einfach zu bloed, ein Debian zu nutzen!
Du bist auch zu bloed, ueberhaupt ein Linux zu nutzen!

Deine vorherigen posts haben das eindeutig bewiesen. Du hast weder den Anstand, mal einen Blick in die Manpages zu werfen, noch eine Suchmaschine zu benutzen!

Solch ein Verhalten empfinde ich als Frechheit, und werde dir demzufolge nicht mehr antworten!

Die anderen User koennen das halten, wie sie es wollen.
 
@z-shell: Da das stimmt ich benutze wirklich viel zu selten Google. Das ist einfach eine tierisch dumme Angewohnheit. Jedoch habe ich zum Beispiel zu dem posten der Xorg.conf nichts gefunden.

Über Windows kann ich aber darauf zugreifen und deshalb ist sie hier:

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Jun 13 18:39:30 PDT 2007

# /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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
    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           "vbe"
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         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "Standardbildschirm"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV44 [GeForce 6200 LE]"
    Driver         "nvidia"
Option "XAANoOffscreenPixmaps" "True"
Option "TripleBuffer"      "True"
EndSection

Section "Screen"

Option "AddARGBGLXVisuals" "True"

    Identifier     "Default Screen"
    Device         "nVidia Corporation NV44 [GeForce 6200 LE]"
    Monitor        "Standardbildschirm"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Extensions"
 Option "Composite" "Enable"
EndSection

Die Section Extensions habe ich mal entfernt um zu sehen ob das was bringt.
Die Xorg.0.log sieht folgendermaßen aus:

Code:
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux stephan 2.6.18-5-486 #1 Thu Aug 30 01:46:45 UTC 2007 i686
Build Date: 04 April 2007
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep  8 18:11:47 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) |   |-->Device "nVidia Corporation NV44 [GeForce 6200 LE]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.0
	X.Org XInput driver : 0.6
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0756 card 1849,0756 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1039,0004 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0965 card 0000,0000 rev 48 class 06,01,00 hdr 80
(II) PCI: 00:02:5: chip 1039,5513 card 1849,5513 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:03:0: chip 1039,7001 card 1849,7001 rev 0f class 0c,03,10 hdr 80
(II) PCI: 00:03:1: chip 1039,7001 card 1849,7001 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:2: chip 1039,7001 card 1849,7001 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:3: chip 1039,7002 card 1849,7002 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:04:0: chip 1039,0190 card 1849,0190 rev 00 class 02,00,00 hdr 00
(II) PCI: 00:05:0: chip 1039,0182 card 1849,0182 rev 01 class 01,01,85 hdr 00
(II) PCI: 00:06:0: chip 1039,000a card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1039,000a card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 13f6,0111 card 13f6,0111 rev 10 class 04,01,00 hdr 00
(II) PCI: 00:0a:0: chip 1106,3044 card 1106,e8e9 rev 46 class 0c,00,10 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0163 card 196d,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000b (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfaa00000 - 0xfeafffff (0x4100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xbff00000 - 0xdfefffff (0x20000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:6:0), (0,2,2), BCTRL: 0x0003 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:7:0), (0,3,3), BCTRL: 0x0003 (VGA_EN is cleared)
(--) PCI:*(1:0:0) nVidia Corporation GeForce 6200 LE rev 161, Mem @ 0xfd000000/24, 0xc0000000/28, 0xfc000000/24, BIOS @ 0xfeae0000/17
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xfebfb000 - 0xfebfb7ff (0x800) MX[B]
	[1] -1	0	0xfebfbc00 - 0xfebfbc7f (0x80) MX[B]
	[2] -1	0	0xfebff000 - 0xfebfffff (0x1000) MX[B]
	[3] -1	0	0xfebfe000 - 0xfebfefff (0x1000) MX[B]
	[4] -1	0	0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
	[5] -1	0	0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
	[6] -1	0	0xfeae0000 - 0xfeafffff (0x20000) MX[B](B)
	[7] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[8] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[9] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[10] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[11] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[12] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[B]
	[13] -1	0	0x0000e080 - 0x0000e08f (0x10) IX[B]
	[14] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[15] -1	0	0x0000e480 - 0x0000e487 (0x8) IX[B]
	[16] -1	0	0x0000e800 - 0x0000e803 (0x4) IX[B]
	[17] -1	0	0x0000e880 - 0x0000e887 (0x8) IX[B]
	[18] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[19] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfebfb000 - 0xfebfb7ff (0x800) MX[B]
	[1] -1	0	0xfebfbc00 - 0xfebfbc7f (0x80) MX[B]
	[2] -1	0	0xfebff000 - 0xfebfffff (0x1000) MX[B]
	[3] -1	0	0xfebfe000 - 0xfebfefff (0x1000) MX[B]
	[4] -1	0	0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
	[5] -1	0	0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
	[6] -1	0	0xfeae0000 - 0xfeafffff (0x20000) MX[B](B)
	[7] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[8] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[9] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[10] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[11] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[12] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[B]
	[13] -1	0	0x0000e080 - 0x0000e08f (0x10) IX[B]
	[14] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[15] -1	0	0x0000e480 - 0x0000e487 (0x8) IX[B]
	[16] -1	0	0x0000e800 - 0x0000e803 (0x4) IX[B]
	[17] -1	0	0x0000e880 - 0x0000e887 (0x8) IX[B]
	[18] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[19] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfebfb000 - 0xfebfb7ff (0x800) MX[B]
	[5] -1	0	0xfebfbc00 - 0xfebfbc7f (0x80) MX[B]
	[6] -1	0	0xfebff000 - 0xfebfffff (0x1000) MX[B]
	[7] -1	0	0xfebfe000 - 0xfebfefff (0x1000) MX[B]
	[8] -1	0	0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
	[9] -1	0	0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
	[10] -1	0	0xfeae0000 - 0xfeafffff (0x20000) MX[B](B)
	[11] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[12] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[13] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[17] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[18] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[B]
	[19] -1	0	0x0000e080 - 0x0000e08f (0x10) IX[B]
	[20] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[21] -1	0	0x0000e480 - 0x0000e487 (0x8) IX[B]
	[22] -1	0	0x0000e800 - 0x0000e803 (0x4) IX[B]
	[23] -1	0	0x0000e880 - 0x0000e887 (0x8) IX[B]
	[24] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[25] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.1.1, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  100.14.11  Wed Jun 13 18:58:58 PDT 2007
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA dlloader X Driver  100.14.11  Wed Jun 13 18:23:34 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="NVIDIA Corporation"
	compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfebfb000 - 0xfebfb7ff (0x800) MX[B]
	[5] -1	0	0xfebfbc00 - 0xfebfbc7f (0x80) MX[B]
	[6] -1	0	0xfebff000 - 0xfebfffff (0x1000) MX[B]
	[7] -1	0	0xfebfe000 - 0xfebfefff (0x1000) MX[B]
	[8] -1	0	0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
	[9] -1	0	0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
	[10] -1	0	0xfeae0000 - 0xfeafffff (0x20000) MX[B](B)
	[11] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[12] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[13] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[17] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[18] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[B]
	[19] -1	0	0x0000e080 - 0x0000e08f (0x10) IX[B]
	[20] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[21] -1	0	0x0000e480 - 0x0000e487 (0x8) IX[B]
	[22] -1	0	0x0000e800 - 0x0000e803 (0x4) IX[B]
	[23] -1	0	0x0000e880 - 0x0000e887 (0x8) IX[B]
	[24] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[25] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfebfb000 - 0xfebfb7ff (0x800) MX[B]
	[5] -1	0	0xfebfbc00 - 0xfebfbc7f (0x80) MX[B]
	[6] -1	0	0xfebff000 - 0xfebfffff (0x1000) MX[B]
	[7] -1	0	0xfebfe000 - 0xfebfefff (0x1000) MX[B]
	[8] -1	0	0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
	[9] -1	0	0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
	[10] -1	0	0xfeae0000 - 0xfeafffff (0x20000) MX[B](B)
	[11] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[12] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[13] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]
	[20] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[21] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[B]
	[22] -1	0	0x0000e080 - 0x0000e08f (0x10) IX[B]
	[23] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[24] -1	0	0x0000e480 - 0x0000e487 (0x8) IX[B]
	[25] -1	0	0x0000e800 - 0x0000e803 (0x4) IX[B]
	[26] -1	0	0x0000e880 - 0x0000e887 (0x8) IX[B]
	[27] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[28] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[29] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[30] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "TripleBuffer" "True"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Eine ganz dumme Frage (Google brachte keine Lösung):
Wo muss ich hin, wenn ich auf einen MP3-Player zugreifen will, auf der sich der Nvidia-Treiber befindet?
Unter /media/ ist nichts zu finden.

Was mir noch einfällt, ist, dass ich beim letzten Mal beryl runtergeschmißßen habe. Vielleicht liegt das auch daran? Ich weiß nur leider nicht (und auch nicht Google) ob es daran liegt und wie man das Problem dann beseitigen kann.
 
Ja genau das versuche ich ja, nur weiß ich nicht, wie ich das machen soll. Ich habe den Treiber unter Windows runtergeladen und auf meinen USB Stick verfrachtet, von dem ich ihn gerne installieren würde. Nur weiß ich nicht, wie ich auf den USB-Stick zugreifen kann. Ich weiß nicht in welches Verzeichnis ich mit cd >Verzeichnis< navigieren muss.
 
tipp mal in de konsole folgendes ein:
Code:
vi /etc/xorg/X11/xorg.conf
vorher als root anmelden!!

dann öffnet er dir nen Editor und die Datei xorg.conf
da findest du wenn du etwas runter blätterst (mit den Pfeiltasten) die Section Device, in etwas so wie meine hier, nur ich hab halt ne ATI GraKa.
Code:
Section "Device"
    Identifier "device1"
    VendorName "ATI Technologies Inc"
    BoardName "ATI Radeon 9500 - X850"
    Driver "ati"
    Option "DPMS"
    Option "XaaNoOffscreenPixmaps" "1"
EndSection

bei dir dürfte da dann "Driver "nvidia" stehen" ... hier nvidia durch nv ersetzen.
um schreiben zu können musst du vorher i drücken, dann steht untern EINFÜGEN.

Zum Speichern musst du erst ESC drücken und dann :wq (ausgesprochen: Doppelpunkt weh quh).
Geht alles nur als root.

Aber auch ich empfehl dir drigend mal die Basics zu lernen (www.selflinux.org) und die Distribution zu wechseln.

Gruß
 
[vorkau]
wget......einfach abschreiben und dann
Code:
wget http://de.download.nvidia.com/XFree86/Linux-x86/100.14.11/NVIDIA-Linux-x86-100.14.11-pkg1.run
für 32-bit linux

Code:
wget http://www.nvidia.de/content/license/driver_license.asp?language=de&url=http://de.download.nvidia.com/XFree86/Linux-x86_64/100.14.11/NVIDIA-Linux-x86_64-100.14.11-pkg2.run
für 64-bit Linux
[/vorkau]

Mfg beomuex
 
Ihr habt den mount für'n Stick vergessen:

cd /root
mkdir USB
mount /dev/sda1 USB

Ausserdem würd ich statt vi nano nehmen, der ist für'n Anfang leichter.
 
Danke, es hat geklappt als ich nvidia durch nv ersetzt habe.
Für das Mounten des USB-Sticks bin ich auch sehr dankbar. Und die Grundregeln werde ich mir mit Sicherheit auch erstmal gründlich durchlesen.

Vielen Dank!
 

Ähnliche Themen

Keine grafische Oberfläche (Debian Installation)

Zurück
Oben