Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Have Acer Aspire 1642WLKi and have problem with the screen. must go in to root end set up screen every time I start up the computer. the screen has 1280x800 p. and i use Fedora 5. hope someone can help mi to fix it.
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,697
Thanked: 6
Display settings are define in /etc/X11/xorg.conf
Sounds like the tool you are using is not saving the config to this file.
Post the section on monitor and screen from it. Should just need to modify the screen section and add 1280x800 as the first option for the 24bit section of screen. May or may not work depending on the monitor settings. It may limit available mode options. Before modifing make a backup of the file in the event it fails. Then you can easily restore the good file from the terminal console.
have it be sow easy, the xorg.conf is set up right, but it not help must run "855resolution 3c 1280 800" and restart X every time I start the computer. Hope someone can help me sow i can fix the problem.
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,697
Thanked: 6
So if using fedora add the command to /etc/rc.local script at the bottom and it will run before X starts. Add the line with a full path to the file itself.
/usr/sbin/855resolution 3c 1280 800
So if using fedora add the command to /etc/rc.local script at the bottom and it will run before X starts. Add the line with a full path to the file itself.
/usr/sbin/855resolution 3c 1280 800
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.