On 26.11.2013 23:58, Bob Goodwin - Zuni, Virginia, USA wrote:

> Ok, it looks like it sent it to http://ur1.ca/g3pzw

Thy 'lightdm.log':
[+1.00s] DEBUG: Got signal from X server :0
[+1.00s] DEBUG: Connecting to XServer :0
[+1.00s] DEBUG: Starting greeter
[+1.01s] DEBUG: Started session 974 with service 'lightdm-greeter',
username 'lightdm'

My 'lightdm.log':
[+0.50s] DEBUG: DisplayServer x-0: Got signal from X server :0
[+0.50s] DEBUG: DisplayServer x-0: Connecting to XServer :0
[+0.50s] DEBUG: Launching process 2099: /usr/bin/RandR
[+0.80s] DEBUG: Process 2099 exited with return value 0
[+0.81s] DEBUG: Seat: Exit status of /usr/bin/RandR: 0
[+0.81s] DEBUG: Seat: Display server ready, starting session authentication
[+0.81s] DEBUG: Session: Setting XDG_VTNR=1
[+0.81s] DEBUG: Session pid=2105: Started with service
'lightdm-greeter', username 'lightdm'

Notice an important difference in logs.


poma


In addition:

$ lightdm -v
lightdm 1.9.2

/etc/lightdm/lightdm.conf:
[SeatDefaults]
display-setup-script=/usr/bin/RandR

/usr/bin/RandR:
#!/bin/sh
PATH="/usr/bin:$PATH"

xrandr --newmode "1680x1050R" 119.00 1680 1728 1760 1840 1050 1053 1059
1080 +hsync -vsync
xrandr --addmode DVI-I-1 1680x1050R
xrandr --output DVI-I-1 --mode 1680x1050R

exit 0

$ stat -c %a /usr/bin/RandR
755


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to