[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian-6.0.7-amd64 how to set resolution and refresh for free NVIDIA X drivers?



On 04/10/13 17:10, Brian wrote:
First test the display resolution you want to have as described by
Benjamin.

I run it at 1600x1200 at 85 Hz, or thereabouts.

If it works you can use my xorg.conf as a basis to write yours:

I tried my hand at writing the simplest xorg.conf I could -- every time the screen turned black and I was effectively locked out. (Apparently, Ctrl+Alt+Backspace no longer kills X servers, nor does any of the other keystrokes I tried; nor could I switch to another console. I don't have or want sshd, so push the reset button...)

Then I tried starting X with an empty xorg.conf:

    root@a64x23800p:~# touch /etc/X11/xorg.conf.empty
    root@a64x23800p:~# X -config /etc/X11/xorg.conf.empty

Same result. Please see xorg.conf.empty-typescript and xorg.conf.empty-Xorg.0.log at URL, below.

When I boot the machine without any xorg.conf, X comes up at 1024x768 @ 60 Hz. Please see no.xorg.conf-Xorg.0.log, at URL below.


http://holgerdanske.com/users/dpchrist/bug-reports/debian/squeeze/amd64/X/a64x23800p/20130411-2107/

A "diff" of the two log files follows.

If X pukes on an empty xorg.conf, I don't know how I'm going to provide my monitor and screen settings to X.

David

2013-04-11 21:21:57 dpchrist@desktop ~/www.holgerdanske.com/public_html/users/dpchrist/bug-reports/debian/squeeze/amd64/X/a64x23800p/20130411-2107
$ diff xorg.conf.empty-Xorg.0.log no.xorg.conf-Xorg.0.log
16,17c16
< (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 11 20:57:34 2013
< (++) Using config file: "/etc/X11/xorg.conf.empty"
---
> (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 11 21:03:42 2013
47c46
< (--) using VT number 2
---
> (++) using VT number 7
50c49
< (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
---
> (II) Open ACPI successful (/var/run/acpid.socket)
156c155
< drmOpenDevice: open result is 9, (OK)
---
> drmOpenDevice: open result is 8, (OK)
159,160c158,159
< drmOpenDevice: open result is 9, (OK)
< drmOpenByBusid: drmOpenMinor returns 9
---
> drmOpenDevice: open result is 8, (OK)
> drmOpenByBusid: drmOpenMinor returns 8
176c175
< drmOpenDevice: open result is 10, (OK)
---
> drmOpenDevice: open result is 9, (OK)
178c177
< drmOpenDevice: open result is 10, (OK)
---
> drmOpenDevice: open result is 9, (OK)
181,182c180,181
< drmOpenDevice: open result is 10, (OK)
< drmOpenByBusid: drmOpenMinor returns 10
---
> drmOpenDevice: open result is 9, (OK)
> drmOpenByBusid: drmOpenMinor returns 9


Reply to: