> I don't know how to create an xorg.conf?

You maybe should have read the Debian Wiki before complaining and
filing invalid bug reports. It's all there, please have a look at [1].

> There where so many changes in the X system an the drivers and as i
> know it normally runs without any xorg.conf now.

Yes, and the automatic detection defaults to the open source nouveau
drivers which are shipped with X.Org which fail to load because you
also loaded the proprietary nvidia kernel module.

You explitcitly have to tell X.Org to use the proprietary nvidia
driver, that's all you need in /etc/X11/xorg.conf:

Section "Device"
    Identifier     "nVidia proprietary driver"
    Driver         "nvidia"
EndSection

That's already enough to get X up and running with the proprietary
drivers. The rest can be configured using xrandr.

Can I assume the bug report to be invalid and close it?

Thanks,
Adrian

> [1] https://wiki.debian.org/NvidiaGraphicsDrivers

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - [email protected]
`. `'   Freie Universitaet Berlin - [email protected]
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to