Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems while starting the x server
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
dStulle
n00b
n00b


Joined: 14 Jun 2005
Posts: 45
Location: Germany / Brunswick

PostPosted: Sat Aug 05, 2006 1:08 pm    Post subject: Problems while starting the x server Reply with quote

Hi there,
I have a Prolem with x and gnome. If I start x with fluxbox or kde everything is allright but when I try to start x with gnome it crashes like this:
Code:
xauth:  creating new authority file /home/dstulle/.serverauth.7837

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 franz 2.6.17-gentoo-r4 #11 SMP PREEMPT Tue Aug 1 12:36:15 CEST 2006 i686
Build Date: 28 July 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: Sat Aug  5 09:25:56 2006
(==) Using config file: "/etc/X11/xorg.conf"

(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
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

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Backtrace:
0: X(xf86SigHandler+0x87) [0x80b72d1]
1: [0xffffe420]
2: /usr/lib/xorg/modules/drivers/i810_drv.so(I830Rotate+0x4b9) [0xb7a1073a]
3: /usr/lib/xorg/modules/drivers/i810_drv.so [0xb7a04f83]
4: /usr/lib/xorg/modules/libramdac.so [0xb7821c4f]
5: X [0x80bd7e2]
6: X(xf86SwitchMode+0xba) [0x80b3899]
7: X [0x80d26b9]
8: X [0x80d28da]
9: X [0x814588c]
10: X(Dispatch+0x1aa) [0x808809f]
11: X(main+0x4b0) [0x806fffc]
12: /lib/tls/libc.so.6(__libc_start_main+0xdc) [0xb7d3ceec]
13: X(FontFileCompleteXLFD+0x81) [0x806f501]

Fatal server error:
Caught signal 11.  Server aborting

xinit:  connection to X server lost.


with fluxboxs it looks like:

Code:
xauth:  creating new authority file /home/dstulle/.serverauth.6213


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 franz 2.6.17-gentoo-r4 #11 SMP PREEMPT Tue Aug 1 12:36:15 CEST 2006 i686
Build Date: 28 July 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: Sat Aug  5 15:01:00 2006
(==) Using config file: "/etc/X11/xorg.conf"
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
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
BScreen::BScreen: managing screen 0 using visual 0x23, depth 24



my xorg.conf:

Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "dri"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "de"
        Option      "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "Auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
        Option      "Emulate3Buttons"
        Option      "Emulate3Timeout" "50"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "DefaultRefresh"            # [<bool>]
        #Option     "ModeSetClearScreen"        # [<bool>]
        Identifier  "Card0"
        Driver      "i810"
#       Driver      "vesa"
        VendorName  "Intel Corporation"
        BoardName   "Mobile Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

section "dri"
        Mode    0666
EndSection

Section "Extensions"
        Option "Composite" "true"
EndSection


When I try to use "vesa" driver in Section "Device" the x server starts up but has only a resoluion of 1024x768 instead of 1280x800.
_________________
$ cat /dev/urandom | md5sum > /dev/null

or visit http://dstulle.de/
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Sat Aug 05, 2006 2:26 pm    Post subject: Reply with quote

Remove this line
Code:

        BusID       "PCI:0:2:0"

from the "Device" Section in your xorg.conf.

Regards,

Sino
_________________
Help to answer the unanswered
Back to top
View user's profile Send private message
dStulle
n00b
n00b


Joined: 14 Jun 2005
Posts: 45
Location: Germany / Brunswick

PostPosted: Sat Aug 05, 2006 5:23 pm    Post subject: Reply with quote

Hmmm...
this doesn't change anything!

Any other suggestions?
_________________
$ cat /dev/urandom | md5sum > /dev/null

or visit http://dstulle.de/
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Sat Aug 05, 2006 7:04 pm    Post subject: Re: Problems while starting the x server Reply with quote

Look at the output, is there still the same error message? Or something different now?
dStulle wrote:

[...]
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
[...]


Regards,

Sino
_________________
Help to answer the unanswered
Back to top
View user's profile Send private message
dStulle
n00b
n00b


Joined: 14 Jun 2005
Posts: 45
Location: Germany / Brunswick

PostPosted: Sat Aug 05, 2006 8:45 pm    Post subject: Reply with quote

This message appears both times. With fluxbox/kde, when it works, and with gnome, when it dones't work. I think it is because I use a i945 card with a i810 driver. But as I say with fluxbox or kde everything is allright.

I'd rather think that the problem lies here:
Code:
   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Backtrace:
0: X(xf86SigHandler+0x87) [0x80b72d1]
1: [0xffffe420]
2: /usr/lib/xorg/modules/drivers/i810_drv.so(I830Rotate+0x4b9) [0xb7a1073a]
3: /usr/lib/xorg/modules/drivers/i810_drv.so [0xb7a04f83]
4: /usr/lib/xorg/modules/libramdac.so [0xb7821c4f]
5: X [0x80bd7e2]
6: X(xf86SwitchMode+0xba) [0x80b3899]
7: X [0x80d26b9]
8: X [0x80d28da]
9: X [0x814588c]
10: X(Dispatch+0x1aa) [0x808809f]
11: X(main+0x4b0) [0x806fffc]
12: /lib/tls/libc.so.6(__libc_start_main+0xdc) [0xb7d3ceec]
13: X(FontFileCompleteXLFD+0x81) [0x806f501]

Fatal server error:
Caught signal 11.  Server aborting

_________________
$ cat /dev/urandom | md5sum > /dev/null

or visit http://dstulle.de/
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Sat Aug 05, 2006 10:56 pm    Post subject: Reply with quote

dStulle wrote:

[...]
I'd rather think that the problem lies here:
Code:
   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Backtrace:
0: X(xf86SigHandler+0x87) [0x80b72d1]
1: [0xffffe420]
2: /usr/lib/xorg/modules/drivers/i810_drv.so(I830Rotate+0x4b9) [0xb7a1073a]
3: /usr/lib/xorg/modules/drivers/i810_drv.so [0xb7a04f83]
4: /usr/lib/xorg/modules/libramdac.so [0xb7821c4f]
5: X [0x80bd7e2]
6: X(xf86SwitchMode+0xba) [0x80b3899]
7: X [0x80d26b9]
8: X [0x80d28da]
9: X [0x814588c]
10: X(Dispatch+0x1aa) [0x808809f]
11: X(main+0x4b0) [0x806fffc]
12: /lib/tls/libc.so.6(__libc_start_main+0xdc) [0xb7d3ceec]
13: X(FontFileCompleteXLFD+0x81) [0x806f501]

Fatal server error:
Caught signal 11.  Server aborting
[...]

Hmm .. maybe you're right .. unfortunatelly I don't have such a card, so I can't really help you :(. However, perhaps this thread helps: [Solved] i945GM driver? Plus: can't emerge XOrg 7
If not, perhaps some other is able to give some hints ;)

Regards,

Sino
_________________
Help to answer the unanswered
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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