Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Gentoo Linux Support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-21-2008, 11:01 AM
Xander
 
Posts: n/a
Default Xorg not starting after initial install

I'm installing Gentoo 2005.1-r1. Got thru the installatioin without a
problem (Used genkernel, and the stage 3 tarball). I installed xorg from
the x86 precompiled CD. Xorg -configure tells me --

"Xorg is not able to detect your mouse. Edit the file and correct the
Device"

Here's my hardware (I tried two different mice)

Got a P3 / 256 Megs of ram
PS2 mouse and Kbd
mouse 1 - M$ wheel mouse
mouse 2 - logitech 3 button
ati rage pro agp
plenty of hdd space

But, when I boot off the live install cd, i can move the mouse and the
ascii box cursor moves. And, the same hardware works with fedora, centos
(rhel), and (k)ubuntu. I also tried to run startx just to see what
happend, and it kicked out with a different error message.

"Cannot run in framebuffer mode. Please specify busIDs for all
framebuffer devices"

This my first time installing from a source distro. Debian was a pain to
configure X, so maybe I'm missing something.

Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-21-2008, 11:01 AM
BlackTopBum
 
Posts: n/a
Default Re: Xorg not starting after initial install

Xander said something like a ...

> I'm installing Gentoo 2005.1-r1. Got thru the installatioin without a
> problem (Used genkernel, and the stage 3 tarball). I installed xorg from
> the x86 precompiled CD. Xorg -configure tells me --
>
> "Xorg is not able to detect your mouse. Edit the file and correct the
> Device"
> [...]


Read your /etc/X11/xorg.conf for the correct mouse entries.
Here's a snippet of mine:

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"

# ************************************************** ********************
# ServerLayout sections.
# ************************************************** ********************
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"

BTW, my mouse is a cordless optical Logitech PS/2 two button with center
scroll. The keyboard came with it in a package - "Cordless Desktop EX 110"
- if that helps to know.
--
BlackTopBum
You're still using MS Windows !?
Free yourself - put the fun back into computing.
Use Linux - visit www.distrowatch.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-21-2008, 11:01 AM
Xander
 
Posts: n/a
Default Re: Xorg not starting after initial install

BlackTopBum wrote:
> Xander said something like a ...
>
>> I'm installing Gentoo 2005.1-r1. Got thru the installatioin without a
>> problem (Used genkernel, and the stage 3 tarball). I installed xorg from
>> the x86 precompiled CD. Xorg -configure tells me --
>>
>> "Xorg is not able to detect your mouse. Edit the file and correct the
>> Device"
>> [...]

>
> Read your /etc/X11/xorg.conf for the correct mouse entries.
> Here's a snippet of mine:
>
> Section "InputDevice"
>
> # Identifier and driver
>
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "Auto"
> Option "Device" "/dev/input/mice"
> Option "ZAxisMapping" "4 5"
>
> # ************************************************** ********************
> # ServerLayout sections.
> # ************************************************** ********************
> # Each InputDevice line specifies an InputDevice section name and
> # optionally some options to specify the way the device is to be
> # used. Those options include "CorePointer", "CoreKeyboard" and
> # "SendCoreEvents".
>
> InputDevice "Mouse1" "CorePointer"
> InputDevice "Keyboard1" "CoreKeyboard"
>
> BTW, my mouse is a cordless optical Logitech PS/2 two button with center
> scroll. The keyboard came with it in a package - "Cordless Desktop EX 110"
> - if that helps to know.


Awesome! /dev/input/mice worked.

I realize now how much I *don't* know about linux after installing
gentoo. 5 years of hp-ux, with a few of years of redhat (with the nice
gui installer) tacked on top of that, and I feel rather . . . . . humbled.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-21-2008, 11:01 AM
BlackTopBum
 
Posts: n/a
Default Re: Xorg not starting after initial install

Xander said something like a ...

> Awesome! /dev/input/mice worked.


Excellent ... ran into the same problem myself when they, the dev guys, made
the switch to mice from mouse.

> I realize now how much I don't know about linux after installing
> gentoo. 5 years of hp-ux, with a few of years of redhat (with the nice
> gui installer) tacked on top of that, and I feel rather . . . . . humbled.


