Ubuntu :: Modify Xorg.conf Directives In 10.10?
Feb 21, 2011
I'm trying to improve the functionality of my mouse in my installation of Ubuntu 10.10 desktp 64-bit running inside a VMware workstation VM running on a Windows 7 64-bit host. I stumbled upon some instructions suggesting changing a xorg.conf directive (specifically, change the mouse protocol from "imps/2" to "explorerps/2") which I'd like to try out. However there is no xorg.conf file in Ubuntu 10.10. I tried using Xorg -configure to generate the file and placing it in /etc/X11/xorg.conf, but it seems to make no effect. Using "xinput list" the mouse is still listed as imps/2 even after I changed the xorg.conf file and rebooted. It seems Ubuntu 10.10 ignores the xorg.conf file completely? If that's the case, is it possible to manually specify this setting that used to belong to xorg.conf at all?
View 2 Replies
ADVERTISEMENT
Dec 11, 2010
I've just done a fresh install of Lubuntu 10.10 on an older Sony Vaio laptop. Having learned the hard way about editing xorg files, I wanted to create a backup of the xorg.conf file so that I dont have to do another install when I screw everything up. In a terminal, I typed
[Code]....
View 8 Replies
View Related
Apr 9, 2010
I have installed Kubuntu 8.04.2 on a USB stick with persistence to keep any changes I make after a reboot and it works fine. I then installed the 185 Nvidia driver to give me higher resolutions and it works fine.
But each time I reboot, my updated xorg.conf is replaced with the default xorg.conf that ships with that version of Kubuntu and a backup is made of my updated xorg.conf (the correct one) which looks like xorg.conf.20100409135913. I have to put the backup xorg.conf back in place to get my Nvidia driver to work with the correct screen resolutions again. Otherwise my screen resolution is too low.
What could be causing this behavor? I'm sure it not the persistence feature of the USB stick failing since a backup is made of my original xorg.conf.
I might add more information. The xorg.conf that gets changed after a reboot says "This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database." #
View 11 Replies
View Related
Feb 16, 2011
1. What is the difference between files (xorg.conf and xorg.conf-vesa)
2. No matter how hard I try I can't change keyboard layout in xorg.conf-vesa (I change it in file ) but there is no actually anything changing, it starts to get annoying - for example - below goes my xorg.conf-vesa, if I uncomment and set line from
[Code]...
View 3 Replies
View Related
Feb 15, 2011
I am installing some SSL certificates on my web server, however I have a couple questions, as I'm not familiar with this process
1) I'm not sure which directory to put them in? What is good practice? Is /var/www/secure a good location so long as I restrict access to the secure directory?
2) I am told to edit the following in my ssl.conf file of apache2
SSLCertificateFile
SSLCertificateKeyFile
SSLCertificateChainFile
However, I cannot find this file, ssl.conf. Nor can I find the above directives in my main apache2.conf file. Where is the ssl.conf file? Or alternatively, could I just add the above directives to my apache2.conf file?
View 2 Replies
View Related
May 3, 2010
I'm running the ubuntu based Green OS and cant get my video card properly configured. i've already gone through the forums to figure out what i need to do to get my ATI card working but my system wont let me access the xorg.conf file. i can see it using the the GOS file editor but it wont let me save the modifications. when i attempt to edit from a terminal window with su privelages it tells me that /etc/x11/xorg.conf does not exist. i've even tried booting into recovery mode and using the root instead of the sudo command. nothing i've tried will let me open the file.
View 3 Replies
View Related
Jan 26, 2011
I've read the how-tos (thank you oldcpu!) and wikis about how xorg.conf take precedence over the section configuration files in etc/X11/xorg.conf.d/, if it exist. I also understand that the xorg.conf can be partial. If it is missing some sections, these will be taken from the corresponding xorg.conf.d section config file. Currently I'm using a xorg.conf generated by nvidia-settings in one of my home machines, due to a dual-monitor setup. After generating xorg.conf, the device sections are:
in xorg.conf:
Code:
Section "Device"
Identifier "Device0"
Driver "nvidia"
[code]....
My question is if the Option "UseCompositeWrapper" "True" will be used or not. In other words, if a section exist in xorg.conf then it's correspondent in xorg.conf.d/ will be completely ignored *or* only the lines in xorg.conf.d/ that already exist in xorg.conf will be ignored?
View 5 Replies
View Related
Mar 3, 2010
I've got a dedicated server using whm/cpanel and there is a particular domain being hosted which contains a very elaborate .htaccess file which is full of mod_rewrite rules, among other things. I've been asked to try and get the contents of this .htaccess file into the httpd.conf (or some appropriate include file) to improve performance.
I've been reading this page and it's really confusing me: [url]
In the file usr/local/apache/conf/httpd.conf I see that there are two VirtualHost sections that appear to be relevant for my domain (which I'll call mydomain.com). The first listens on port 80 and the second is on 443. Seems to me that my apache directives in .htaccess would belong in this section. In the first section I see this:
Code:
In the second section I see this:
Code:
The problem with both of these is that the directory /usr/local/apache/conf/userdata does not exist, much less the full path to either of those files.
View 1 Replies
View Related
May 22, 2011
I have used nVidia my entire linux life (about 5 years clean and sober from M$). Recently, I have switched over to an ATI Radeon HD 5550 card. After many trial and error setups, I finally got the resolutions and screens set properly with a xrandr command, which I have now added to a shell script in ~/.kde4/Autostart. It has worked for me for a while now, but I really would like to get it set in the xorg.conf.d files so that I don't have to wait that extra few seconds after login for the screens to fix themselves.
Is there an easy way to take what xrandr does and export it to the xorg.conf.d files? If my video card recognizes my default monitor as DFP2 and the tv that I only sometimes use with this computer as DFP1, how can I ensure that the login screen for openSUSE/KDE4 appears on my default screen (an issue that drove me nuts a few months ago when I tried Ubuntu to see what all the fuss was about)?
My xrandr command that I use to fix it all is:
xrandr --output DFP2 --auto --pos 0x0 --primary --output DFP1 --auto --right-of
I am using the proprietary Radeon driver from the ioda repository. DFP2 is a monitor which has a optimum resolution of 1920x1200, and DFP1 is an 1080p HDTV. I can not reverse the output plugs for the screens even though my monitor is an HDMI monitor because I use the actual HDMI port on the video card to output audio to the television and the other plug is a DVI that I convert to HDMI for the monitor.
View 1 Replies
View Related
Jun 6, 2011
How do i find the file /etc/rsyslog.conf so i can modify it.
View 1 Replies
View Related
Jan 19, 2010
I like to consider myself a fairly competent person, but i cannot change the resolution for the life of me. I'm trying to set my screen to 1368x768. I'm edited the xorg and played with xrandr (v1.1). The screen resolution GUI in dapper drake only gives me the basic res's and not the 1368 that i need. I cannot upgrade my ubuntu version (Dapper Drake) for unrelated reasons. please help below is a copy of my xorg.conf. no matter what i do, i get the same resolution in xrandr and the built in GUI screen resultion. here is my xorg.conf
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
[Code]...
View 4 Replies
View Related
Jun 22, 2010
I want to modify a file like /etc/gdm/custom.conf from the shell or a script.
# GDM configuration storage
[xdmcp]
[debug]
[daemon]
AutomaticLoginEnable=true;
AutomaticLogin=username;
But the idea is that I can add a line to a section and it check if the section is defined, (add the definition if not), the property is defined, let it undefine (erase the line), (and delete the section header if there is no property defined), etc...
I didn't find anything except gconftool-2 but it do not explain how to modify other files. (there is a shema file there).
there isn't a program/script to achieve this, but can easyly be made for every config file, If someone do something like that, with a little database of which markup use each file, it could become really popular.
View 3 Replies
View Related
Jun 12, 2011
Can I only modify /etc/cups/printers.conf the printer queue name ? for example
<Printer stateme>
Info Created by redhat-config-printer 0.6.x
Location Stateme printer
DeviceURI lpd://nt/stateme
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
can I only modify lpd://nt/stateme to lpd://printerserver/stateme? and i don't need to modify another files?
View 1 Replies
View Related
Jun 17, 2011
I'm installing Wordpress and I want Hosting Multiple Sites with them. For that I need modify the httpd.conf file but it's empty. Where I can make that changes? These are the changes:
1. Type: LoadModule rewrite_module /libexec/mod_rewrite.so
2. Find the <VirtualHost> section in the httpd.conf file.
3. Find a line in the <VirtualHost> section of the httpd.conf that looks like this: AllowOverride None
3. Replace that line with this line: AllowOverride FileInfo Options
4. On a new line, type ServerAlias *.[URL].
5. Save the httpd.conf file and close it.
View 1 Replies
View Related
Aug 18, 2010
i i use ubuntu 10.04 and i buy a mouse, and i cant install it. i read on forum i need to put :
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
[code].....
wireless via Bluetooth � 3-button laser mouse with scroll wheel � resolution 1600dpi, adjustable on 800dpi � range up to 10m � computer with Bluetooth or dongle required � 2x AA batteries required
View 14 Replies
View Related
May 26, 2010
i have VIA UniChrome Pro IGP grapgics. When i install linux max resolution 800x600@60hz and xorg.conf file are blank
some time ago i used fedora "xrandr" works great. But i don't liked fedora, as ubuntu
so i need program thats have option "Model"
Example: LCD 1028x768 or other
View 2 Replies
View Related
Jun 6, 2010
I've got an i5 Macbook Pro, on which I've got Ubuntu 10.04, which I use 90% of the time (mainly for work).
I've added a few lines to xorg.conf to make the graphic card run cooler and thus get some more battery life. Sometimes, though, I do need full graphic potential, for which I have another xorg.conf prepared without those lines, so I can switch back and forth when I need it.
Currently, to change back and forth, I rename the files accordingly and reboot, which is a pain in the neck. I tried restarting gdm after switching files instead but it didn't quite work (maybe I wasn't doing it correctly).
So, fellow experts, what's the easiest and fastest way to switch between two different X11 config files?
View 1 Replies
View Related
Oct 13, 2010
I've just installed the latest ubuntu (10.10) on vmware workstation and noticed the resolution is not 96 dpi so my fonts look a bit unsharp
I wanted to change that and noticed I don't have an /etc/X11/xorg.conf? So my question is of course...where should I put the "Option..." line to change it to 96 dpi?
View 1 Replies
View Related
May 7, 2010
Ubuntu 10.04
I can't find xorg.conf on /etc/X11/ How to create it?
View 7 Replies
View Related
Jun 2, 2010
Sorry if this was well covered here when most up-to-date Slackers moved to 13.0, but I have just jumped from 12.1 to 13.1. Generally very happy that I do not have to think about xorg.conf as I always found the structure of this conf file a tad confusing. However if I do need to (for example) change my video driver (I might for example want to try the nvidia driver from NVIDIA) or configure my touchpad - how do I do this ?
I understand that xorg.conf can still be created. If I do so, do I have to put all the stuff in that used to be there or can I just add the stuff I need to make the changes I am looking for?
View 4 Replies
View Related
Jan 9, 2010
Thinking to be clever, I made some changes to /etc/X11/xorg.conf and now I cannot see anything on the screen after Ubuntu boots up, just a 'mode not supported' message on the screen.How can I log into Ubuntu in text mode in order to fix the xorg.conf problem? I hope there is a "hot key" to stop Grub right before it starts loading Ubuntu and allows me to log in into Ubuntu in text mode.
View 2 Replies
View Related
Jan 12, 2010
i'm stuck with software rasterizing atm on 9.10, on 8.04 i had indirect rendering which was faster. how i can speed things up? :)
this is my current xorg.conf.
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
[Code]....
View 9 Replies
View Related
Jan 20, 2010
Since the computer does not have xorg.conf, can I have the computer generate that file because I need to work on it and so I need to create it. That is why it would be useful to have a xorg.conf file still.
View 5 Replies
View Related
Jan 23, 2010
I've been trying to setup dual-screen in my system, but the control panel complains it can't find xorg.conf and so I can't save changes I make in the nvidia control panel. I was trying various methods of trying to get a dual screen working how I like it.Left = 17" 1280x1024 that sometimes works (needs hitting a few times)Right = 21" 1680x1050 main screenI wanted to have everything on the right one, my main workspace. And I wanted a seperate x workspace on the left hand one. (Mainly so that when the one on the left decides to not work, I can use the panel thing at bottom to move apps to the right one)
Now I know since 9.10 xorg.conf is non-existant and so determind on the fly or something.Is there a way to get X to write out the current working xorg.conf that's it's using? i.e. It's auto determind x,y,z and that's what right now this second is being used. I want to save this as a working xorg.conf so I can fine tune it etc.
View 1 Replies
View Related
Feb 26, 2010
I am trying to edit the xorg.conf file as described here:
[URL]
However, I cannot find the xorg.conf file anywhere.
View 9 Replies
View Related
Jun 1, 2010
I started using 10.04 today and it seems that the xorg.conf file disappeared. It's the first time that the default xorg driver works for my nvidia card, and I want to know what drive is this. How can I know what xorg driver the system is using? Is there a command for that?
View 5 Replies
View Related
Sep 13, 2010
After few days of Googling, downloading and testing, I've finaly managed to make a working Xorg.conf for my iMac G3 (Slot-loading, Summer 2001). As many of configs found on the Internet wasn't working for me, I'm posting mine, which is based on data from many configs (some from Ubuntu 8.04, were not working on this new release without adjustments).
Code:
View 1 Replies
View Related
Sep 15, 2010
I have a fresh install of Lucid on my PowerMac G4 Desktop (PowerMac3,6) / 867MHz. Right now I'm stuck with a resolution of 800x600. From what I have read, I know I need an xorg.conf file (install doesn't create one). I've looked around for a working one - and tried creating my own with no luck. I gather the following information is needed:
Code:
*-display
description: VGA compatible controller
product: NV17 [GeForce4 MX 420]
vendor: nVidia Corporation
physical id: 10
bus info: pci@0000:00:10.0
[Code]...
View 1 Replies
View Related
Oct 31, 2010
Just a quick question - with 10.10 where do I save the Xorg.conf?
Is it :-
a) /etc/X11/
b) /usr/share/X11/
[code]....
View 2 Replies
View Related
May 2, 2011
Howto create xorg.conf using Ubuntu 10.04 Live?
View 1 Replies
View Related