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  Next  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
regeya
Apprentice
Apprentice


Joined: 28 Jul 2002
Posts: 270
Location: Desoto, IL, USA

PostPosted: Thu Apr 15, 2004 2:40 am    Post subject: Reply with quote

The only oddities I ran into (which I fixed, mostly):

As a KDE user, and one who sometimes switches keymaps (hey, sometimes I need to use a Spanish keymap; it's rare, but sometimes I do :D) kxkb was still trying to set the keybord model as "logiink" (Logitech Internet Navigator keyboard.) As of xorg-x11, that should be "logicink". Such a simple change, but it caused me to scratch my head.

That, and my mousetype is no longer properly detected by Protocol "Auto". I found that if I specify "IMPS/2", though, everything works fine.

Since I don't have any exotic needs, everything seems to be fine now. :D
Back to top
View user's profile Send private message
Grimmier
n00b
n00b


Joined: 29 Feb 2004
Posts: 11

PostPosted: Thu Apr 15, 2004 2:49 am    Post subject: Reply with quote

hrm I keep getting a segmentation fault
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Thu Apr 15, 2004 2:54 am    Post subject: Reply with quote

Grimmier, post your error.
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
Grimmier
n00b
n00b


Joined: 29 Feb 2004
Posts: 11

PostPosted: Thu Apr 15, 2004 3:30 am    Post subject: Reply with quote

hrm ok it says

Code:
s_triangle.c: In function 'affine_textured_triangle" :
s_triangle.c:574: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
This bug is not reproduceable, so it is likely a hardware or OS problem
make[6]: *** [s_triangle.o] Error 1
make[6]: Leaving directory '/var/tmp/portage/xorg-x11-6.7.0/work/xc/lib/GL/mesa/src/swrast'
make[5]: *** [all] Error 2
make[5]: Leaving directory '/var/tmp/portage/xorg-x11-6.7.0/work/xc/lib/GL/mesa/src'
make[4]: *** [all] Error 2
make[4]: Leaving directory '/var/tmp/prtage/xorg-x11-6.7.0/work/xc/lib/GL'
make[3]: *** [all] Error 2
make[3]: Leaving directory '/var/tmp/portage/xorg-x11-6.7.0/work/xc/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory '/var/tmp/portage/xorg-x11-6.7.0/work/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory '/var/tmp/portage/xorg-x11-6.7.0/work/xc'
make: *** [World] Error 2

!!! ERROR: x11-base/xorg-x11-6.7.0 failed.
!!! Function src_compile, Line 635, Exitcode 2
!!! (no error message)
Back to top
View user's profile Send private message
viperlin
Veteran
Veteran


Joined: 15 Apr 2003
Posts: 1319
Location: UK

PostPosted: Thu Apr 15, 2004 3:54 am    Post subject: Reply with quote

i'm going to try this in a bit :-) thanks for the tutorial.
Back to top
View user's profile Send private message
AliceDiee
n00b
n00b


Joined: 22 Jan 2004
Posts: 74
Location: Hattingen, Germany

PostPosted: Thu Apr 15, 2004 10:24 am    Post subject: Reply with quote

Successfully switched to x.org yesterday.
Only one hint:
emerge -u world still wanted to install xfree, because of an incorrect dependency in lineakd.
Just copy the ebuild into your portage_overlay and change the DEPEND-Section at the beginning of the file, so it matches:
Code:
[snip]
DEPEND="virtual/x11
        xosd? ( x11-libs/xosd )"
[snip]

I already wrote a bug-report.
hth
Back to top
View user's profile Send private message
mr.twemlow
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2003
Posts: 90
Location: Illinois

PostPosted: Thu Apr 15, 2004 12:08 pm    Post subject: Reply with quote

beginning of this forum, and everything seemed to turn out fine. But then, after unmerging xfree and merging xorg I found that I have no startx command. If I start /etc/init.d/xdm then the server starts up fine (and looks nice) but when I try to log in, I enter my username and pass, the screen blanks for a second and it takes me back to the log in.
Normally I start X by using the startx command. But that doesn't seem to exist. /usr/X11R6/bin/startx exists, but when I tried that it complained about "no such command as xauth." I looked in the file and commented that part out, just to see what would happen. Then it says "no such command as xinit."
The only thing I can think of that would do this is that I only emerge xorg, not xterm (or its two dependencies--rpm2targz and utempter). Am I going to need those? Or whats up?

EDIT: Sorry for the cut off at the top, it just says that I followed the instructions at... I'm doing this from links, and it might be messing up.

EDIT2: Silly me! I had updated something the same day and /etc/profile got removed. That prevented me from seeing startx on tab completion. Well... all's well now.
_________________
Get Gentoo icons: http://boxturtleme.2ya.com/gentoo-icons.xml

Gentium--A typeface for the nations: https://forums.gentoo.org/viewtopic.php?p=1351563


Last edited by mr.twemlow on Fri Apr 16, 2004 2:00 am; edited 1 time in total
Back to top
View user's profile Send private message
Grimmier
n00b
n00b


Joined: 29 Feb 2004
Posts: 11

PostPosted: Thu Apr 15, 2004 12:24 pm    Post subject: Reply with quote

hrm ok so i recompiled my kernel and turned off registered memory support and things compiled fine.

Yay!
Back to top
View user's profile Send private message
NeighborhoodGullwings
Apprentice
Apprentice


Joined: 05 Dec 2003
Posts: 159

PostPosted: Thu Apr 15, 2004 3:15 pm    Post subject: Reply with quote

I got xorg running just fine... after compiling, I had to change the font paths in the old config I copied from xfree and that was about it. It looks pretty much the same so far.

Can't wait to see some of the freedesktop xserver merged in now :)
Back to top
View user's profile Send private message
MooktaKiNG
Guru
Guru


Joined: 11 Nov 2002
Posts: 326
Location: London, UK

PostPosted: Thu Apr 15, 2004 4:03 pm    Post subject: Reply with quote

AliceDiee wrote:
Successfully switched to x.org yesterday.
Only one hint:
emerge -u world still wanted to install xfree, because of an incorrect dependency in lineakd.
Just copy the ebuild into your portage_overlay and change the DEPEND-Section at the beginning of the file, so it matches:
Code:
[snip]
DEPEND="virtual/x11
        xosd? ( x11-libs/xosd )"
[snip]

I already wrote a bug-report.
hth



the solution isn't as complicated as that.

Its becuase xorg-x11 is still unstable.

Thats why it wants to install xfree becuase its the only stable app that satisfays virtual/x11

All you do is:
Code:

mkdir /etc/portage #if you haven't done already
echo "x11-base/xorg-x11 ~x86" >> /etc/portage/package.keywords


That should be it.

Now portage will know that you want to install unstable of xorg-x11, and therefore won't complain and try to install xfree.
_________________
http://www.mooktakim.com
Athlon XP 2001, Giga-Byte GA-7VRXP MB, 640Mb DDR RAM 333MHz, MSI Geforce 4800SE 128Mb DDR, 40x12x48 Liteon CDRW drive, Flower Cooler, ADSL Router
Back to top
View user's profile Send private message
MooktaKiNG
Guru
Guru


Joined: 11 Nov 2002
Posts: 326
Location: London, UK

PostPosted: Thu Apr 15, 2004 4:05 pm    Post subject: Reply with quote

now that i think about it. That might be a different problem ^^ :D:D:D:D

forgive my ignorance.

Anyway, that was one problem that keep me up a night or two :D:D:D:D
_________________
http://www.mooktakim.com
Athlon XP 2001, Giga-Byte GA-7VRXP MB, 640Mb DDR RAM 333MHz, MSI Geforce 4800SE 128Mb DDR, 40x12x48 Liteon CDRW drive, Flower Cooler, ADSL Router
Back to top
View user's profile Send private message
fourhead
l33t
l33t


Joined: 03 Sep 2003
Posts: 875
Location: Cologne, Germany

PostPosted: Thu Apr 15, 2004 6:14 pm    Post subject: Reply with quote

just for the ones who are not sure if they should switch or not: i unmerged xfree, just emerged xorg-x11, copied XF86Config to xorg.conf, edited he font paths and that was it. works perfectly, loads faster but i didn't notice any other improvements yet. i was about to set up a linux box for my father this wee and decided to go with xorg-x11 completely, this one also works perfectly. so i suggest everybody to give it a try to help xorg-x11 move from ~x86 to x86 as quick as possible :-)

tom
Back to top
View user's profile Send private message
Noth
n00b
n00b


Joined: 08 Jan 2003
Posts: 74
Location: Finland/Arizona/NewJersey

PostPosted: Thu Apr 15, 2004 6:30 pm    Post subject: Reply with quote

dagonarth wrote:
I've got this error:

Symbol __glPointParameterfvARB_size from module /usr/X11R6/lib/modules/extensions/libglx.a is unresolved!
Required symbol __glPointParameterfvARB_size from module /usr/X11R6/lib/modules/extensions/libglx.a is unresolved!
Symbol __glPointParameterfvARB_size from module /usr/X11R6/lib/modules/extensions/libglx.a is unresolved![/code]

Help ? ;)


