Thursday, July 29, 2010

Default refresh rate with the registry changes 2k/XP


Modification method described below includes only the Windows registry editor, so do not run any third-party applications from unknown sources.

In theory, this method will modify the display driver / adapter has nothing to do, because it changes the display settings, rather than the display driver / adapter itself.

Important: Before modification, make sure your monitor supports the resolution you want under the refresh rate used! At your peril!

Assuming you have correctly installed your display (display driver supports vertical refresh rate you want, in this case in the 75Hz), and you are "normal" system (not enabled to support multi-displays, etc.) Please do speak according to the following:

Open the Registry Editor, locate the key:
[HKEY_LOCAL_MACHINE \ system \ CurentControlSet \ Control \ Class]. Expand Class button, you will see a set like (1113E534-EAF87542 .....} key.

If you select one of them will see some value, it is a "default" or "Class" of the string, or both. They are used to identify equipment, such as "modem", "keyboard" and so on. Search "Class" value "Monitor" key.

Expand the key, it should contain at least one the following sub-key, usually "0000." If multiple sub-keys, you have to see what is currently being used, then one by one to edit.

Expand "0000" key, it should contain the following sub-key "MODES", then expand it again, then you should see a maximum resolution of your monitor subkey named. Now, if you want to set 1024X768 resolution on the vertical refresh rate 75Hz, it can be "MODES" key to add a sub-key under the "1024,768", add the string value "Mode1" = "75-75,75 -75. "

Now if you open the "Display Properties" (right click on your desktop), click the "Advanced" button, go to the "Monitor" tab, you will be able to choose the only refresh rate that is 75Hz. Of course, the prerequisite is that the "0000" key is the key currently being used, and "hide the display mode can not be displayed" option is selected. Repeat the process of amending, adding that all you want to use the refresh rate / resolution combination.

Finally, go to the "Display Properties -> Advanced -> Monitor", select the refresh rate, here select 75Hz.

In essence, this modification is supported by your monitor refresh rate is set to the minimum refresh rate you want to use. Now, all games will run under the specified refresh rate, regardless of whether they are using Direct3D or OpenGL.






Recommended links:



Hot Desktop



Printer Report



Anti-Virus Tools comments



Lei Jun Served its purpose, soul shine Jinshan



Convert flv to avi



PHS delisting who is in charge



COREL KNOCKOUT matting examples Guide (4)



convert dvd to WMV



"Fallout 3" aircraft carrier task of THE city of clues and details of the extension



Memory addressing modes on the 8086/88



Facts and figures



Quicktime To Avi



C2C STAGED "Three Kingdoms"



ps3 Format



Wednesday, July 21, 2010

On FreeBSD5.2 common operations (setting) changes



1. Chinese locale
FreeBSD 5.2 currently supported by the Simplified Chinese locale has the following:
zh_CN.GB18030
zh_CN.GBK
zh_CN.EUC
zh_CN.eucCN
As zh_CN.EUC is not a formal Chinese locale, FreeBSD 5.2 Release of XFree86 removed the support of zh_CN.EUC only support zh_CN.eucCN, for zh_CN.GBK and zh_CN.GB18030 in most Chinese ports that have not yet appropriate support. Is still zh_CN.eucCN (using GB2312 encoding) locale is most formal, but also the most mature.
The Chinese locale set methods (bash, can be used chsh to change, fcitx input method):
[Code: 1:4623 c8c5ca]
# File / etc / profile
export LANG = "zh_CN.eucCN"
export LC_CTYPE = "zh_CN.eucCN"
export XMODIFIERS =''@ im = fcitx''[/ code: 1:4623 c8c5ca]
Zh_CN.eucCN by the zh_CN.EUC to trigger the ports of some new problems. If fcitx to start, but the control panel can not display Chinese characters. The solution is to open / usr / ports / chinese / fcitx / Makefile, change all the strings zh_CN.EUC zh_CN.eucCN can.

Of course, you can still set zh_CN.EUC, but you need to ln a zh_CN.EUC the locale:

[Code: 1:4623 c8c5ca] cd / usr / share / locale & & ln-s zh_CN.eucCN zh_CN.EUC [/ code: 1:4623 c8c5ca]

2.X under the best terminal gnome-terminal
If you use bash, and like the Linux prompt is displayed, you can / etc / profile add the following:
[Code: 1:4623 c8c5ca] if ["$ BASH"]; then
PS1 =''u @ h: w $''
else
if ["` id-u `"-eq 0]; then
PS1 =''#''
else
PS1 =''$''
fi
fi [/ code: 1:4623 c8c5ca]
If your gnome-terminal does not make any settings, / etc / profile will not play any role. Can be set as follows:
[Code: 1:4623 c8c5ca] start gnome2 (startx / usr/X11R6/bin/gnome-session) and start the gnome-terminal, open the menu and click on: Edit -> current profile (U )..., open " Title and Command "tab, select the" run shell command "after the closure can be. [/ code: 1:4623 c8c5ca]

