NetBSD-Bugs archive

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

re: xsrc/49908: xorg intel driver, X -configure, issue with driver?



The following reply was made to PR xsrc/49908; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: xsrc-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost
Subject: re: xsrc/49908: xorg intel driver, X -configure, issue with driver?
Date: Sat, 16 May 2015 18:43:08 +1000

 this should work, but have you tried without an xorg.conf at all?
 
 usually you don't need one these days, and even if you do, you only
 need the parts you need to change.  eg, one system of mine just has
 these 5 lines:
 
 ---
 Section "Device"
         Identifier  "Intel Graphics"
         Driver      "intel"
         Option      "AccelMethod"  "sna"
 EndSection
 ---
 
 which i can now delete since SNA is the default in -current.
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index