In WinXP i run 1024x768, but after loading FC6 my max is 800x600



I have modified the display settings both via the GUI and by manually
editing the /etc/X11/xorg.conf file.

Either way, when i attempt 1024x768 with 16 bit, and reboot, i get
blank screen.

Running XP Pro in this box i can run at this reso just fine.

Here is the result of the lspci:

00:00.0 Host bridge: Intel Corporation 82810E DC-133 GMCH [Graphics
Memory Controller Hub] (rev 03)
00:01.0 VGA compatible controller: Intel Corporation 82810E DC-133 CGC
[Chipset Graphics Controller] (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801AA PCI Bridge (rev 02)

Onboard graphics card, it looks like.

Any ideas?

.



Relevant Pages

  • Re: MVC design advice for a simple GUI app.
    ... In this GUI application... ... the World Space units will be converted to View ... MetricSystem units; ... The controller could simply pass the view coordinate to model which would transform it to its own system: ...
    (comp.object)
  • Re: Data-aware GUI controls
    ... >> They make the GUI aware of the detailed structure of the data. ... Making the GUI look like the database is a very common AntiPattern. ... Here's a GUI's Controllers: ... Data copies from the member variables to the window's controls before ...
    (comp.object)
  • Re: Data-aware GUI controls
    ... and this will not change the GUI. ... >> wire them together by adding a Controller to the list. ... reaches of the Representation Layer. ... ComboField exists only to polymorph one method: ...
    (comp.object)
  • Re: Model View Controller basics.
    ... >don't have the skills to do so. ... write your phonebook application without any GUI. ... Instead give it a console interface. ... Then write a completely separate module (a controller) that *knows* ...
    (comp.object)
  • Re: Beginner question
    ... By GUI class do you mean a Windows Form? ... I would consider having a Run method on your Controller Class. ... Then your Sub Main would be ... There a controller object will be created. ...
    (microsoft.public.dotnet.languages.vb)