LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cant Enter GUI ( FEDORA) (https://www.linuxquestions.org/questions/linux-newbie-8/cant-enter-gui-fedora-506173/)

BaAa3 11-30-2006 05:13 AM

Cant Enter GUI ( FEDORA)
 
Hello..

I have just insalled Fedora 6.. and when I try to use it it checks for every thing then shows a black screen with local host login !! I dont have any host I have just install it !!

but I can enter with root !!
But there is no Graphical Iteface only a black screen with white text !! Please help me !!


By the way I installed Fedora using Text interface..
when i try to use graphical interface for installing :
big text and pictures and wrong colors I cant even see the text !!!

adam_blackice 11-30-2006 05:32 AM

if your graphic card detected so try this command startX on the command line and with root

BaAa3 11-30-2006 05:37 AM

It Worked with starx .. But all what i see a big mouse courser with wrong colors and a black screen

Wim Sturkenboom 11-30-2006 05:37 AM

I suppose you can also login as normal user.

Please provide answers to the following questions:
1)
Try the command startx and see what is does? More or less working? If the screen is 'screwed' as with your graphical install, you can probably get out by pressing <ctrl><alt><backspace>.
2)
Make/model of video card/adapter and monitor.

Wim Sturkenboom 11-30-2006 05:38 AM

It's startx with a lowercase X

BaAa3 11-30-2006 05:40 AM

1) it is screwed
2) how can I ??


Thanks for your help :)

Wim Sturkenboom 11-30-2006 05:47 AM

You don't know what hardware you have ?

BaAa3 11-30-2006 05:50 AM

Quote:

Originally Posted by Wim Sturkenboom
I suppose you can also login as normal user.

Please provide answers to the following questions:
1)
Try the command startx and see what is does? More or less working? If the screen is 'screwed' as with your graphical install, you can probably get out by pressing <ctrl><alt><backspace>.
2)
Make/model of video card/adapter and monitor.


As I said for 1) It is screwed
but what is the 2nd question ??
you said 2)
Make/model of video card/adapter and monitor.
but how can I make/model of video card/adapter and monitor ??

BaAa3 11-30-2006 05:51 AM

Quote:

Originally Posted by Wim Sturkenboom
You don't know what hardware you have ?

ohh I have
ATI Radeon 9800 Pro 128mb

For monitor I have a standard monitor named ( ANBONN "19" )

matthewg42 11-30-2006 05:55 AM

execute this command and post the results (be careful to copy exactly - including case, and making sure you use the correct quotes):
Code:

grep '^(EE' /var/log/Xorg.0.log

BaAa3 11-30-2006 05:58 AM

it says !
(EE) AIGLX: Screen 0 is not DRI capable

matthewg42 11-30-2006 06:03 AM

You should turn off AIGLX. Look at the bottom of this page for instructions. You'll need to be root to edit the xorg.conf file.

matthewg42 11-30-2006 06:04 AM

Looks like you have the same problem as described in this thread.

BaAa3 11-30-2006 06:05 AM

ok thanks alot I will give it a look later ( thank you very much I have to go now :) )

BaAa3 11-30-2006 09:13 AM

I did all what is said.. Its still not working !!!

Still Screwed : /

by the way there was no Section named Extension so I added it like this at the end of the file :

Section "Extensions"
Option "Composite" "Disable"
EndSection

and for Section ServerFlags it was like this:
Section "ServerFlags"
Option "AllowMouseOpenFail" "Yes"
EndSection


and I made it like this :

Section "ServerFlags"
Option "AIGLX" "off"
Option "AllowMouseOpenFail" "Yes"
EndSection


All times are GMT -5. The time now is 01:11 AM.