Open konsole and enter
su
then type
cp /etc/X11/XF86Config /etc/X11/XF86Config-backup
This makes a backup of the file /etc/X11/XF86Config incase something goes wrong. Then type
edit /etc/X11/XF86Config
You will need to change the section that says:
|
Code:
|
SubSection "Display"
Modes "1024x768" "800x600" "640x480" |
to say:
|
Code:
|
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480" |
STEP TWO
Providing you gave the correct refresh rate times in your post ...... ONLY change the HorizSync and VertRefresh lines - don't touch anything else.
|
Code:
|
Section "Monitor"
Identifier "Monitor0"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
EndSection |
I "THINK" your card uses the following driver
|
Code:
|
Section "Device"
Identifier "Card0"
Driver "tdfx"
EndSection |
The restart. If KDE fails to start up, then log in as user root and type
mv -f /etc/X11/XF86Config-Backup /etc/X11/XF86Config
This will force your working backup copy of /etc/X11/XF86Config back into place. To restart type
killall kdm
or restart with ctrl+alt+delete or the
shutdown -r now
command. GOOD LUCK!