>Rajesh saw fit to inform me that:
>
>However when I changed the order of 'dri' loading ( I made it as the first
>module to be loaded), dri started working on my i810 :-)
>
>Section "Module"
> Load "dri"
> Load "ddc"
><snipped>
>EndSection
>
One more thing. /etc/X11/XF86Config-4 file contained :
VideoRam 8192
I changed 8192 to 16384 and this has actual been responsible for dri
working on my i810 now :-)
--
Rajesh
--
:
####[ Linux One Stanza Tip (LOST) ]###########################
Sub : DOS to Unix conversion (#2) LOST #049
Method #2:
To convert a DOS text file to Unix so that the extra ASCII 13
does not show up when viewing / editing a DOS text file.
If you have recode package installed you may use the following
alias in your .profile or /etc/profile:
alias unix2dos='recode lat1..ibmpc'
alias dos2unix='recode ibmpc..lat1'
####<[EMAIL PROTECTED]>#####################################
: