Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Intel HD 4000 Graphics
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Braindump
n00b
n00b


Joined: 16 Feb 2013
Posts: 14

PostPosted: Sat Feb 16, 2013 5:49 pm    Post subject: [SOLVED] Intel HD 4000 Graphics Reply with quote

Hallo,

ich habe eine Intel HD 4000 Graphics Grafikkarte in meinem Notebook und kriege sie nicht ans laufen.
Die Kernelconfig habe ich wie hier beschrieben eingerichtet (Kernel: gentoo-sources-3.6.11)
http://en.gentoo-wiki.com/wiki/Intel_GMA

dmesg | grep -i agp
liefert mir nichts.

Kann mir jemand helfen?

Grüße


Last edited by Braindump on Mon Feb 18, 2013 6:29 pm; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54208
Location: 56N 3W

PostPosted: Sat Feb 16, 2013 6:20 pm    Post subject: Reply with quote

Braindump,

Welocme to the Forums.
Sorry for not using German.

You need to follow the Intel wiki guide.
and/or The X Server Configuration HOWTO

The kernel config you link tells only of items you must configure on.
You must also configure off any framebuffer drivers. The intel driver provides a framebuffer console.

Error messages, if you get any, are useful too.

We prefer you to post in English on the main site but there is a German language subforum if you prefer.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Braindump
n00b
n00b


Joined: 16 Feb 2013
Posts: 14

PostPosted: Sat Feb 16, 2013 6:55 pm    Post subject: Reply with quote

Hello,

I am Sorry for Using German.
I thought i was on the German Forum Site.

I thought i configure Off framebuffer but it didnt work.

Which error Messages do you Need?

Regards
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54208
Location: 56N 3W

PostPosted: Sat Feb 16, 2013 7:07 pm    Post subject: Reply with quote

Braindump,

No problem with the language.

Do you see any error message at all?
Does the system boot to a console?

Please
Code:
emerge wgetpaste
and run
Code:
wgetpaste /usr/src/linux/.config
and post the URL you get back.
That will put your kernel configuration file onto a pastebin.

What is the output of
Code:
uname -a


Lots of questions for lots of information as I have little to go on right now.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Braindump
n00b
n00b


Joined: 16 Feb 2013
Posts: 14

PostPosted: Sat Feb 16, 2013 8:05 pm    Post subject: Reply with quote

Hello,

URL: http://bpaste.net/show/77734/

Kernel 3.6.11 x86_64

Regards,
Braindump
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54208
Location: 56N 3W

PostPosted: Sat Feb 16, 2013 9:43 pm    Post subject: Reply with quote

Braindump,

You kernel looks good. The only things I see that might upset the Intel driver is
CONFIG_FB_EFI=y
I don't know if that is compatible with the Intel driver or not.

Find that option in make menuconfig, set it off, the rebuild and reinstall your kernel.

Does you system boot then fail when you run startx ?

Kernel 3.6.11 x86_64 is only a part of uname -a.
Code:
$ uname -a
Linux NeddySeagoon 3.7.1-gentoo #1 SMP PREEMPT Wed Dec 26 16:00:43 GMT 2012 x86_64 AMD Phenom(tm) II X6 1090T Processor AuthenticAMD GNU/Linux

The interesting part is
Code:
 Wed Dec 26 16:00:43 GMT 2012
yours will differ. Thats the build time of the running kernel.
If you have built your kernel after the date/time shown in your uname -a, you are not running the kernel you think you are.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Braindump
n00b
n00b


Joined: 16 Feb 2013
Posts: 14

PostPosted: Sun Feb 17, 2013 9:29 am    Post subject: Reply with quote

You are right, i am Running Not the kernel i think.

What is my fault
Back to top
View user's profile Send private message
Braindump
n00b
n00b


Joined: 16 Feb 2013
Posts: 14

PostPosted: Sun Feb 17, 2013 12:00 pm    Post subject: Reply with quote

Hello,

I am running now the correct kernel but with the same problems.
My xorg.0.log looks good i think:
http://bpaste.net/show/77822/

any ideas?
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Sun Feb 17, 2013 12:15 pm    Post subject: Reply with quote

Quote:
227.154] (++) Using config file: "/root/xorg.conf.new"

Do not use xorg.conf with Intel driver, it is not needed. And do not run X as root. Just log into your user account and try startx. Make sure you run some application (or DE) on X, otherwise you will end up with black screen.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54208
Location: 56N 3W

PostPosted: Sun Feb 17, 2013 1:25 pm    Post subject: Reply with quote

Braindump,

You Xorg.0.log is good. It looks like Xorg started but didn't do anything as it found nothing to do.

As Jaglover says, Xorg will run normally without a xorg.conf file but it will give you a USA keyboard layout, which you will probably hate.
To get a German key layout, you will need a minimal xorg.conf.

If you have not given Xorg something to do yet, run
Code:
emerge -1 twm xterm xclock

This will provide the default setup for Xorg to use.
When that works, startx will show three xterm windows and an analogue clock all using twm.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Braindump
n00b
n00b


Joined: 16 Feb 2013
Posts: 14

PostPosted: Mon Feb 18, 2013 6:29 pm    Post subject: Reply with quote

Ok.

I'm sorry everything is ok.

Thx
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum