笔记本安装RH9碰到的问题
在笔记本上装linux,使用RH9的光盘安装。我的电脑是15.1TFT,gf440Go。分区是hda10是/boot,hda11是/,hda12是swap,一开始他认到的是显示卡是GeForce4,显示器是unknown monitor,无法进入图形化安装界面,黑屏,但可以Ctrl+Alt+1~7进行切换。从文本方式安装,一路上很顺利,到了xwindows的设置时候,如果按照其默认的一路确认,则最后进入redhat之后会黑屏,如果条过xwindows的配置,则可以进入文本模式(但启动过程中有很多处是Failed),无法startx,在运行redhat-config-xfree86的时候认到的四项均是None,无法配置。请问具体应该怎么配置?谢谢 redhat-config-xfree86配置,显卡设成nv,显示器就要慢慢试了,你可以试试那几个标准的驱动(custom里面列出的standard vga xxxxxx) 能不能具体些?因为我运行redhat-config-xfree86之后根本进不到有设置的地方,怎么修改呢?希望能说的详细写,谢谢 那就装redhat7.3吧,有文本界面的X配置工具,或者试试mdk的 那么gf440go用什么驱动呢?genericgeforce4可以吗?好像go系列的和geforce系列的驱动不大一样液晶显示屏应该是用什么驱动呢?generic display panel 1024x768可以吗?
我现在外界显示器可以进入xwindows,但是不外接,就进不了,请问该如何处理? N卡驱动在linux下都是nv(也有官方提供的驱动,但要去下载)。
你的笔记本可以外接显示器?那应该好办点,接上显示器,用redhat-config-xfree86配显示器,选好显示器类型后不要进行X测试(skip)并退到文本界面,拔下显示器(支持热拔插吗?:mrgreen: ) ,用Xtest命令看看X能不能起来,不能起来就插上显示器继续配。。。。。。 Xtest用不了。
难道说redhat认不出液晶显示器?可外接显示器的时候他也能用啊,天。 我的液晶屏用generic display panel 1024x768很好
你是啥牌子的本子?
到http://www.linux-laptop.net/ 去看看 Download the office driver here:
http://download.nvidia.com/XFree86/Linux-x86/1.0-4363/NVIDIA-Linux-x86-1.0-4363.run
Follow the instruction in this file to edit /etc/X11/XF86Config
ftp://download.nvidia.com/XFree86/Linux-x86/1.0-4363/README.txt
For the 15.1" LCD monitor, you should start with a lower, generic setting first.Get X up and running, then adjust the resolutions. 在rh9中如何指定显示端口,比如指定主要显示器之类的地方? 这就不清楚了 在rh9中如何指定显示端口,比如指定主要显示器之类的地方?
If X is running, you can use redhat-config-xfree86.If you have problems with X and needs to set up the display in command line, you can do
#XFree86 -configure
This will generate a temporary XF86Config.new file in your current directory.You can then view the file and make manual adjustments.Most of the time, all you need to do is to specify the Modes you want to use in the "Screen" section.Somehow, the script skips that portion entirely.:-(
After you made changes to XF86Config.new file, you can then move the file to /etc/X11 directory by
#mv XF86Config.new /etc/X11/XF86config
Then start X. 3X alot 没有找到任何有关显示端口的地方,在redhat-config-xfree86中,只有显示器的型号,分辨率,和显卡的型号,没有显示器的端口设置啊. 附:/etc/X11/XF86Config
# XFree86 4 configuration created by redhat-config-xfree86
Section "ServerLayout"
Identifier "Default Layout"
Screen 0"Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# RgbPath is the location of the RGB database.Note, this is the name of the
# file minus the extension (like ".txt" or ".db").There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load"dbe"
Load"extmod"
Load"fbdevhw"
Load"glx"
Load"record"
Load"freetype"
Load"type1"
Load"dri"
EndSection
Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier"Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier"Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier"DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Generic Laptop Display Panel 1024x768"
HorizSync 31.5 - 48.5
VertRefresh40.0 - 70.0
Option "dpms"
EndSection
Section "Device"
Identifier"Videocard0"
Driver "nv"
VendorName"Videocard vendor"
BoardName "NVIDIA GeForce 4 (generic)"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
页:
[1]
2