LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo
User Name
Password
Gentoo This forum is for the discussion of Gentoo Linux.

Notices


Reply
  Search this Thread
Old 06-03-2009, 02:39 PM   #16
NeddySeagoon
Gentoo support team
 
Registered: May 2009
Location: 56N 3W
Distribution: Gentoo
Posts: 178

Rep: Reputation: 41

theabcasian,

Your current error is
Code:
(++) Using config file: "/etc/make.conf"
Parse error on line 4 of section (null) in file /etc/make.conf
	"CFLAGS="-O2" is not a valid keyword in this section.
This hints that you told Xorg to use /etc/make.conf as its config file when it started, not the default /etc/X11/xorg.conf, which looks mostly harmless.

Xorg looks in a lot of places for a config file, in different places for root and normal users too.

Try typing
Code:
startx
and the prompt, if it fails, wgetpaste var/log/Xorg.0.log again.
 
Old 06-03-2009, 10:44 PM   #17
theabcasian
LQ Newbie
 
Registered: May 2009
Location: Southern California
Distribution: Fedora, Ubuntu, starting gentoo
Posts: 27

Original Poster
Rep: Reputation: 15
sorry about that

X -config /root/xorg.conf.new
http://dpaste.com/51277/
and
X -config /etc/X11/xorg.conf
http://dpaste.com/51278/

after mv /root/xorg.conf.new /etc/X11/xorg.conf then startx
http://dpaste.com/51281/

Last edited by theabcasian; 06-03-2009 at 10:59 PM. Reason: adding one extera section
 
Old 06-04-2009, 08:23 AM   #18
d2_racing
Gentoo support team
 
Registered: May 2009
Location: Ste-Foy,Québec,Canada
Distribution: Gentoo
Posts: 115

Rep: Reputation: 17
Hi, you didn't add hal as a use flag.

So, add this one inside your /etc/make.conf and run this :

Code:
# emerge -auDNv world
After that, retry to start your X server.
 
Old 06-04-2009, 01:09 PM   #19
theabcasian
LQ Newbie
 
Registered: May 2009
Location: Southern California
Distribution: Fedora, Ubuntu, starting gentoo
Posts: 27

Original Poster
Rep: Reputation: 15
added hal and got this
http://dpaste.com/51538

but thats not what its been saying its been erroring when i run emerge -auDNv world
Code:
* Error: The above package list contains packages which cannot be 
* installed at the same time on the same system.

