xxmw
发表于 2007-2-28 23:52:59
如果你是NEC VersaPro VA50L,修改/etc/X11/xorg.conf
Section "Device"
Identifier "Videocard0"
Driver "ati"
VendorName "Videocard vendor"
BoardName "Silicon Motion Lynx (Generic)"
VideoRam 8192
EndSection
果汁机
发表于 2007-2-28 23:57:33
是 VA50J,修改这个文件,用什么命令,是用vi命令吗?
对不起,我是蔡鸟。
xxmw
发表于 2007-3-1 01:06:04
查不到你的显卡类型,只知道显存是4M。
xxmw
发表于 2007-3-1 01:11:11
你能不能把你的xorg.conf整个贴上来。
xxmw
发表于 2007-3-1 01:13:50
或者在安装magiclinux过程中,选择完显卡和显示器后,点击测试,测试一下配置是否正确。
果汁机
发表于 2007-3-1 08:09:22
或者在安装magiclinux过程中,选择完显卡和显示器后,点击测试,测试一下配置是否正确。
我要重新安装吗?
果汁机
发表于 2007-3-1 08:10:36
你能不能把你的xorg.conf整个贴上来。
可以,不过要等时间长一些,我要把这个慢慢的打上来。
果汁机
发表于 2007-3-1 08:35:46
xorg.conf 德全部内容如下:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen "0 0
InputDevice "Mouse0""CorePointer"
InputDevive"Keyboard0""CoreKeyboard"
EndSection
Section"Files"
RgbPath"/usr/X11R6/lib/X11/rgb"
fontpath "/usr/x11r6/lib/x11/fonts/misc:unscaled"
fontpath"/usr/x11r6/lib/x11/fonts/75dpi:unscaled"
fontpath"/urs/x11r6/lib/x11/fonts/100dpi:unscaled"
fontpath"/usr/x11r6/lib/x11/fonts/misc"
fontpath"/usr/x11r6/lib/x11/fonts/type1"
fontpath"/usr/x11r6/lib/x11/fonts/cycillic"
fontpath"/usr/x11r6/lib/x11/fonts/ttf"
fontpath"/usr/share/fonts/dafault/type1"
fontpath"/usr/share/fonts/ttf/zh-cn"
endsection
section "module"
load "dbe"
load"extmod"
load"fbdevhm"
load"glx"
load"record"
load"freetype"
load"type1"
endsection
section "inputdevice"
identifier "keyboard0"
driver "keyboard"
option"xkbrules""xfree86"
option"xbkmodel""pc105"
option"xkblayout""us"
endsection
section "imputdevice"
identifier"mouse0"
driver "mouse"
option "protocol""imps/2"
option "device""/dev/input/mice"
option"zaxismapping""4 5"
option"emulatebuttons""no"
endsection
section "monitor"
identifier "monitor0"
vendorname"monitor vendor"
modelname"unknown monitor"
horizsync 31.5 -37.9
vertrefresh 50.0-70.0
endsection
Section "Device"
Identifier "Videocard0"
Driver "silliconnotion"
VendorName "Videocard vendor"
BoardName "Silicon Motion Lynx (Generic)"
VideoRam 4096
EndSection
section "screen"
identifier"screen0"
device "videocard0"
monitor "monitor0"
defaultdepth 15
subsection "display15"
depth 15
modes"800X600"
endsubsection
endsection
果汁机
发表于 2007-3-1 08:57:58
如果你是NEC VersaPro VA50L,修改/etc/X11/xorg.conf
Section "Device"
Identifier "Videocard0"
Driver "ati"
VendorName "Videocard vendor"
BoardName "Silicon Motion Lynx (Generic)"
VideoRam 8192
EndSection
按照你的方式,还是不行
现在有没有人在看呢?
sejishikong
发表于 2007-3-1 09:05:45
这个显卡不是ati的,所以按ati的改肯定不行。
这个显卡非常不常见,所以很难说行不行,不过看这个页面,应该没什么问题的:http://www.die.net/doc/linux/man/man4/siliconmotion.4.html
如果还不行,可以把silliconnotion改成vesa试试。
果汁机
发表于 2007-3-1 09:08:21
这个显卡不是ati的,所以按ati的改肯定不行。
这个显卡非常不常见,所以很难说行不行,不过看这个页面,应该没什么问题的:http://www.die.net/doc/linux/man/man4/siliconmotion.4.html
如果还不行,可以把silliconnotion改成vesa试试。
老大, 这个网页我进不去呀。
sejishikong
发表于 2007-3-1 09:12:33
进不去没有关系,那只是一个说明页面。
果汁机
发表于 2007-3-1 09:13:32
那怎么办呢,难道让我放弃吗?
改为vesa,还是不行呢。
sejishikong
发表于 2007-3-1 09:14:31
我是说你把silliconnotion改成vesa试试,就是原来改成ati的那个地方。
又或者等几天alpha4的时候你帮忙测试一下。
果汁机
发表于 2007-3-1 09:16:31
我是说你把silliconnotion改成vesa试试,就是原来改成ati的那个地方。
又或者等几天alpha4的时候你帮忙测试一下。
改成了vesa,运行startx,还是老问题呢。