Fedora14 cannot enter the graphic interface to display a black screen Solution

Source: Internet
Author: User
After Fedora14 is installed, the graphic interface cannot be displayed. It has been a long time with his colleagues ly. The solution is as follows: (1) first, after entering the system, enter the text input mode, a + init3; (2) after the terminal enters the system, the root user runs Xorg-configure: 1 to generate xorg. conf. new file; (3) run the Xorg-configxorg.conf.new-retro for testing; ctr + alt + backspace exit test ;(

After the installation of Fedora 14, the GUI cannot be displayed. It has been a long time for me to work with her colleague ly. The solution is as follows:

(1) After entering the system, enter the text input mode, a + init3;

(2) After the terminal enters the system, the root user runs Xorg-configure: 1 to generate the xorg. conf. new file;

(3) Run Xorg-config xorg. conf. new-retro to test the function. ctr + alt + backspace to exit the test;

(4) Cp xorg. conf. new/etc/X11/xorg. conf

(5) Cd to the xorg. conf directory. The content in the vim xorg. conf modification is as follows:

Section "Monitor0"

Identifier "Monitor0"

VendorName "Monitor Vendor"

ModelName "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.

Appendix: Modified xorg. conf file

Section "ServerLayout"

Identifier "X.org Configured"

Screen 0 "Screen0" 0 0

InputDevice "Mouse0" "CorePointer"

InputDevice "Keyboard0" "CoreKeyboard"

EndSection

 

Section "Files"

ModulePath "/usr/lib/xorg/modules"

FontPath "catalogue:/etc/X11/fontpath. d"

FontPath "built-ins"

EndSection

 

Section "Module"

Load "dbe"

Load "extmod"

Load "dri"

Load "dri2"

Load "glx"

Load "record"

EndSection

 

Section "InputDevice"

Identifier "Keyboard0"

Driver "kbd"

EndSection

 

Section "InputDevice"

Identifier "Mouse0"

Driver "mouse"

Option "Protocol" "auto"

Option "Device" "/dev/input/mice"

Option "ZAxisMapping" "4 5 6 7"

EndSection

 

Section "Monitor"

Identifier "Monitor0"

VendorName "Monitor Vendor"

ModelName "Monitor Model"

HorizSync 30-107

VertRefresh 48-120

EndSection

 

Section "Device"

### Available Driver options are :-

### Values:: Integer, : Float, : "True"/"False ",

### : "String ", :" Hz/kHz/MHz ",

### :" %"

### [Arg]: arg optional

# Option "NoAccel "#[ ]

# Option "SWcursor "#[ ]

# Option "ColorKey "#

# Option "CacheLines "#

# Option "Dac6Bit "#[ ]

# Option "DRI "#[ ]

# Option "NoDDC "#[ ]

# Option "ShowCache "#[ ]

# Option "XvMCSurfaces "#

# Option "PageFlip "#[ ]

Identifier "Card0"

Driver "vesa"

BusID "PCI: 0: 2: 0"

EndSection

 

Section "Screen"

Identifier "Screen0"

Device "Card0"

Monitor "Monitor0"

DefaultDepth 24

SubSection "Display"

Viewport 0 0

Depth 24

Modes "1024*768"

EndSubSection

EndSection

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.