changes to xorg.conf not saving on usb?
I am currently working to get compiz working on my usb drive. When i select the default compiz option in the boot menu it does not work. There are lines all over the screen. I am currently working with the guys over at the compiz forum to find out what the issue is.
The problem that i am having is with saving the changes that i am making to the xorg.conf file. I have a usb drive with persistent changes but when i add/ change things and save, when i reboot they are gone. the guys at compiz said they have no idea as to why changes do not save after i reboot and suggested i ask that question here.
If anyone can shed some light on what i am doing wrong i would appreciate it.
thanks
i did this to get compiz working, among other things
Quote:
Originally Posted by
packetjones
i have went in and edited the xorg.conf with nano and added the following information:
Section "Extensions"
Option "Composite" "true"
EndSection
I saved the informaiton and restarted X and it was still there. I then rebooted and xorg.conf reverted back to what it was before i added the changes. I am not sure what i am doing wrong with this. i am not sure if this is any help at all but there are a few xorg files in the X11 directory.
xorg.conf xorg.conf-fbdev xorg.conf-vesa xorg.conf~
If needed i can reformat the usb drive and start over if i have to. It is not a very long process and can be done in a half hour. Considering that all other changes are saving i think that i have set up the persistent changes option correctly. I am at a loss as to what could be the issue.
There is an auto execute command in syslinux.cfg something like:
AUTOEXEC= xorg:kdm
delete the xorg or xconf or whatever it is so that it doesnt rewrite the xorg.conf every boot, leave kdm there.
This helped me, hope it helps you.