RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 590222 - nouveau driver not working with NVIDIA Quadro NVS 295 card
Summary: nouveau driver not working with NVIDIA Quadro NVS 295 card
Keywords:
Status: CLOSED DUPLICATE of bug 596703
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: xorg-x11-drv-nouveau
Version: 6.0
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Ben Skeggs
QA Contact: desktop-bugs@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-08 07:45 UTC by Praveen Arimbrathodiyil
Modified: 2013-06-17 04:07 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-14 02:28:01 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
/var/log/messages (215.87 KB, text/plain)
2010-05-10 06:19 UTC, Praveen Arimbrathodiyil
no flags Details
/var/log/Xorg.0.log (44.97 KB, text/plain)
2010-05-10 06:20 UTC, Praveen Arimbrathodiyil
no flags Details
Xorg.0.log with nv driver (69.05 KB, text/plain)
2010-05-10 06:51 UTC, Praveen Arimbrathodiyil
no flags Details
Xorg.0.log with -24 kernel (45.21 KB, text/plain)
2010-05-10 07:37 UTC, Praveen Arimbrathodiyil
no flags Details
/var/log/messages with -24 kernel (520.86 KB, text/plain)
2010-05-10 08:14 UTC, Praveen Arimbrathodiyil
no flags Details

Description Praveen Arimbrathodiyil 2010-05-08 07:45:04 UTC
Description of problem:

Maximum resolution on a 22 inch monitor available is 1280 x 720, which is not a good resolution to work with (panels and window borders are very wide and ugly)

$ xrandr 
Screen 0: minimum 640 x 480, current 1280 x 720, maximum 1280 x 720
default connected 1280x720+0+0 0mm x 0mm
   1280x720        0.0* 
   800x600        61.0  
   640x480        60.0  

Version-Release number of selected component (if applicable):


How reproducible:

always

Steps to Reproduce:
1. login to a graphical desktop
2. look at the resolution
3.
  
Actual results:

small resolution

Expected results:

higher resolution

Additional info:

Comment 1 Praveen Arimbrathodiyil 2010-05-08 07:46:51 UTC
$ lspci |grep -i vga
02:00.0 VGA compatible controller: nVidia Corporation Device 06fd (rev a1)

Comment 2 Praveen Arimbrathodiyil 2010-05-08 07:48:43 UTC
Same monitor accessed via Lenovo T400 laptop gives a resolution of 1680x1050

VGA1 connected (normal left inverted right x axis y axis)
   1680x1050      60.0 +
   1280x1024      75.0  
   1024x768       75.1     60.0  
   800x600        75.0     60.3  
   640x480        75.0     60.0  
   720x400        70.1  

graphics card on the laptop is 

$ lspci |grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)

Comment 4 RHEL Program Management 2010-05-08 09:28:40 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 5 Ben Skeggs 2010-05-09 22:15:35 UTC
It would be great if you could attach /var/log/Xorg.0.log and /var/log/messages.

Comment 6 Praveen Arimbrathodiyil 2010-05-10 06:19:40 UTC
Created attachment 412721 [details]
/var/log/messages

Comment 7 Praveen Arimbrathodiyil 2010-05-10 06:20:26 UTC
Created attachment 412722 [details]
/var/log/Xorg.0.log

Comment 8 Praveen Arimbrathodiyil 2010-05-10 06:23:15 UTC
Looks like it is falling back to vesa. anaconda was failing to start X in previous versions (before snapshot 2) as well.

[drm] failed to load kernel module "nouveau"
(EE) [drm] failed to open device

Comment 9 Ben Skeggs 2010-05-10 06:46:08 UTC
Yeah, due to a series of unfortunate incidents nouveau didn't work for a few kernel revisions.  2.6.32-23.el6.x86_64 (your kernel) didn't have nouveau *at all*, 2.6.32-24.el6.x86_64 is fixed though.

If you could update to that, and try again that'd be great.

