Quote:
Originally posted by carnold
Yes, the VESA generic driver works but only at 800x600.
Synaptical: could i ask you how you got your setup to work?
|
in character devices, i have:
<*> /dev/agpgart
<M> ATI chipset
i wasn't sure which intel chipset it was, so i selected both as modules:
<M> Intel 440LX/BX/GX, I8xx and E7x05 chipset support
<M> Intel i865 chipset support
<*> DRI
<M> ATI radeon
then in graphics support:
<*> VGA 16-color graphics support[*] VESA VGA graphics support
<M> ATI Radeon display support
in xorg.conf i have:
Code:
Section "Device"
Identifier "** ATI Radeon (generic) [radeon]"
Driver "radeon"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "** ATI Radeon (generic) [radeon]"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
then i guess the chipset module gets loaded with agp, because it shows up with nothing in rc.modules, etc. :
Code:
jeff@beamer:~ $ lsmod
Module Size Used by
intel_agp 19740 1
hth