Kill Xfree, emerge -C it. set opengl-update to xorg-x11 if thats the glx you want. I just got your error myself and I can reproduce it, :? Seems if you have -pie in your USE flags it will compile but it will not work afterwards. So you will need to re-emerge while not having the pie active..
_________________
!!!teG I sdrawkcaB eroM ehT oG I sdrawroF eroM ehT
Back to top
View user's profile Send private message
agnitio
Tux's lil' helper
Tux's lil' helper


Joined: 17 Apr 2004
Posts: 136

PostPosted: Sat Apr 17, 2004 9:09 am    Post subject: Thanks Reply with quote

Hi there!

I just felt like thanking everyone in this thread for helping me build up the courage to dare to make the switch :)
Seems to me like font rendering is much more clear than in my old Xfree and it does seem a bit quicker. I love it!
Back to top
View user's profile Send private message
huru
n00b
n00b


Joined: 05 Feb 2003
Posts: 59
Location: lappeen Ranta, Finland

PostPosted: Sat Apr 17, 2004 1:54 pm    Post subject: Reply with quote

Also "switched" to x.org server. Or more like did fresh install (had to do it anyway after repartitioning and stuff) and never installed Xfree in first place. Working now without trouble with Nvidia drivers 1.0.5341 and kernel 2.6.5-gentoo-r1 :) Can't wait to get KDE and the rest compiled.

