Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9095569
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:38:12+00:00 2026-06-16T23:38:12+00:00

I read about the Xbox 360 Programming Considerations on MSDN and it shows that

  • 0

I read about the Xbox 360 Programming Considerations on MSDN and it shows that both 480p(widescreen) and 480p(normal) uses 640×480. My game works fine on all 16:9 resolutions and it also works on other resolutions, but the game looks very different (because it’s in 2D). I tested it on 720p and 1080p and I found that if I set the resolution to 1080p it still works on 720p TVs, and everything looks exactly the same as 1080p (I think Xbox automatically resize the entire game to fit 720p).

But I want to know what other aspect ratios that Xbox supports. Also I’m wondering how to fix the resolution to make it fit on 480p(widescreen)

EDIT: I’m currently using the code below (since my game is designed for 1080p)

    float ratio = graphics.GraphicsDevice.DisplayMode.AspectRatio;
    if (ratio == (float)16 / (float)9)
    {
        graphics.PreferredBackBufferWidth = 1920;
        graphics.PreferredBackBufferHeight = 1080;
    }
    else if (ratio == (float)4 / (float)3)
    {
        graphics.PreferredBackBufferHeight = 1080;
        graphics.PreferredBackBufferWidth = 1440;
    }
    else
    {
        graphics.PreferredBackBufferHeight = 1080;
        graphics.PreferredBackBufferWidth = (int)(1080 * ratio);
    }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T23:38:14+00:00Added an answer on June 16, 2026 at 11:38 pm

    “The Xbox 360 system supports both HDTV and normal television sets, at multiple resolutions (480p, 720p, 1080i, and 1080p), and multiple aspect ratios (4:3, 16:9, and 16:10). The console automatically scales the output of a game to the resolution of the owner’s display, and if the game is using a widescreen aspect ratio, the console automatically adds “black bars” (letterboxing) if the owner’s display is not widescreen.”

    Source: http://msdn.microsoft.com/en-us/library/bb203938.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I read about Drivers that uses JDBC API in a book. Not clear about
I read about an inheritance feature in PostgreSQL that seemed pretty neat. Unfortunately I
I read about pthread_detach that it releases the resources acquired by thread when it
I read about bookmarks in mercurial, every source states that it's like git branching,
I read about __packed__ from here and, I understood that when __packed__ is used
I read about GC and I realized there is not one way that the
I read about IS OF TYPE and I expected that it should return TRUE,
I read about the requirements of NDK programming on Windows which said we require
I read about DynamicVertexBuffer, and how it's supposed to be better for data that
I read about Daemon Programming and i think I'll be needing this to detect

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.