* Re: XFree 4.0 dual monitor on AGP G4
@ 2000-04-28 0:42 W. Taylor Holliday
2000-04-28 6:06 ` Michel Dänzer
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: W. Taylor Holliday @ 2000-04-28 0:42 UTC (permalink / raw)
To: Michel Ddnzer; +Cc: Kostas Gewrgiou, linuxppc-dev
>> How should I set up the config to do that?
>
> Section "Device"
> Identifier "FBDev"
> Driver "fbdev"
> Option "fbdev" "/dev/fb1"
> # This one may improve performance for some systems, try!
> # Option "ShadowFB" "off"
> # This option increases speed at the expense of RAM. Your choice
> # Option "BackingStore"
> EndSection
Well, that didn't work. Basically the server started running, but nothing
showed up on my second monitor. Suggestions?
- Taylor
p.s. hey but it beats crashing the kernel :-)
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: XFree 4.0 dual monitor on AGP G4
2000-04-28 0:42 XFree 4.0 dual monitor on AGP G4 W. Taylor Holliday
@ 2000-04-28 6:06 ` Michel Dänzer
2000-05-04 0:24 ` KDE 2.0 compilation problems john peter grimes
[not found] ` <Pine.SGI.3.96.1000503191045.17758D-100000@rainbow.uchicago .edu>
2 siblings, 0 replies; 8+ messages in thread
From: Michel Dänzer @ 2000-04-28 6:06 UTC (permalink / raw)
To: W. Taylor Holliday; +Cc: Kostas Gewrgiou, linuxppc-dev
"W. Taylor Holliday" wrote:
>
> >> How should I set up the config to do that?
> >
> > Section "Device"
> > Identifier "FBDev"
> > Driver "fbdev"
> > Option "fbdev" "/dev/fb1"
> > # This one may improve performance for some systems, try!
> > # Option "ShadowFB" "off"
> > # This option increases speed at the expense of RAM. Your choice
> > # Option "BackingStore"
> > EndSection
>
> Well, that didn't work. Basically the server started running, but nothing
> showed up on my second monitor. Suggestions?
Sorry, I forgot to say you still have to give it the bus ID *blush*
> p.s. hey but it beats crashing the kernel :-)
:)
Michel
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* KDE 2.0 compilation problems
2000-04-28 0:42 XFree 4.0 dual monitor on AGP G4 W. Taylor Holliday
2000-04-28 6:06 ` Michel Dänzer
@ 2000-05-04 0:24 ` john peter grimes
2000-05-04 0:57 ` Rob Cascella
2000-05-04 7:06 ` Kostas Gewrgiou
[not found] ` <Pine.SGI.3.96.1000503191045.17758D-100000@rainbow.uchicago .edu>
2 siblings, 2 replies; 8+ messages in thread
From: john peter grimes @ 2000-05-04 0:24 UTC (permalink / raw)
To: linuxppc-dev
I was wondering if anyone had tried to compile KDE 2 lately. I'm trying
with yesterdays source and I get the error below in
kdelibs/khtml/css
I've got an almost standard linuxppc 2000 install which uses gcc-2.95.2-1g
I can't find a report of this error on the kde web pages and looking at it
I'm almost curious if it could be a problem with gcc for ppc (this file
takes forever to compile) or some other ppc specific issue.
Is anyone else compiling kde2, this is my first attempt.
Thanks,
John
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kimgio -I../../kio
-I../../dcop -I../../khtml -I../../khtml/misc -I../../khtml/css
-I../../khtml/dom -I../../khtml/xml -I../../khtml/html -I../..
-I../../dcop -I../../kdecore -I../../kdeui -I/opt/qt-2//include
-I/usr/X11R6/include -I/opt/kde2/include -O2 -fno-exceptions -fno-rtti
-fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
-Wwrite-strings -Wno-long-long -fno-builtin -I/opt/kde2/include
-I/opt/qt-2//include -I/usr/X11R6/include -frtti -fexceptions -c
cssstyleselector.cpp -fPIC -DPIC -o cssstyleselector.lo
/tmp/ccjLaeTV.s: Assembler messages:
/tmp/ccjLaeTV.s:17155: Error: operand out of range (33300 not between
-32768 and 32767)
/tmp/ccjLaeTV.s:17173: Error: operand out of range (33232 not between
-32768 and 32767)
/tmp/ccjLaeTV.s:17177: Error: operand out of range (33216 not between
-32768 and 32767)
/tmp/ccjLaeTV.s:17215: Error: operand out of range (33092 not between
-32768 and 32767)
/tmp/ccjLaeTV.s:17221: Error: operand out of range (33068 not between
-32768 and 32767)
make: *** [cssstyleselector.lo] Error 1
John Grimes - Mission Planner for Chandra X-Ray Telescope
Phone (H) 617-591-1393 (W) 617-496-7663 (Fax) 617-495-7356
Email me@johngrimes.com Web http://www.johngrimes.com
Pager 1-800-473-6312 Alphanumeric 4736312@mobilecomm.net)
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: KDE 2.0 compilation problems
2000-05-04 0:24 ` KDE 2.0 compilation problems john peter grimes
@ 2000-05-04 0:57 ` Rob Cascella
2000-05-04 2:49 ` Nelson Abramson
2000-05-04 7:06 ` Kostas Gewrgiou
1 sibling, 1 reply; 8+ messages in thread
From: Rob Cascella @ 2000-05-04 0:57 UTC (permalink / raw)
To: john peter grimes; +Cc: linuxppc-dev
I don't know if it's related or not, but I've been trying to compile
something with g++ and have been getting an error message saying that
the compiler couldn't create executables. I tried recompiling gcc,
but it didn't seem to help. And, now that I think about it, I'd like
to try to resolve this issue, so, can anyone help me with this? I'd
appreciate it..
<
< I was wondering if anyone had tried to compile KDE 2 lately. I'm trying
< with yesterdays source and I get the error below in
< kdelibs/khtml/css
<
< I've got an almost standard linuxppc 2000 install which uses gcc-2.95.2-1g
<
< I can't find a report of this error on the kde web pages and looking at it
< I'm almost curious if it could be a problem with gcc for ppc (this file
< takes forever to compile) or some other ppc specific issue.
<
< Is anyone else compiling kde2, this is my first attempt.
< Thanks,
< John
<
<
<
< g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kimgio -I../../kio
< -I../../dcop -I../../khtml -I../../khtml/misc -I../../khtml/css
< -I../../khtml/dom -I../../khtml/xml -I../../khtml/html -I../..
< -I../../dcop -I../../kdecore -I../../kdeui -I/opt/qt-2//include
< -I/usr/X11R6/include -I/opt/kde2/include -O2 -fno-exceptions -fno-rtti
< -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
< -Wwrite-strings -Wno-long-long -fno-builtin -I/opt/kde2/include
< -I/opt/qt-2//include -I/usr/X11R6/include -frtti -fexceptions -c
< cssstyleselector.cpp -fPIC -DPIC -o cssstyleselector.lo
< /tmp/ccjLaeTV.s: Assembler messages:
< /tmp/ccjLaeTV.s:17155: Error: operand out of range (33300 not between
< -32768 and 32767)
< /tmp/ccjLaeTV.s:17173: Error: operand out of range (33232 not between
< -32768 and 32767)
< /tmp/ccjLaeTV.s:17177: Error: operand out of range (33216 not between
< -32768 and 32767)
< /tmp/ccjLaeTV.s:17215: Error: operand out of range (33092 not between
< -32768 and 32767)
< /tmp/ccjLaeTV.s:17221: Error: operand out of range (33068 not between
< -32768 and 32767)
< make: *** [cssstyleselector.lo] Error 1
--
Rob Cascella <rcascella@dfjp.com>
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: KDE 2.0 compilation problems
2000-05-04 0:57 ` Rob Cascella
@ 2000-05-04 2:49 ` Nelson Abramson
0 siblings, 0 replies; 8+ messages in thread
From: Nelson Abramson @ 2000-05-04 2:49 UTC (permalink / raw)
To: Rob Cascella; +Cc: john peter grimes, linuxppc-dev
Rob Cascella wrote:
> I don't know if it's related or not, but I've been trying to compile
> something with g++ and have been getting an error message saying that
> the compiler couldn't create executables. I tried recompiling gcc,
> but it didn't seem to help. And, now that I think about it, I'd like
> to try to resolve this issue, so, can anyone help me with this? I'd
> appreciate it..
This has come up quite a few times on the user list. You need to have the full
range of gcc related files; binutils, glibc, libstdc, cpp, etc. Search the
archives for the complete list.
HTH
--Nelson Abramson
--
"Apparently if you play the Windows NT CD backwards you hear satanic messages"
"You think that's bad, if you play it forwards it installs Windows NT!"
--orlando
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: KDE 2.0 compilation problems
2000-05-04 0:24 ` KDE 2.0 compilation problems john peter grimes
2000-05-04 0:57 ` Rob Cascella
@ 2000-05-04 7:06 ` Kostas Gewrgiou
2000-05-04 15:39 ` john peter grimes
1 sibling, 1 reply; 8+ messages in thread
From: Kostas Gewrgiou @ 2000-05-04 7:06 UTC (permalink / raw)
To: john peter grimes; +Cc: linuxppc-dev
On Wed, 3 May 2000, john peter grimes wrote:
>
> I was wondering if anyone had tried to compile KDE 2 lately. I'm trying
> with yesterdays source and I get the error below in
> kdelibs/khtml/css
>
> I've got an almost standard linuxppc 2000 install which uses gcc-2.95.2-1g
>
> I can't find a report of this error on the kde web pages and looking at it
> I'm almost curious if it could be a problem with gcc for ppc (this file
> takes forever to compile) or some other ppc specific issue.
>
Its a gcc bug, remove the -O2 option and this files will build
fine.
> Is anyone else compiling kde2, this is my first attempt.
> Thanks,
> John
Kostas
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: KDE 2.0 compilation problems
[not found] ` <Pine.SGI.3.96.1000503191045.17758D-100000@rainbow.uchicago .edu>
@ 2000-05-04 10:33 ` Franz Sirl
0 siblings, 0 replies; 8+ messages in thread
From: Franz Sirl @ 2000-05-04 10:33 UTC (permalink / raw)
To: john peter grimes; +Cc: linuxppc-dev
At 02:24 04.05.00, john peter grimes wrote:
>I was wondering if anyone had tried to compile KDE 2 lately. I'm trying
>with yesterdays source and I get the error below in
>kdelibs/khtml/css
>
>I've got an almost standard linuxppc 2000 install which uses gcc-2.95.2-1g
>
>I can't find a report of this error on the kde web pages and looking at it
>I'm almost curious if it could be a problem with gcc for ppc (this file
>takes forever to compile) or some other ppc specific issue.
This is a known bug, I'm currently working on a fix and I'll upload new
RPM's soon.
>Is anyone else compiling kde2, this is my first attempt.
Otherwise KDE2 compilation worked fine for me (I use the RawHide SRPMs).
Franz.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: KDE 2.0 compilation problems
2000-05-04 7:06 ` Kostas Gewrgiou
@ 2000-05-04 15:39 ` john peter grimes
0 siblings, 0 replies; 8+ messages in thread
From: john peter grimes @ 2000-05-04 15:39 UTC (permalink / raw)
To: Kostas Gewrgiou; +Cc: linuxppc-dev
Kostas,
Excellent, that did it, now all of kdelibs installs, onto kdebase
:)
John
PS Glad to know my gut instinct was right, is this a powerpc specific bug
in gcc or for everyone?
On Thu, 4 May 2000, Kostas Gewrgiou wrote:
> On Wed, 3 May 2000, john peter grimes wrote:
>
> >
> > I was wondering if anyone had tried to compile KDE 2 lately. I'm trying
> > with yesterdays source and I get the error below in
> > kdelibs/khtml/css
> >
> > I've got an almost standard linuxppc 2000 install which uses gcc-2.95.2-1g
> >
> > I can't find a report of this error on the kde web pages and looking at it
> > I'm almost curious if it could be a problem with gcc for ppc (this file
> > takes forever to compile) or some other ppc specific issue.
> >
>
> Its a gcc bug, remove the -O2 option and this files will build
> fine.
>
> > Is anyone else compiling kde2, this is my first attempt.
> > Thanks,
> > John
>
> Kostas
>
>
John Grimes - Mission Planner for Chandra X-Ray Telescope
Phone (H) 617-591-1393 (W) 617-496-7663 (Fax) 617-495-7356
Email me@johngrimes.com Web http://www.johngrimes.com
Pager 1-800-473-6312 Alphanumeric 4736312@mobilecomm.net)
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2000-05-04 15:39 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-04-28 0:42 XFree 4.0 dual monitor on AGP G4 W. Taylor Holliday
2000-04-28 6:06 ` Michel Dänzer
2000-05-04 0:24 ` KDE 2.0 compilation problems john peter grimes
2000-05-04 0:57 ` Rob Cascella
2000-05-04 2:49 ` Nelson Abramson
2000-05-04 7:06 ` Kostas Gewrgiou
2000-05-04 15:39 ` john peter grimes
[not found] ` <Pine.SGI.3.96.1000503191045.17758D-100000@rainbow.uchicago .edu>
2000-05-04 10:33 ` Franz Sirl
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.