Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-11-29 Thread Sven Joachim
Control: reassign -1 src:linux
Control: found -1 3.13~rc6-1~exp1
Control: fixed -1 3.17~rc5-1~exp1

On 2014-10-20 23:20 +0200, Viktor Malyarchuk wrote:

 Fixed in kernel 3.16.5 (unstable) and 3.17 (experimental).

 Relevant commit is:
 https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=7babfd7f066dae02c63d9ccac886419ccfb80cfd

Thanks!  Reassigning to the kernel then, will close the bug soon.

Cheers,
   Sven


 On Wed, Mar 26, 2014 at 5:27 PM, Sven Joachim svenj...@gmx.de wrote:

 On 2014-03-26 22:57 +0100, Viktor Malyarchuk wrote:

  On Sun, Mar 23, 2014 at 3:48 AM, Sven Joachim svenj...@gmx.de wrote:
 
  When the nouveau kernel module is loaded, any conflicting framebuffer
  drivers are (supposed to be) removed.  Check your dmesg if that is the
  case for you.

  Conflicting framebuffer drivers are different. Here are relevant dmesg
  lines:
 
 
  a) CONFIG_X86_SYSFB=y (dmesg.3.13-1-amd64 and Xorg.0.log.3.13-1-amd64 in
  attachment)
  ---
  [   10.591133] fb: conflicting fb hw usage nouveaufb vs simple - removing
  generic driver
  ...
  [   10.983470] nouveau  [ DRM] allocated 2560x1440 fb: 0x8, bo
  880265d15000
  [   11.01] nouveau :01:00.0: fb0: nouveaufb frame buffer device
  ---
 
  b) # CONFIG_X86_SYSFB is not set (dmesg.3.13.7+ and Xorg.0.log.3.13.7+ in
  attachment)
  ---
  [   11.666121] fb: conflicting fb hw usage nouveaufb vs EFI VGA -
 removing
  generic driver
  ...
  [   12.040732] nouveau  [ DRM] allocated 2560x1440 fb: 0x8, bo
  880262dc8400
  [   12.040790] fbcon: nouveaufb (fb0) is primary device
  [   12.121273] nouveau :01:00.0: fb0: nouveaufb frame buffer device
  ---

 That's how it is supposed to be in both cases, so we can rule that out.
 Now why X fails in the first case but not in the second, I don't know.

 I think you're best off reporting the bug upstream, please see
 http://nouveau.freedesktop.org/wiki/Bugs/ for instructions.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-10-20 Thread Viktor Malyarchuk
Fixed in kernel 3.16.5 (unstable) and 3.17 (experimental).

Relevant commit is:
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=7babfd7f066dae02c63d9ccac886419ccfb80cfd

Cheers!
Viktor

On Wed, Mar 26, 2014 at 5:27 PM, Sven Joachim svenj...@gmx.de wrote:

 On 2014-03-26 22:57 +0100, Viktor Malyarchuk wrote:

  On Sun, Mar 23, 2014 at 3:48 AM, Sven Joachim svenj...@gmx.de wrote:
 
  When the nouveau kernel module is loaded, any conflicting framebuffer
  drivers are (supposed to be) removed.  Check your dmesg if that is the
  case for you.

  Conflicting framebuffer drivers are different. Here are relevant dmesg
  lines:
 
 
  a) CONFIG_X86_SYSFB=y (dmesg.3.13-1-amd64 and Xorg.0.log.3.13-1-amd64 in
  attachment)
  ---
  [   10.591133] fb: conflicting fb hw usage nouveaufb vs simple - removing
  generic driver
  ...
  [   10.983470] nouveau  [ DRM] allocated 2560x1440 fb: 0x8, bo
  880265d15000
  [   11.01] nouveau :01:00.0: fb0: nouveaufb frame buffer device
  ---
 
  b) # CONFIG_X86_SYSFB is not set (dmesg.3.13.7+ and Xorg.0.log.3.13.7+ in
  attachment)
  ---
  [   11.666121] fb: conflicting fb hw usage nouveaufb vs EFI VGA -
 removing
  generic driver
  ...
  [   12.040732] nouveau  [ DRM] allocated 2560x1440 fb: 0x8, bo
  880262dc8400
  [   12.040790] fbcon: nouveaufb (fb0) is primary device
  [   12.121273] nouveau :01:00.0: fb0: nouveaufb frame buffer device
  ---

 That's how it is supposed to be in both cases, so we can rule that out.
 Now why X fails in the first case but not in the second, I don't know.

 I think you're best off reporting the bug upstream, please see
 http://nouveau.freedesktop.org/wiki/Bugs/ for instructions.

  [   10.800256] wl: module license 'MIXED/Proprietary' taints kernel.

 You might want to disable the wl module temporarily, kernel developers
 refuse to help when the kernel is tainted.

 Cheers,
