<br>Hello,<br>The link to explain X config file was very useful and at least Now
I can understand better what I am trying to do and at which level of
the system I am working. I tried to save the xorg.conf.files but
apparently I am not doing the right thing so I ended copying the file
and save it as a normal document like that if I can go back in the
computer I will be able to copy it in a text editor. Following are the
command I used at the terminal and the results given by my terminal.
<br><br>meg@meg-desktop:~$ <span style="background-color: rgb(255, 255, 102);">/etc/X11$ cat xorg.conf.save</span><br>bash: /etc/X11$: No such file or directory<br>meg@meg-desktop:~$ /<span style="background-color: rgb(255, 255, 51);">
etc/X11 cat xorg.conf.save</span><br>bash: /etc/X11: is a directory<br>meg@meg-desktop:~$<span style="background-color: rgb(255, 255, 51);"> cd /etc/X11</span><br>meg@meg-desktop:/etc/X11$ <span style="background-color: rgb(255, 255, 102);">
cat xorg.conf</span><br># nvidia-xconfig: X configuration file generated by nvidia-xconfig<br># nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Oct 16 22:13:07 PDT 2006<br><br># /etc/X11/xorg.conf (xorg X Window System server configuration file)
<br>#<br># This file was generated by dexconf, the Debian X Configuration tool, using<br># values from the debconf database.<br>#<br># Edit this file with caution, and see the /etc/X11/xorg.conf manual page.<br># (Type "man /etc/X11/xorg.conf" at the shell prompt.)
<br>#<br># This file is automatically updated on xserver-xorg package upgrades *only*<br># if it has not been modified since the last upgrade of the xserver-xorg<br># package.<br>#<br># If you have edited this file but would like it to be automatically updated
<br># again, run the following command:<br># sudo dpkg-reconfigure -phigh xserver-xorg<br><br>Section "ServerLayout"<br> Identifier "Default Layout"<br> Screen "Default Screen" 0 0
<br> InputDevice "Generic Keyboard"<br> InputDevice "Configured Mouse"<br> InputDevice "stylus" "SendCoreEvents"<br> InputDevice "cursor" "SendCoreEvents"
<br> InputDevice "eraser" "SendCoreEvents"<br>EndSection<br><br>Section "Files"<br><br> # path to defoma fonts<br> FontPath "/usr/share/X11/fonts/misc"<br> FontPath "/usr/share/X11/fonts/cyrillic"
<br> FontPath "/usr/share/X11/fonts/100dpi/:unscaled"<br> FontPath "/usr/share/X11/fonts/75dpi/:unscaled"<br> FontPath "/usr/share/X11/fonts/Type1"<br> FontPath "/usr/share/X11/fonts/100dpi"
<br> FontPath "/usr/share/X11/fonts/75dpi"<br> FontPath "/usr/share/fonts/X11/misc"<br> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"<br>EndSection
<br><br>Section "Module"<br> Load "i2c"<br> Load "bitmap"<br> Load "ddc"<br> Load "extmod"<br> Load "freetype"
<br> Load "glx"<br> Load "int10"<br> Load "type1"<br> Load "vbe"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Generic Keyboard"
<br> Driver "kbd"<br> Option "CoreKeyboard"<br> Option "XkbRules" "xorg"<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "us"
<br> Option "XkbOptions" "lv3:ralt_switch"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Configured Mouse"<br> Driver "mouse"<br>
Option "CorePointer"<br> Option "Device" "/dev/input/mice"<br> Option "Protocol" "ExplorerPS/2"<br> Option "ZAxisMapping" "4 5"
<br> Option "Emulate3Buttons" "true"<br>EndSection<br><br>Section "InputDevice"<br><br> # /dev/input/event<br> # for USB
<br> Identifier "stylus"<br> Driver "wacom"<br> Option "Device" "/dev/wacom" # Change to <br> Option "Type" "stylus"
<br> Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>EndSection<br><br>Section "InputDevice"<br><br> # /dev/input/event
<br> # for USB<br> Identifier "eraser"<br> Driver "wacom"<br> Option "Device" "/dev/wacom" # Change to
<br> Option "Type" "eraser"<br> Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>EndSection<br><br>Section "InputDevice"<br><br> # /dev/input/event
<br> # for USB<br> Identifier "cursor"<br> Driver "wacom"<br> Option "Device" "/dev/wacom" # Change to
<br> Option "Type" "cursor"<br> Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>EndSection<br><br>Section "Monitor"<br> Identifier "Generic Monitor"
<br> HorizSync 28.0 - 51.0<br> VertRefresh 43.0 - 60.0<br> Option "DPMS"<br>EndSection<br><br>Section "Device"<br> Identifier "NVIDIA Corporation NV18 [GeForce4 MX - nForce GPU]"
<br> Driver "nvidia"<br>EndSection<br><br>Section "Screen"<br> Identifier "Default Screen"<br> Device "NVIDIA Corporation NV18 [GeForce4 MX - nForce GPU]"
<br> Monitor "Generic Monitor"<br> DefaultDepth 24<br> Option "AddARGBGLXVisuals" "True"<br> SubSection "Display"<br> Depth 1<br> Modes "1024x768" "800x600" "640x480"
<br> EndSubSection<br> SubSection "Display"<br> Depth 4<br> Modes "1024x768" "800x600" "640x480"<br> EndSubSection<br> SubSection "Display"
<br> Depth 8<br> Modes "1024x768" "800x600" "640x480"<br> EndSubSection<br> SubSection "Display"<br> Depth 15<br> Modes "1024x768" "800x600" "640x480"
<br> EndSubSection<br> SubSection "Display"<br> Depth 16<br> Modes "1024x768" "800x600" "640x480"<br> EndSubSection<br> SubSection "Display"
<br> Depth 24<br> Modes "1024x768" "800x600" "640x480"<br> EndSubSection<br>EndSection<br><br>Section "Extensions"<br> Option "Composite" "Enable"
<br>EndSection<br><br>meg@meg-desktop:<span style="background-color: rgb(255, 255, 51);">/etc/X11$ cat xorg.conf.save</span><br>cat: xorg.conf.save: No such file or directory<br>meg@meg-desktop:/etc/X11$ <br>Thank you for your answer. Let me know if there is a problem with the way I saved the file and how to do it the good way if what I am thinking is not possible(copy it back in the text editor in case of need)
<br>thank you<br>Megan<br><br><br><div><span class="gmail_quote">On 10/4/07, <b class="gmail_sendername">Brian McKee</b> <<a href="mailto:brian.mckee@gmail.com">brian.mckee@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 03/10/2007, Ashley Benton <<a href="mailto:meggalen@gmail.com">meggalen@gmail.com</a>> wrote:<br>> Hi again<br>> I did what you wrote (update, upgrade...) It doesn't seem to have changed<br>> anything. The second screen doesn't seem to be recognized. When I did sudo
<br>> nvidia-settings I would have been able to change the settings for the new<br>> card, no mention of the old one. I didn't change anything since it seems to<br>> work fine, and the screen that is not working (or at least not configured to
<br>> work) is plug in the old card.<br>> While I was in the terminal it printed:"suggested packages:<br>> nvidia-kernel-source" Do I do "sudo apt-get install nvidia-kernel-sources" ?<br>> or is it no important? And is the command I would type OK?
<br><br>Yes, that's the command you would use. And no, you don't have to.<br>Suggested packages are just that - suggestions that may add additional<br>features or similar but in this case I don't believe they are
<br>required.<br><br>Just so you understand what you just did - you've installed Nvidia's<br>own drivers on your computer instead of the free open source driver<br>provided by Ubuntu. It didn't turn on your other card. If your card
<br>had two outputs then this was the easy way to enable that, but you<br>want two separate cards to work together which requires more work.<br><br>Installing the nvidia drivers is fine though - no need to undo what you've done.
<br><br>Next step is to tell X that you have two cards.<br><br>Steve's email telling you how to alter the X config file is the right<br>way to go. But, now you are using nvidia drivers you will want to<br>type 'nvidia' rather then 'nv' on the lines labelled 'Driver'
<br><br>nv = ubuntu drivers<br>nvidia = nvidia drivers<br><br>It would be helpful if you understood that X config file. You might<br>try listening to this podcast episode<br><a href="http://www.linuxreality.com/podcast/episode-54-xorgconf/">
http://www.linuxreality.com/podcast/episode-54-xorgconf/</a><br><br>The most important part is to make a backup of your xorg.conf file now<br>while it's working. You are probably going to do something wrong<br>along the way and if you just put it back then you'll be back up and
<br>running again.<br><br>I guess the other part of this is to make sure you are ok working at<br>just a command prompt (e.g. hit cntrl-alt-f1 and log in there)<br>If you do break things you'll have to do at least some work there to
<br>get things back up and running.<br><br>If that sounds like biting off a little too much all at once, then<br>don't be afraid to chicken out - Liam is right - this isn't beginner<br>stuff...<br><br>HTH<br>Brian
<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>