Java语言和.Net平台下都有简单的获得屏幕分辨率的方式,如下: Java语言下即有 Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); .Net平台下 Win Form System.Windows.Forms.Screen.PrimaryScreen.Bounds 返回的是一个Rectangle对象。 或如: Rectangle rect=new Rectangle(); rect=System.Windows.Forms.Screen.GetWorkingArea(this); MessageBox.Sh...
请问怎么知道我的显卡驱动装上没有,怎么看分辨率,刚装完solaris X86,窗口很大,想知道是什么分辨率,怎么把分辨率设置成1024*768的阿,还有我的输入法字体很不清晰阿,只能看到数字,看不请数字后面的汉字阿,哪位帮我看看是怎么回事
在为 gnome-display-properties 装入或保存配置信息时发生错误。您的某些配置设置可能不能正常工作。 错误的键或目录名: “/desktop/gnome/screen//0/resolution”:一行不能有两个斜杠 (/)
我的xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "...
[quote][quote]Section "Screen" Identifier "Screen 1" Device "ATI" Monitor "LCD" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" ViewPort 0 0 Virtual 1024 768 EndSubsection EndSection 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/25815/showart_198016.html
今天早上来启动机器,出现分辨率低的现象,我准备调高, m64config -prconf m64config: /dev/fbs/m640: No such file or directory m64config: Continue (yes/no) ? yes --- Hardware Configuration for /dev/fbs/m648 --- ASIC: version 0x0 DAC: version 0x0 PROM: version 0 我的系统是solaris 8,各位有没有解决办法,多谢!