NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-amd64/54895:x server crashes when i change size of



The following reply was made to PR port-amd64/54895; it has been noted by GNATS.

From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: port-amd64/54895:x server crashes when i change size of
Date: Tue, 28 Jan 2020 16:45:56 +0000

 Might be worth trying
 
   Option      "AccelMethod"  "uxa"
 
 or even
 
   Option      "NoAccel"  "True"
 
 e.g.
 
 Section "Device"
   Identifier "Intel Graphics"
   Driver "intel"
   Option "NoAccel" "True"
   Option "DRI" "False"
 EndSection
 
 in /etc/X11/xorg.conf
 


Home | Main Index | Thread Index | Old Index