LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   xrandr options in xorg.conf (https://www.linuxquestions.org/questions/linux-software-2/xrandr-options-in-xorg-conf-815797/)

Twilight in Zero 06-22-2010 09:02 PM

xrandr options in xorg.conf
 
Hi. 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.

Can someone help me with this?

amani 06-24-2010 09:33 AM

modify that

man xrandr


Or you can read the driver specific manual

man i810 (?)

write a xorg.conf with driver options

Twilight in Zero 06-24-2010 03:34 PM

I already checked man intel. It only specifies how to change scaling mode through xrandr.

man xrandr doesn't give me anything useful concerning xorg.conf.

amani 06-26-2010 08:37 AM

It should be controlled by a script

see man xorg.conf for access to the script

Twilight in Zero 06-27-2010 12:08 AM

I didn't see anything about a script in xorg.conf's man page, nor by googling for it.

amani 06-27-2010 10:20 AM

oh ... sorry misread it.

change the options to xrandr in xinitrc

or use options in the driver part in xorg.conf

man intel has related options for LVDS

post the X log files in /var/log too


All times are GMT -5. The time now is 05:10 PM.