Guess it's been 5 or 6 years now for me since the escape from MS and I'm
*always* learning something new. That's part of why I enjoy Linux so much.
And, yes, keeps me humbled too. Some of these posters - e.g. J.O Aho,
Aragorn, Bit Twister to name a few - are phenomenal. 8p
--
BlackTopBum
You're still using MS Windows !?
Free yourself - put the fun back into computing.
Use Linux - visit www.distrowatch.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-21-2008, 11:01 AM
Aragorn
 
Posts: n/a
Default Re: Xorg not starting after initial install

On Saturday 28 January 2006 20:24, BlackTopBum stood up and spoke the
following words to the masses in /alt.os.linux.gentoo...:/

> Xander said something like a ...
>
>> Awesome! /dev/input/mice worked.

>
> Excellent ... ran into the same problem myself when they, the dev
> guys, made the switch to mice from mouse.
>
>> I realize now how much I don't know about linux after installing
>> gentoo. 5 years of hp-ux, with a few of years of redhat (with the
>> nice gui installer) tacked on top of that, and I feel rather . . . .
>> . humbled.

>
> Guess it's been 5 or 6 years now for me since the escape from MS and
> I'm *always* learning something new. That's part of why I enjoy Linux
> so much. And, yes, keeps me humbled too. Some of these posters - e.g.
> J.O Aho, Aragorn, Bit Twister to name a few - are phenomenal. 8p


Thanks for the compliment! ;-)

I don't consider myself as someone who escaped from Windows, because I
was never really trapped by it. I've only used Windows 3.0 and 3.1 for
a meager six months, and pending the public availability of OS/2 2.0,
which was a genuine 32-bit operating system, and thus in my opinion a
much better candidate for my i386 PC.

After having used OS/2 for about five years, I needed a new computer,
and as my friends were all on Windows 95 and there was no such thing as
cable internet here back then, I had to find a way to create compatible
documents and be able to open theirs. Yet, I also didn't want to go
back to the stone ages and use Windows 95 - which was only a tighter
integration between DOS and the Windows GUI - on a Pentium II.

I was actually looking for a UNIX operating system, as I believed - and
still believe - that this is the best possible system architecture.
Yet, proprietary Unix was extremely expensive.

I hadn't heard of FreeBSD yet, and I was under the impression that
GNU/Linux was still very much beta stuff. And like I said, I didn't
have an internet connection. So I made a compromise and did something
that was quite rebellious in 1997: I purchased a copy of Windows NT
4.0.

I've used NT for about two and a half years, and the last month of that,
it was in dual-boot with a Linux Mandrake 6.0 PowerPack that I had read
about and found in a software shop. I used GNU/Linux more than I did
NT, but as I had paid for NT and for Office97, I still wanted to hold
on to it.

On January 1st 2000, NT refused to boot up and dumped a blue screen on
my eyes, despite the Y2K updates and the Service Packs. GNU/Linux
still worked fine, so I stuck with that.

When I then again went to order a new machine - a Pentium III - I
originally planned on installing it in dual-boot again, but with
Windows 2000 this time, as I still had my Office97 and wanted to use
that. I'm not much into "consume & dispose of", hence that original
decision.

On the other hand, I was ordering a serious machine, capable of 24/7
uptime - it had 384 MB (Rambus) RDRAM and a U160 SCSI hard disk - and I
was wondering what the Hell I would need two operating systems for.

So after thinking about it for about a day max, I decided to drop the
operating system that least appealed to me and stick with GNU/Linux.
Technically, it was what I had always wanted - a UNIX system - and it
brought me the acquaintance with the wonderful concepts of Free & Open
Source Software.

I have to date never regretted that choice for as little as a minute. I
was already exclusively using GN/Linux when cable internet became
available here in town, and I then joined the newsgroups - not to ask
questions, but to share what I had learned about the system with those
who were still new to it.

Despite what many people believe, the typical Windows PC market is only
a small figment of IT. Serious IT professionals have always stuck to
UNIX systems, for all of the obvious reasons. And that is where I now
feel I belong, eventhough I may by far not have the knowledge that
everyone thinks I have.

What I can say is that by using GNU/Linux, and by not being afraid of
reading the /man/ pages and the /HowTos,/ I have come to learn a lot
more about IT than I had learned in all the years before that.

