![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Absolute Beginner Talk The perfect starting place to find out more about computers, Linux and Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Spilled the Beans
![]() Join Date: Dec 2006
Beans: 14
|
Im a total beginner to Xubuntu and I need to ask a basic question.
I have installed Xubuntu 6.10 om a Dell Inspiron 8000, eveything went fine untill I booted the machine, the display looks like three displays in th same time. I read a thread about this and the solution was to edit the "/etc/x11/xorg.conf file"... Where is it? How do I do it? Can I do it when I'm booting since I cant see the desktop? I would really appreciate answers to this and especially "basic" answer since Im a TOTAL beginner to linux end xubuntu. /confused beginner |
|
|
|
|
|
#2 |
|
Run, little guy, run...
![]() |
Re: edit xorg.conf?
Boot into recovery mode from GRUB menu and edit it...
Code:
nano -Bw /etc/X11/xorg.conf
__________________
In the world of Linux, who needs Windows and Gates... Got most of my golden beans at an auction on eBay (with a couple of free drinks). |
|
|
|
|
|
#3 |
|
Spilled the Beans
![]() Join Date: Dec 2006
Beans: 14
|
Re: edit xorg.conf?
Thanks for your help!
I can get to a promt that says "grub>" but when Im using "nano -Bw /etc/x11/xorg.conf" its a "error 27 unrecognized command"... what am I doing wrong? |
|
|
|
|
|
#4 |
|
Run, little guy, run...
![]() |
Re: edit xorg.conf?
That, "grub>", is a GRUB prompt!!! So you see the options in the menu and the second option is about recovery mode? When your first boot your machine, press Esc to display the GRUB menu...
__________________
In the world of Linux, who needs Windows and Gates... Got most of my golden beans at an auction on eBay (with a couple of free drinks). |
|
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() Join Date: Dec 2006
Beans: 130
Ubuntu 9.04 Jaunty Jackalope
|
Re: edit xorg.conf?
I'm also a total beginner, but I've been where you've been just recently so I will give you the step-by-step.
When you reboot (Ctrl-Alt-Del) if you're at a scrambled screen was my approach, but I'm not sure that's best, get ready to push the Escape key to see the Grub menu mentioned in the previous post. Choose the option for recovery mode of your version of Ubuntu using the up/down arrow keys and hit Enter. Wait for everything to load, and you'll be taken to a command prompt. You may want to back up your copy of xorg.conf before you start editing it. You do that with the copy command, "cp". Type: sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup and then hit Enter. Then it's safe to edit your xorg.conf file using the text editor Nano, which works both at the command line and in Terminal. Type: sudo nano /etc/X11/xorg.conf and hit Enter. When you're done making changes to the file, use Ctrl+O (that's the letter, not a zero) to save the file. Nano will default to the existing file name. Press enter to save the changes. Press Ctrl+X to exit Nano back to the command prompt. Type "exit" at the command prompt to restart and give your changes a try. |
|
|
|
|
|
#6 | |
|
Run, little guy, run...
![]() |
Re: edit xorg.conf?
Quote:
Code:
nano -Bw /etc/X11/xorg.conf
__________________
In the world of Linux, who needs Windows and Gates... Got most of my golden beans at an auction on eBay (with a couple of free drinks). |
|
|
|
|
|
|
#7 |
|
Spilled the Beans
![]() Join Date: Dec 2006
Beans: 14
|
Re: edit xorg.conf?
Yes, I have pressed the "esc" button during start-up and got in to the menu where "recovery-mode" is an option, but I pressed "c" to get the command-line instead of acutally booting in that mode and get the second promt... sorry...
Know Im in the xorg.conf edit-promt I might get back here since it seems a bit tricky... thanks! |
|
|
|
|
|
#8 |
|
Spilled the Beans
![]() Join Date: Dec 2006
Beans: 14
|
Re: edit xorg.conf?
Now I have made the changes and hit "ctrl + O" but it says that "error writing /etc/x11/xorg.conf no such file or directory"?
uh? what? Im not sure if Im changing it the right way... Im supposed to go to the section "monitor" and write: HoriSync 31-82 VertRefresh 40-110 Can i just write it in the promt? or do I have to find the section? How do I do it? I appreciate your help! |
|
|
|
|
|
#9 |
|
Run, little guy, run...
![]() |
Re: edit xorg.conf?
It's X11 as in capital X and number 11. Linux/Unix is case sensitive...
__________________
In the world of Linux, who needs Windows and Gates... Got most of my golden beans at an auction on eBay (with a couple of free drinks). |
|
|
|
|
|
#10 |
|
A Carafe of Ubuntu
![]() Join Date: Dec 2006
Beans: 130
Ubuntu 9.04 Jaunty Jackalope
|
Re: edit xorg.conf?
Taurus- Thanks for the comment about the command you used and the unnecessary "sudo".
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|