Did you try to use ATI drivers, instead of Generic driver ? If ur card is listed in the following page http://www2.ati.com/drivers/linux/linux_8.14.13.html you should probably tryout their drivers. https://support.ati.com/ics/support/default.asp?deptID=894&task=knowledge&folderID=27 But the generic driver should be enough..could be just a matter of configuration.
On 7/21/05, Norton <[EMAIL PROTECTED]> wrote: > 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 <[EMAIL PROTECTED]> 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 > > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >

