Results 1 to 3 of 3
As the title suggests, my screen resolution is stuck at 800x600.
I have changed the XF86Config-4 file, so that now it reads like this...
[QUOTE]Section "Monitor"
Identifier "Generic Monitor"
HorizSync ...
- 11-18-2006 #1
Screen resolution stuck at 800x600
As the title suggests, my screen resolution is stuck at 800x600.
I have changed the XF86Config-4 file, so that now it reads like this...
[QUOTE]Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-50
VertRefresh 43-75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Rage XL AGP 2X"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x760" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x760" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x760" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x760" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x760" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x760" "800x600" "640x480"
EndSubSection
EndSection
[QUOTE\]
And I have rebooted, however, I still cannot change the screen resolution so it is larger than 800x600....
- 11-18-2006 #2
execute this command to configure display settings.
Code:sudo dpkg-reconfigure xserver-xorg
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-18-2006 #3Linux User
- Join Date
- Feb 2006
- Posts
- 484
change HorizSync to a bigger value
and if i see right you use xfree xserver
so
dpkg-reconfigure xserver-xfree86


Reply With Quote
