Bug#708858: Installation: Screen and keyboard freeze (but not mouse) right after login on post-install Debian

2013-05-19 Thread Gobiel
Package: general
Severity: critical

Dear Maintainer,

I installed Debian on a i5 750 (so no integrated graphics), GTX 590, Intel SSD 
system. The installation runned fine. However, after booting with GRUB in 
"normal mode", the system freezes after log in (or before if I run the mouse 
over the log in boxes, over GNOME classic etc.), i.e. stops doing anything.
While I can still move my mouse's cursor around on the screen without beeing 
able to interact with anything, the keyboard does not do anything. I have USB 
mouse and keyboard, and VGA screen. There is no sound coming out.

Thinking this was a graphical problem, I ran some research on how to install 
nvidia drivers and tried some command lines : it couldn't find the packages, 
neither the "deb" command. When trying to continue looking at Xorg config, the 
directory wasn't found (i.e. can't "cd" in it) though it was displayed with 
"dir" command.
It was really confusing, and my problem still isn't solved. I have tried 
installing Debian with no-inst, live cd, DVD and expert DVD with KDE 
installations, with the same outcome. Ubuntu's live cd does not even load, 
however.
Windows 7 x64 runs fine on the same SSD drive. My system is not overclocked and 
all BIOS settings were brought back to default without effect.

I would have expected Debian to boot right out of the box, as it did in Live 
CD, but well :'(. I am not good at all with Linux distributions as it is my 
first encounter with those, but I allowed myself to put "critical".

-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

-- Added by me: (surely hardware related problem ?)
Motherboard: P7P55D
CPU: i5 750 (socket 1156)
SSD: Intel 'something' 180GB
GPU: Gigabyte GTX 590
Sound card: Asus Xonar D2


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130519085700.2978.46054.reportbug@debian



Bug#708858: Found a workaround

2013-05-20 Thread Gobiel
It turns out it was related to nouveau driver (ie to my graphic card, which
is bi-gpu). I could "make it work" for the time I installed proper nvidia
driver by adding "nomodeset" at the end of the kernel line each time I
started my computer. It seems the installation already has this option set,
explaining all the trouble I did not encounter on Live CD.

However, it still is a problem, as it completely forbids the desktop's use.
This "nomodeset" could be implanted in a semi-automatic way... just a
suggestion. Either when seeing the graphic card is not supported by nouveau
(means creating a database), or adding it to the grub for the next boot at
the time nouveau crashes (these are two kernel.log examples) :
"May 19 09:52:22 debian kernel: [   27.561689] [drm] nouveau :04:00.0:
PFIFO: unknown status 0x4000
May 19 09:52:22 debian kernel: [   27.685372] [drm] nouveau :04:00.0:
PFIFO: read fault at 0x0008657000 [PAGE_SYSTEM_ONLY] from
PGRAPH/GPC3/(unknown enum 0x000b) on channel 0x000206
[...]
May 19 11:07:31 debian kernel: [   44.401798] [drm] nouveau :04:00.0:
PFIFO: read fault at 0x000811e000 [PAGE_SYSTEM_ONLY] from
PGRAPH/GPC3/(unknown enum 0x000b) on channel 0xa21000
May 19 11:07:31 debian kernel: [   44.401810] [drm] nouveau :04:00.0:
PFIFO: unknown status 0x4000"


Then, maybe it would have been more relevant filing this bug report under
the "nouveau" package tag.
Cheers! Debian is working now :).