dCore Import Debian Packages to Mountable SCE extensions > dCore x86 Imported Extensions

No Xorg-intel graphics dCore-xenial

<< < (2/2)

nitram:
Hi curaga. This old workhorse boots eight distributions plus an offline WinXP install with DOS -> WinXP legacy games, swapping hardware would take forever to re-configure everything. If hardware dies so be it, but it's run forever, think the old stuff built better. Regardless got graphics running nice in dCore-xenial with default xorg-intel driver, outlined in another post. Simple xorg.conf modification got desired result (Option  "DRI"  "false"). So bearing hardware failure i expect to use this system past 2020. TC is such a blessing, with proper software 800 MHz system runs TC and dCore snappier than my other 1.8GHz box with Debian Wheezy LXDE. Always get a chuckle seeing Debian forum posts about their lean installs. For completeness if it helps other old hardware users upgrade to dCore-xenial, an xorg.conf file will most likely be required, try the DRI false option before turfing hardware:

--- Code: ---Section "Monitor"
        Identifier   "Monitor0"
        HorizSync       28.0 - 96.0
          VertRefresh     50.0 - 75.0
EndSection

Section "Device"
        Option     "DRI"          "false"
        Identifier  "Card0"
        Driver      "intel"
        BusID       "PCI:0:1:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    16
        SubSection "Display"
                Depth 16
                Modes "1280x800"
        EndSubSection
EndSection


--- End code ---

curaga:
OK then. Just expect newer versions getting more and more broken with those graphics.

Navigation

[0] Message Index

[*] Previous page

Go to full version