分页: 1 / 2

...请教...这样是intel核心显卡已正确驱动并在使用中了吗...

发表于 : 2013-10-19 11:42
peteryeh64
测试环境...ubuntu13.10...amd64
CPU:intel i3 3210 3.2GHz (GPU_HD Graphics 2500图形核心)
RAM:ADATA DDR3-1333 4G x 2
主板:Onda H61C
独显: 无
显示器:现代19"(最高分辨率1440x900)

Re: ...请教...这样是intel核心显卡在使用中吗...

发表于 : 2013-10-19 11:44
luojie-dune
你的内核太老了?

Re: ...请教...这样是intel核心显卡在使用中吗...

发表于 : 2013-10-19 11:47
peteryeh64
luojie-dune 写了:你的内核太老了?
...抱歉不太明白...我裝的是最新的ubuntu13.10...amd64...並已更新到最新内核...

Re: ...请教...这样是intel核心显卡已正确驱动并在使用中了吗...

发表于 : 2013-10-19 12:01
peteryeh64
与另外机器对比
ubuntu12.04 amd64...启用nvidia独显...
似乎核心显卡hardinfo的display OpenGL Renderer 内容为Unknown有点奇怪...

Re: ...请教...这样是intel核心显卡已正确驱动并在使用中了吗...

发表于 : 2013-10-19 12:22
eexpress
rev 后面不是ff就是使用中了啊。

Re: ...请教...这样是intel核心显卡已正确驱动并在使用中了吗...

发表于 : 2013-10-19 13:04
peteryeh64
eexpress 写了:rev 后面不是ff就是使用中了啊。
...感谢神的回答...会问这个问题主要是因为显示器分变率不对...装好ubuntu13.10后...只有1024x768与800x600...
...所以我想先确认是否为显卡驱动问题...

Re: ...请教...这样是intel核心显卡已正确驱动并在使用中了吗...

发表于 : 2013-10-19 13:11
peteryeh64
...我也很纳闷...linux应该对intel的支持是最好的啊...可怎会有装好就有问题...更何况是最新版ubuntu13.10呢(我也尝试了ubuntu12.04与ubuntu13.04都有相同分辨率问题)...
...接着我就试试intel核心显卡的性能...我使用的是论坛里找到的Unigine Valley...
...结果是跑不了...有错误...对比我的另外机器nvidia-GT430的跑分(見此鍊結8F)...

Re: ...请教...这样是intel核心显卡已正确驱动并在使用中了吗...

发表于 : 2013-10-19 13:23
peteryeh64
...后来...我查了一下...xrandr命令可以用来修改分辨率...(还用上了cvt命令)
...所以试了一下确实可以新增一个1440x900的分辨率...
...可惜重开机后...一切又回复原样...看来还得写个xrandr的启动脚本呢...

代码: 全选

peteryeh64@peteryeh64-desktop:~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0* 
   800x600        60.3     56.2  
   848x480        60.0  
   640x480        59.9  
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)

peteryeh64@peteryeh64-desktop:~$ cvt 1440 900 60
# 1440x900 59.89 Hz (CVT 1.30MA) hsync: 55.93 kHz; pclk: 106.50 MHz
Modeline "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync

peteryeh64@peteryeh64-desktop:~$ xrandr --newmode "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync

peteryeh64@peteryeh64-desktop:~$ xrandr --addmode VGA1 1440x900_60.00

peteryeh64@peteryeh64-desktop:~$ xrandr
Screen 0: minimum 320 x 200, current 1440 x 900, maximum 8192 x 8192
VGA1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0  
   800x600        60.3     56.2  
   848x480        60.0  
   640x480        59.9  
   1440x900_60.00   59.9* 
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
peteryeh64@peteryeh64-desktop:~$ 

Re: ...请教...这样是intel核心显卡已正确驱动并在使用中了吗...

发表于 : 2013-10-19 13:43
peteryeh64
...虽然分辨率可以手动改了...可是我还是对intel核心显卡不能跑Unigine Valley耿耿于怀...于是又去intel官网找linux驱动...
...为了安装这个驱动还把ubuntu13.10删了装ubuntu13.04...可惜结果还是一样...

Re: ...请教...这样是intel核心显卡已正确驱动并在使用中了吗...

发表于 : 2013-10-19 18:55
peteryeh64
...glxgears & glxinfo...run ok...

Re: ...请教...这样是intel核心显卡已正确驱动并在使用中了吗...

发表于 : 2013-10-31 11:02
paopaozj
加1680X1050是一样的方法么?

