this article maybe useful for you
http://www.thinkwiki.org/w
Main Topics
Browse All TopicsI have created a customized Slax 6.06 LiveCD that loads X server and then launches firefox. I need a way to set the default virtual display resolution to 1024x768 (or at least have X server try that resolution first). Is there a way to do this in the .xinitrc file or even in rc.2?
I was thinking of trying the following steps:
In rc.2,
1.) run Xorg -configure (supposedly spits out a file called xorg.conf.new in home directory, yet i can't find it)
2.) run cp xorg.conf.new to /etc/X11/xorg.conf
3.) use grep and a fancy regex to find all values where "Modes" is not followed by "1024x764"
4.) use a replacement tool (sed?), to prepend the "1024x768" after the "Modes" in the xorg.conf file
Allow rc.3 to load which will startx, read the generated xorg.conf file.
.xinitrc will then launch firefox.
Is this the best way to do this? Is there an easier way in setting the preferred resolution on all computers. I want X server to generate the xorg.conf file because not all the computers we are running it on will support VESA. VGA doesn't have the correct depths. Should I use svga? Can I specify "xga" in the xorg.conf file?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
this article maybe useful for you
http://www.thinkwiki.org/w
Business Accounts
Answer for Membership
by: ToraifPosted on 2008-05-15 at 04:07:25ID: 21572259
this article maybe useful for you