3.mozilla other browser plug-ins (Flash, acrobat):
First, install linuxpluginwrapper the port:

[Code: 1:4623 c8c5ca] cd / usr / ports / www / linuxpluginwrapper & & make all install clean [/ code: 1:4623 c8c5ca]
And then in / etc under the accession libmap.conf which reads as follows:
[Code: 1:4623 c8c5ca] # / etc / libmap.conf for FreeBSD 5.x
# $ Id: libmap.conf-FreeBSD5.x, v 1.1 2003/11/09 07:39:33 nork Exp $


# Flash6 with Opera is not avilable.

# Flash6 with Konqueror (temporary setting)
[/ Opt / mozilla / plugins / libflashplayer.so]
libpthread.so.0 liblthread.so.3
libdl.so.2 pluginwrapper/flash6.so
libz.so.1 libz.so.2
libstdc + +-libc6.2-2.so.3 liblstdc + +. so.4
libm.so.6 libm.so.2
libc.so.6 pluginwrapper/flash6.so

# Flash6 with Mozilla / Firebird / Galeon / Epiphany
[/ Usr/local/lib/linux-flashplugin6/libflashplayer.so]
libpthread.so.0 liblthread.so.3
libdl.so.2 pluginwrapper/flash6.so
libz.so.1 libz.so.2
libstdc + +-libc6.2-2.so.3 liblstdc + +. so.4
libm.so.6 libm.so.2
libc.so.6 pluginwrapper/flash6.so

# Acrobat with Opera
# [/ Usr/X11R6/lib/browser_plugins/nppdf.so]
# Libc.so.6 pluginwrapper / acrobat.so

# Acrobat with Konqueror (temporary setting)
# [/ Opt / mozilla / plugins / nppdf.so]
# Libc.so.6 pluginwrapper / acrobat.so

# Acrobat with Mozilla / Firebird / Galeon / Epiphany
# [/ Usr/local/Acrobat5/Browsers/intellinux/nppdf.so]
# Libc.so.6 pluginwrapper / acrobat.so
[/ Code: 1:4623 c8c5ca]

4.fat32, ntfs, cd9660 partition the problem of Chinese file name.
Chinese before the directory has gbfs port support, now can be realized without installing gbfs fat32 partition display Chinese file name. Is in the implementation of load-L zh_CN.eucCN mount_msDosfs parameters, such as:

[Code: 1:4623 c8c5ca] mount_msdosfs-L zh_CN.eucCN / dev/ad0s1 / mnt / disk [/ code: 1:4623 c8c5ca]
Cd9660 for ntfs and format, then use the other parameters-C gbk, such as:
[Code: 1:4623 c8c5ca] mount_cd9660-C gbk / dev/acd0 / cdrom [/ code: 1:4623 c8c5ca]
[Code: 1:4623 c8c5ca] mount_ntfs-C gbk / dev/ad0s1 / mnt / win [/ code: 1:4623 c8c5ca]

5.gnome2 Chinese garbled in xmms and gimp problem.
Both procedures are based on older gtk +1.2, the problem can be garbled in the user directory set up. Gtkrc.mine file:
[Code: 1:4623 c8c5ca] cat / usr/X11R6/share/themes/Default/gtk/gtkrc.zh_CN> $ HOME / .gtkrc.mine [/ code: 1:4623 c8c5ca]
Of course, you need according to your practical situation. Gtkrc.mine content, specific ways to refer to a number of posts in this forum.

6.nvidia official driver problems.
Driver Download: http://download.nvidia.com/freebsd/1.0-4365/NVIDIA-FreeBSD-x86-1.0-4365.tar.gz
I configured the XFree86 nv driver that comes with (preferably xf86cfg). But after installed the nvidia driver can not start X, by constantly trying to only remove / etc/X11/XF86Config in
ChipSet
This line to start.







Recommended links:



Comments News Servers



Lei Jun served its purpose, soul Shine Jinshan



Swift Flash to PS2



Expert Games ARCADE



Video Format For Ps3



Graphic Viewers Expert



Business Databases And Tools reviews



Wealth-WinRAR extract slimming feature to answer



Mito Xiu a plus for THE perfect



3gp to avi



aac to mp3 converter



Awards before the flowers red 2000 Hu Yong 9 years hard work recognized



Mapgis basic knowledge and simple learning materials



free mkv CONVERTER



E!SANKEY