LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-30-2008, 10:09 AM   #1
luca74
LQ Newbie
 
Registered: Jan 2008
Posts: 18

Rep: Reputation: 0
Video card problem


Hi, i have a problem with my video card on my laptop. In particular when i configure xorg with the command xorgconfig i am not able to find any suitable driver for the chipset that is: Intel Corporation Mobile GM965/GL960. My OS is Slackware 12.0
When i launch the command lspci, it returns:

bash-3.1# lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
02:04.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b6)
10:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
18:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02)





what should i do to make my video card working correctly? Now i can set it to 1280x800 but the refresh rate of the monitor goes up to 60Hz, that is low...
Thanks to all.

Last edited by luca74; 01-30-2008 at 10:39 AM.
 
Old 01-30-2008, 12:27 PM   #2
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
What driver are you currently using ? Check your '/etc/X11/xorg.conf', it's either vesa or intel. What type of monitor do you have ? If it's LCD, 60 Hz is not low, it's regular.

One thing you could try is enabling direct rendering (not sure how well this will go):
http://www.linuxquestions.org/questi...in-x11-402003/
 
Old 01-31-2008, 02:33 AM   #3
luca74
LQ Newbie
 
Registered: Jan 2008
Posts: 18

Original Poster
Rep: Reputation: 0
I choose the Intel 810 chipset while configuring with xorgconfig.
Yes the monitor is an LCD and 60Hz is correct, but when i run a window manager like xfce or kde, it seems that the colors are opaque and fonts are too much aliased, should i change something in the appearence of that window manager as well?

Thanks.
 
Old 01-31-2008, 02:38 AM   #4
luca74
LQ Newbie
 
Registered: Jan 2008
Posts: 18

Original Poster
Rep: Reputation: 0
I choose the Intel 810 chipset while configuring with xorgconfig.
Yes the monitor is an LCD and 60Hz is correct, but when i run a window manager like xfce or kde, it seems that the colors are opaque and fonts are too much aliased, should i change something in the appearence of that window manager as well?

Thanks.
 
Old 01-31-2008, 02:29 PM   #5
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
What is the native resolution of the LCD screen ? That's usually the best resolution to run it at.

So, is direct rendering enabled, it may allow you to choose higher settings. So run:
Code:
glxinfo | grep direct
it should say 'direct rendering: Yes'. Then you can try upping the refresh rate to 75 Hz or so, but you should probably lower the resolution, I doubt your monitor is capable of both. Do you have the manual for the LCD ? It should have data on refresh rates and corresponding resolutions supported.
 
Old 02-01-2008, 05:02 AM   #6
luca74
LQ Newbie
 
Registered: Jan 2008
Posts: 18

Original Poster
Rep: Reputation: 0
This is the output of the command glxinfo | grep direct:

bash-3.1# glxinfo | grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect


direct rendering is not supported, what can i do furthermore?

thanks
 
Old 02-01-2008, 07:54 AM   #7
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Follow the guide here to enable direct rendering:
http://www.linuxquestions.org/questi...in-x11-402003/

What about the manual for LCD monitor, it has important info, might wanna find it in the mean time if possible.
 
Old 02-04-2008, 03:21 AM   #8
luca74
LQ Newbie
 
Registered: Jan 2008
Posts: 18

Original Poster
Rep: Reputation: 0
I don't have any manual with the specs in the shipment of the laptop. It is a Hp model: Compaq 6710s and the display is a 15.4 WXGA display. I caught the specs for this monitor running windows xp in dual boot and displaying the properties, so i am not shure if the parameters are correct: Horizontal refresh is 28.0-96.0Khz and Vertical refresh is 50.0-75.0Hz.
 
Old 02-08-2008, 03:35 AM   #9
luca74
LQ Newbie
 
Registered: Jan 2008
Posts: 18

Original Poster
Rep: Reputation: 0
I followed the tutorial on http://www.linuxquestions.org/questi...in-x11-402003/
but Xorg doesn't enable direct rendering yet. I wonder why...
 
Old 02-08-2008, 08:57 AM   #10
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Yeah, unfortunately it seems that this particular version of Xorg may have problems with getting direct rendering on that card.

You don't actually need it, but I would think you could achieve higher refresh rates with direct rendering enabled, that way the load is put on the GPU not the CPU.

Try changing the following in your '/etc/X11/xorg.conf':
Code:
Section "Monitor"

    HorizSync       28.0 - 96.0
    VertRefresh     50.0 - 75.0

EndSection

Section "Screen"

    DefaultDepth    24

    SubSection     "Display"
        Depth       24
        Modes      "1280x800"
    EndSubSection
EndSection
I believe WXGA has native resolution as 1280 x 800, right ? that's what you should put as a mode.

Last edited by H_TeXMeX_H; 02-08-2008 at 08:59 AM.
 
Old 02-08-2008, 09:37 AM   #11
Brian220
LQ Newbie
 
Registered: Jan 2008
Posts: 5

Rep: Reputation: 0
Video card problem

just try native resolution 1280*800
 
Old 02-11-2008, 02:45 AM   #12
luca74
LQ Newbie
 
Registered: Jan 2008
Posts: 18

Original Poster
Rep: Reputation: 0
I'am currently running with those parameters set, but i can't change the refresh rate differently than 60Hz.
I have tryied to change also the depth mode to 32 but X says that I830 driver doesn't support other then 24 bit.
There should be a solution for this i think. Maybe reinstalling the driver from the intel support site

thank you all.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
video card problem? cactusface Linux - Newbie 2 07-07-2007 10:50 AM
Problem with new video card ardi77 Linux - Software 3 08-05-2004 04:36 PM
i have a problem with my video card wicho_the_one Fedora 1 07-24-2004 10:49 AM
Video card problem? neocytrix Slackware 5 07-09-2004 12:29 PM
Not as much of a Solaris problem rether hardware Ultra 10 problem (video card) neo77777 Solaris / OpenSolaris 7 06-24-2003 08:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration