| Summary: |
Different behaviors of nouveau driver using vga= in text mode |
| Product: |
[openSUSE] openSUSE 11.3
|
Reporter: |
Fabrizio Fabbrizzi <fabrizio108> |
| Component: |
X.Org | Assignee: |
Forgotten User Wum0mkMcd8 <forgotten_Wum0mkMcd8> |
| Status: |
RESOLVED
DUPLICATE
|
QA Contact: |
E-mail List <xorg-maintainer-bugs> |
| Severity: |
Normal
|
|
|
| Priority: |
P5 - None
|
|
|
| Version: |
Final | |
|
| Target Milestone: |
--- | |
|
| Hardware: |
HP | |
|
| OS: |
openSUSE 11.3 | |
|
| Whiteboard: |
|
|
Found By:
|
---
|
Services Priority:
|
|
|
Business Priority:
|
|
Blocker:
|
---
|
|
Marketing QA Status:
|
---
|
IT Deployment:
|
---
|
| Attachments: |
Log Files
|
Created attachment 379616 [details] Log Files User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 Hello, I noticed a strange behaviour of nouveau driver, using OpenSuse LiveCD 11.3, as follow: If I start Linux in text mode(from F3 menu), with the vga=0x31B option in the boot line, the system correctly start at 1280x1024@60 (the preferred resolution of my 17" monitor according to EDID and User Manual). Then, after login, if I do Init 5 the X window correctly start at the same resolution. Instead, if I start Linux in text mode, without any VGA option, and then after login I do Init 5, the X window uncorrectly start at 1280x1024@62, and the screen tends to flicker. My computer is an HP equipped with an NVidia GeForce G210. I've attached the dmesg logs and the X logs written in /var/log folder. dmesg_1.log and Xorg.0_1.log refers to the wrong case, while dmesg_2.log and Xorg.0_2.log to the correct case(with vga=0x31B). Best Regards Reproducible: Always Steps to Reproduce: Correct start 1.select text mode from F3 menu at boot 2.insert vga=0x31B at the boot line 3.run Enter 4.after login,do Init 5 Wrong start 1.select text mode from F3 menu at boot 2.run Enter 4.after login,do Init 5 Actual Results: In the correct case, the Hor and Vert freqs of the monitor are those indicated by EDID, in the wrong case the freqs are different and the screen tends to flicker Expected Results: The beahviour should be the same in the two case, i.e. the X System should start correctly also from a purely text console