GNU/Linux literally has changed my life in many ways. I've gotten to
know people I would otherwise never have met, I've gotten to learn more
about networking and operating system technology, I've become a player
in some areas where I would never have dreamed of going before - such
as having my own domain and running an IRC network with a couple of
buddies - and I've become a genuine GNU/Linux and FOSS advocate.

I dislike Microsoft - I really do - and I dislike Windows as an excuse
for an operating system. Both of those dislikes however did not
originate from my experiences with either Windows NT or Microsoft, but
from seeing them for what they really are, now that I know all that I
know. ;-)

Of course, I have also learned a great deal from simply reading the
posts of others. In /alt.os.linux.mandrake,/ this used to be Peter T.
Breuer - he doesn't subscribe to the group anymore because he doesn't
quite have the patience to deal with newbies, but you can still read
him on /comp.os.lnux.misc/ and a few other groups.

Here in /alt.os.linux.gentoo,/ I find that J.O. Aho, Arthur Hagen, Ben
Measures, Paul Bredbury, as well as yourself and a few others appear to
be very helpful. ;-)

I also see the phenomenon - and I see my own evolution in that - of
people who are already more or less knowledgeable about GNU/Linux
joining a newsgroup, answering loads of questions from others, learning
more themselves, seeing those "others" grow more knowledgeable, and
then those very smart people from the beginning are getting more and
more replaced in the flurry of replies by those who have in the
meantime learned so much more.

And then the newbies they are replying to become more knowledgeable and
start sticking around to help other newbies, while the /elders/ move on
to more challenging groups, or just leave Usenet altogether. You get
to miss the /elders,/ but it's nice to see how the community grows...
;-)

--
With kind regards,

