On Tue, 10 Jun 2003 17:23:45 -0400 Chris Kassopulo <[EMAIL PROTECTED]> wrote:
> Hi Kurt, > > Just to be clear, I am trying to get Intel's driver working > better than it does. It is useable now, but not right. At > some point I'll try to figure out why I couldn't get the > standard i810 driver to work at all. > > Intel's driver is i830. The source package also contains i810, > agpgart, gamma and other routines that are part of the X i810 > driver. I don't know if they are different but I assume they > are. > > Relative parts of my etc/XF86Config: > > # File generated by xf86config. > > Section "Module" > Load "dbe" > SubSection "extmod" > Option "omit xfree86-dga" > EndSubSection > Load "type1" > Load "freetype" > Load "glx" > # Load "dri" > EndSection > > Section "Monitor" > Identifier "My Monitor" > HorizSync 30-70 > VertRefresh 50-160 > EndSection > > Section "Device" > Identifier "Intel 810" # install instructions > Driver "i810" # say to use i810 not i830 > VideoRam 65536 You have 65K or RAM? This effects screen resolution. Can you really run any of the Modes in this file with that amount of memory? > # Insert Clocks lines here if appropriate > EndSection > > Section "Screen" > Identifier "Screen 1" > Device "Intel 810" > Monitor "My Monitor" > DefaultDepth 24 > > Subsection "Display" > Depth 8 > Modes "1024x768" "800x600" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 16 > Modes "1024x768" "800x600" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 24 > Modes "1024x768" "800x600" > ViewPort 0 0 > EndSubsection > EndSection > > Section "ServerLayout" > Screen "Screen 1" > InputDevice "Mouse1" "CorePointer" > InputDevice "Keyboard1" "CoreKeyboard" > EndSection > > #Section "DRI" > # Mode 0666 > #EndSection -- +����������������������������+�������������������������������+ � Roger Oberholtzer � E-mail: [EMAIL PROTECTED] � � OPQ Systems AB � WWW: http://www.opq.se/ � � Erik Dahlbergsgatan 41-43 � Phone: Int + 46 8 314223 � � 115 34 Stockholm � Mobile: Int + 46 733 621657 � � Sweden � Fax: Int + 46 8 302602 � +����������������������������+�������������������������������+ _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
