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
ADVERTISEMENT
Jan 6, 2010
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]....
View 2 Replies
View Related
Aug 4, 2010
Can anyone help with me configure my dual-screen monitors for rotation? I have xrandr 1.1. Have tried various approaches, nothing takes. I can't even get the xrandr options to show up in KDE's Display control panel.
My lspci output: 03:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series] My current xorg.conf (works, minus screen rotation): # Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
[Code]...
View 1 Replies
View Related
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
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
View Related
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
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
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
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
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
Mar 24, 2011
I'm trying to set up a tri monitor setup. Unfortunately I must use 2 cards, one an AMD HD4350 and a PCI Geforce FX200. (Old skool I know) Due to the restrictions, I am forced to use the open source drivers (else nvidia glx will clash).
1: Use XRANDR to span the displays (this is what I did previous to the introduction of the third monitor and nvidia card to my system) I tried to do this, by setting up a second X screen on the NVIDIA card, disabling Xinerama; but after much googling I can't figure out the syntax for panning across 2 screens (X screens) in XRANDR, even tho it's >1.3, which supposedly supports multi card output.
2:Use Xinerama, sacrificing randr, and composite extensions. I also attempted to do this, with some limited success. I could get the NVIDIA screen to be right of the ATI, but I couldn't get 2 independent outputs running on the ATI card, even with "ZapohHeads" appended to one of the device sections for my ATI card.
View 1 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
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
Jul 19, 2011
i lost touchpad functionality during gdm login (i cant tap clicking) after playing with xorg.conf
would somebody kindly paste-ing their xorg.conf for eee pc (1000HE) ?
View 2 Replies
View Related
Aug 5, 2011
I just did a net install on an old powerpc G4 and it seems pretty successful.except i cant change any of the monitor settings from the control panel in gnome (or LXDE)its showing 'not recognised' and only allows 768 x 1024 in very restricted colour.I dont think there is a hardware problem:
- the monitor is a generic old CRT which has worked fine with everything before this.
- the display card is an AGP 32Mb - original with this G4 and was working.
- the computer works great in Mac OS10.3 - (but OS10.3 doesnt support flash or up to date web browser any more, hence trying debian).
i have searched debian forums and various sites, but i couldnt find a fix. It looked like i should edit xorg.conf file but I am not able to find it. I looked in /etc/X11 - but not there.could someone tell me please, do i need to find xorg.conf?
View 7 Replies
View Related
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
Feb 3, 2010
While trying to implement some of the suggestions in the fedora 12 common problems (Intel Graphics)I discovered I cannot get the resolution correct using a xorg.conf file . Here is the file# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
[code]....
View 5 Replies
View Related
Sep 2, 2010
Cannot edit xorg.conf on Fedora13. I do it from the root but changes is not saving.
View 7 Replies
View Related
Mar 31, 2010
I am running Crossover Office on a laptop on OpenSuSE 11.2 with a fair bit of success (Outlook is still twitchy related apparently to the http stack). But whenever I do disk I/O to a windows app and I have a second monitor plugged in it flashes to black.
In prior OpenSuSE versions I used to be able to stop this by adding entries to disable the TV output in xorg.conf but now it appears that there is no xorg.conf in use. How do I disable this in the post-sax2 era?
Dell Lattitude E6500 4Gb x64_86
View 1 Replies
View Related
Oct 19, 2010
How to create /etc/X11/xorg.conf for openSUSE 11.3?
View 4 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
Aug 15, 2010
I noticed that Sid/unstable (Gnome - kernel 2.6.33 - xorg 1.7) does not use xorg.conf file for X driver. The X driver seems to get detected automatically by the kernel and xorg, which is done perfectly even with 3D support. But I noticed that it uses the xorg.conf file for the input devices. When I renamed it, the keyboard and mouse were disabled. Is there a way to get the input devices detected automatically also and get red of xorg.conf file completely?
View 5 Replies
View Related
Jul 3, 2010
get my VIA chrome 9 video card running with my Beamerproperly installed the openchrome driver and edited the /etx/X11/xorg.conf but the resolution settings are ignored. Something seems to be wrong with my hsync settings:
Code:
$ cat /var/log/Xorg.0.log | grep -i "CHROME"
(--) PCI:*(0:1:0:0) 1106:3371:1458:d000 VIA Technologies, Inc. CN896/VN896/P4M900 [Chrome 9
[code]....
View 5 Replies
View Related
Feb 20, 2011
I just did a clean install of 13.1 on one of my laptops and the scroll doesn't work on the synaptics touchpad. I've seen some comments about adding a file to the /etc/X11/xorg.conf.d/ directory. I don't have this directory. Is it ok to add this, or did I screw something up during the install. I did another 13.1 install about a week ago and it is also missing this directory. Is this just something in current and not in 13.1?
View 1 Replies
View Related
Apr 9, 2010
I have freshly installed Slackware 13 64-bit.
After messing around last time trying to compile fglrx for my ATi card, I now understand it uses a built in radeon driver.
My question is this: how do I get X to recoqnise my custom xorg.conf file? I dropped it in /etc/X11 but to no avail.
HAL does it great job - but I need my xorg.conf as I have dual monitors which HAL doesn't configure correctly (displays mirrored, not stretched).
View 14 Replies
View Related