View previous topic :: View next topic |
Author |
Message |
Milosevic n00b

Joined: 26 Aug 2006 Posts: 4
|
Posted: Sun Aug 27, 2006 6:42 am Post subject: Problems starting X |
|
|
Hi, i`m having problems trying to start x. (I emerged gnome, configured xorg.conf with xorgconfig, and emerged the drivers i needed...). When i try to start x i get this?
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.15-gentoo-r5 i686
Current Operating System: Linux tux 2.6.17-gentoo-r4 #1 SMP Fri Aug 25 21:38:38 BRT 2006 i686
Build Date: 26 August 2006
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: Sun Aug 27 00:22:06 2006
(==) Using config file: "/etc/X11/xorg.conf"
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
waiting for X server to shut down FreeFontPath: FPE "/usr/share/fonts/misc" refc ount is 2, should be 1; fixing.
I think i should get a message telling me what the fatal error is... Any idea about what is wrong?
Best regards, Milosevic. |
|
Back to top |
|
 |
truc Advocate


Joined: 25 Jul 2005 Posts: 3199
|
Posted: Sun Aug 27, 2006 6:52 am Post subject: |
|
|
Code: | grep EE /var/log/Xorg.0.log |
_________________ The End of the Internet! |
|
Back to top |
|
 |
nephros Advocate


Joined: 07 Feb 2003 Posts: 2139 Location: Graz, Austria (Europe - no kangaroos.)
|
Posted: Sun Aug 27, 2006 7:04 am Post subject: |
|
|
truc wrote: | Code: | grep EE /var/log/Xorg.0.log |
|
Yea, please do this and post it.
Also, posting xorg.conf can help.
Post that without the comments if possible, which can be done by
grep -v '^#' /etc/X11/xorg.conf _________________ Please put [SOLVED] in your topic if you are a moron. |
|
Back to top |
|
 |
systemsamurai n00b

Joined: 05 Mar 2005 Posts: 24
|
Posted: Thu Aug 31, 2006 10:13 am Post subject: same problem |
|
|
I've got the same problem, but when i try the grep EE /var/log/Xorg.log.0 all i get is
(II) Loading extension MIT-SCREEN-SAVER
And i realise how much of a noob question this is but how do you copy the xorg.conf into this forum when your using links? I dont relish typing the entire thing out.
Peace |
|
Back to top |
|
 |
truc Advocate


Joined: 25 Jul 2005 Posts: 3199
|
Posted: Thu Aug 31, 2006 1:24 pm Post subject: |
|
|
Code: | grep -v '^#' /etc/X11/xorg.conf > ~/xorg_temp |
then put this file on an other computer, eg via ftp, or even scp _________________ The End of the Internet! |
|
Back to top |
|
 |
systemsamurai n00b

Joined: 05 Mar 2005 Posts: 24
|
Posted: Thu Aug 31, 2006 5:39 pm Post subject: xorg.conf |
|
|
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "glx"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "gb"
Option "XkbVariant" "keyboard 1"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "apple 1"
HorizSync 28-90
VertRefresh 43-72
DisplaySize 434 270
Option "DPMS"
EndSection
Section "Device"
Identifier "graphics 1"
Driver "nvidia"
VideoRam 262144
Option "RenderAccel" "true"
Option "UseEdidFreqs" "false"
BusID "PCI:03:0:0"
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "graphics 1"
Monitor "apple 1"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1680x1050" "1280x800" "1024x640" "800x500"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Thanks alot for that advise, was so logical im rather foolish for not realising
peace |
|
Back to top |
|
 |
Jukki n00b

Joined: 26 Feb 2005 Posts: 6
|
Posted: Fri Sep 01, 2006 7:11 am Post subject: |
|
|
Try this:
Code: | echo "exec twm" > ~/.xinitrc |
|
|
Back to top |
|
 |
systemsamurai n00b

Joined: 05 Mar 2005 Posts: 24
|
Posted: Fri Sep 01, 2006 5:47 pm Post subject: fixed |
|
|
That works, its wierd, if you try to startx on its own it doesnt work, but if you try using fluxbox or gnome its fine for some reason. That might just be my problem.
The annoying thing is its not viewed as an error in the logs, so it shouldnt be crashing out |
|
Back to top |
|
 |
klessou n00b

Joined: 02 Sep 2006 Posts: 40
|
Posted: Sat Sep 02, 2006 7:08 pm Post subject: |
|
|
I've got the same problem.
Do you have any solution, yet ? |
|
Back to top |
|
 |
qgriffith n00b

Joined: 18 Jun 2004 Posts: 26
|
Posted: Sun Sep 03, 2006 12:55 pm Post subject: |
|
|
I know as well have this error. I have recompiled Xorg and reran xorgconfig and still have the same errors in my log as everyone else. I also have recompiled the nvidia-drivers as well. |
|
Back to top |
|
 |
klessou n00b

Joined: 02 Sep 2006 Posts: 40
|
Posted: Sun Sep 03, 2006 1:10 pm Post subject: |
|
|
I've got this error after a migration to 2006.1.
I can run windowmaker but gnome and gdm don't work
(I will be crazy !) |
|
Back to top |
|
 |
qgriffith n00b

Joined: 18 Jun 2004 Posts: 26
|
Posted: Sun Sep 03, 2006 3:31 pm Post subject: |
|
|
Exact same thing here. I migrated to gcc 4.1 and 2006.1 and now it does not work. If I add twm to my .xinitrc file it will start fine, however if I try to run gnome or gdm life is not good and I get the same results as you. |
|
Back to top |
|
 |
klessou n00b

Joined: 02 Sep 2006 Posts: 40
|
|
Back to top |
|
 |
qgriffith n00b

Joined: 18 Jun 2004 Posts: 26
|
Posted: Sun Sep 03, 2006 5:29 pm Post subject: |
|
|
Yes |
|
Back to top |
|
 |
klessou n00b

Joined: 02 Sep 2006 Posts: 40
|
Posted: Sun Sep 03, 2006 5:34 pm Post subject: |
|
|
Can you send the output of "emerge --info" ? |
|
Back to top |
|
 |
Dominique_71 Veteran


Joined: 17 Aug 2005 Posts: 1739 Location: Switzerland (Romandie)
|
|
Back to top |
|
 |
qgriffith n00b

Joined: 18 Jun 2004 Posts: 26
|
Posted: Mon Sep 04, 2006 12:29 am Post subject: |
|
|
I have mine working again, something must of got messed up when I did an emerge -eav system. I went ahead and re-emerged all of the packages having to do with X and now I am able to launch xorg |
|
Back to top |
|
 |
dalek Veteran


Joined: 19 Sep 2003 Posts: 1344 Location: Mississippi USA
|
Posted: Mon Sep 04, 2006 1:13 am Post subject: |
|
|
After I upgraded gcc and did my emerge -ev world, I noticed several things that were "weird". I finally recompiled a new kernel with the new gcc and booted it up. Everything works fine.
I noticed of all the weird things that could happen, when I ran /etc/init.d/zzfah start, it would just sit there. There were several other things that would not start or gave me fits getting them started. After booting the new kernel, all was back to normal.
Could this be related to the problems you're having? Maybe worth trying.
 _________________ My rig: Gigabyte GA-970A-UD3P mobo, AMD FX-8350 Eight-Core CPU, ZALMAN CNPS10X Performa CPU cooler,
G.SKILL 32GB DDR3 PC3 12800 Memory Nvidia GTX-650 video card LG W2253 Monitor
9TBs of hard drive space using LVM
Cooler Master HAF-932 Case |
|
Back to top |
|
 |
|