[PC-BSD Commits] r566 - in pcbsd/trunk/system-overlay/PCBSD/xorg-gui: bin templates/driver
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 6 14:14:50 PDT 2007
Author: kris
Date: 2007-08-06 14:14:49 -0700 (Mon, 06 Aug 2007)
New Revision: 566
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/intel-3d-enable.template
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/intel.template
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/nv.template
Log:
Rolled in changes to XGUI that Andrei suggested. Seems to work better with
DPI on my laptop as well now.
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh 2007-08-06 18:30:15 UTC (rev 565)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh 2007-08-06 21:14:49 UTC (rev 566)
@@ -34,15 +34,15 @@
ModelName "Generic"
' >> $TMPFILE
-echo "
- HorizSync ${HORIZSYNC}
- VertRefresh ${VERTREFRESH}
-" >> ${TMPFILE}
+#echo "
+# HorizSync ${HORIZSYNC}
+# VertRefresh ${VERTREFRESH}
+#" >> ${TMPFILE}
# Setup resolution modeline with GTF
XRES="`echo $RES | cut -d 'x' -f 1`"
YRES="`echo $RES | cut -d 'x' -f 2`"
-/PCBSD/xorg-gui/bin/gtf $XRES $YRES $REFRESH >> $TMPFILE
+#/PCBSD/xorg-gui/bin/gtf $XRES $YRES $REFRESH >> $TMPFILE
# Setup DPI with DisplaySize line
XDPI="`expr $XRES \* 25`"
@@ -51,9 +51,9 @@
YDPI="`expr $YRES \* 25`"
YDPI="`expr $YDPI \/ ${DEFIN}`"
-echo "
-DisplaySize $XDPI $YDPI # $DEFIN DPI at $RES
-" >> $TMPFILE
+#echo "
+#DisplaySize $XDPI $YDPI # $DEFIN DPI at $RES
+#" >> $TMPFILE
echo '
EndSection
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/intel-3d-enable.template
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/intel-3d-enable.template 2007-08-06 18:30:15 UTC (rev 565)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/intel-3d-enable.template 2007-08-06 21:14:49 UTC (rev 566)
@@ -15,6 +15,7 @@
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
+ Option "NoDDC" "Yes"
Identifier "Card0"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/intel.template
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/intel.template 2007-08-06 18:30:15 UTC (rev 565)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/intel.template 2007-08-06 21:14:49 UTC (rev 566)
@@ -15,6 +15,7 @@
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
+ Option "NoDDC" "Yes"
Identifier "Card0"
Driver "intel"
VendorName "Intel Video Driver"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/nv.template
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/nv.template 2007-08-06 18:30:15 UTC (rev 565)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/driver/nv.template 2007-08-06 21:14:49 UTC (rev 566)
@@ -15,6 +15,7 @@
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
+ Option "NoDDC" "Yes"
Identifier "Card0"
Driver "nv"
VendorName "Generic nVidia Driver"
More information about the Commits
mailing list