Results 1 to 10 of 11
After I successfully installed RHEL 5 on my hp compaq 6720s, I can only log in to text mode only. Video card is Intel mobile 965 chipset. Can anyone help ...
- 02-21-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 7
Intel mobile 965 chipset on RHEL 5
After I successfully installed RHEL 5 on my hp compaq 6720s, I can only log in to text mode only. Video card is Intel mobile 965 chipset. Can anyone help me to login to GUI by configuring Xserver?
Last edited by dnsanjeewa; 02-21-2008 at 10:55 AM. Reason: Grammer mistakes
- 02-21-2008 #2
Hi and Welcome !
Execute this
Configure display settings. Execute startx command to check GUI.Code:system-config-display --reconfig
In case it doesn't work, try vesa driver instead of intel.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-22-2008 #3Just Joined!
- Join Date
- Feb 2008
- Posts
- 7
Didn't work...
Your code didn't start xserver and gives a fatal error saying,
couldn't start x server on Card0
Error failed to start X server
Anyway my xorg.conf is given below.
Section "Device"
Identifier "Screen0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Also with kudzu -p -class=VIDEO gives out,
class : Video
bus : pci
detached : 0
desc : "Intel Corporation Mobile Integrated Graphics Controller"
VendorId : 8086
deviceId : 2a03
SubvendorId :103c
SubDeviceId : 30d8
pcitype : 1
pcidom : 0
pcibus : 0
pcidev : 2
pcifn : 1
class : Video
bus : pci
detached : 0
desc : "Intel Corporation Mobile Integrated Graphics Controller"
VendorId : 8086
deviceId : 2a02
SubvendorId :103c
SubDeviceId : 30d8
pcitype : 1
pcidom : 0
pcibus : 0
pcidev : 2
pcifn : 0
Have any ideas to fire up GUI, please.
- 02-22-2008 #4Is that output of startx command?couldn't start x server on Card0
Error failed to start X server
Have you tried intel or i810 driver instead of "vesa".It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-24-2008 #5Just Joined!
- Join Date
- Feb 2008
- Posts
- 7
Got a method, but...
using "intel" or "i810" gave no results.Sorry. But after trying several hours finally i was able to fire GUI. Here is my way,
After I edit the xorg.conf in that way and startedCode:Section "Monitor" Identifier "Monitor0" ModelName "LCD Panel 1024x768" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 48.0 - 48.0 VertRefresh 60.0 - 60.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "vesa" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Wow, i'm in GUI and everything working,BUT when i try to shutdown or restart from GUI, system crashes with green screen. Also i couldn't do it using a terminal from GUI. ctrl+alt+backspace or ctrl+alt+F1 also gives no results. Any ideas?Code:startx
- 02-24-2008 #6
Are you passing vga parameter to kernel?
Open /boot/grub/grub.conf file and post kernel line here.
Execute this
Post output here.Code:su - grep -i initdefault /etc/inittab
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-24-2008 #7Just Joined!
- Join Date
- Feb 2008
- Posts
- 7
output
My out put for the "grep -i initdefault /etc/inittab" is
Code:# 0 - halt (Do NOT set initdefault to this) # 6 - reboot (Do NOT set initdefault to this) id:3:initdefault:
- 02-24-2008 #8Just Joined!
- Join Date
- Feb 2008
- Posts
- 7
kernel output
Couldn't reply in one piece coz i hav no Linux wireless drivers for my Broadcom 4311AG card. Kernel ouput is,
Suppose that is not enough.Code:kernel /vmlinuz-2.6.18-8.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
Thanx.
- 02-24-2008 #9
log in as root and open /etc/inittab file.
Replace line
withCode:id:3:initdefault
Open /boot/grub/menu.lst file and add vga=773 at the end of file. Remove quiet and rhgb words.Code:id:5:initdefault
Start a new thread for Wireless driver problem in Wireless Forum.Last edited by devils casper; 02-24-2008 at 02:20 PM. Reason: typo
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-24-2008 #10Just Joined!
- Join Date
- Feb 2008
- Posts
- 7
That didn't work
Your method was not successful. Sorry. It still crashes. I can get in to GUI with booting in to runlevel 5 by editing /etc/inittab, but can't restart or shutdown. Any ideas?


Reply With Quote
