CentOS 5 :: Setting The Xorg.conf File And Installing Drivers?
Jun 29, 2009Is there a Linux HOWTO for setting the xorg.conf file and installing drivers?
View 1 RepliesIs there a Linux HOWTO for setting the xorg.conf file and installing drivers?
View 1 RepliesBeen 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]....
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]....
I have the following section in xorg.conf
Section "Device"
Identifier "Default Device"
Driver "fglrx"
EndSection
In what directory does it look to find the fglrx driver?
I just installed 11.2, and discovered when I went to setup my Logitech Marble Trackball, that there was no /etc/X11/xorg.conf file. After some Googleing, I created one using sax2, Edited it to add the appropriate parameters to enable scrolling using the ball, and all works great.
My question is if there is a more "correct" way to change the parameters, as the mouse parameters are obviously stored somewhere on the machine.
BTW, for those with a Marble Trackball, all you need to know about the xorg.conf setup can be found here:
Logitech Marble Mouse - ArchWiki
I am setting up a display system that will not have a keyboard/mouse and automatically boots into gnome and starts up firefox to a display page. The page is optimized to a 720p resolution which I can set when we use a TV for the display, but is not an option if we use a monitor. I am trying to find a way to set the resolution to 720p automatically on boot up. I am always using 16x9 displays with a DVI connection (to HDMI on TVs)
I was able to get one monitor working by creating a script and setting it to load in the Startup Applications as shown:
Code:
#!/bin/bash
scnres="1280 720 60"
modeline=$(cvt -v $scnres | grep Modeline)
modeline=${modeline#Modeline }
[Code]....
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." #
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]...
my laptop screen has 1900x1280 (native resolution) and my second monitor has 1600x1080
After browsing the forums and messing around with drivers I managed to get the resolution up to 1600x1080 (from 1000x800 at install) on the laptop screen. No luck at all with the second monitor. I currently have it connected with both VGA and DVI.
my understanding is I need to use twin view to setup the second monitor. I've read several of the earlier posts but haven't been able to get it to work. Here is my current xorg.conf file:
Code:
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Configured Monitor"
VendorName "Unknown"
[Code].....
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?
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 RelatedI 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 ?
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 RelatedI am trying to edit the xorg.conf file as described here:
[URL]
However, I cannot find the xorg.conf file anywhere.
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 RelatedAll 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].....
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 RelatedI just set up a new CentOS 5.5 system (using the 5.5 DVD, yum updated all packages to latest) which unfortunately due to various issues and most critically availability, has an ATI-4350. The install went OK but X does not detect the card properly so it's using the slow VESA driver. I followed the instructions here [URL] to download and install the ATI driver. It appeared to be correctly installed but not used.
Display still detects my monitor and 4350 as unknown and using some "Vendor supplied driver". Yet under the "Dual Head" tab, if I would to enable it, the ATI-4350 comes up as an option, hence implying that the driver was corrected installed and the card is actually detected. I suspect it might have to do with my Xorg.conf, although trying to edit in several ways didn't make it work.
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.
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 RelatedI 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]...
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 RelatedBeen 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 RelatedWhen 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]...
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 Relatedi am trying to set the file permissions for the log files "/var/log/Xorg.0.log" and "/var/log/gdm/:0.log". These files seem to be created when a user logs into a whokstation (my guess so far). I am trying to comply with a security mandate that all log files in the directory /var/log are set to 0640. The two mentioned files always seem to have the permissions 0644, does anyone know where and when these filea are created and how I might set the permissions when the files are created
View 1 Replies View RelatedI 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:
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.
I've tried many, many different ways of setting up the cluster.conf file, but every time I start the cman service I get a message telling me "corosync died: could not read cluster configuration".This means nothing to me, nor can I find logs, or anything on the net about this message. I'm ultimately just trying to run a simple GFS2 config on 2 Ubuntu 9.10 desktop nodes, but I can't even get a basic cluster config going.What am I missing? I've been at this for days.
Code:
<cluster name="example" config_version="1">
<clusternodes>
[code]...
I am trying to set up a permanent resolution in the xorg.conf file. At the moment whenever I reboot the machine the resolution defaults to auto. How I can change that to be constantly at 1600x1200?
Here is my xorg.conf file.
Code: # nvidia-xconfig: version 1.0 (buildmeister@builder62)
Wed May 27 01:58:49 PDT 2009
Section "ServerLayout"
Identifier "Layout"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
InputDevice "stylus" "SendCoreEvents" # Added
InputDevice "eraser" "SendCoreEvents" # Added
InputDevice "cursor" "SendCoreEvents" # Added
InputDevice "pad" "SendCoreEvents"
EndSection .....