('ebuild','/','sys-apps/man-pages-posix-2003a','merge') pulled in by
sys-apps/man-pages-posix required by ('ebuild','/','sys-apps/man-pages-3.2
0','merge')

Last edited by theabcasian; 06-04-2009 at 03:31 PM. Reason: need to read stuff before i post it
 
Old 06-04-2009, 01:38 PM   #20
NeddySeagoon
Gentoo support team
 
Registered: May 2009
Location: 56N 3W
Distribution: Gentoo
Posts: 178

Rep: Reputation: 41
theabcasian,

Code:
(EE) intel(0): sil164 not detected got 5: from DVOI2C_E Slave 112.
I've never seen that error before. As it mentions I2C, I guess its whats stopping your screens from being detected.

Adding hal to USE= in /etc/make.conf may do nothing as hal is included in the /desktop profile.

How did you make your kernel ?
Please post your /usr/src/linux/.config file ... you know how to use wgetpaste by now.
 
Old 06-05-2009, 03:53 AM   #21
theabcasian
LQ Newbie
 
Registered: May 2009
Location: Southern California
Distribution: Fedora, Ubuntu, starting gentoo
Posts: 27

Original Poster
Rep: Reputation: 15
file was to large for wgetpaste to move learned how to set up a thumb drive and move some stuff around in mac's Darwin terminal finally got it though for simplicity sake I'll move it to my public file on me.com
http://public.me.com/theabcasian
http://rapidshare.com/files/241169709/config_for_gentoo

Last edited by theabcasian; 06-05-2009 at 11:38 AM. Reason: added Rapidshare
 
Old 06-05-2009, 08:01 AM   #22
NeddySeagoon
Gentoo support team
 
Registered: May 2009
Location: 56N 3W
Distribution: Gentoo
Posts: 178

Rep: Reputation: 41
theabcasian,

I'm surprised that wgetpaste failed. Its used every day to post kernel config files by people that come into #gentoo on irc.freenode.net.

http://public.me.com/ seems to be broken as it doesn't like my browser, so I can't read you post.
 
Old 06-05-2009, 05:05 PM   #23
theabcasian
LQ Newbie
 
Registered: May 2009
Location: Southern California
Distribution: Fedora, Ubuntu, starting gentoo
Posts: 27

Original Poster
Rep: Reputation: 15
added a rapid share link
http://rapidshare.com/files/241169709/config_for_gentoo
 
Old 06-06-2009, 02:52 AM   #24
theabcasian
LQ Newbie
 
Registered: May 2009
Location: Southern California
Distribution: Fedora, Ubuntu, starting gentoo
Posts: 27

Original Poster
Rep: Reputation: 15
could this be the wrong file it says do not edit on the top as for the issue with wgetpaste it was erroring asking me to use --verbose but it was the only file that was erroring.
 
Old 06-06-2009, 09:50 AM   #25
NeddySeagoon
Gentoo support team
 
Registered: May 2009
Location: 56N 3W
Distribution: Gentoo
Posts: 178

Rep: Reputation: 41
theabcasian,

Its the right file ... it shows your kernel configuration.
The warning is telling you not to edit it directly - you must use make menuconfig.

Your kernel looks good - you have the options that your Intel chip set needs set.

To overcome the [CODE]('ebuild','/','sys-apps/man-pages-posix-2003a','merge') pulled in by
sys-apps/man-pages-posix required by ('ebuild','/','sys-apps/man-pages-3.2
0','merge'){/CODE] error, remove the old man pages package and install the new one. Read the text in red just above the error you posted. The command is
Code:
emerge -C <old_package> && emerge -1 <new_package>
Do not do that to resolve all blocks ... sometimes its more complex.

After you have fixed the block, run the command that d2_racing gave you and allow it to rebuild any packages that it needs to.
 
Old 06-09-2009, 06:57 PM   #26
theabcasian
LQ Newbie
 
Registered: May 2009
Location: Southern California
Distribution: Fedora, Ubuntu, starting gentoo
Posts: 27

Original Poster
Rep: Reputation: 15
Ok in case anyone else needs this The answer to the problem was i was using the wrong driver i used xorgconfig to make the xorg file which ill post asap. and the key was the driver i needed to use VESA thanks to everyone who helped.

Last edited by theabcasian; 06-09-2009 at 07:03 PM.
 
Old 06-10-2009, 06:09 AM   #27
d2_racing
Gentoo support team
 
Registered: May 2009
Location: Ste-Foy,Québec,Canada
Distribution: Gentoo
Posts: 115

Rep: Reputation: 17
For the record, can you post your actual /etc/X11/xorg.conf :P
 
Old 06-10-2009, 02:59 PM   #28
NeddySeagoon
Gentoo support team
 
Registered: May 2009
Location: 56N 3W
Distribution: Gentoo
Posts: 178

Rep: Reputation: 41
theabcasian,

The intel driver should work with your card. Whats normally the hard bit, the kernel, is ok.

The VESA driver works with every graphics card made since 1998. It gives very basic functionality only.
You don't get any acceleration. The intel driver will provide 2D and 3D hardware acceleration.

Use the vesa driver meanwhile but don't give up on the intel one.
 
Old 06-10-2009, 11:31 PM   #29
theabcasian
LQ Newbie
 
Registered: May 2009
Location: Southern California
Distribution: Fedora, Ubuntu, starting gentoo
Posts: 27

Original Poster
Rep: Reputation: 15
ok that explains why VESA works, and why startx works on root but only has a few terminals and a clock but i cant start KDE
 
Old 06-11-2009, 01:40 PM   #30
NeddySeagoon
Gentoo support team
 
Registered: May 2009
Location: 56N 3W
Distribution: Gentoo
Posts: 178

Rep: Reputation: 41
theabcasian,

The few 'terminals and a clock' are twm, which is installed when you install Xorg.
twm is a good test for Xorg working but you probably won't liek it for much else.

How did you install KDE ?

How do you want to start KDE ?

You can have a Graphical log in, or you can type startx in the login shell.
Both methods need some configuration and the configuration is different in each case.

As you have twm working, it should work for root and normal users. If not, you have a configuration issue to address before you go any further.
 
  


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
nvidia xorg.conf OR X windows xorg.conf? machines Slackware 3 04-06-2008 02:10 PM
Fedora Core 5 on the Fujitsu Stylistic ST-4110P Wendell Baker Linux - Laptop and Netbook 0 07-01-2006 12:48 PM
Dual Monitor on Fujitsu Stylistic ST5022D mddolloff Linux - Laptop and Netbook 0 02-06-2006 04:37 PM
Xorg Hard Crashes and corrupts xorg.conf Advocator Linux - General 0 07-15-2004 01:41 PM
Fujitsu Stylistic LT homebray Linux - Laptop and Netbook 2 10-18-2003 07:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo

All times are GMT -5. The time now is 03:32 PM.

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