Today, I have installed Ubuntu10.10 on an old 2007 machine (Lenovo M4400, SiS662 chipset). After installation, the screen is displayed, which is quite speechless! After searching for half a day, I did not find a solution. On the internet, the SiS Linux driver is either driven by the SiS company's own support for the old chipset, either the new chipset, Which is solved by the majority of users themselves, is not the driver corresponding to these half-hanging rotten chips. After N failures (N gt;
How to install the RedHat graphics card driver-Linux general technology-Linux technology and application information. For more information, see the following. OS: RHEL as4 updata5
Graphics: GTS250
Driver: NVIDIA-Linux-x86_64-260.19.21
Description: The driver has been manually installed. After you log on, you can see that the NVIDIA logo is flashing. However, the xonf file contains the following lines:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD P
"Monitor Model"
HorizSync 30-107
VertRefresh 48-120
EndSection
Set resolution and color depth
Section "screen"
Identifier "Screen0"
Device "Card0"
ModelName "Monitor0"
Default Depth 24
SubSection "Display"
ViewPort 0 0
Depth 24
Modes 1024*768"
EndSubSection
EndSection
Modify the NIC Driver of the motherboard as follows: replace intel With vesa
Driver "vesa"
(5) reboot will be able to enter the system.
Appe
video card, we can consider using the VESA mode. However, the XFree86 VESA card does not run well, and there are security issues. Sometimes the screen will appear when you start and exit X Window. Therefore, we can use the frame buffer in the vesa mode of kernel, and then use the xfree86 linux frame buffer driver. In this way, the screen is invisible, and there
Gentoo: Failed to load module error in startx
After Gentoo has installed xorg-server, startx starts the desktop environment and the module error is missing.
View log:
cat /var/log/Xorg.0.log | grep EE
[75.403] (EE) Failed to load module "modesetting" (module does not exist, 0)[75.403] (EE) Failed to load module "fbdev" (module does not exist, 0)[75.403] (EE) Failed to load module "vesa" (module does not exist, 0)
Solution:Check the INPUT_DEVICES and V
Gentoo: startx Failed to load module troubleshooting
After Gentoo has installed xorg-server, startx starts the desktop environment and the module error is missing.
View log:
Cat/var/log/Xorg.0.log | grep EE [75.403] (EE) Failed to load module "modesetting" (module does not exist, 0)[1, 75.403] (EE) Failed to load module "fbdev" (module does not exist, 0)[75.403] (EE) Failed to load module "vesa" (module does not exist, 0)
Solution:Check the INPUT_DEVI
with the situation of the kernel because it is only used by one machine. On the other hand, in order to reduce unnecessary complexity, we decided not to use the support of the kernel module, but to compile all the required things directly into the kernel. In this way, all necessary functions are added to the compiled Kernel on a common 586 motherboard, generally less than 800 KB. Therefore, this method is feasible. It also reduces the complexity of init scripts. In terms of running, because the
Tags: des Io ar Div on art problem log ad
安装完xorg-server后,startx启动桌面环境,出现缺少模块错误。查看log:cat /var/log/Xorg.0.log | grep EE
[75.403] (EE) Failed to load module "modesetting" (module does not exist, 0)[75.403] (EE) Failed to load module "fbdev" (module does not exist, 0)[75.403] (EE) Failed to load module "vesa" (module does not exist, 0)
解决方法:查看xorg-drivers中INPUT_DEVICES和VIDEO_CARDS变量,在make.conf中添加缺失的标记。emerge -pv xorg-drivers
These are the pac
the best, so we do not need the Kernel support of frame buffer. However, if XFree86 does not support our video card, we can consider using the VESA mode. However, the XFree86 VESA card does not run well, and there are security issues. Sometimes the screen will appear when you start and exit X Window. Therefore, we can use the frame buffer in the vesa mode of ker
kernel code is to be loaded into the memory, it will not cause a waste of memory.
On our target platform, we want to use USB storage devices. Another thing to note is the support for Frame buffer. This is mainly to support XFree86. In general, if our video card is directly supported by XFree86, it is of course the best, so we do not need the Kernel support of frame buffer. However, if XFree86 does not support our video card, we can consider using the VES
My Ubuntu is also an intel integrated driver. I didn't plan to get the driver (vesa can be used to display it). I just wanted to play a movie with some cards, and even the most basic tuxracer was not enough, so I had a bad google attack and finally got it done. At least tuxracer didn't card and proved that the settings work. voila: The following steps are for reference only: 1. Install the graphics card driver xorg-video-intel, is intel's graphics car
to the Monitor section of the XFree86 configuration file. This section contains information such as the monitor's horizontal scan frequency range, vertical scan frequency range, and display mode supported by the monitor. Similarly, the automatic detection of the monitor means that the above information of the monitor is automatically read through the program. The correct settings play an important role in the normal display of XFree86.
For display information detection, it must support vbe (
course the best, so we do not need the Kernel support of frame buffer. However, if XFree86 does not support our video card, we can consider using the VESA mode. However, the XFree86 VESA card does not run well, and there are security issues. Sometimes the screen will appear when you start and exit X Window. Therefore, we can use the frame buffer in the vesa mode
FramebufferDevice is used as a graphics card driver model in the kernel. Many functions and data structures are specific. These specific things provide convenience for our programming. Frame buffer to be developedDevice Driver. You should read the instruction files under source/documentation/FB. The three important files are 00-index,Framebuffer.txt,internals.txt. Other files are for specific graphics card chips.
File 00-index TranslationDocument/documentation/FB index file. If you have any idea
Fb0, FB, and other devices cannot be found in the/dev/directory of Debian. You can change the/boot/GRUB/menu. LST file.
Add a VGA = 0x0317 to the kernel sentence.
title Debian GNU/Linux, kernel 2.6.26-2-686root (hd0,0)kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/hda1 ro quiet vga=0x0317initrd /boot/initrd.img-2.6.26-2-686title Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)root (hd0,0)kernel /boot/vmlinuz-2.6.26-2-686 r
Gentoo: Failed to load module problem occurs in startx, gentoostartx
After xorg-server is installed, startx starts the desktop environment and the module is missing.View log:cat /var/log/Xorg.0.log | grep EE
[75.403] (EE) Failed to load module "modesetting" (module does not exist, 0)[1, 75.403] (EE) Failed to load module "fbdev" (module does not exist, 0)[75.403] (EE) Failed to load module "vesa" (module does not exist, 0)
Solution:Check the INPU
. However, if XFree86 does not support our video card, we can consider using the VESA mode. However, the XFree86 VESA card does not run well, and there are security issues. Sometimes the screen will appear when you start and exit X Window. Therefore, we can use the frame buffer in the vesa mode of kernel, and then use the xfree86 linux frame buffer driver. In thi
allows you to select [BIOS] so that you can use a USB mouse in a DOS environment, or select [OS] for use in an OS environment.5. OnChip Audio Controller:This option enables or disables the integrated sound card device.
3. SuperIO Device:4. Onboard Parallel Port:V. wer Management Features (power Management mode setting)Well, you don't have to say much here! You can understand it at a glance! You can set these power management options as you like! Just introduce "CPI Suspend Type"
Vi. PnP/PCI Con
UART, And the asynchronous communication function of the MCS-51 is basically the same. Ii. System Bus 1. ISA bus (Industrial Standard Architecture) bus standard is a system bus standard established by IBM in 1984 to launch a PC/AT machine, so it is also called at bus. It is an extension of the XT bus to meet the requirements of the 8/16-bit data bus. It is widely used in the 80286-80486 era, so that there are still ISA bus slots in the Pentium. ISA bus has 98 pins. 2. EISA Bus is a bus standard
Xorgxorg-server
Installing Xorg-server
Pacman-s Xorg-server
Optional: Xorg-server-utils
Pacman-s xorg-server-utils
Xorg-server-utils Meta-package pulls in the very useful packages for certain configuration tasks, they is pointed out in The relevant sections.
Driver InstallationIf you do not know the video card type, please follow the following command to query:Lspci | grep VGAEnter the following command to view all open source drivers:Pacman-ss Xf86-vide
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.