Results 1 to 3 of 3
Here's a weird one:
My Fedora 10 will no longer give screen res above 800x600 (60hz)
I routinely change screen res (due to having two different monitors) but I made ...
- 01-02-2010 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 2
Spontaneous (?) loss of screen res options
Here's a weird one:
My Fedora 10 will no longer give screen res above 800x600 (60hz)
I routinely change screen res (due to having two different monitors) but I made no hardware changes immediately before the problem began. In other words: the hardware was the same as it had been the day before the problem arose.
I assumed a hardware fault, so I tried with XP. Weird: I can set higher resolutions there without problem.
Any idea why this happened and how I can fix it?
BTW, I've been a Linux user for some years, but I would describe my skill level as: 'novice.'
- 01-02-2010 #2
open terminal & type
try editing xorg.conf file with following commandssu -
system-config-display
it will look likesu -
cp /etc/X11/xorg.conf xorg.conf.backup
gedit /etc/X11/xorg.confchange the mode.Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 32
SubSection "Display"
Modes "1024x768"
EndSubSection
EndSection
- 01-04-2010 #3Just Joined!
- Join Date
- Dec 2007
- Posts
- 2
Thanks for the suggestion.
It turns out that the problem was caused by a monitor extension lead. It's strange because I had not touched it between the last session when everything was working and the first 'problem' session.
Anyway, I took the extension lead out and Fedora now gives full range of resolutions...
Thanks again.


Reply With Quote