You are not logged in.

#1 2010-07-22 20:03:42

FiR3WaLL
Member
From: /dev/brain
Registered: 2008-06-15
Posts: 15
Website

Intel Graphics - Arch

Hello

First sorry for my english is really poor.

Last week my old graphics card burned and i had to start using my second (integrated with motherboard chipset gpu) but now i have a problem. After deleting all old nvidia drivers, and installing drivers for my intel card i can`t still start my X server

Can anybody give me a example of xorg.conf for my card , here is result of lspci :

VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 02)

And second question :

How to check how much memory have this card from my RAM ? I can`t find that option in my BIOS.


People ask the question what's a rocknrolla ?
// Dell Latitude D630
// Core Quad Q6400, 2 GB, 8500 GT, 500 GB, 22` LCD

Offline

#2 2010-07-22 20:09:29

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Intel Graphics - Arch

> i can`t still start my X server
Any errors in the logs? What driver are you using (version), what xorg version, are you using KMS?

To know how much VRAM does it have, run

lspci -v | grep -i -A9 vga

Last edited by karol (2010-07-22 20:32:59)

Offline

#3 2010-07-22 20:48:24

Zariel
Member
Registered: 2008-10-07
Posts: 446

Re: Intel Graphics - Arch

Try removing your xorg.conf

Offline

#4 2010-07-22 21:23:00

schen
Member
Registered: 2009-06-06
Posts: 468

Re: Intel Graphics - Arch

Have you done a Xorg -configure?

Offline

#5 2010-07-22 21:38:15

FiR3WaLL
Member
From: /dev/brain
Registered: 2008-06-15
Posts: 15
Website

Re: Intel Graphics - Arch

Yes i have removed my old xorg.conf and make new using Xorg -configure, X servers starts but i cannot change resolution (i have 640x480). But in xorg on monitor section i have only 1680x1050 - can i change resolution from running X session ?

If yeas, can somebody tell me the command ?


People ask the question what's a rocknrolla ?
// Dell Latitude D630
// Core Quad Q6400, 2 GB, 8500 GT, 500 GB, 22` LCD

Offline

#6 2010-07-22 21:42:12

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Intel Graphics - Arch

What's the output of 'xrandr'? The driver should pick the right resolution, so sth might have gone wrong.
Post the output of xorg logs.

Offline

#7 2010-07-22 23:37:51

Zariel
Member
Registered: 2008-10-07
Posts: 446

Re: Intel Graphics - Arch

If you dont have any config it should auto detect everything with the latest xorg. Including resolution.

Offline

#8 2010-07-22 23:58:51

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Intel Graphics - Arch

Run

zgrep -i  KMS=y /proc/config.gz
sudo cat /sys/module/i915/parameters/modeset

You should get

[karol@black ~]$ zgrep -i  KMS=y /proc/config.gz
CONFIG_DRM_I915_KMS=y
[karol@black ~]$ sudo cat /sys/module/i915/parameters/modeset
1

or you don't have KMS configured.
http://wiki.archlinux.org/index.php/KMS will help you with KMS. Don't use the Polish wiki http://wiki.arch-linux.pl/wiki/Xorg as it is very old and obsolete.

BTW: check out http://forum.archlinux.pl/ - maybe somebody can help you.

Last edited by karol (2010-07-23 00:00:41)

Offline

Board footer

Powered by FluxBB