[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X11 config problem



yours look just like mine... except that you have to add the driver to
the device section... see my .XF86Config:


Section "Device"
        Identifier      "VIA Technologies, Inc. VT8378 [S3 UniChrome]
Integrated Video"
        Driver          "vesa" # that's what I use... I have to change
it
        Option          "ActiveDevice"  "LCD"
        VideoRam        65536 # theoretically not necessary
EndSection
Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       28-49
        VertRefresh     43-72
        Option          "DPMS"
EndSection
Section "Screen"
        Identifier      "Default Screen"
        Device          "VIA Technologies, Inc. VT8378 [S3 UniChrome]
Integrated Video"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Touchpad"
        InputDevice     "USBMouse"
EndSection

hope it helps

cheers

norton

Em Qui, 2005-07-21 às 21:49 +0700, ilya korolev escreveu:
> Gregory Babusiaux <gbabusia@ulb.ac.be> writes:
> 
> > 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?
> 
> Also look at this.
> 
> Section "Monitor"
>         Identifier   "Generic Monitor"
>         HorizSync    28.0 - 49.0
>         VertRefresh  43.0 - 72.0
>         Option      "DPMS"
> EndSection
> 
> 



Reply to: