| Title: | AlphaServer 1000 (aka Mikasa) |
| Moderator: | WRKSYS::HESCH G |
| Created: | Mon Nov 14 1994 |
| Last Modified: | Thu Jun 05 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 917 |
| Total number of notes: | 3293 |
I've installed Digital Unix 4.0A on a AlphaServer 1000 4/200 (190MHz
CPU) and the display resolution is 640x480. Is it possible to change it
to higher resolutions?
I saw note 131 which says how to do it with the Xserver file. I changed
this file and still have the old display.
What has to be changed that the CDE display get higer resolutions?
I'm not a Unix expert.
Thank you for your help
Regards
Albert
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 861.1 | -screen 800 | COL01::SCHNEIDER | It's always too early to late. | Wed Mar 26 1997 02:19 | 14 |
I found it by myself.
# mkdir /etc/dt/config
# cp /usr/dt/config/Xserver /etc/dt/config/Xserver
# cd /etc/dt/config
# vi Xserver
append to the line -screen 800 that it looks similar to
0: Local local@console /usr/bin/X11/X :0 -screen 800
Hope this helps someone
Albert
| |||||
| 861.2 | ex | WRKSYS::LAU | Wed Mar 26 1997 10:41 | 4 | |
re: -1
you may want to add '-vsync 70' to the end of that line.
| |||||