I am new to Linux and I know I shouldn't be messing around with betas but how else can you learn without trying. My question is one that I've seen quite often but no one seems to give a straight answer. I would like to know how to change my resolution from 800x600 and my refresh rate from 60 to something higher. I know about xorg.conf but I really don't know the code for all of this stuff so I get stuck at this point lol. any step by step answer that will solve my problem would be great!
Announcement
Collapse
No announcement yet.
Changing the resolution from 800x600.
Collapse
This topic is closed.
X
X
-
Re: Changing the resolution from 800x600.
Originally posted by fenderdude78I am new to Linux and I know I shouldn't be messing around with betas but how else can you learn without trying.
Originally posted by fenderdude78My question is one that I've seen quite often but no one seems to give a straight answer. I would like to know how to change my resolution from 800x600 and my refresh rate from 60 to something higher.
Originally posted by fenderdude78I know about xorg.conf but I really don't know the code for all of this stuff so I get stuck at this point lol. any step by step answer that will solve my problem would be great!
As you can see, it isn't going to be easy for anyone to give you a step-by-step without a bit more data so they know where to start. How new is your computer? At least, you could mention the computer that you have and someone could look up the stuff that you might not know. If you're comfortable with the command line on a terminal, often people here help someone walk through the commands necessary to check your hardware. This is a very helpful community, when people show a genuine effort and good attitude, there is always lots of friendly help and support.
As you already seem to sense, no, most experienced users wouldn't recommend that a newbie start out on anything but a stable release, because it can be easier and a good way of getting a feel for what should be happening before one starts using software that might still have a bug or two. Of course, sometimes people need something that is only available in a newer kernel because of newer hardware. Since 8.10 is so close to release it's probably working very well now and becoming more bug free every day.
HTH
- Top
- Bottom
-
Re: Changing the resolution from 800x600.
Originally posted by fenderdude78I would like to know how to change my resolution from 800x600 and my refresh rate from 60 to something higher.
- Which linux, 32bit or 64bit, kernel
- Laptop or PC
- Manufacturer of your graphic card (if nvidia I can help)
What have you tried already, etc.Kubuntu Karmic Koala AMD64bit Acer Aspire 7520
- Top
- Bottom
Comment
-
Re: Changing the resolution from 800x600.
sorry for the lack of details i realize that may help just a little lol.
My monitor is a SAMSUNG SyncMaster 226BW with current drivers which is not the problem.
My video card is a Nvidia Geforce 7600 GS a little older but it shouldn't be too obsolete to run Kubuntu if it is able to run Vista. On thing that I do suspect is the driver for this card though, it is up-to-date with windows but I believe they use different drivers but I am not sure whether it matters or not. My computer is a pc which is a GateWay GT5012 only like 3 or 4 years old. I have a pentium D processor which is a little older but still work suffiently. The linux I am running is 32 bit. The beta is 8.10 which I believe is gonna be released on the 30th though I also had this problem with 8.04. In the xorg.conf it is basically blank. Here is mine...
# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "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
it really doesnt have any information but i havent really messed with it because I dont want to do something stupid being new to this and not feeling to comfortable with code. I have updated all the drivers except the video card driver is giving me a little trouble with Linux.
- Top
- Bottom
Comment
-
Re: Changing the resolution from 800x600.
Originally posted by fenderdude78sorry for the lack of details i realize that may help just a little lol.
--- YOU ARE DOING IT AT YOUR OWN RESPONSIBILITY ---
I will suggest to backup system
I have GeForce 7000M and I was using this driver: NVIDIA-Linux-x86_64-173.14.12-pkg2.run
You have also nvidia, so download and unpack one of the latest drivers for your card from here:
http://www.nvidia.com/object/unix.html
Pres Alt-F2, and:
"kdesu kate /etc/default/linux-restricted-modules-common"
without the quote marks, and give it your password when prompted.
With the file open in Kate, insert "nv" and "nv_new" in the DISABLED_MODULES line, so that line looks like this:
Code:DISABLED_MODULES="nv nv_new"
(some of those might not work, or return strange messages - write them somewhere, for future if there will be a problem and procede anyway. Instead rich -r you should put there your user name.)
Code:sudo apt-get install linux-headers-`rich -r` build-essential gcc gcc-4.1 xserver-xorg-dev sudo apt-get --purge remove nvidia-glx nvidia-glx-new nvidia-settings nvidia-kernel-common sudo rm /etc/init.d/nvidia-* sudo rm /lib/linux-restricted-modules/.nvidia_new_installed
Log in, cd to Desktop (or another place where you downloaded and unpacked driver. write down/print rest of steps on the paper before you'll proceed)
and:
Code:sudo /etc/init.d/kdm stop
(If you will have just black screen for longer than 20-30sec press again Ctrl_alt_f1. You should be back in command line)
then
Code:sudo sh NVIDIA-Linux-x86-169.07-pkg1.run
Follow instructions and let him save everything. Be sure you are connected to internet.
Code:sudo /etc/init.d/kdm start
Do Alt-F2 and enter "kdesu nvidia-settings". This will open the nvidia-settings utility in Super User mode.
Open the "X Server Display Configuration" tab. Click the "Resolution" button and set it to your favorite resolution. Leave "Refresh" on "Auto".
Now click the "Save to X Configuration File" button in the lower right. Leave the checkmark in the "merge" box, and click "Save". Now this is the new default setting.
Sometimes this is not necessary because after this installation it goes already to highest resolution.
Those instructions were taken from:
http://kubuntuforums.net/forums/inde...pic=3089767.15
and I am not the author
Hope this will help. There is always a way to install Envy and that is easiest way to change resolution, but didn't work for me.
Kubuntu Karmic Koala AMD64bit Acer Aspire 7520
- Top
- Bottom
Comment
Comment