Thread: xfce4 issue
View Single Post
Old 18th October 2017
PapaParrot's Avatar
PapaParrot PapaParrot is offline
parrot
 
Join Date: Jul 2015
Location: Durango, Mx.
Posts: 472
Default

One thing I notice:
Shep shows this:
Code:
Section "Device"
Identifier "Volari Z7"
Driver "sis"
EndSection
The OP shows this:
as does not work,
Code:
"Device" section
Identify "voodoo3"
Driver "3dfx"
EndSection
I don't think that would work, maybe:
Code:
Section "Device"
Identifier "voodoo3"
Driver"sis"
EndSection
I suppose if you try the Driver "3dfx" it might work as well, but is suggesting that the "sis" should be used,
__________________
My best friends are parrots

Last edited by PapaParrot; 18th October 2017 at 09:10 PM.
Reply With Quote