Ubuntu :: Where To Change X Configuration Options In Natty Without Xorg.conf

May 24, 2011

I need to add an option to my xorg.conf to enable "backing store", like this:

Section "Device"
Identifier "Miserable Old SVGA"
Driver "miserable"
Option"BackingStore""True"
EndSection

But I don't have an xorg.conf file in Natty. There are several conf files in /usr/share/X11/xorg.conf.d/, but I'm not sure which one to add it too (I can't find the Device section in any of them). I guess I don't even know if the "BackingStore" option is valid in the latext Xserver.

View 2 Replies


ADVERTISEMENT

Software :: Xrandr Options In The Xorg.conf?

Jun 22, 2010

I'm using a netbook with an intel GPU and a recent intel driver. In my .xinitrc, I have this command: xrandr --output LVDS1 --set "scaling mode" "Full aspect" But that causes a brief black flicker and stalls the login a little bit. I'd like to specify this in my xorg.conf or find some way for this option to be set as Xorg starts. I don't know what the xorg.conf equivalent option is, or even if one exists.

View 5 Replies View Related

OpenSUSE Hardware :: Setting Mouse Options Without Xorg.conf ?

Dec 26, 2009

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

View 2 Replies View Related

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 :: Change To 96 Dpi No Xorg.conf?

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

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 :: Generate Xorg.conf From Current Configuration?

May 9, 2010

xorg nowadays does not use a xorg.conf.Is it possibly to make it "spill out" one of the current configuration though?

View 6 Replies View Related

Debian Configuration :: DDC Versus Xorg.conf

Jan 18, 2011

I'm trying to get the latest Lenny running on some old hardware (a Winterm 3150se). Everything is working just fine except for two things.

When Gnome starts, it comes up at 1600x1200 resolution, which is too high for my monitor. It shows a portion of the right side of the display, If I select Screen Resolution, it gives me a few standard choices, but if I pick one, it acts like it's trying to honor my request, then comes back as 1600x1200 again.

My xorg.conf file had no references to Modeline, so I added a 1024x768 Modeline, not really understanding where the selection I was given was coming from. Anyway, it didn't help.

I can see in the log file that right after the entry about using xorg.conf, it says 'Module "ddc" already built-in', which must have something to do with it?

My hardware supports all the usual video formats, at least it does when it's running WinCE. Is there a way to force the use of xorg.conf or can someone tell me why DDC is acting like it's "read only"? Is DDC a file somewhere?

My other problem is that the Winterm refuses to not try to boot from the flash memory thumbdrive even though it's formatted as a non-bootable device - it's my SSDisk. I have to boot without the drive in, then slip in in just as the boot process exits the blue start screen. I can live with this problem, since it might be dumb hardware.

View 1 Replies View Related

Debian Configuration :: Xorg.conf Not Used In Kernel 2.6.38?

Apr 12, 2011

I just system-upgraded (testing) to kernel 2.6.38. All seems ok, except that a few things I added to xorg.conf in the past (basically, keyboard language switch) have no effect anymore. My xorg.conf is still there, it is still the same as before, but the changes I did in XkbdLayout section have no effect. It seems xorg.conf is not used anymore. I assume new version of xorg uses a different configuration file, but I'm not sure.

View 8 Replies View Related

Fedora :: Change Resolution Through Xorg.conf?

Apr 13, 2011

i have a Fedroa12 installed as a VM, and my problem is that i can't change the resolution higher than 800x600 .

i am trying to do that with an Xorg.conf file. here is what i did:

1. telinit 3

2. Xorg -configure (root user)

3. cp /root/xorg.conf.new /etc/X11/xorg.conf

4. inside xorg.conf i have added the following:

under the "screen" section i have added:

DefaultDepth 24 then under the "SubSection" of Depth 24, i have added:

Modes "1680x1050" "1028X768" "800x600"

but then whenever i am try to start the X, it fails with the following message: no screen found...

since i am doing it for studying only, how to configure properly the xorg.conf file ?

View 2 Replies View Related

Slackware :: Change AccelMethod Without Xorg.conf?

Apr 4, 2010

I have the same problem as described in [URL]. Apparently the solution is to add

PHP Code:

Option "AccelMethod" "EXA"  to xorg.conf.

However my system apart from this works fine without xorg.conf. Is there a way to change the AccelMethod without an xorg.conf?

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

Ubuntu Multimedia :: No Xorg.conf - How To Change Color Depth

Aug 4, 2010

I want to change color depth, but there's no xorg.conf file to edit... what to do? btw, shouldn't there be a simple gui for that? Like for changing resolution

View 5 Replies View Related

Fedora :: Xorg.conf Creation To Change Resolution?

Dec 27, 2010

I run fedora on a server only from command line. I need to change the resolution.

I tried to create a basic xorg.con file with Xorg -configure. But Xorg command does not exist. Which rpm do I need to install?

View 8 Replies View Related

OpenSUSE Install :: Change /etc/X11/xorg.conf From NVidia To Nv To Get A X To Run In Xen?

Aug 29, 2011

I have the nVidia driver on my desktop kernel set-up but have to change /etc/X11/xorg.conf from nVidia to nv to get a X to run in Xen. Whilst this works, is there a way to tell Xen at boot time to use nv rather than nVidia so I don't have to edit xorg.conf each time?

View 2 Replies View Related

Hardware :: Forcing Xorg.conf To Not Change (no Detection)

May 3, 2010

I have a home theatre setup, where the hdmi output from my nvidia card goes to a 3 way splitter. I have found a modeline that all 3 monitors are happy with and all works well.

However, every bootup causes linux to detect a different (of the 3) monitor, a changing the video resolution etc..

How do I force linux to just use the Xorg.conf as is (without detecting new monitors every time and messing things up).

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

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 :: Screen Resolution \ Tried To Change Xorg.conf, But Got No Success?

Jun 18, 2010

I installed debian 5 in a pc with a Intel 4 series VGA. The optimal resolution for the monitor is 1360x76, but the system does not allow that. I tried to change my xorg.conf, but got no success.In my xorg.conf I used this:

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"

[code]....

View 9 Replies View Related

Debian Configuration :: Edited Xorg.conf, Now Lost Some Keyboard Functionality?

Jul 8, 2011

I tried to edit my xorg.conf to try and encourage Debian to handle my joypad better (stop recognising it as a mouse). However, it didn't work and i couldn't get back into X.So, i entered recovery mode and deleted the contents of xorg.conf,got back into X and then edited xorg.conf back to how it was.Right so far so good.Yet, now i cannot use the backlash key in keyboard shortcuts. I have a number of shortcuts set up to incorporate this key and they no longer work, neither in GNOME nor Openbox

View 2 Replies View Related

Debian Configuration :: Blank Screen On Boot. Graphics Card Not In Xorg.conf?

Jul 10, 2010

I've been using ubuntu on a new desktop for a couple of months, but i had an old HP that was given to me in my basement. It has 384Mb of ram, and thats because i had a 256Mb stick laying around. I installed debian becuase it is more suited for older hardware (at least from what I've read). It installed fine, but it boots to a blank screen, and pressing ctrl+alt+F2 bring me to the command line. I checked /etc/X11/xorg.conf to change the driver to vesa, to find out my video card isn't even shown. I ran lspci and I found that it says my graphics card is Intel Corporation 82810E DC-133 (CGC) Chipset graphics controller (rev3) In the device section of xorg.conf, it merly says Identifier"Configured Video Device"

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

