Gregory Babusiaux wrote:
Hi, I got an acer aspire 1406 LC with, I think, an ATI radeon video card.
I can't get my debian system to display in 1024*768, even though my card can 
handle this resolution. I opened a console, run dkpg-reconfigure 
xserver-xfree86, specified the api driver but it still doesn't work. I'm still 
in 800*600. Where can i specify my video card? My former mandriva system 
recognized my video card without any problem. What can i do?

Make sure you have "1024x768" in /etc/X11/XF86Config-4.

Section "Screen"
        Identifier "Screen_HP"
        Device     "Card_ati_1"
        Monitor    "HP"
        DefaultDepth    24
        SubSection "Display"
                Depth     16
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes           "1024x768" "800x600"
        EndSubSection
EndSection


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to