Slightly offtopic, 2.6.5 kernel seems to boot up really quickly compared to 2.4.x, first time I was like wtf, is it broken and left some bootup procedures undone? ;) Also starting up X seems fast now. Then again I can't really tell since I'm stuck with twm atm ;) Only thing that troubles me is broken consoles after X starts (using framebuffer and not planning to disable it) and if I should switch to pure udev system or keep devfs.
_________________
There's someone watching me. I can tell.
Back to top
View user's profile Send private message
pontifikas
Tux's lil' helper
Tux's lil' helper


Joined: 17 Aug 2003
Posts: 138
Location: Greece

PostPosted: Sat Apr 17, 2004 2:17 pm    Post subject: Reply with quote

This is crap!!
I cant make DRI to work. :evil:
I have 2.6.5-r1.mm-sources, ATI RADEON 9100

I unmerged xfree and emerged xorg.
Everything done smoothly.No errors no nothing.
I then run xorgconfig and Everything configured(actually exactly the same as xfree).
opengl-update xorg-x11
I run startx and I get 150 FPS in glxgears. :evil: :evil: :evil:
I cannot even load fglrx.

XF86Config-4 is more powerfull than XF86Config.Does the same goes with xorg.conf?

I even reemerge ati-drivers(again no errors at all) and removed xorg.conf and again nothing.

I folloed instructions found in this forum(symlink xorg->xfree and the like) but again nothing.

Has anyone the same specifications that managed to get this working and how?
_________________
Crimes against humanity??Dunno!!Maybe that chimp-face guy over there can help you.
Ehrr...don't push him hard though.He's kinda slow.
Back to top
View user's profile Send private message
juppe22
n00b
n00b


Joined: 10 Jun 2003
Posts: 74

PostPosted: Sat Apr 17, 2004 3:30 pm    Post subject: Reply with quote

I can't get nvidia-glx driver working..I think everything else works really nice, but not glx...any help?? :(
Back to top
View user's profile Send private message
MooktaKiNG
Guru
Guru


Joined: 11 Nov 2002
Posts: 326
Location: London, UK

PostPosted: Sat Apr 17, 2004 5:47 pm    Post subject: Reply with quote

pontifikas wrote:
This is crap!!
I cant make DRI to work. :evil:
I have 2.6.5-r1.mm-sources, ATI RADEON 9100

I unmerged xfree and emerged xorg.
Everything done smoothly.No errors no nothing.
I then run xorgconfig and Everything configured(actually exactly the same as xfree).
opengl-update xorg-x11
I run startx and I get 150 FPS in glxgears. :evil: :evil: :evil:
I cannot even load fglrx.

XF86Config-4 is more powerfull than XF86Config.Does the same goes with xorg.conf?

I even reemerge ati-drivers(again no errors at all) and removed xorg.conf and again nothing.

I folloed instructions found in this forum(symlink xorg->xfree and the like) but again nothing.

Has anyone the same specifications that managed to get this working and how?



I think your supposed to use:
"opengl-update ati"

not xorg-x11, i don't think xorg-x11 gives DRI. you installed the ATI drivers and therefore using "ati" opengl, it will use DRI.
_________________
http://www.mooktakim.com
Athlon XP 2001, Giga-Byte GA-7VRXP MB, 640Mb DDR RAM 333MHz, MSI Geforce 4800SE 128Mb DDR, 40x12x48 Liteon CDRW drive, Flower Cooler, ADSL Router
Back to top
View user's profile Send private message
gungholady
Guru
Guru


Joined: 19 Oct 2003
Posts: 392

PostPosted: Sat Apr 17, 2004 5:57 pm    Post subject: Reply with quote

