Gentoo Archives: gentoo-catalyst

From: Erick Michau <balkira@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] customize xorg.conf on an Xlivecd
Date: Wed, 15 Mar 2006 21:47:10
Message-Id: e47df0b0603151346n2234a09frd11e9655810c493c@mail.gmail.com
1 hi all,
2
3 I am using catalyst-2.0-rc40 on an x86 with a 2006.0 stage3 as a seed stage.
4 I am doing a livecd booting directly on xorg-x11 so I have successfully
5 achieved:
6 # catalyst2 -f livecd-stage1_template.spec
7 # catalyst2 -f livecd-stage2_template.spec
8 Here is the content of fsscript.sh:
9 echo "/etc/init.d/mkxf86config start" >> /etc/conf.d/local.start
10 echo "/etc/init.d/x-setup start" >> /etc/conf.d/local.start
11 echo "startx" >>
12 /etc/conf.d/local.start
13 However, xorg breaks at startup and I found that the "speedo" module was the
14 cause so I deleted it from xorg.conf and "startx" works.
15
16 I was wondering if it is possible to pass some parameters to the
17 xorg.conffile for when
18 "/etc/init.d/mkxf86config start" is called in a different way than
19 customizing the "/usr/sbin/mkxf86config.sh" file by hand?
20
21 In my case I do not want that "speedo" module to be loaded (X breaks). Right
22 now I am trying to adapt the "/usr/sbin/mkxf86config.sh" script to rebuild
23 xorg.conf _without_ the "speedo" module and it is painful..so I am looking
24 for an other way.
25
26 If any ideas pop up I would be glade to hear it,
27
28 Thanks by advance
29
30 Erick

Replies

Subject Author
[gentoo-catalyst] Re: customize xorg.conf on an Xlivecd Erick Michau <balkira@×××××.com>
Re: [gentoo-catalyst] customize xorg.conf on an Xlivecd Chris Gianelloni <wolf31o2@g.o>