View previous topic :: View next topic |
Author |
Message |
Peoples n00b
Joined: 23 Oct 2003 Posts: 39 Location: Finland
|
Posted: Sat Mar 05, 2005 12:50 am Post subject: Some network stuff(#Q2)? (ATI+xorg prob.) > [SOLVED] |
|
|
#Q1: Some where between. This is what I get when I run "#startx", I remember I had some probs before, that was like 6months ago(ati gave me too much grief and I decided to stop fooling around with it, though I got it working with ati-drivers, xfree86, kde & fluxbox, it took like 3 days to figure that out).
AXP2600
nforce 2 mobo
1024Mb ram
ATI R9700Pro
I have compiled agpgart, nvidia-agp as modules, and they load fine on boot(fglrx as well).
Have run fglrxconfig -> renamed it to "xorg.conf"
Code: |
#emerge xorg
#emerge ati-drivers
#emerge fluxbox
#fglrxconfig
-> renamed it to "xorg.conf"
created .xinitrc "exec /usr/bin/fluxbox"
created .xsession "exec /usr/bin/fluxbox" - not needed?
|
#lsmod - tells me that modules have loaded fine, and that nvidia-agp uses agpgart.
xorg.0.log
Code: |
xdm error (pid 13592): IO Error in XOpenDisplay || what is this? I have compiled the ipv6 support, but...
xdm error (pid 13254): Display :0 cannot be opened
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/azarah:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
X Window System Version 6.8.0
Release Date: 8 September 2004
X Protocol Version 11, Revision 0, Release 6.8
Build Operating System: Linux 2.6.10-gentoo-r6 i686 [ELF]
Current Operating System: Linux azarah 2.6.10-gentoo-r6 #2 SMP Sat Mar 5 01:07:37 UTC 2005 i686
Build Date: 04 March 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 5 01:54:27 2005
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7
(EE) Failed to load module "Keyboard" (module does not exist, 0)
(WW) fglrx: No matching Device section for instance (BusID PCI:2:0:1) found
(EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENOMEM" || odd?
(EE) fglrx(0): cannot init AGP
(EE) No Input driver matching `Keyboard' || again, odd
No core keyboard
Fatal server error:
failed to initialize core devices
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
|
#Q2: Why do I have this "azarah.unknown_host" when I log in(how do I change it)? And it takes quite some time to dhcp resolve my ip, my router 10.0.0.2 and my ip should be 10.0.0.20(I am behind NAT), and 255.255.255.0 as subnetmask.
Ask if there is some other information that you need, I will gladly provide them. It aint so easy to get this up and running. It has been too long since I have used gentoo the last time, it was still the 1.4, bare with me(also, I am from Finland, so excuse any un-correct expression e.g). Thank you!
Last edited by Peoples on Sat Mar 05, 2005 1:48 pm; edited 2 times in total |
|
Back to top |
|
|
monkey89 Guru
Joined: 08 Mar 2004 Posts: 596
|
Posted: Sat Mar 05, 2005 12:54 am Post subject: |
|
|
Sounds like your /etc/hosts file is erroneous, post it here.
-Monkey |
|
Back to top |
|
|
Peoples n00b
Joined: 23 Oct 2003 Posts: 39 Location: Finland
|
Posted: Sat Mar 05, 2005 1:03 pm Post subject: |
|
|
Code: |
127.0.0.1 localhost
# IPV6 versions of localhost and co
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
|
So here those ipv6 things are, is it this which is causing xorg to panic? |
|
Back to top |
|
|
Peoples n00b
Joined: 23 Oct 2003 Posts: 39 Location: Finland
|
Posted: Sat Mar 05, 2005 1:07 pm Post subject: |
|
|
Just noticed, that I have 6.8.0 -version of xorg, I will have to emerge it again. |
|
Back to top |
|
|
Wedge_ Advocate
Joined: 08 Aug 2002 Posts: 3614 Location: Scotland
|
Posted: Sat Mar 05, 2005 1:12 pm Post subject: |
|
|
Peoples wrote: | (EE) No Input driver matching `Keyboard' || again, odd |
This is down to fglrxconfig not using the correct driver name for Xorg 6.8. Find the line in your xorg.conf and change it to
Peoples wrote: | (EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENOMEM" || odd? |
There are usually two things that can cause this on nForce2 boards. The first is that you've told the driver to use it's own AGP support, not the kernels. Make sure that "UseInternalAGPGART" is set to "no" in your xorg.conf. The other thing that can cause it to appear when using the kernel AGP support is if your AGP aperture size is 64MB or less. _________________ Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ |
|
Back to top |
|
|
frenkel Veteran
Joined: 13 May 2003 Posts: 1034 Location: .nl
|
Posted: Sat Mar 05, 2005 1:42 pm Post subject: |
|
|
Wedge_ wrote: | Peoples wrote: | (EE) No Input driver matching `Keyboard' || again, odd |
This is down to fglrxconfig not using the correct driver name for Xorg 6.8. Find the line in your xorg.conf and change it to
Peoples wrote: | (EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENOMEM" || odd? |
There are usually two things that can cause this on nForce2 boards. The first is that you've told the driver to use it's own AGP support, not the kernels. Make sure that "UseInternalAGPGART" is set to "no" in your xorg.conf. The other thing that can cause it to appear when using the kernel AGP support is if your AGP aperture size is 64MB or less. |
I had this "xf86_ENOMEM" error with my Via KT600 motherboard when using the 2.4 kernel. If you aren't using 2.6, try installing that.
Good luck,
Frank _________________ http://techfield.org |
|
Back to top |
|
|
Peoples n00b
Joined: 23 Oct 2003 Posts: 39 Location: Finland
|
Posted: Sat Mar 05, 2005 1:47 pm Post subject: |
|
|
Thank you, got it working now(is glxfgears result 2600fps normal for 9700?). That slow ip resolving is still a problem, for the few first boots it came up fine. And everytime I boot, fsck complains "/dev/hdaX/ is mounted cannot continue, press control+D for maintenance [!!]" System mounts /dev/hdaX/ before the fsck, dunno what to do with this. |
|
Back to top |
|
|
Wedge_ Advocate
Joined: 08 Aug 2002 Posts: 3614 Location: Scotland
|
Posted: Sat Mar 05, 2005 2:19 pm Post subject: |
|
|
Peoples wrote: | Thank you, got it working now(is glxfgears result 2600fps normal for 9700?). |
It's not a very good benchmark to use, but that sort of score means everything is working. _________________ Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ |
|
Back to top |
|
|
monkey89 Guru
Joined: 08 Mar 2004 Posts: 596
|
Posted: Sat Mar 05, 2005 2:44 pm Post subject: |
|
|
Peoples wrote: | Code: |
127.0.0.1 localhost
# IPV6 versions of localhost and co
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
|
So here those ipv6 things are, is it this which is causing xorg to panic? |
I'm not sure about the ipv6 things, but to get rid of the unknown_host and maybe make things faster, make the first line:
Code: | 127.0.0.1 hostname.domainname hostname localhost |
|
|
Back to top |
|
|
|
|
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
|
|