LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   x window error on FC8 X86_64 (https://www.linuxquestions.org/questions/fedora-35/x-window-error-on-fc8-x86_64-a-616651/)

drick 01-27-2008 01:55 PM

x window error on FC8 X86_64
 
after installing FC8 / updating system i'm trying to get into multi user mode, i am getting the following error message:

(ww) AST (0): Failed to set up write-combining range (0xfd000000, 0x800000)

i've tried changing from 800x600 / millions of colors to 640x480 / thousands but that didn't work.

any suggestions on how to get this fixed?

i should mention that the graphics worked correctly during setup, so i'm guessing that one of the udates is what screwed it up.

drick 01-27-2008 01:55 PM

another post had this info listed, so i'll add it now just in case:

[root@chimaera ~]# cat /var/log/Xorg.0.log | grep EE
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(--) PCI:*(1:11:0) ASPEED Technology, Inc. AST2000 rev 0, Mem @ 0xfd000000/23, 0xfcfe0000/17, I/O @ 0x9c00/7
(II) Loading extension MIT-SCREEN-SAVER
(II) AST: Driver for ASPEED Graphics Chipsets: AST2000
(II) AST(0): VESA VBE OEM: ASPEED
(II) AST(0): VESA VBE OEM Vendor: ASPEED Technology, Inc.


[root@chimaera ~]# cat /var/log/Xorg.0.log | grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) No monitor specified for screen "Screen0".
(WW) The core pointer device wasn't specified explicitly in the layout.
(WW) No FontPath specified. Using compiled-in default.
(WW) AST(0): Failed to set up write-combining range (0xfd000000,0x800000)
(WW) <default pointer>: No Device specified, looking for one...

drick 01-27-2008 01:55 PM

and finally the xorg.conf file

[root@chimaera ~]# cat /etc/X11/xorg.conf
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "ast"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "640x480"
EndSubSection
EndSection
Reply With Quote

azcn2503 01-27-2008 06:14 PM

Similar problem?
 
Hello everybody, I am getting a very similar problem to this.

I had trouble installing Fedora 8. I had to add the vesa tag to the install command so that I could get a graphical installer, and I don't seem to be able to get rid of it now!

I have installed the Livna repository package successfully, proved since I could download gstreamer-plugins-bad and vlc. I have run the command yum install kmod-nvidia, but when I try to enable it using /usr/sbin/nvidia-config-display enable and restart X server (Ctrl+Alt+Backspace), X fails to boot up and I am forced to modify the xorg.conf file so that the driver reads vesa again...

I am using an Nvidia Geforce 8800 Ultra (EVGA SuperClocked edition) and Fedora 8 x86_64. Your comments will be much appreciated.

yc_chen 02-19-2008 11:58 PM

Hi Drick,
This failed message looks like the BIOS didn't configure the range as write-combined. The AST2000 driver should still work properly even the BIOS didn't enable the framebuffer as write-combined except for the performance suffered. Is there any problems while load AST2000 driver?
I'm an engineer from ASPEED Technology Inc., if you still met problems while load AST2000 driver, please send the xorg.0.log and xorg.conf to me. My email is yc_chen@aspeedtech.com

Regards,

Y.C. Chen


All times are GMT -5. The time now is 08:24 AM.