Ubuntu :: Replace In The Xorg.conf File The Line In The Section "Device"

Nov 10, 2010

I have a Dell precision M50 which has the NVIDIA Quadro4 500 GoGL. When I upgraded from 10.04 to 10.10 the proprietary NVIDIA driver stopped working. At that time I found a simple solution which was to replace in the xorg.conf file the line in the Section "Device":

[Code]...

View 6 Replies


ADVERTISEMENT

Ubuntu :: Create A Backup Of The Xorg.conf File - Cannot Stat /etc/X11/xorg.conf

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

Ubuntu Multimedia :: X Not Using Options Under Device Section Of Xorg

Apr 4, 2010

I'm using an Intel 965 GM graphics chip with the "intel" driver. I'm curious as to why it doesn't seem to be using any of the options that I'm placing under the Device section of xorg.conf. Here's an example:

Section "Device"
Identifier "Configured Video Device"
Driver "intel"
Option "AccelMethod" "XAA"
EndSection

In my Xorg.0.log file, I get the following message:
(WW) intel(0): Option "AccelMethod" is not used
Why would it not be allowing me to use options such as this? I know that my driver and video card are compatible with this option, as is indicated in this manual: [URL]

View 1 Replies View Related

Programming :: Replace A Complex Line In Lvm.conf

May 19, 2011

I need to replace a line in the lvm.conf file from: filter = [ "r|/dev/.*/by-path/.*|", "r|/dev/.*/by-id/.*|", "a/.*/" ] to: filter = [ "a|/dev/cciss/c0d0.*|", "a|/dev/disk/by-id/.*|", "r|.*|" ] And I was hoping there was a way to use sed or awk to do this in a script (as I need to repeat this on several machines).

All of the examples I've found don't see to work with all of the special characters in the line that I need to replace. Then I need to add a line after the above edit like this: types = [ "device-mapper", 253 ]

View 3 Replies View Related

General :: Possible To Add More Than One Graphic Device Driver To Xorg.conf

Jul 24, 2011

Is it possible to add more than one graphic device driver to xorg.conf and it will load automatically? It is important to autodetect because I am using the configuraiton read only. This is because it's a custom LIVE CD.This is what I currently have, and it works!

Problem is if I put my Live CD in my brothers machine, it fails to load because it uses a Radeon driver!I can preinstall the ati packages I need, so all i need to know is how do I make it work?

View 1 Replies View Related

Hardware :: Xorg.conf Is Replaced With A Default Xorg.conf After Reboot ?

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

Slackware :: Difference Between Files (xorg.conf And Xorg.conf-vesa)?

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

Ubuntu :: Editing Xorg.conf - /etc/x11/xorg.conf Does Not Exist

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

OpenSUSE Install :: Precedence Of Xorg.conf Over Xorg.conf.d?

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

Ubuntu :: Generate Xorg.conf File?

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

Ubuntu :: Can't Find Xorg.conf File

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

Ubuntu :: 10.04 - Xorg Conf File Disappeared

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

Debian :: There Is No Xorg.conf File In 6

Feb 18, 2011

I install Debian 6 in my thinkpad W500.

W500 has two video card : Intel integrated and ATI discreted .

Now I am using Intel Integrated video card . I find no xorg.conf file in /etc/X11 .

How to make Debian 6 using two different video cards through changing BIOS setting ?

View 8 Replies View Related

Ubuntu :: Configure Xorg.conf File In Lucid?

Jun 8, 2010

All I need to do is get my screen resolution to 1024x768, I can currently only get 800x600 and that's unacceptable for school. I created an xorg.conf file in Lucid and it does in fact refer to and use it. what led me to believe that is when I looked in the mirror and noticed smoke slowly rolling out of my ears! After replacing some of that smoke with a cigarette I decided to make this thread. As I said, I created the xorg.conf.new file with:

Code:
sudo Xorg -configure from recovery mode. And then moved it to its proper place with:

Code:
cp /home/william/xorg.conf.new /etc/X11/xorg.conf

And that nested it right where it needs to be. X does in fact use it as confirmed by my Xorg.0.log.

Now I have an xorg.conf file, but am quickly becoming overwhelmed with information as to what to do. I've tried to create mode lines with xrandr, which gave me new settings, but I was unable to use them. Obviously the EDID info. is not being read because there is no mention of clock speed, Vsync or Hsync in my Xorg.0.log either. I have tried many things and really don't have time to spend all day at my computer, at least not with this issue. I'm in school and have to focus primarily on that right now. I will give what info I know is relevant starting with my monitor specs:

Dynex DX-LCDTV19
vertical resolution: 720 p
aspect ratio: 16:10
screen refresh rate: 60hz
comb filter: 3D/YC digital

[Code].....

View 7 Replies View Related

Ubuntu :: Can't Find Xorg.conf File On System

Aug 13, 2010

I am trying to get a touchscreen driver installed and I am talking to the techs at the company and they asked for a copy of my xorg.conf file. I have done several searches on my computer and looked on other forums posts as to where that file should be located and I cannot find this file anywhere on the system. Does Ubuntu 10.4 even have a xorg.conf file?

View 2 Replies View Related

Fedora :: Command To Create Missing Xorg.conf File?

Jul 22, 2009

how to create a missing /etc/X11/xorg.conf file.

I need to set certain parameters in xorg.conf, and my old xorg.conf won't work on my latest laptop.

View 14 Replies View Related

Fedora :: Set The Compose Key In Xfce Without Generate The Xorg.conf File?

Oct 29, 2009

I'm using Fedora 11 on my iBook G4 with an Italian keyboard.Is there any way to set the compose key in Xfce without generate the xorg.conf file?