Sven



Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-08-02 Thread Markus Huber
Could be the VBIOS problem which upstream is adressing on their website:
http://nouveau.freedesktop.org/wiki/TroubleShooting/#index10h3

Adding the follwoing kernel boot parameter solved the problem on my laptop 
with kernels 3.13 or higher:

nouveau.config=NvBios=PRAMIN


The error message I got when booting without this parameter was:

nouveau E[   VBIOS][:05:00.0] 0xc581[ ]: unknown opcode 0x00
nouveau E[ DEVINIT][:05:00.0] init failed, -22
nouveau E[ DRM] failed to create 0x8080, -22

Regards,
Markus Huber


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-03-26 Thread Sven Joachim
On 2014-03-26 22:57 +0100, Viktor Malyarchuk wrote:

 On Sun, Mar 23, 2014 at 3:48 AM, Sven Joachim svenj...@gmx.de wrote:

 When the nouveau kernel module is loaded, any conflicting framebuffer
 drivers are (supposed to be) removed.  Check your dmesg if that is the
 case for you.

 Conflicting framebuffer drivers are different. Here are relevant dmesg
 lines:


 a) CONFIG_X86_SYSFB=y (dmesg.3.13-1-amd64 and Xorg.0.log.3.13-1-amd64 in
 attachment)
 ---
 [   10.591133] fb: conflicting fb hw usage nouveaufb vs simple - removing
 generic driver
 ...
 [   10.983470] nouveau  [ DRM] allocated 2560x1440 fb: 0x8, bo
 880265d15000
 [   11.01] nouveau :01:00.0: fb0: nouveaufb frame buffer device
 ---

 b) # CONFIG_X86_SYSFB is not set (dmesg.3.13.7+ and Xorg.0.log.3.13.7+ in
 attachment)
 ---
 [   11.666121] fb: conflicting fb hw usage nouveaufb vs EFI VGA - removing
 generic driver
 ...
 [   12.040732] nouveau  [ DRM] allocated 2560x1440 fb: 0x8, bo
 880262dc8400
 [   12.040790] fbcon: nouveaufb (fb0) is primary device
 [   12.121273] nouveau :01:00.0: fb0: nouveaufb frame buffer device
 ---

That's how it is supposed to be in both cases, so we can rule that out.
Now why X fails in the first case but not in the second, I don't know.

I think you're best off reporting the bug upstream, please see
http://nouveau.freedesktop.org/wiki/Bugs/ for instructions.

 [   10.800256] wl: module license 'MIXED/Proprietary' taints kernel.

You might want to disable the wl module temporarily, kernel developers
refuse to help when the kernel is tainted.

Cheers,
   Sven


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-03-23 Thread Sven Joachim
On 2014-03-23 04:37 +0100, Viktor Malyarchuk wrote:

 look like xserver-xorg-video-nouveau is not compatible with

 CONFIG_X86_SYSFB=y

 option in resent Debian kernels.

This is a rather bold statement, considering that the package still
works for most users.

 xserver-xorg-video-nouveau work fine with any kernel (tested 3.12, 3.13,
 3.14) with this option disabled

 # CONFIG_X86_SYSFB is not set

When the nouveau kernel module is loaded, any conflicting framebuffer
drivers are (supposed to be) removed.  Check your dmesg if that is the
case for you.

Cheers,
   Sven


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-03-22 Thread Viktor Malyarchuk
Dear Paul,

