LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   display driver missing (https://www.linuxquestions.org/questions/linux-newbie-8/display-driver-missing-4175450768/)

sunil80 02-19-2013 05:05 AM

display driver missing
 
Hi all, i have just install RHEL 6 on my PC, but can't reset its resolution to as my wish, because the display driver are not installed. Can anyone tell me plz how to and from where to install the display driver in rhel 6

amani 02-19-2013 12:04 PM

post output of

lspci -vv

sunil80 02-19-2013 11:44 PM

00:02.0 VGA compatible controller: Intel Corporation 82Q33 Express Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. Device 7352
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 26
Region 0: Memory at fdf00000 (32-bit, non-prefetchable) [size=512K]
Region 1: I/O ports at ff00 [size=8]
Region 2: Memory at d0000000 (32-bit, prefetchable) [size=256M]
Region 3: Memory at fdc00000 (32-bit, non-prefetchable) [size=1M]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee0300c Data: 4181
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel modules: i915




the output of lspci -vv

amani 02-21-2013 10:28 AM

The driver module is i915.

For adjusting screen resolution look within system --> administration/settings

sunil80 03-13-2013 06:29 AM

Quote:

Originally Posted by amani (Post 4896792)
The driver module is i915.

For adjusting screen resolution look within system --> administration/settings

I do so but the error is,

Monitor: Unknown

Resolution: 800 X 600 and
640 X 480 only, no other options

TB0ne 03-13-2013 08:54 AM

Quote:

Originally Posted by sunil80 (Post 4910650)
I do so but the error is,

Monitor: Unknown
Resolution: 800 X 600 and
640 X 480 only, no other options

Did you read what you posted? You originally said that you need the display driver....but the error here is telling you that the system doesn't know what kind of MONITOR you have. The two are different. Since you're an RHCE, have you tried looking at any of the RHEL knowledgebase docs on this? Since you're using RHEL6, you are paying for it, right???

And this has been covered before:
http://www.techotopia.com/index.php/...tiple_Monitors
http://www.linuxforums.org/forum/red...esolution.html

Run the X configuration tool to generate a new xorg.conf file, and get your monitors manual, to see what resolution it supports. You can make any modifications you wish in the xorg.conf file, up to the maximum allowed by your hardware. Max resolution for both your video card and monitor can be found in the manuals for those devices. A 'certified' RHCE should be able to easily follow/edit the xorg.conf file.

sunil80 03-14-2013 12:33 AM

Quote:

Originally Posted by TB0ne (Post 4910742)
Since you're using RHEL6

Quote:

A 'certified' RHCE should be able to easily follow/edit the xorg.conf file.
Thanks to remind me that I am RHCE.

And thanks for you priceless help.

TB0ne 03-14-2013 09:15 AM

Quote:

Originally Posted by sunil80 (Post 4911200)
Thanks to remind me that I am RHCE. And thanks for you priceless help.

It would have seemed to me that an RHCE would already know how to fix such things. And did you get it working? Did you look up anything on the knowledgebase?

If you solved the issue, post the solution. If you haven't, post what you've tried, and leave the sarcasm out.

sunil80 03-15-2013 01:13 AM

I could not resolve Resolution problem yet.


I have reinstalled gnome packages but of no use.

No. of people said that make changes in /etc/X11/xorg file
but I don't know what to change.
So i examine another PC, but there is no file there named xorg in /etc/X11.

and the output of my /etc/X11/xorg file is,

Section "Device"
Identifier "Videocards0'
Driver "vesa"
Endsection





Now plz tell me what to do???????

sunil80 03-15-2013 04:47 AM

And lspci | grep VGA output is :::---
Quote:

00:02.0 VGA compatible controller: Intel Corporation 82Q33 Express Integrated Graphics Controller (rev 02)

TB0ne 03-15-2013 09:58 AM

Quote:

Originally Posted by sunil80 (Post 4911978)
I could not resolve Resolution problem yet.

So if you still need help, why be sarcastic to those helping you?
Quote:

I have reinstalled gnome packages but of no use.
...which will make ZERO difference, since Gnome runs on top of X, and the problem you're having is with X itself.
Quote:

No. of people said that make changes in /etc/X11/xorg file but I don't know what to change. So i examine another PC, but there is no file there named xorg in /etc/X11.
Right...since you're an RHCE, wasn't this covered? Did you not read/understand the articles posted before? From one of them:
Quote:

Originally Posted by Link
Newer versions of Xorg don't use/need the xorg.conf file. (But if it is created/exists, it should take precedence over the auto-config settings.)

Quote:

and the output of my /etc/X11/xorg file is,
Code:

Section "Device"
        Identifier "Videocards0'
        Driver "vesa"
Endsection

Now plz tell me what to do???????
Spell out your words. And again, THIS HAS LITTLE TO DO WITH YOUR VIDEO CARD...it is your MONITOR that's unknown. The VESA driver is generic, and will work at whatever resolution it can. The MONITOR is what needs to be identified. Since you posted the DEVICE section of the xorg.conf, did you try looking at the MONITOR section??? That would be the place where your MONITOR is defined. It would look like this:
Code:

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "MFG"
    ModelName      "Model"
    HorizSync      28.0 - 33.0
    VertRefresh    43.0 - 72.0
    Option        "DPMS"
EndSection

Try reading the man pages on xorg.conf yet?
http://www.x.org/archive/X11R6.8.0/doc/xorg.conf.5.html

You have to define your monitor capabilities first; AGAIN, read the manual for your monitor to determine what it can do, put the values in. Then in the SCREEN section, you can try to define other modes, up to the limits of your video card (which AGAIN, you need to look up in the manual for it). Again, the xorg.conf man page has ALL the options/syntax in it. Read/understand it.

Did you run the "Xorg -configure" command, as suggested? Did you look at the output of the file it generated? Did you see a SCREEN section?
Code:

Section "Screen"
        Identifier        "Default Screen"
        Device                "Whatever Device in Xorg"
        Monitor                "Whatever Monitor in Xorg"
        DefaultDepth        24
        SubSection "Display"
                Depth                24
                Modes                "1600x1200" "1280x960" "1280x1024" "1024x768"
        EndSubSection
EndSection


shivaa 03-15-2013 10:13 AM

As TB0ne pointed out, you just need to add a desired screen resolution in /etc/X11/xorg.conf file, as follow:

Code:

Section "Screen"
 Identifier    "Screen0"
 Device        "Videocard0"
 Monitor        "Monitor0"
 DefaultDepth    24
 SubSection    "Display"
 Viewport      0 0
 Depth          24
 Modes          “Add here” "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection

Then once use Ctrl+shift+backspace key combination, so it will give you login prompt, and xinet service will restart automatically.

sunil80 03-18-2013 02:04 AM

The problem has solved. I simply add these lines
Quote:

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280*960"
EndSubSection
to xorg.conf file and now my machine can support
Quote:

1280*1024
1024*768
800*600
640*480


All times are GMT -5. The time now is 10:25 PM.