Seite 1 von 1

Schwarzer Bildschirm

BeitragVerfasst: 18.12.2006, 16:56
von n00b2k
Hi,
ich habe mir den (Orginal) nvidia treiber installiert mit den envy script die installaltion verlief auch einwandfrei nur wenn ich jetzt mein X starten will bleibt der bildschirm schwarz und ich muss reset drücken weil garnichts mehr geht. Ich hoffe ihr könnt mir helfen.


mein xorg.conf

Code: Alles auswählen
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Nov  9 17:55:20 PST 2006

# /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"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

   # path to defoma fonts
    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"
    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" "de"
    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"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "F910"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
    Driver         "nv"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
    Monitor        "F910"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Disable"
EndSection

BeitragVerfasst: 18.12.2006, 17:00
von n00b2k
und ein auschnit aus Xorg.log mit den genauen fehlermeldung

Code: Alles auswählen
(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
(EE) /usr/lib/xorg/modules/extensions/libglx.so is an unrecognized module type
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (unknown module type, 6)
(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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(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
(EE) /usr/lib/xorg/modules/drivers/nvidia_drv.so is an unrecognized module type
(II) UnloadModule: "nvidia"
(EE) Failed to load module "nvidia" (unknown module type, 6)
(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) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
   compiled for 4.3.99.902, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.6
(II) Wacom driver level: 47-0.7.2 $
(EE) No drivers available.

Fatal server error:
no screens found

BeitragVerfasst: 18.12.2006, 20:20
von Cyberspace19
Sagt er doch. ;)
Er findet kein Bildschirm.

Im einzelnen soll das heißen dass dir folgende Sektion fehlt (glaube ich zumindest):
Code: Alles auswählen
Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus" "SendCoreEvents"
   InputDevice     "cursor" "SendCoreEvents"
   InputDevice     "eraser" "SendCoreEvents"
EndSection


Und dass alles zusammen siehst, kommt hier noch meine komplette xorg.conf

BeitragVerfasst: 18.12.2006, 20:43
von ing0
"sudo dpkg-reconfigure xserver-xorg"

einmal gewissenhaft den anweisungen folgeleisten und das bild ist wieder da

BeitragVerfasst: 18.12.2006, 22:18
von Cyberspace19
Ok. Ist auch eine alternative. ;)

BeitragVerfasst: 18.12.2006, 22:54
von n00b2k
Habe ich schon gemacht aber ich bekomme es nur hin mit nv mit nvidia immer wieder der selbe fehler


wenn ich einmal modprobe durschführe kommt dieser fehler

Code: Alles auswählen
n00b2k@n00b2k:~$ sudo modprobe nvidia
Password:
FATAL: Error inserting nvidia (/lib/modules/2.6.17-10-generic/kernel/drivers/video/nvidia.ko): Invalid module format
n00b2k@n00b2k:~$

BeitragVerfasst: 19.12.2006, 00:01
von theDeus
kernel sources installieren...treiber install von nvidia laufen lassen und damit die config neu schreiben lassen...neu starten... gemacht?
arbeitest du alles korrekt ab sollte es funzen.

BeitragVerfasst: 19.12.2006, 07:56
von Whistle
Was theDeus meint ist, dass du das hier machen sollst.
Nvidia Treiber installieren HowTo
wenn du den Treiber von Nvidia.com installieren willst, musst du ein wenig nach unten scrollen, ansonsten tuts auch der aus den Quellen.

BeitragVerfasst: 19.12.2006, 13:25
von n00b2k
Hey nun ja es hat sich erledigt fakt war das mein Agp slot auf mein motherboard ein wech hatte und nun neues Board und alles ging beim ersten mal.

BeitragVerfasst: 19.12.2006, 20:10
von Cyberspace19
Dass hört man doch immer gern, wenn etwas wieder funktioniert.