look like xserver-xorg-video-nouveau is not compatible with

CONFIG_X86_SYSFB=y

option in resent Debian kernels.

xserver-xorg-video-nouveau work fine with any kernel (tested 3.12, 3.13,
3.14) with this option disabled

# CONFIG_X86_SYSFB is not set

Best regards,
Viktor Malyarchuk


Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-03-17 Thread Tianming Xie
Package: xserver-xorg-video-nouveau
Version: 1:1.0.10-1+b1
Followup-For: Bug #740953

Dear Maintainer,

The same phenomena Paul reported also take place on my laptop  (a macbook5,2)
with MCP79 chipset, after update the kernel to ver. 3.13. And I tried the
minimal xorg.conf Sven provided, which results in a runnable Xorg, but with a
shattered X root window. If I switch back to linux-3.12, X tends to work fine,
but sometimes it gives out a shattered, and irrecoverable screen, which can
only be recovered via reboot. there seems some compatibility problem between
the kernel-space nouveau driver and the special chipset and GPU the Rotten
Apple Inc. uses (another computer with NV GeForce 9300 GS works fine with
linux-3.13).

Please help us.
Persmule



-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Feb 17 22:12 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2323424 Feb  6 23:23 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation C79 [GeForce 9400M 
G] [10de:0866] (rev b1)

/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
---
Linux version 3.13-1-amd64 (debian-ker...@lists.debian.org) (gcc version 4.8.2 
(Debian 4.8.2-14) ) #1 SMP Debian 3.13.5-1 (2014-03-04)

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 8457 Mar 16 11:15 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 8457 Mar 16 11:15 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 8457 Mar 16 11:15 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 8457 Mar 16 11:15 /var/log/Xorg.3.log
-rw-r--r-- 1 root root 8457 Mar 16 11:15 /var/log/Xorg.4.log
-rw-r--r-- 1 root root 8457 Mar 16 11:15 /var/log/Xorg.5.log