Re: ...请教...这样是intel核心显卡已正确驱动并在使用中了吗...

发表于 : 2013-10-31 11:42
taohunter
要看是否正确安装了显卡驱动最直接的方法是lsmod查看现在正在工作的driver module。。。

Re: ...请教...这样是intel核心显卡已正确驱动并在使用中了吗...

发表于 : 2013-10-31 11:50
flwwater
Unigine Valley需要openGL 4的支持......

Re: ...请教...这样是intel核心显卡已正确驱动并在使用中了吗...

发表于 : 2013-11-01 9:49
peteryeh64
paopaozj 写了:加1680X1050是一样的方法么?
...建議您可以試試看...成功了分享一下...

Re: ...请教...这样是intel核心显卡已正确驱动并在使用中了吗...

发表于 : 2013-11-01 9:50
peteryeh64
taohunter 写了:要看是否正确安装了显卡驱动最直接的方法是lsmod查看现在正在工作的driver module。。。
...謝謝...學習了...
這是nvidia顯卡的...

代码: 全选

peteryeh64@peteryeh64-System-Product-Name:~$ lsmod
Module                  Size  Used by
pci_stub               12622  1 
vboxpci                23237  0 
vboxnetadp             25670  0 
vboxnetflt             23478  0 
vboxdrv               320210  4 vboxpci,vboxnetadp,vboxnetflt
snd_hda_codec_hdmi     32474  4 
rfcomm                 47604  0 
bnep                   18281  2 
bluetooth             180113  10 rfcomm,bnep
ppdev                  17113  0 
snd_hda_codec_realtek   224173  1 
binfmt_misc            17540  1 
snd_hda_intel          33719  5 
snd_hda_codec         127706  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              17764  1 snd_hda_codec
snd_pcm                97275  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_seq_midi           13324  0 
snd_rawmidi            30748  1 snd_seq_midi
nvidia              11308613  54 
psmouse                97519  0 
serio_raw              13211  0 
snd_seq_midi_event     14899  1 snd_seq_midi
snd_seq                61929  2 snd_seq_midi,snd_seq_midi_event
parport_pc             32866  1 
snd_timer              29990  2 snd_pcm,snd_seq
asus_atk0110           18078  0 
snd_seq_device         14540  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    79041  20 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_rawmidi,snd_pcm,snd_seq,snd_timer,snd_seq_device
mac_hid                13253  0 
soundcore              15091  1 snd
snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
lp                     17799  0 
parport                46562  3 ppdev,parport_pc,lp
atl1c                  41718  0 
peteryeh64@peteryeh64-System-Product-Name:~$ 
------------------------------
這是intel HD graphic 2500的...

代码: 全选

peteryeh64@peteryeh64-desktop:~$ lsmod
Module                  Size  Used by
pci_stub               12622  1 
vboxpci                23194  0 
vboxnetadp             25670  0 
vboxnetflt             27613  0 
vboxdrv               335371  3 vboxnetadp,vboxnetflt,vboxpci
parport_pc             28152  0 
ppdev                  17073  0 
bnep                   18036  2 
rfcomm                 42641  0 
bluetooth             228808  10 bnep,rfcomm
joydev                 17377  0 
snd_hda_codec_realtek    78399  1 
coretemp               13355  0 
kvm                   443165  0 
ghash_clmulni_intel    13259  0 
cryptd                 20373  1 ghash_clmulni_intel
microcode              22881  0 
snd_hda_intel          39619  3 
snd_hda_codec         136498  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              13602  1 snd_hda_codec
snd_pcm                97451  2 snd_hda_codec,snd_hda_intel
snd_page_alloc         18710  2 snd_pcm,snd_hda_intel
snd_seq_midi           13324  0 
snd_seq_midi_event     14899  1 snd_seq_midi
snd_rawmidi            30180  1 snd_seq_midi
snd_seq                61554  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device         14497  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer              29425  2 snd_pcm,snd_seq
psmouse                95905  0 
serio_raw              13215  0 
snd                    68876  15 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device
mac_hid                13205  0 
i915                  614599  3 
video                  19390  1 i915
drm_kms_helper         48784  1 i915
soundcore              12680  1 snd
drm                   289824  4 i915,drm_kms_helper
i2c_algo_bit           13413  1 i915
mei                    41158  0 
lpc_ich                17061  0 
lp                     17759  0 
parport                46345  3 lp,ppdev,parport_pc
hid_generic            12540  0 
r8169                  67466  0 
usbhid                 47074  0 
hid                   101042  2 hid_generic,usbhid
peteryeh64@peteryeh64-desktop:~$