Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How I got x.org up and running
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
robfish
Tux's lil' helper
Tux's lil' helper


Joined: 25 Nov 2002
Posts: 137
Location: New Zealand

PostPosted: Wed Jul 14, 2004 11:12 pm    Post subject: Reply with quote

Well the migration to xorg was painless for me too.
This is what I did:-

etc-update (to ensure that any updates after migration would be just for xorg)
emerge –f xorg-x11
cp /etc/X11/XF86Config /home/robert/ (just in case)
quickpkg x11-base/xfree (just in case)
/etc/init.d/xdm stop
emerge unmerge –p xfree
emerge unmerge xfree
emerge –p xorg-x11
emerge xorg-x11
etc-update (I used –5 to auto merge the changes)

I notice now though, that I do not have a file /etc/X11/xorg.conf (even though everything seems to work). Do I still need to
copy /etc/X11/XF86Config to /etc/X11/xorg.conf or just leave as is?

Well I decided to try /play.
copied XF86Config to xorg.conf
then
renamed XF86Config to XF86Config.b4xorg
and everything still works.
_________________
RobFish
Back to top
View user's profile Send private message
[dk]neo2k
n00b
n00b


Joined: 17 Jul 2004
Posts: 6
Location: Denmark

PostPosted: Sat Jul 24, 2004 10:01 am    Post subject: Reply with quote

Great guide, thanks m8, really helped me.
_________________
neo2k
Back to top
View user's profile Send private message
kLUMSY bOT
n00b
n00b


Joined: 23 Jul 2004
Posts: 69

PostPosted: Sat Aug 07, 2004 1:17 pm    Post subject: Reply with quote

sorry. im such a noob. exactly what do i need to edit?
Quote:
edited FontPaths in this configuration
edited directories in /etc/fonts/fonts.conf
Back to top
View user's profile Send private message
flybynite
l33t
l33t


Joined: 06 Dec 2002
Posts: 620

PostPosted: Sat Aug 07, 2004 4:06 pm    Post subject: Reply with quote

robfish wrote:

(snip)
emerge unmerge –p xfree
emerge unmerge xfree


A really great tip I've seen is to use -a (ask) instead of -p, then you don't have to wait for portage to recompute the dep's.


robfish wrote:

I notice now though, that I do not have a file /etc/X11/xorg.conf (even though everything seems to work). Do I still need to
copy /etc/X11/XF86Config to /etc/X11/xorg.conf or just leave as is?


xorg will use the XF86Config if xorg.conf doesn't exist. Go ahead and rename your XF86Config to xorg.conf to complete the changeover.
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Mon Aug 23, 2004 8:55 am    Post subject: Reply with quote

Well I decided to try /play.
copied XF86Config to xorg.conf
then
renamed XF86Config to XF86Config.b4xorg
and everything still works.[/quote]

hmm I'll try that out, but the last time I emerged xorg I had some bad problems with my fonts and antialiasing. So do you have still no troubles?
Back to top
View user's profile Send private message
robfish
Tux's lil' helper
Tux's lil' helper


Joined: 25 Nov 2002
Posts: 137
Location: New Zealand

PostPosted: Mon Aug 23, 2004 9:51 am    Post subject: Reply with quote

Still working fine here.
_________________
RobFish
Back to top
View user's profile Send private message
davecs
Guru
Guru


Joined: 08 Nov 2003
Posts: 436
Location: Dagenham, GB

PostPosted: Sun Oct 10, 2004 7:19 pm    Post subject: Reply with quote

I tried the switch today. I thought it might be necessary to make the break into xorg because I was reading about some of the plans in the British mag "Linux Format" and it seems that some of the eye-candy in KDE depends on kludges and work-arounds, with transparency and partial screen repairs being built into xorg (6.8 and 7) KDE and Gnome may insists on xorg in future.

Anyway I just did CTRL-ALT-F1 into a terminal, then ran:

killall kdm
emerge -C xfree
emerge xorg-x11
etc-update (selected option -5)
kdm

and all worked well. I had to copy some manually installed mouse-cursor files over from an xfree directory to an xorg directory, and rename the XF86Config file to xorg.conf, but that was it. Very easy and painless, and the nVidia driver still works with no messing.

Can't tell at this time if it's quicker or not, but that was not my major reason for the change, as explained above. Expect it will be quicker in the long term when all the promised improvements have been added!
_________________
Gentoo, PCLOS-pre-81a and Windows 98SE.
Shuttle SN41G2V2
Athlon XP2500+ o/c to 3200+, 2x256Mb Geil Value RAM, FX5200.
Ntlworld cable internet via ethernet
and PC-Chips Desknote Laptop (with PCLOS-pre-81a )
Back to top
View user's profile Send private message
jonaswidarsson
Apprentice
Apprentice


Joined: 16 Jan 2004
Posts: 273
Location: Göteborg, Sweden

PostPosted: Mon Oct 18, 2004 10:37 pm    Post subject: Reply with quote

I was FORCED to try xorg today.

I downloaded the ut2004 demo this morning just for kicks since I haven't seen any 3d game in linux ever before.
I tried some opengl settings cause UT was so laggy (~10 fps)

But that's off topic.

Then I rebooted and my xfree was gone fishing... I reemerged modules, quadro checked configs and upgraded kernel and started pulling my hair, because I need it at work tomorrow.

Then I finally gave up and got into Xfree in vesa mode. I read the first lines of this howto and thought:
- Well, if it doesn't work, I'll keep trying 'til it does.

So I logged out of X and
emerge -C xfree
emerge xorg-x11 <<< took 85 minutes on my 2.6 GHz P4 Laptop w 1,5 GB Ram
etc-update
xorgconfig

And I was set!
The only thing I changed after that was to add
Option "ZAxisMapping" "4 5"
to my mouse setup.

It took me about three hours including the first impulse to do it, and it is absolutely awesome!
Two things. It feels a lot faster!
Other thing, I have set my keyboard delay to 250 ms and the repetition to 50 characters/s, and it gave me no trouble at all as far as I can see. I won't rejoice just yet but it seems that this issue was solved by installing xorg-x11-6.8.0-r1. Wonderful feeling!

/Jonas
Back to top
View user's profile Send private message
kung.foo
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2003
Posts: 99

PostPosted: Sun Oct 31, 2004 2:45 pm    Post subject: Reply with quote

Had some hassle, because the latest ebuild for xfree borked awfully and screwed up my entire installation (nothing graphical running anymore :)).
So I decided to screw up xfree and emerged xorg, which works by now.

I had to retailor some lines in my old XF86Config to make it run on xorg, but now everything works as good as new (asamof it is new...).
It also seems to bee a bit more lightweight, afaict.

Great howto
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7
Page 7 of 7

 
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