Contents of most recent Xorg X server log file (/var/log/Xorg.5.log):
-
[12.471] 
X.Org X Server 1.15.0
Release Date: 2013-12-27
[12.471] X Protocol Version 11, Revision 0
[12.471] Build Operating System: Linux 3.12-1-amd64 x86_64 Debian
[12.471] Current Operating System: Linux universi-mcbk52 3.13-1-amd64 #1 
SMP Debian 3.13.5-1 (2014-03-04) x86_64
[12.471] Kernel command line: BOOT_IMAGE=/vmlinuz-3.13-1-amd64 
root=UUID=f545d1ea-3103-4100-8a85-54db5c9634ad ro quiet
[12.471] Build Date: 06 February 2014  03:20:45PM
[12.471] xorg-server 2:1.15.0-2 (http://www.debian.org/support) 
[12.471] Current version of pixman: 0.32.4
[12.471]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[12.471] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[12.471] (==) Log file: /var/log/Xorg.5.log, Time: Sun Mar 16 11:15:35 
2014
[12.471] (==) Using system config directory /usr/share/X11/xorg.conf.d
[12.472] (==) No Layout section.  Using the first Screen section.
[12.472] (==) No screen section available. Using defaults.
[12.472] (**) |--Screen Default Screen Section (0)
[12.472] (**) |   |--Monitor default monitor
[12.472] (==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
[12.472] (==) Automatically adding devices
[12.472] (==) Automatically enabling devices
[12.472] (==) Automatically adding GPU devices
[12.472] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[12.472]Entry deleted from font path.
[12.472] (==) 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,
built-ins
[12.472] (==) ModulePath set to /usr/lib/xorg/modules
[12.472] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[12.472] (II) Loader magic: 0x7f86caa47d40
[12.472] (II) Module ABI versions:
[12.472]X.Org ANSI C Emulation: 0.4
[12.472]X.Org Video Driver: 15.0
[12.472]X.Org XInput driver : 20.0
[12.472]X.Org Server Extension : 8.0
[12.473] (II) xfree86: Adding drm device (/dev/dri/card0)
[12.475] (--) PCI:*(0:2:0:0) 10de:0866:106b:00b1 rev 177, Mem @ 
0xd200/16777216, 0xc000/268435456, 0xd000/33554432, I/O @ 
0x1000/128, BIOS @ 0x/131072
[12.475] Initializing built-in extension Generic Event Extension
[12.475] Initializing built-in extension SHAPE
[12.475] Initializing built-in extension MIT-SHM
[12.475] Initializing built-in extension 

Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-03-12 Thread Sven Joachim
On 2014-03-11 16:13 +0100, Paul Brossier wrote:

 I installed 3.14-rc5 to see if it would help, but Xorg still fails
 starting. Let me know if there is anything else I can try, or any more
 info I can provide.

The best would be to bisect the kernel between 3.12 and 3.13, but that
is of course going to take a lot of time (several hours at least).

 [15.250] (II) [drm] nouveau interface version: 1.1.1
 [15.250] (WW) Falling back to old probe method for modesetting
 [15.251] (WW) Falling back to old probe method for fbdev
 [15.251] (II) Loading sub module fbdevhw
 [15.251] (II) LoadModule: fbdevhw
 [15.251] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
 [15.251] (II) Module fbdevhw: vendor=X.Org Foundation
 [15.251]  compiled for 1.15.0, module version = 0.0.2
 [15.251]  ABI class: X.Org Video Driver, version 15.0
 [15.251] (WW) Falling back to old probe method for vesa
 [15.251] (EE) No devices detected.

I wonder why X displays this error after loading the _vesa_ driver (this
driver cannot possibly work and would normally be unloaded).  What
happens if you create a minimal /etc/X11/xorg.conf like this:

--8---cut here---start-8---
Section Device
Identifier  n
Driver  nouveau
EndSection
--8---cut here---end---8---

Instead of nouveau you can also try modesetting and fbdev here, in order
of decreasing functionality.

Cheers,
   Sven


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-03-11 Thread Paul Brossier
Package: xserver-xorg-video-nouveau
Version: 1:1.0.10-1+b1
Followup-For: Bug #740953

Hi Sven and all,

I installed 3.14-rc5 to see if it would help, but Xorg still fails
starting. Let me know if there is anything else I can try, or any more
info I can provide.

Cheers, piem

-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Oct 20 16:25 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2323424 Feb  6 12:23 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation MCP89 [GeForce 
320M] [10de:08a2] (rev a2)

/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
---
Linux version 3.14-rc5-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.8.2 (Debian 4.8.2-14) ) #1 SMP Debian 3.14~rc5-1~exp1 (2014-03-07)

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 8467 Mar 11 12:08 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 8467 Mar 11 12:08 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 8467 Mar 11 12:08 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 8467 Mar 11 12:08 /var/log/Xorg.3.log
-rw-r--r-- 1 root root 8467 Mar 11 12:08 /var/log/Xorg.4.log
-rw-r--r-- 1 root root 8467 Mar 11 12:08 /var/log/Xorg.5.log

Contents of most recent Xorg X server log file (/var/log/Xorg.5.log):
-
[15.237] 
X.Org X Server 1.15.0
Release Date: 2013-12-27
[15.237] X Protocol Version 11, Revision 0
[15.237] Build Operating System: Linux 3.12-1-amd64 x86_64 Debian
[15.237] Current Operating System: Linux groseille 3.14-rc5-amd64 #1 SMP 
Debian 3.14~rc5-1~exp1 (2014-03-07) x86_64
[15.237] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.14-rc5-amd64 
root=UUID=1ab1ff9c-7eee-49cd-bde0-e8b1a658ed34 ro quiet
[15.237] Build Date: 06 February 2014  03:20:45PM
[15.237] xorg-server 2:1.15.0-2 (http://www.debian.org/support) 
[15.238] Current version of pixman: 0.32.4
[15.238]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[15.238] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[15.238] (==) Log file: /var/log/Xorg.5.log, Time: Tue Mar 11 12:08:59 
2014
[15.238] (==) Using system config directory /usr/share/X11/xorg.conf.d
[15.238] (==) No Layout section.  Using the first Screen section.
[15.238] (==) No screen section available. Using defaults.
[15.238] (**) |--Screen Default Screen Section (0)
[15.238] (**) |   |--Monitor default monitor
[15.239] (==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
[15.239] (==) Automatically adding devices
[15.239] (==) Automatically enabling devices
[15.239] (==) Automatically adding GPU devices
[15.239] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[15.239]Entry deleted from font path.
[15.239] (==) 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,
built-ins
[15.239] (==) ModulePath set to /usr/lib/xorg/modules
[15.239] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[15.239] (II) Loader magic: 0x7f17e26bbd40
[15.239] (II) Module ABI versions:
[15.239]X.Org ANSI C Emulation: 0.4
[15.239]X.Org Video Driver: 15.0
[15.239]X.Org XInput driver : 20.0
[15.239]X.Org Server Extension : 8.0
[15.239] (II) xfree86: Adding drm device (/dev/dri/card0)
[15.242] (--) PCI:*(0:2:0:0) 10de:08a2:106b:00d4 rev 162, Mem @ 
0xd200/16777216, 0xc000/268435456, 0xd000/33554432, I/O @ 
0x1000/128, BIOS @ 0x/131072
[15.242] Initializing built-in extension Generic Event Extension
[15.243] Initializing built-in extension SHAPE
[15.243] Initializing built-in extension MIT-SHM
[15.243] Initializing built-in extension XInputExtension
[15.243] Initializing built-in extension XTEST
[15.243] Initializing built-in extension BIG-REQUESTS
[15.243] Initializing built-in extension SYNC
[15.243] Initializing built-in extension XKEYBOARD
[15.243] Initializing built-in extension XC-MISC
[15.243] Initializing built-in extension SECURITY
[15.243] Initializing built-in extension XINERAMA
[15.243] Initializing built-in extension XFIXES
[15.243] Initializing 

Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-03-06 Thread Paul Brossier
Package: xserver-xorg-video-nouveau
Version: 1:1.0.10-1+b1
Severity: important

Dear Maintainer,

xorg was running like a charm until recently. Since I ran safe-upgrade
yesterday, Xorg fails starting. See info attached. Let me know if there
is any more info I can provide.

cheers, piem

-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Oct 20 16:25 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2323424 Feb  6 12:23 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation MCP89 [GeForce 
320M] [10de:08a2] (rev a2)

/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
---
Linux version 3.13-1-amd64 (debian-ker...@lists.debian.org) (gcc version 4.8.2 
(Debian 4.8.2-14) ) #1 SMP Debian 3.13.5-1 (2014-03-04)

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 8456 Mar  6 11:31 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 8456 Mar  6 11:31 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 8456 Mar  6 11:31 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 8456 Mar  6 11:31 /var/log/Xorg.3.log
-rw-r--r-- 1 root root 8456 Mar  6 11:31 /var/log/Xorg.4.log
-rw-r--r-- 1 root root 8456 Mar  6 11:31 /var/log/Xorg.5.log

Contents of most recent Xorg X server log file (/var/log/Xorg.5.log):
-
[15.924] 
X.Org X Server 1.15.0
Release Date: 2013-12-27
[15.924] X Protocol Version 11, Revision 0
[15.924] Build Operating System: Linux 3.12-1-amd64 x86_64 Debian
[15.924] Current Operating System: Linux groseille 3.13-1-amd64 #1 SMP 
Debian 3.13.5-1 (2014-03-04) x86_64
[15.924] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13-1-amd64 
root=UUID=1ab1ff9c-7eee-49cd-bde0-e8b1a658ed34 ro quiet
[15.924] Build Date: 06 February 2014  03:20:45PM
[15.924] xorg-server 2:1.15.0-2 (http://www.debian.org/support) 
[15.924] Current version of pixman: 0.32.4
[15.925]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[15.925] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[15.925] (==) Log file: /var/log/Xorg.5.log, Time: Thu Mar  6 11:31:46 
2014
[15.925] (==) Using system config directory /usr/share/X11/xorg.conf.d
[15.925] (==) No Layout section.  Using the first Screen section.
[15.926] (==) No screen section available. Using defaults.
[15.926] (**) |--Screen Default Screen Section (0)
[15.926] (**) |   |--Monitor default monitor
[15.926] (==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
[15.926] (==) Automatically adding devices
[15.926] (==) Automatically enabling devices
[15.926] (==) Automatically adding GPU devices
[15.926] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[15.926]Entry deleted from font path.
[15.926] (==) 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,
built-ins
[15.926] (==) ModulePath set to /usr/lib/xorg/modules
[15.926] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[15.926] (II) Loader magic: 0x7f54f7583d40
[15.926] (II) Module ABI versions:
[15.926]X.Org ANSI C Emulation: 0.4
[15.926]X.Org Video Driver: 15.0
[15.926]X.Org XInput driver : 20.0
[15.926]X.Org Server Extension : 8.0
[15.927] (II) xfree86: Adding drm device (/dev/dri/card0)
[15.929] (--) PCI:*(0:2:0:0) 10de:08a2:106b:00d4 rev 162, Mem @ 
0xd200/16777216, 0xc000/268435456, 0xd000/33554432, I/O @ 
0x1000/128, BIOS @ 0x/131072
[15.929] Initializing built-in extension Generic Event Extension
[15.929] Initializing built-in extension SHAPE
[15.929] Initializing built-in extension MIT-SHM
[15.929] Initializing built-in extension XInputExtension
[15.929] Initializing built-in extension XTEST
[15.929] Initializing built-in extension BIG-REQUESTS
[15.929] Initializing built-in extension SYNC
[15.930] Initializing built-in extension XKEYBOARD
[15.930] Initializing built-in extension XC-MISC
[15.930] Initializing built-in extension SECURITY
[15.930] Initializing built-in extension XINERAMA
[15.930] Initializing built-in extension XFIXES
[15.930] Initializing built-in 

Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-03-06 Thread Sven Joachim
On 2014-03-06 16:15 +0100, Paul Brossier wrote:

 Package: xserver-xorg-video-nouveau
 Version: 1:1.0.10-1+b1
 Severity: important

 Dear Maintainer,

 xorg was running like a charm until recently. Since I ran safe-upgrade
 yesterday, Xorg fails starting. See info attached. Let me know if there
 is any more info I can provide.

Your /var/log/dpkg.log entries since the last successful X start would
be useful.

 Kernel version (/proc/version):
 ---
 Linux version 3.13-1-amd64 (debian-ker...@lists.debian.org) (gcc version 
 4.8.2 (Debian 4.8.2-14) ) #1 SMP Debian 3.13.5-1 (2014-03-04)

The kernel has seen an upgrade from 3.13.4 to 3.13.5 in unstable
yesterday, but AFAICS there are no nouveau related changes in it.  Which
kernel did you run before, and does X start if you boot that kernel now?

Cheers,
   Sven


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-03-06 Thread Paul Brossier
Package: xserver-xorg-video-nouveau
Version: 1:1.0.10-1+b1
Followup-For: Bug #740953

Sven, I sent you the dpkg.log in private since it is rather huge. Feel
free to publish the relevant parts as needed.

As for kernels, I was running 3.12 previously, but no luck running Xorg
with any of these too:

ii  linux-image-3.12-1-amd64 3.12.9-1 amd64Linux 3.12 for 64-bit PCs
ii  linux-image-3.13-1-amd64 3.13.5-1 amd64Linux 3.13 for 64-bit PCs

cheers, piem


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-03-06 Thread Paul Brossier
On 03/06/2014 06:05 PM, Paul Brossier wrote:
 As for kernels, I was running 3.12 previously, but no luck running
 Xorg with any of these too:

 ii  linux-image-3.12-1-amd64 3.12.9-1 amd64Linux 3.12 for
 64-bit PCs ii  linux-image-3.13-1-amd64 3.13.5-1 amd64
 Linux 3.13 for 64-bit PCs

sorry, my bad: xorg runs fine under 3.12 (i had tried to install the
proprietary driver in the mean time, before removing it).

i guess the bug should be reassigned to the kernel then?

cheers, piem


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org