*Aragorn*
(Registered GNU/Linux user # 223157)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-21-2008, 11:02 AM
Xander
 
Posts: n/a
Default Re: Xorg not starting after initial install

On the Microsoft vs. Linux note, I do have something to add to that.
I've installed CentOS (RHEL) on an old P3/500 MHz/256 Mb Ram system.
Ran faster than W2K did, but slower than WXP Pro. Now it houses Gentoo,
a 'rolled-my-own' kernel, and xfce4.

My 'big' computer is a P4/3 GHz/1.5 Gb Ram with WXP Pro on it - for now.
Would you believe Firefox runs faster on the P3/500 Gentoo than it
does on the P4/3GHz with WXP? It's still not an apples to apples
comparison, because I don't have all the software installed on the
Gentoo system that I need (scanning, printing, image/video editing).
But with the way Linux is built, additional software doesn't drag down
the machine performance the way how MS OS's do.

Gentoo is a pain even for someone with a little linux experience. But
it's totally worth the time and aggravation

Aragorn wrote:
> On Saturday 28 January 2006 20:24, BlackTopBum stood up and spoke the
> following words to the masses in /alt.os.linux.gentoo...:/
>
>> Xander said something like a ...
>>
>>> Awesome! /dev/input/mice worked.

>> Excellent ... ran into the same problem myself when they, the dev
>> guys, made the switch to mice from mouse.
>>
>>> I realize now how much I don't know about linux after installing
>>> gentoo. 5 years of hp-ux, with a few of years of redhat (with the
>>> nice gui installer) tacked on top of that, and I feel rather . . . .
>>> . humbled.

>> Guess it's been 5 or 6 years now for me since the escape from MS and
>> I'm *always* learning something new. That's part of why I enjoy Linux
>> so much. And, yes, keeps me humbled too. Some of these posters - e.g.
>> J.O Aho, Aragorn, Bit Twister to name a few - are phenomenal. 8p

>
> Thanks for the compliment! ;-)
>
> I don't consider myself as someone who escaped from Windows, because I
> was never really trapped by it. I've only used Windows 3.0 and 3.1 for
> a meager six months, and pending the public availability of OS/2 2.0,
> which was a genuine 32-bit operating system, and thus in my opinion a
> much better candidate for my i386 PC.
>
> After having used OS/2 for about five years, I needed a new computer,
> and as my friends were all on Windows 95 and there was no such thing as
> cable internet here back then, I had to find a way to create compatible
> documents and be able to open theirs. Yet, I also didn't want to go
> back to the stone ages and use Windows 95 - which was only a tighter
> integration between DOS and the Windows GUI - on a Pentium II.
>
> I was actually looking for a UNIX operating system, as I believed - and
> still believe - that this is the best possible system architecture.
> Yet, proprietary Unix was extremely expensive.
>
> I hadn't heard of FreeBSD yet, and I was under the impression that
> GNU/Linux was still very much beta stuff. And like I said, I didn't
> have an internet connection. So I made a compromise and did something
> that was quite rebellious in 1997: I purchased a copy of Windows NT
> 4.0.
>
> I've used NT for about two and a half years, and the last month of that,
> it was in dual-boot with a Linux Mandrake 6.0 PowerPack that I had read
> about and found in a software shop. I used GNU/Linux more than I did
> NT, but as I had paid for NT and for Office97, I still wanted to hold
> on to it.
>
> On January 1st 2000, NT refused to boot up and dumped a blue screen on
> my eyes, despite the Y2K updates and the Service Packs. GNU/Linux
> still worked fine, so I stuck with that.
>
> When I then again went to order a new machine - a Pentium III - I
> originally planned on installing it in dual-boot again, but with
> Windows 2000 this time, as I still had my Office97 and wanted to use
> that. I'm not much into "consume & dispose of", hence that original
> decision.
>
> On the other hand, I was ordering a serious machine, capable of 24/7
> uptime - it had 384 MB (Rambus) RDRAM and a U160 SCSI hard disk - and I
> was wondering what the Hell I would need two operating systems for.
>
> So after thinking about it for about a day max, I decided to drop the
> operating system that least appealed to me and stick with GNU/Linux.
> Technically, it was what I had always wanted - a UNIX system - and it
> brought me the acquaintance with the wonderful concepts of Free & Open
> Source Software.
>
> I have to date never regretted that choice for as little as a minute. I
> was already exclusively using GN/Linux when cable internet became
> available here in town, and I then joined the newsgroups - not to ask
> questions, but to share what I had learned about the system with those
> who were still new to it.
>
> Despite what many people believe, the typical Windows PC market is only
> a small figment of IT. Serious IT professionals have always stuck to
> UNIX systems, for all of the obvious reasons. And that is where I now
> feel I belong, eventhough I may by far not have the knowledge that
> everyone thinks I have.
>
> What I can say is that by using GNU/Linux, and by not being afraid of
> reading the /man/ pages and the /HowTos,/ I have come to learn a lot
> more about IT than I had learned in all the years before that.
>
> GNU/Linux literally has changed my life in many ways. I've gotten to
> know people I would otherwise never have met, I've gotten to learn more
> about networking and operating system technology, I've become a player
> in some areas where I would never have dreamed of going before - such
> as having my own domain and running an IRC network with a couple of
> buddies - and I've become a genuine GNU/Linux and FOSS advocate.
>
> I dislike Microsoft - I really do - and I dislike Windows as an excuse
> for an operating system. Both of those dislikes however did not
> originate from my experiences with either Windows NT or Microsoft, but
> from seeing them for what they really are, now that I know all that I
> know. ;-)
>
> Of course, I have also learned a great deal from simply reading the
> posts of others. In /alt.os.linux.mandrake,/ this used to be Peter T.
> Breuer - he doesn't subscribe to the group anymore because he doesn't
> quite have the patience to deal with newbies, but you can still read
> him on /comp.os.lnux.misc/ and a few other groups.
>
> Here in /alt.os.linux.gentoo,/ I find that J.O. Aho, Arthur Hagen, Ben
> Measures, Paul Bredbury, as well as yourself and a few others appear to
> be very helpful. ;-)
>
> I also see the phenomenon - and I see my own evolution in that - of
> people who are already more or less knowledgeable about GNU/Linux
> joining a newsgroup, answering loads of questions from others, learning
> more themselves, seeing those "others" grow more knowledgeable, and
> then those very smart people from the beginning are getting more and
> more replaced in the flurry of replies by those who have in the
> meantime learned so much more.
>
> And then the newbies they are replying to become more knowledgeable and
> start sticking around to help other newbies, while the /elders/ move on
> to more challenging groups, or just leave Usenet altogether. You get
> to miss the /elders,/ but it's nice to see how the community grows...
> ;-)
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-21-2008, 11:02 AM
BlackTopBum
 
