LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Graphical display issue (https://www.linuxquestions.org/questions/linux-enterprise-47/graphical-display-issue-648729/)

JATA01 06-12-2008 01:24 AM

Graphical display issue
 
Hi Friends,

I have problem with my laptop.

It's Intel pentium M processor.

Previously it was compatible with RHEL-4 and everything was perfect.
Recently I have reinstalled RHEL-5 and couldn't get the graphical mode.

I have tried-
1) system-config-display --reconfig
2) startx
3) changed the runlevel to 5, but getting error message after running the above command and screen goes blank, I have to go to tty2 terminal and again come to the first one to get the prompt, with lots of error after ctrl+c.

4) lspci | grep "VGA"
01:00.0 VGA compatible controller : VIA Technologies, INC. S3 Unichrome Pro VGA Adapter (rev 02)

5) cat /etc/X11/xorg.conf | grep "Driver"
Driver "Kbd"
Driver "Synaptics"
Driver "Via"

Should I install the any graphic driver, if yes from where?

Thanks-
Shankar

theNbomr 06-12-2008 07:15 PM

You should first look in /var/log/Xorg.0.log for records marked with '(EE)' or '(WW)'.
Code:

grep -n '(EE)'  /var/log/Xorg.0.log
grep -n '(WW)'  /var/log/Xorg.0.log

That should give you and others a starting point in the diagnosis. If errors are found, it may be useful to post (in [CODE] tags to preserve formatting, please) the related section(s) of xorg.conf.
--- rod.

doublejoon 06-25-2008 10:51 AM

Code:

telinit 3
Code:

X -probeonly
look for [EE] failures

In /etc/X11/xorg.conf look for and change

Driver "via"
or
Driver "vesa" ( At least that will get you basic resolution )

Code:

X -probeonly
If no [EE] failures

Code:

telinit 5


All times are GMT -5. The time now is 03:11 PM.