• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[solved]x startet nicht

marcos

Newbie
wenn ich den x server mit startx starten will kommt:

EE) No devices detected

Fatal server error:
no screens found

hab jetzt versucht den neusten treiber (nvidia) für die graka (geforce2ti) zu installieren. während der installation kommt nen error:
unable to find the kernel source for the current running kernel ....

hab dann mit "dselect" kernel source v. 2.4.18 insalliert. aber es geht trotzdem net.
 
Moin marcos,

bei nvidia findest Du eine deutschsprachige Anleitung in der genau aufgelistet ist was Du alles brauchst um den Treiber zu installieren. Allerdings bringt dir die reine installation des Treibers nichts, Du solltest schon vorher deinen x-server zum laufen bringen. Näheres findest Du hier
 
OP
M

marcos

Newbie
auf der nvidia seite steht so viel wie "runterladen und ausführen"... an der config liegt es glaub ich net ..
kann mir jemand erklären wie ich den nvidia treiber richtig installiere ?

meine config:

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection

Section "Files"
FontPath "unix/:7100"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
Option "XkbVariant" "de"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/usb/mouse0"
Option "Protocol" "Logitech"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 27.0 - 86.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "nv"
ChipSet "GeForce"
Card "NVIDIA GeForce"
Option "UseFBDev" "true"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
 
Hi marcos,

es ist schwer Dir zu helfen,da Du wenig Informationen dazu gibst, bei der X-Server Configuration hat mir damals folgende Seite geholfen.

http://www.debianforum.de/wiki/?page=Super-VGA+f%FCr+den+X-Server

was benutzt Du eigentlich? woody, sarge oder sid und wie installiert? bonsai, miniwoody, sargeinstaller welchen Kernel? 2.4 oder 2.6

Ich hoffe, ich konnte Dir helfen.

Mfg

postkutscher
 
A

Anonymous

Gast
marcos schrieb:
wenn ich den x server mit startx starten will kommt:

EE) No devices detected

Fatal server error:
no screens found

hab jetzt versucht den neusten treiber (nvidia) für die graka (geforce2ti) zu installieren. während der installation kommt nen error:
unable to find the kernel source for the current running kernel ....

hab dann mit "dselect" kernel source v. 2.4.18 insalliert. aber es geht trotzdem net.
hi
du benutzt bestimt woody :wink:
mach mal dpkg-reconfigure xserver-xfree86 und gibt alles ein und probiere es dann nochmal.

Gruß }-Tux-{
 
Oben