hi newsgroup
this group here is my last hope. i have a dell dimension L1000r with a
pretty spooky graphic card.
dmesg says:
agp0: <Intel 82810E (i810E GMCH) SVGA controller> mem
0xffa80000-0xffafffff,0xf8000000-0xfbffffff irq 11 at device 1.0 on pci0
i was downloading the linux driver from intel. its the: XFCom_i810 and i
can still get a 640x480 resolution (see my XF86Config at the end of this
post).
then i was starting booting from a knoppix cd and i got a 1024x768
resolution. i checked in the XF86Coinfig. It took the svga driver.
unfortunately i couldn't find an svga driver for freebsd.
has anyone of you the same hardware? could anyone give me a hint in the
right direction?
thanks in advance
ash
here the relevant part of my XF86Config:
Section "Device"
Identifier "Card0"
Driver "i810"
VendorName "Intel"
BoardName "i810e"
BusID "PCI:0:1:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection