Bug 10352 - uvesafb does not find 1680x1050 resolution on my ati X1400
Summary: uvesafb does not find 1680x1050 resolution on my ati X1400
Status: RESOLVED INVALID
Alias: None
Product: Drivers
Classification: Unclassified
Component: Console/Framebuffers (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: James Simmons
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-28 16:14 UTC by Evgeni Golov
Modified: 2009-03-25 15:50 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.25-rc6
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Evgeni Golov 2008-03-28 16:14:36 UTC
Latest working kernel version: none
Earliest failing kernel version: 2.6.25-rc6
Distribution: Debian Sid
Hardware Environment: ThinkPad Z61m, ATI Mobility Radeon X1400, 15.2" 1680x1050 LCD
Problem Description:

I'm trying to get the native resolution (1680x1050) of my LCD running in the console. However, the maximum I can get is 1400x1050 (that is the maximum displayed by `hwinfo --vbe` and in /sys/devices/platform/uvesafb.0/vbe_modes). As the LCD supports 1680x1050 
(hwinfo says:
     Resolution: 1680x1050
     Horizontal: 1680 1712 1776 1904 (+32 +96 +224) -hsync
       Vertical: 1050 1051 1054 1066 (+1 +4 +16) -vsync
    Frequencies: 101.67 MHz, 53.40 kHz, 50.09 Hz
)
and I can get this resolution in Xorg, I wonder how one could get this in the console too.
Comment 1 Anonymous Emailer 2008-03-28 16:52:41 UTC
Reply-To: akpm@linux-foundation.org

(switched to email.  Please respond via emailed reply-to-all, not via the
bugzilla web interface).

On Fri, 28 Mar 2008 16:14:37 -0700 (PDT) bugme-daemon@bugzilla.kernel.org wrote:

> http://bugzilla.kernel.org/show_bug.cgi?id=10352
> 
>            Summary: uvesafb does not find 1680x1050 resolution on my ati
>                     X1400
>            Product: Drivers
>            Version: 2.5
>      KernelVersion: 2.6.25-rc6
>           Platform: All
>         OS/Version: Linux
>               Tree: Mainline
>             Status: NEW
>           Severity: normal
>           Priority: P1
>          Component: Console/Framebuffers
>         AssignedTo: jsimmons@infradead.org
>         ReportedBy: sargentd@die-welt.net
> 
> 
> Latest working kernel version: none
> Earliest failing kernel version: 2.6.25-rc6
> Distribution: Debian Sid
> Hardware Environment: ThinkPad Z61m, ATI Mobility Radeon X1400, 15.2"
> 1680x1050
> LCD
> Problem Description:
> 
> I'm trying to get the native resolution (1680x1050) of my LCD running in the
> console. However, the maximum I can get is 1400x1050 (that is the maximum
> displayed by `hwinfo --vbe` and in
> /sys/devices/platform/uvesafb.0/vbe_modes).
> As the LCD supports 1680x1050 
> (hwinfo says:
>      Resolution: 1680x1050
>      Horizontal: 1680 1712 1776 1904 (+32 +96 +224) -hsync
>        Vertical: 1050 1051 1054 1066 (+1 +4 +16) -vsync
>     Frequencies: 101.67 MHz, 53.40 kHz, 50.09 Hz
> )
> and I can get this resolution in Xorg, I wonder how one could get this in the
> console too.
> 
> 
> -- 
> Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.
Comment 2 Matthew Garrett 2008-05-09 06:19:09 UTC
Not a bug. uvesafb is limited to vesa modes, and 1680x1050 isn't a vesa mode. It'll need a native framebuffer driver to handle the full screen resolution.

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