huru wrote:
Also "switched" to x.org server. Or more like did fresh install (had to do it anyway after repartitioning and stuff) and never installed Xfree in first place. Working now without trouble with Nvidia drivers 1.0.5341 and kernel 2.6.5-gentoo-r1 :) Can't wait to get KDE and the rest compiled.


Where did you get the Nvidia drivers 1.0.5341? There is no ebuild for it.
Back to top
View user's profile Send private message
juppe22
n00b
n00b


Joined: 10 Jun 2003
Posts: 74

PostPosted: Sat Apr 17, 2004 6:04 pm    Post subject: Reply with quote

Thanks MooktaKiNG...I got my glx working... :D
Back to top
View user's profile Send private message
MooktaKiNG
Guru
Guru


Joined: 11 Nov 2002
Posts: 326
Location: London, UK

PostPosted: Sat Apr 17, 2004 7:06 pm    Post subject: Reply with quote

juppe22 wrote:
Thanks MooktaKiNG...I got my glx working... :D


lucky you!!!! my laptop has an IGP, its not supported yet, it is it, in cvs i think, but i have no idea how to install from their. anyway. its nice to see i'm still useful 8)
_________________
http://www.mooktakim.com
Athlon XP 2001, Giga-Byte GA-7VRXP MB, 640Mb DDR RAM 333MHz, MSI Geforce 4800SE 128Mb DDR, 40x12x48 Liteon CDRW drive, Flower Cooler, ADSL Router
Back to top
View user's profile Send private message
AliceDiee
n00b
n00b


Joined: 22 Jan 2004
Posts: 74
Location: Hattingen, Germany

PostPosted: Sat Apr 17, 2004 9:14 pm    Post subject: Reply with quote

gungholady wrote:

Where did you get the Nvidia drivers 1.0.5341? There is no ebuild for it.


Here is the thread including the ebuild
https://forums.gentoo.org/viewtopic.php?p=1008762&highlight=5341#1008762
Back to top
View user's profile Send private message
pontifikas
Tux's lil' helper
Tux's lil' helper


Joined: 17 Aug 2003
Posts: 138
Location: Greece

PostPosted: Sun Apr 18, 2004 2:12 pm    Post subject: Reply with quote

MooktaKiNG wrote:

I think your supposed to use:
"opengl-update ati"

not xorg-x11, i don't think xorg-x11 gives DRI. you installed the ATI drivers and therefore using "ati" opengl, it will use DRI.


Hold on a minute.Since xorg is a fork of xfree, and xfree provides DRI, xorg should also provide DRI.Even by using xorg(without ati-driver) I couldn't make DRI work.And Xfree gives me a decent DRI,though ,I have to admit ,insufficient for gaming(~1900FPS).

Now I swithced back to xfree.I'll wait for a new version of xorg I think.
_________________
Crimes against humanity??Dunno!!Maybe that chimp-face guy over there can help you.
Ehrr...don't push him hard though.He's kinda slow.
Back to top
View user's profile Send private message
ironyengine
n00b
n00b


Joined: 13 Oct 2003
Posts: 1
Location: baltimore, md and sometimes ashburn, va

PostPosted: Sun Apr 18, 2004 6:00 pm    Post subject: Reply with quote

The following:

Quote:

[code]emerge sync
emerge --unmerge xfree
ACCEPT_KEYWORDS="~x86" emerge xorg-x11
etc-update, -3, y, y, y, y... etc
cp /etc/X11/XF86Config-4 /etc/X11/xorg.conf
opengl-update xorg-x11
startx


Worked splendidly for me as well, I have one slight font problem with Mozilla but that should be fixed shortly. Thanks for the multiple guides and info all...
Back to top
View user's profile Send private message
Dr Gonzo
Apprentice
Apprentice


Joined: 31 Jan 2004
Posts: 276
Location: Austin, TX

PostPosted: Mon Apr 19, 2004 5:37 am    Post subject: Reply with quote

Yeah.

X11R6.7 -- Always wanted to run the original X Window System.

Just goes to show, it doesn't pay (or not pay, in the open source world) to expect everybody to bow down to you just because you maintain a windowing system. Or to write a license that's incompatible with the GPL and expect it to fly. Eric Raymond should have some interesting things to say about this.

I got it up and running, relatively painlessly. I don't think there's really any noticeable difference, even in games, but that's a damn good thing. I think that the differences people are talking about are mainly due to the placebo effect. We'll see new functionality soon, I would guess.

Have to say, it was a little easier to upgrade to X.Org on my laptop than on my Gentoo box -- Dropline Gnome on Slack included it this week. :)
_________________
"Families is where our nation finds hope, where wings take dream."

George W. Bush
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  Next
Page 4 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