[问题]关于屏幕闪的问题?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
peiyongpeng
帖子: 42
注册时间: 2006-11-01 17:28

[问题]关于屏幕闪的问题?

#1

帖子 peiyongpeng » 2006-11-06 20:41

Section "Monitor"
Identifier "775"
Option "DPMS"
HorizSync 30-75
VertRefresh 60-150
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "775"
DefaultDepth 24
目录/etc/X11/下的xorg.conf文件的部分内容如上,分辨率是1024*768,85HZ,可是屏幕晃的慌,眼睛受不了。


请大虾分析原因及把稍微具体一点的解决办法也说一下,谢谢谢谢谢谢。不要只说“驱动”两个字啊。我的是集成显卡。
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#2

帖子 oneleaf » 2006-11-06 20:45

贴出X全部的配置和启动X的日志看看?
peiyongpeng
帖子: 42
注册时间: 2006-11-01 17:28

#3

帖子 peiyongpeng » 2006-11-06 20:53

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:0:5:0"
EndSection

Section "Monitor"
Identifier "775"
Option "DPMS"
HorizSync 30-75
VertRefresh 60-150
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "775"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
我没有东过这玩意,他不让动,我也不知道在怎么动,您就顺便把这个说一下把。也就是说能不能在X-WINDOWS下该这个啊?
头像
我思故我在
帖子: 101
注册时间: 2006-08-17 1:13

#4

帖子 我思故我在 » 2006-11-06 21:09

HorizSync 30-75
VertRefresh 60-150
这两行的值请照你的显示器说明书设置。即场频、行频的值。
peiyongpeng
帖子: 42
注册时间: 2006-11-01 17:28

#5

帖子 peiyongpeng » 2006-11-06 21:18

谢谢楼上的,可是你说的那个和我的显示器一样,不用改的。
头像
我思故我在
帖子: 101
注册时间: 2006-08-17 1:13

#6

帖子 我思故我在 » 2006-11-06 21:20

  算了,直接帮你找了一个比较通用的值:
  HorizSync 30-71
  VertRefresh 60-150
  可以在1024x768@85Hz及以下使用。
  可以在X-Window修改,修改后关闭所有程序,按Ctrl+Alt+Backspace即可。
  
peiyongpeng
帖子: 42
注册时间: 2006-11-01 17:28

#7

帖子 peiyongpeng » 2006-11-06 21:34

再次谢谢楼上的,可是你看我上面的


Section "Monitor"
Identifier "775"
Option "DPMS"
HorizSync 30-75
VertRefresh 60-150
EndSection


跟你说的不一样吗
头像
我思故我在
帖子: 101
注册时间: 2006-08-17 1:13

#8

帖子 我思故我在 » 2006-11-06 21:45

HorizSync 30-75 这里不一样。
我写的是HorizSync 30-71,我写的值是CRT在带宽在108MHz的值。
我的默认误别也是错的。我的液晶在1024x768@75Hz时是
HorizSync 30-50(默认给我的值是30-60,这时我的显示也要闪。)
VertRefresh 55-75
最好是看看你的主板说明书,把值设为标准的。我给的值行频应该不会有问题,但场频也有可能过大。
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#9

帖子 oneleaf » 2006-11-06 22:55

你的显卡没有识别,是什么显卡?
lspci 看看结果是什么?
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#10

帖子 eexpress » 2006-11-06 23:02

Generic Video Card
驱动都没吧。

触摸板的wacom的那些段都要删除的。缺省的不对的。要加synaptics段。
● 鸣学
头像
我思故我在
帖子: 101
注册时间: 2006-08-17 1:13

#11

帖子 我思故我在 » 2006-11-06 23:03

Identifier "Generic Video Card"
Driver "vesa" 它的显卡给出一个通用值了,我的卡用命令行安装后装xorg也会先识别成这种卡,设置好行频、场频、分辨率、色深一样可以正常使用。
peiyongpeng
帖子: 42
注册时间: 2006-11-01 17:28

#12

帖子 peiyongpeng » 2006-11-08 21:47

0000:00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
0000:00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
0000:00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
0000:00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
0000:00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
0000:00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
0000:00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
0000:00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
0000:00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
0000:00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
0000:00:05.0 VGA compatible controller: nVidia Corporation C51 PCI Express Bridge (rev a2)
0000:00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
0000:00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
0000:00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
0000:00:0a.2 RAM memory: nVidia Corporation MCP51 Memory Controller 0 (rev a3)
0000:00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
0000:00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
0000:00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev a1)
0000:00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev a1)
0000:00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
0000:00:10.2 Multimedia audio controller: nVidia Corporation MCP51 AC97 Audio Controller (rev a2)
0000:00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
头像
我思故我在
帖子: 101
注册时间: 2006-08-17 1:13

#13

帖子 我思故我在 » 2006-11-08 22:23

  你的应该是 GeForce 6150 或GeForce 6100集成显卡。
  nivida显卡驱动正确安装了没有?
头像
jarlyyn
帖子: 4671
注册时间: 2006-04-12 18:54
联系:

#14

帖子 jarlyyn » 2006-11-08 22:31

Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:0:5:0"
EndSection

装驱动
peiyongpeng
帖子: 42
注册时间: 2006-11-01 17:28

#15

帖子 peiyongpeng » 2006-11-09 9:27

怎样装驱动啊。怎样下载,在那而下载,下载什么样的版本啊?大虾们请帮忙啊?我一同学也是装的这人个,跟我用的是一张盘,他的装好就什么事也没有啊?真是奇怪啊?都一个月了屏幕晃这个问题我始终搞不定啊
回复