Bug 309441
| Summary: | unrecognized video card: Radeon HD 2400PRO (Asus EAH2400PRO/HTP/256M) | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jim Meyering <meyering> | ||||||||||||||||
| Component: | xorg-x11-drv-vesa | Assignee: | Dave Airlie <airlied> | ||||||||||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | low | Docs Contact: | |||||||||||||||||
| Priority: | low | ||||||||||||||||||
| Version: | 8 | CC: | xgl-maint | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | All | ||||||||||||||||||
| OS: | Linux | ||||||||||||||||||
| Whiteboard: | |||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2008-07-03 13:22:35 UTC | Type: | --- | ||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||
| Embargoed: | |||||||||||||||||||
| Attachments: |
|
||||||||||||||||||
|
Description
Jim Meyering
2007-09-27 17:50:36 UTC
Created attachment 208781 [details]
log when using DVI cable, booting with xdriver=vesa
Created attachment 291457 [details]
log
Created attachment 292133 [details]
Xorg.0.log
Thanks! rawhide now works for me using xorg-x11-drv-ati.x86_64 6.7.196-7.fc9, but only up to 1280x960 resolution DVI on my Dell 2001FP. That monitor does 1600x1200 just fine with the closed-source nvidia driver, and I'm motivated to make it work with an open source one. Problems with this monitor are not new, e.g., (patch for RV280 here) http://suif.stanford.edu/~csapuntz/rv280-linux-dvi.html so I'm optimistic. Any hints? With the attached conf, all I get on the monitor is this: 2:DVI-D Can not display this mode I've attached new Xorg log as comment #3, above. Created attachment 292134 [details]
xorg.conf
Here's the xorg.conf mentioned in #4 above.
does this still happen? the patch provided is a dirty hack but I'd like to try and fix this correctly. Glad to hear you're interested! I've just confirmed that it still happens, with xorg-x11-drv-radeonhd-1.1.0-0.7.20080301git.fc9.x86_64 oh I'm not talking about radeonhd, please try with -ati driver.. The -ati driver gives the same result. log attached Created attachment 299690 [details]
log using -ati driver and Dell 2001FP
this is with xorg-x11-drv-ati-6.8.0-7.fc9.x86_64
Hi Dave, Tried again, this time with xorg-x11-drv-ati-6.8.0-8.fc9.x86_64. Same result :-( Created attachment 303531 [details]
new log, now w/Option "ModeDebug" "true"
Hi again,
At ajax's suggestion, I've retried with the latest from rawhide, and with
Option "ModeDebug" "true"
added to the Monitor section. New log file below.
Created attachment 305670 [details]
retried with same config as above
Hi, since I've seen new drivers come in to rawhide, I've retried.
Unfortunately, I still get black screen with the usual "can not display this
mode" message from the monitor.
With the following config (from Dave Airlie), everything works fine using today's rawhide. Thanks again, Dave! # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbVariant" "intl" EndSection Section "Monitor" Identifier "Monitor0" Option "dpms" VendorName "Dell" ModelName "Dell 2001FP (Digital)" Modeline "1600x1200_RB" 130.25 1600 1648 1680 1760 1200 1203 1207 1235 Modeline "1600x1200" 160.96 1600 1704 1880 2160 1200 1201 1204 1242 Option "PreferredMode" "1600x1200_RB" EndSection Section "Device" Identifier "Videocard0" Driver "radeon" Option "Monitor-DVI-0" "Monitor0" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection |