After I install the latest hardware drivers using the Hardware Driver Manager, my Samsun SyncMaster 551v monitor signals "Sync out of range" in a floating box.
I understand that the Hardware update changes my /etc/X11/xorg.conf file from the 800x600 that it was to something higher. I know my monitor can handle 1024x768 as it worked when I was running Mepis 7.0, but upon using the alt. install CD for Kubuntu 8.04, I get no higher setting than 800x600.
My mobo is a Biostar TF7025-M2 with an integrated GeForce7025/NF630a Graphics chipset.
Currently my xorg.conf read:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
This is a fresh install of 8.05, running on a AMD 64 X2 4000.
I would like to take full advantage of the GeForce video card. I am somewhat comfortable with editing in konsole with kate or vim.
If I check to enable this video card, I cannot even open up a konsole or log in.
Does anyone have any idea how I could get the following:
1. My GeForce 7025 video card to work without the "Sync out of Range" error; and,
2. To set the monitor to a setting of 1024x768.
Any suggestions greatly appreciated as linux gurus are hard to find down here in Honduras.
I understand that the Hardware update changes my /etc/X11/xorg.conf file from the 800x600 that it was to something higher. I know my monitor can handle 1024x768 as it worked when I was running Mepis 7.0, but upon using the alt. install CD for Kubuntu 8.04, I get no higher setting than 800x600.
My mobo is a Biostar TF7025-M2 with an integrated GeForce7025/NF630a Graphics chipset.
Currently my xorg.conf read:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
This is a fresh install of 8.05, running on a AMD 64 X2 4000.
I would like to take full advantage of the GeForce video card. I am somewhat comfortable with editing in konsole with kate or vim.
If I check to enable this video card, I cannot even open up a konsole or log in.
Does anyone have any idea how I could get the following:
1. My GeForce 7025 video card to work without the "Sync out of Range" error; and,
2. To set the monitor to a setting of 1024x768.
Any suggestions greatly appreciated as linux gurus are hard to find down here in Honduras.
Comment