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


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 :: Can't Configure Wacom Tablet In Xorg.conf

Feb 4, 2010

I have a wacom graphire3 tablet and two monitors. The tablet is workin properly with out of the box drivers.

As well as the dual monitors configured as twinview through Nvidia X server. But the tablet is mapped for the two screens, then I searched the forums for a proper configuration and it it tells me to edit the xorg.conf file for twinview horizontal but, it don't make any difference. I've "sudo gedit" edited the xorg.conf and nothing happens. Nothing, the tablet is working properly, the system is stable and it's still mapped for two screens.

What can I do? The xorg.conf also isn't listing all my hardware, I can't see the confs for my mouse. I'm on karmic koala.

View 3 Replies View Related

OpenSUSE Install :: Can't Use Xorg.conf To Configure X And Everything Is Autodetected By HAL

Jan 18, 2010

Anyone experience with multiseat configuration in combination with openSUSE 11.2. Looking for a howto since we don't use xorg.conf to configure X and everything is autodetected by HAL.

View 1 Replies View Related

Debian Configuration :: HowTo Configure Touchpad Without Xorg.conf

Feb 2, 2010

for some reason I got taping on touchpad is disabled after some software upgrade or something.I can enable it with synclient TapButton1=1, etc.. but have got to do it every time I reboot. Also, I don't have Xorg.conf file. Is there any way I can configure taping to work permanently ?

View 6 Replies View Related

Debian Hardware :: Configure Xorg.conf - Don't Get Required Resolution

Aug 17, 2011

I've created the file from new in /usr/share/X11 and then added to lines from GTF. I@ve restarted Xorg by killing the PID then restarting and I don't get this resolution unfortunately

[Code]...

View 6 Replies View Related

Hardware :: Can't Configure Stable Xorg.conf For Triple Head

Aug 25, 2010

I currently have 2 GPUs in my system both ATI. The primary is a HD4870 and the secondary is a HD4350.

I have a 24" and a 17" running in twin view from the 4870 but I can't figure out a way to enable my third monitor to display anything at all, I have tried multiple configurations but I end up breaking the xorg every time.

All I simply want to do is keep my twinview on the monitors run by the 4870 but have the third monitor as a separate X session so I can still use compiz. Here is my xorg file, it was generated by aticonfig.

Code:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

[Code].....

View 2 Replies View Related

Slackware :: Getting A Segmentation Fault And Cannot Configure A Working Xorg.conf?

Mar 1, 2011

I did fresh install of Slackware64 ver. 13.0 and immediately updated it to slackware-current by following the directions here: http://slackwiki.org/Upgrading_SlackwareSo far all is normal and functional except for xorg-server.When I did Xorg -configure under ver.13.0, it worked perfectly and detected my nvidia 8800 GTS vidcard and 1440 x 900 lcd monitor.However, after upgrading to "current" and xorg-server-1.9.4, I'm getting a segmentation fault and cannot configure a working xorg.conf.I've been searching xorg seg errors, but haven't found a solution yet.My /var/log/Xorg.0.log:

[ 234.357]
X.Org X Server 1.9.4
Release Date: 2011-02-04

[code]....

View 14 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

Debian Multimedia :: X -configure Segfaults - Sid - Cannot Create Xorg.conf To Get A Correct Resolution

May 13, 2010

I am running kde 4.4 in virtualbox , but cannot create xorg.conf to get a correct resolution. X -configure = segfault. Older releases were fine - lenny, even ubuntu hardy / lucid.

View 6 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 :: 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

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

Ubuntu :: Redirect Output Of Xorg -configure To A File?

Jun 29, 2010

Ubuntu 10.04

I booted to command line only and entered the following command: Sudo Xorg -configure > xorglog.txt

the command seems to run just fine and does create a new xorg.conf.new file but I would like to see all the output of the Xorg -configure command but it just scrolls by too fast and I can't go back to see it. Hence this is why I'm trying to do the > . It seems to ignore the >.

how I can see what the command is doing?

View 4 Replies View Related







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