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
Bookkeeping Tools OnmymeansHttp://sourceforge.net/projects/onmymeans/developAndroid Battery Monitoring Android Battery Doghttp://sourceforge.net/projects/andbatdog/RSS Read Software Android RSShttp://code.google.com/p/android-rss/Android of the PDF Reading Device Droidreaderhttp://code.google.com/p/droidreader/Androidscripting Environmenthttp://code.google.com/p/android-scripting/Android Mini Games Android Shapeshttp://sourceforge.net/projects/shapes/Androidjson RPChttp://code.google.com/p/andr
/android-vnc/
Port M8 android to meizu M8
Http://code.google.com/p/m8-android-kernel/
Android game amazed
Http://code.google.com/p/apps-for-android/
Android social network helloworld goes mobile
Http://sourceforge.net/projects/helloworldgm/
Mobile chat app Android jchat
Http://code.google.com/p/jchat4android/
Android GPS track record mytracks
Http://code.google.c
one time.
The next step is to find the longest ordered substring. Because the correct sequence is from small to large, the examples are started from the last one. Find the longest ordered sub-String Length MI after each number (including itself), and then find the maximum value in the most Mi, that is, the solution. View the following sequence:
No.
1 2 3 4 5 6 7 8 9 10
Sequence
5 8 3 7 6 1 9 2 10 4
AlgorithmThe procedure is as follows:
Mul: Unsigned Multiplication
; Influence of, CF flag bit; Command Format:; Mul R/m; parameter is the multiplier; if the parameter is R8/M8, the Al will be used as the multiplier and the result will be placed in ax; if the parameter is R16/M16, ax will be used as the multiplier and the result will be placed in eax; if the parameter is R32/M32, eax will be used as the multiplier and the result will be placed in edX: eax
; Test27_1.asm.38
-3-4 x---x R-IMMCmp a, Imm 4-2-3 x--x A-IMMCmp m, Imm 10 (14) + EA-3-6 x--x M-IMMCmp m, r 9 (13) + EA-2-4 x--x M-R
AAS 4-1 U--u x adjusted the difference of non-compressed BCD in AlDas 4-1 x---x adjust the compression BCD deviation in Al
Mul R8 70-77-2 x--u x Al * R8 --> axMul R16 118-133-2 x---u x ax * R16 --> DX: axMul M8 (76to83) + EA 1 2-4 x---u x Al * m --> axMul M16 (128to164) + EA 1 2-4 x---u x ax * M16 --> DX: ax
Imul R8 80-98-2 x---u x except
that you often need to consider when developing applications.Address: http://code.google.com/p/connectbot/
10. Android applications of WordPressOf course, the Android Application of WordPress cannot be mentioned at the end. This is a project provided by the WordPress official development team. From the code, you can learn how to call XMLRPC (of course, there are more excellent content ).Address: http://android.svn.wordpress.org/trunk/
Others:Android PDF Reader http://sourceforge.net/projects/an
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.