Posts: n/a
Default Re: Xorg not starting after initial install

Aragorn said something like a ...

> Thanks for the compliment! ;-)


Wow, that was quite a post - and an interesting one at that. Agreed, those
others you mentioned are worthy of note.

About my journey, in brief: never liked MS stuff for it's poor performance
and a million other things. Tried OS2 Warp but was too stupid to appreciate
it. Finally went to Linux in 2000 and am happy to have done so.
--
BlackTopBum
You're still using MS Windows !?
Free yourself - put the fun back into computing.
Use Linux - visit www.distrowatch.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-21-2008, 11:02 AM
BlackTopBum
 
Posts: n/a
Default Re: Xorg not starting after initial install [OT]

Xander said something like a ...
[...]
> Gentoo is a pain even for someone with a little linux experience. But
> it's totally worth the time and aggravation
>


A pain? I think dealing with viruses, worms, adware, high purchase prices et
al is a /bigger/ pain. Yet, as to a learning curve, sometimes my brain
hurts. I'll take that *any* day over being a MS slaver.
--
BlackTopBum
You're still using MS Windows !?
Free yourself - put the fun back into computing.
Use Linux - visit www.distrowatch.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-21-2008, 11:02 AM
Angelus
 
Posts: n/a
Default Re: Xorg not starting after initial install [OT]

BlackTopBum wrote:
> Xander said something like a ...
> [...]
>
>>Gentoo is a pain even for someone with a little linux experience. But
>>it's totally worth the time and aggravation
>>

>
>
> A pain? I think dealing with viruses, worms, adware, high purchase prices et
> al is a /bigger/ pain. Yet, as to a learning curve, sometimes my brain
> hurts. I'll take that *any* day over being a MS slaver.


Aah, hence it being "totally worth the time and aggrivation" The more I
dig into this, the more I'm impressed, and the more coffee I drink!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-21-2008, 11:03 AM
Ken Scharf
 
Posts: n/a
Default Re: Xorg not starting after initial install [OT]

Angelus wrote:
> BlackTopBum wrote:
>
>> Xander said something like a ...
>> [...]
>>
>>> Gentoo is a pain even for someone with a little linux experience. But
>>> it's totally worth the time and aggravation
>>>

>>
>>
>> A pain? I think dealing with viruses, worms, adware, high purchase
>> prices et
>> al is a /bigger/ pain. Yet, as to a learning curve, sometimes my brain
>> hurts. I'll take that *any* day over being a MS slaver.

>
>
> Aah, hence it being "totally worth the time and aggrivation" The more I
> dig into this, the more I'm impressed, and the more coffee I drink!

Gentoo has *mostly* been the best distro I've ever used. Debian was
my previous, and I still feel that Debian stable (or one of it's
clones) is the best choice for the newbee (Installing Debian is
NOT hard, but you sometimes need to RTFM and try it more than once...).
Gentoo is what you should try as your SECOND or THIRD distro, once
you know enough about Linux so that you can ask the right questions
when you have problems.

I've had very good luck with my x86 Gentoo system except for a few times
when "emerge -uD world" broke something. Usually that was due to careless
use of etc-update (or careless NON use of the same). Right now I have
a problem with Mozilla (and Firefox) not opening pdf files. They display
"starting helper app" and then just sit there...forever. I tried to
configure them to use acroread, but no luck. They USED to work fine,
a recent system upgrade broke this. (Opera knows what to do with
pdf's however, and if Mozilla will let me download the pdf first I can
manually start acroread...but some sites don't let you download the pdf
files).

My AMD64 system has a broken sound system. XMMS used to play, but now
(after another system upgrade!) it just Burps and Farts. Arts NEVER
worked. Ogg123 used to work, now it is silent. HOWEVER Xine, Mplayer,
and Realplayer work fine. Strange issues with Alsa?

Still, where else can you have the latest apps? Debian stable at most
points in time is prehistoric. As long as the Gentoo crowd is willing
to answer my postings or I can find bugzilla posts that fix the same
problems I find, I'm willing to learn more about Linux by living with
Gentoo. (Sometimes I've even been able to help someone else when I fixed
something myself!).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:02 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429