When i installed linux i selected the largest resolution my screen can handle (for gaiming) which is 1600x1200.
This is obviously useless for general work stuff so i tried cutting this down to 1024x768 by altering the order in the XF86Config file. The config file now looks like this:
Code:
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "1600x1200" "1400x1050" "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "1600x1200" "1400x1050" "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "1600x1200" "1400x1050" "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "1600x1200" "1400x1050" "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "1600x1200" "1400x1050" "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "1600x1200" "1400x1050" "1280x1024"
EndSubSection
EndSection
With the rest as normal.
When GDM and Gnome load the desktop area is larger than the screen resolution. It is liek I am zoomed in and when i drag the mouse to (and beyound) the edge of the screen it scroles acros the screen.
When i get into Gnome i can use the tool in there to change the resolution and it is then fine to work with, but as you can imagin this is annoying. Any ideas?