Comment 10 Praveen Arimbrathodiyil 2010-05-10 06:50:48 UTC
Ok, I'll update the kernel. Meanwhile I was trying "nv" driver. It gave 1680x1050 resolution but it was not usable at all - the screen looked like a oil painting - random colors. I have Xorg.0.log with nv driver - which has much more info about the graphics card.

Comment 11 Praveen Arimbrathodiyil 2010-05-10 06:51:34 UTC
Created attachment 412726 [details]
Xorg.0.log with nv driver

Comment 12 Praveen Arimbrathodiyil 2010-05-10 07:20:24 UTC
I updated the kernel from brew, but now after grub the screen is blank - monitor goes to power saving mode :( This is the behavior of anaconda with most other trees (rhel beta, fedora beta, fedora 13 rawhide ...)

Comment 13 Ben Skeggs 2010-05-10 07:34:41 UTC
Okay, can you attach /var/log/messages from after the failed boot, I'll see if there's something obvious that sticks out.

Comment 14 Praveen Arimbrathodiyil 2010-05-10 07:37:59 UTC
Created attachment 412742 [details]
Xorg.0.log with -24 kernel

Now I get more verbose messages, I removed "rhgb quiet" from boot line and added nomodeset. 

drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:02:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
(EE) [drm] failed to open device

Comment 15 Praveen Arimbrathodiyil 2010-05-10 08:14:21 UTC
Created attachment 412750 [details]
/var/log/messages with -24 kernel

Comment 16 Ben Skeggs 2010-05-10 23:08:59 UTC
For comment 14: this is expected, nouveau can't operate with "nomodeset" any longer.

Comment 17 Ben Skeggs 2010-05-10 23:09:32 UTC
Praveen: Can you reproduce this issue with other displays, or just this one?

Comment 18 Praveen Arimbrathodiyil 2010-05-11 07:57:05 UTC
Ben: It happens with other displays also, I tested with a Dell 17 inch monitor.

Comment 19 Ben Skeggs 2010-06-28 05:11:33 UTC
Praveen, I managed to get hold of a NVS295 here and have a patch that is able to light up the displays.  I'm still not 100% sure of how this bug *should* be handled, the binary driver and VBIOS do 2 completely different things here.

But, for testing/confirmation, there's a scratch build at: https://brewweb.devel.redhat.com/taskinfo?taskID=2553678

Does this fix the problem for you?

Comment 20 Praveen Arimbrathodiyil 2010-06-28 06:19:50 UTC
Ben,

Thanks, it is working for me. nouveau doesn't give 3d for this card yet, I guess.

Comment 21 Ben Skeggs 2010-06-28 06:25:54 UTC
Thanks for letting me know :)  No, there's an experimental (and buggy) 3D driver available, but we're not shipping it in EL6.

Comment 22 Ben Skeggs 2010-07-07 08:16:19 UTC
I've got another scratch build ready if you can test it for me please.  This should resolve this issue in another way which doesn't break other systems in the process.

https://brewweb.devel.redhat.com/taskinfo?taskID=2577620

Thanks!

Comment 23 Praveen Arimbrathodiyil 2010-07-07 08:38:24 UTC
I don't have that system with me right now, I will get it back by next week. I will test it once I get my system back.

Comment 26 Suzanne Logcher 2010-07-14 02:28:01 UTC

*** This bug has been marked as a duplicate of bug 596703 ***

Comment 27 linferna 2012-08-09 01:41:28 UTC
My experience is with quadro fx 3700 (nvidia). FPD with 1680x1050, RHEL 6.2 boots up no problems - perfect graphics. But yet another FPD with 1920x1680, RHEL 6.2 doesn't boot up, no display (just blank screen). I cannot ping the system, i.e. system is hung. Is there a limitation with maximum resolution that 'nouveau' driver can handle? Are there any special switches? Based on the other reported incidents in here this problem is not limited to NVS 295.

Comment 28 linferna 2012-08-09 01:44:33 UTC
I noticed that if I append "nomodeset" big FPD (preset resoluion 1920x1680) boots up with lower resolution. As per google this is a legacy solution. Any insight is highly appreciated.


Note You need to log in before you can comment on or make changes to this bug.