I have found a really nice tool for setting up the xorg.conf and daul view. From the command line in Ubuntu type gksudo nvidia-settings. Up pops nvidias GUI tool for setting up your nvidia card and xorg.config.
Only it has problems, or at least I had problems. they relate to where some of the advanced nvidia settings are stored in a file called .nvidia-settings-rc. From your home directory type ls -a .nvidia-settings-rc. This file is basically used to initialize your graphics card at boot and is linked into the boot process through the init folder in /etc/rcX.d.
The problem I had with this file was that the permissions on it doesn't allow the program to rw access it and execute it. I may be wrong here. What I did to fix the problem was change the permissions from
user@user-machine:~$ ls -l .nvidia-settings-rc
-rw-r--r-- 1 user user 1511 2007-06-06 18:33 .nvidia-settings-rc
to
user@user-machine:~$ ls -l .nvidia-settings-rc
-rwxr-xr-x 1 aaron aaron 1511 2007-06-06 18:33 .nvidia-settings-rc
with a chmod 755 .nvidia-settings-rc. now it probably dose not need the execute permissions some thing to experiment with but make sure it has the rw.
basically try:
$ chmod u=rw,g=rw,o=rw .nvidia-settings-rc
$ gksudo nvidia-settings.
I still get a lot of ERROR .... (no Display connection) messages on the command line but at least now it actually generates the xorg.conf file in the /etc/X11/ directory.
I'm not sure what the error messages mean or how to fix it. It has some thing to do with the advanced options of gamma, colour saturation. This can be fixed but I didn't find it necessary to. There is some discussion at the nvidia forums. Check out this thread http://www.nvnews.net/vbulletin/showthread.php?t=61396 it seams to have the most though discussion on fixing it.
Please post you comment on this if you have any solutions for the ERROR ... (no Display connection) problem.
Showing posts with label xorg. Show all posts
Showing posts with label xorg. Show all posts
2 Jun 2007
xorg and xserver issues in Linux ubuntu
Dual monitor support in Linux seam lacking, so do tools to configure them. May be I not looking hard enough. I would have expected xorg to have written some nice GUI tools to configure the product.
Having to edit the xorg.config text file seams like a real waste of time, and is very confusing for new linux users. Do a search on google for xorg prolems and xserver problems there are just to many. Most come down the the automatic detection program / scripts not working. I dont have a problem with this cause there is just so much hard ware out their.
My suggestion for the the guys at xorg or who ever to create a nice gui front end for the xorg.config file with human understandable instructions on how to create a working conifg file. I will have a look into this my self when I have time. but in the mean time as I have now moved to ubuntu 7.04.
This link will suffice to help those wanting to create set up thier monitors for a dual view system http://ubuntuforums.org/showthread.php?t=221174.
This one is for just after install isues https://help.ubuntu.com/community/FixVideoResolutionHowto.
Like if you get the famous xserver failed to start error after a new install or you have screen resolution problems.
Having to edit the xorg.config text file seams like a real waste of time, and is very confusing for new linux users. Do a search on google for xorg prolems and xserver problems there are just to many. Most come down the the automatic detection program / scripts not working. I dont have a problem with this cause there is just so much hard ware out their.
My suggestion for the the guys at xorg or who ever to create a nice gui front end for the xorg.config file with human understandable instructions on how to create a working conifg file. I will have a look into this my self when I have time. but in the mean time as I have now moved to ubuntu 7.04.
This link will suffice to help those wanting to create set up thier monitors for a dual view system http://ubuntuforums.org/showthread.php?t=221174.
This one is for just after install isues https://help.ubuntu.com/community/FixVideoResolutionHowto.
Like if you get the famous xserver failed to start error after a new install or you have screen resolution problems.
Subscribe to:
Posts (Atom)