View 1 Replies View Related

Slackware :: Desktop Effects Lost With Xorg.conf File?

May 4, 2010

I had to generate /etc/X11/xorg.conf (with xorgsetup) to fix the "crazy colors" problem with VirtualBox; adding

Code:
Section "Extensions"
Option "Composite" "Disable"

[code]...

View 2 Replies View Related

CentOS 5 :: Setting The Xorg.conf File And Installing Drivers?

Jun 29, 2009

Is there a Linux HOWTO for setting the xorg.conf file and installing drivers?

View 1 Replies View Related

Ubuntu Installation :: Unable To Open X Config File '/etc/X11/xorg.conf' For Writing?

Apr 21, 2010

When trying to conigure via nvidia-setting using root (sudo) and then saving to config file I get the ' Unable to open X config file '/etc/X11/xorg.conf' for writing.' in a message box - below is what i get on terminal:

Code:
Traceback (most recent call last):
File "/usr/share/screen-resolution-extra/nvidia-polkit.py", line 75, in <module>
operation_status = main(options)
File "/usr/share/screen-resolution-extra/nvidia-polkit.py", line 51, in main

[Code]...

View 7 Replies View Related

General :: Increasing Screen Resolution To 1024x800 In Ubuntu - No Xorg.conf File?

Mar 2, 2011

I have set up my Ubuntu virtual machine and am trying to adjust the screen resolution because it's stuck at 800x600 presently and there are no higher resolution options. I've looked at numerous similar forms and tutorials online and they all seem to involve editing /etc/X11/xorg.conf. However, for whatever reason, this file seems not to exist on my machine. I found another tutorial on how to add a screen resolution using xrandr --addmode which added the resolution I want to the list that appears when I type the command xrandr, but when I try to apply it I get an error about CRTC 262 failing.

View 8 Replies View Related

OpenSUSE Hardware :: Create A Seperate X Server On 11.2 Without Editing The Xorg.conf File?

Apr 24, 2010

Is there a way to create a Seperate X Server on openSUSE 11.2 without editing the xorg.conf file? I red on this forum that should not be used any longer.

View 3 Replies View Related

General :: Debugging X And KDE On Startup \ Setup Xorg.conf File To Have A 1920x1200 Screen?

Aug 4, 2010

Been trying to setup my xorg.conf file to have a 1920x1200 screen.Strange behavior: when my X starts up, I see my mouse cursor, can move it around. It's small enough to suggest the 1920x1200 resolution took, is working.However, the rest of the screen remains black. No login prompt.I've looked at /var/log/xorg.conf, no errors.Is there something else I can look at?

View 1 Replies View Related

Hardware :: X64 Radeon OpenSource Drivers Doesn't Change Xorg.conf File

Apr 10, 2010

Been working hard on trying to get my Radeon 5870 to run in Debian Lenny (x64). I've installed the xserver-radeon, radeonhd & ati packages through the synaptics manager, but my xorg config file is completely without information:

Section "InputDevice"
Identifier"Generic Keyboard"
Driver"kbd"
Option"XkbRules""xorg"

[Code]....

View 1 Replies View Related

Ubuntu Multimedia :: Generic Vesa Driver Xorg.conf File That Will Work With Most Any 1024x768 Monitor

Feb 12, 2010

I am looking for a generic vesa driver xorg.conf file that will work with most any 1024x768 monitor.

This is for a network appliance and our field people have many different type of monitors.

This product will mostly be used "headless" but sometimes our field people will plug in a monitor.

The intel driver will not even start x without a monitor plugged in so I found it necessary to go to the vesa driver.

Code:

View 1 Replies View Related

General :: Replace One Line For Another In File?

Dec 1, 2010

I trying to change a file with hundreds of entries, replacing line with "IP Address Number" for "Host Name", one for another.

this is the original: [IP Address Configuration : "172_17_27_161.SUBNET_U"] IP Address Number = 172.17.27.161Assignment Type = 8Host Name = CAST124Last Used = 1290499294000MAC Address = 1 00 16 35 74 4C 59Client Identifier = 01 00 16 35 74 4C 59and the result desired is: [IP Address Configuration : "172_17_27_161.SUBNET_U"]Host Name = CAST124Assignment Type = 8IP Address Number = 172.17.27.161Last Used = 1290499294000MAC Address = 1 00 16 35 74 4C 59Client Identifier = 01 00 16 35 74 4C 59I know how to change one character by another with sed, but not to change a line for another, because I don't know in which line number it is.

View 3 Replies View Related

General :: Ubuntu - Replace A File In Jar With Command Line ?

Oct 18, 2010

I have a jar, and I need to replace a class in it, at this moment, I can only open it with "archive manager" and then drag and drop the new compiled class into the jar, but I think this is really boring, if I can do with with just a command ?

View 1 Replies View Related

Fedora :: Replace A Certain Line Of A File With A Variable?

Nov 26, 2009

I want to replace a certain line of a file, my bash script looks like:

#!/bin/sh
sentence="if [ -e /home/inf/Download/$playlist ]"
sed '4c
$sentence' oldfile > newfile
mv -f newfile oldfile

But the variable $sentence can not be identified in ' ' . And also you can see I just want to update the old file. But the sed command can not save the file for me ,so I need to write them to a new file and over write the new file .

View 14 Replies View Related

Hardware :: Getting A Radeon Xorg.conf.d/*.conf Stuff?

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

Programming :: Shell Script Replace A Line From A File?

Mar 4, 2010

I am beginner in this business of shell script and I have no idea how to do the following: I would like to replace the lines of my file that contains 'CFL=' by 'CFL=0.5'. Note that I want to replace the full line meaning

View 11 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved