Bug#735424: nvidia-driver: needed option x for additional information

Karsten Malcher debian at dct.mine.nu
Mon Jan 20 09:39:11 UTC 2014


Am 19.01.2014 19:00, schrieb Andreas Beckmann:
> On 2014-01-15 17:54, Karsten wrote:
>> Here are the automatic collected informations.
> So far I don't see any errors ...
> X starts ... and after 30 seconds cleanly shuts down.
> Please check the logfile of login manager (gdm3, kdm, xdm or whatever)

That's what i can't understand too.
After boot X does not start and i land on the basic text shell.
So i can log in as user and startx.

Without xorg.conf i only get the error "no screens found".
With an xorg.conf i only get an blank black screen.
It seems that the graphic card is not initialized correctly or something else.
Shutdown is with CTRL-C by the user.

>
> Please try the new driver releases 319.82 in unstable and 331.38 in
> experimental.

How can i install this driver in jessie?

>   And try a minimal config file as decribed in
> /usr/share/doc/nvidia-driver/README.Debian.gz

I tried to use nvidia-xconfig with the same result of this black blank screen.
The xorg.conf is attached.

Karsten

-------------- next part --------------
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 319.72  (pbuilder at cake)  Sat Nov  9 14:15:48 UTC 2013


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection



More information about the pkg-nvidia-devel mailing list