OpenSUSE :: Xorg.0.log The The Xorg ATI Driver Is Failing ALL Options?

Jun 18, 2011

I found in my xorg.0.log the the xorg ATI driver is failing ALL options.

Code:
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8.942] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 8.942] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 8.942] (WW) The directory "/usr/share/fonts/TTF/" does not exist.

[Code].....

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

Server :: Change The Configuration In Httpd.conf File With Out Affect Current Status Of Http Service?

Jan 27, 2011

I need to change the some configuration in httpd.conf file with out affect any current status of http service.

View 3 Replies View Related

Debian Configuration :: Configure Touchpad - Error "gsynaptics Couldnt Initialize You Have To Set 'shmconfig' 'true' In Xorg.conf Or Xf86config To Use Gsynaptics"

Jun 5, 2010

When i want to configure my touchpad on my dell inspiron 1525 with debian lenny then i got this message: gsynaptics couldnt initialize you have to set 'shmconfig' 'true' in xorg.conf or xf86config to use gsynaptics My touchpad is an alps and not a synaptics so far i can see. My xorg.conf is this: [URL]

View 13 Replies View Related

Ubuntu :: Where Is The Xorg.conf On 10.04

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

Ubuntu :: No Xorg.conf Via Driver?

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

Ubuntu :: Switching Between Two Xorg.conf's?

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







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