[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 Thu, 2013-04-11 at 01:52 +0200, Benjamin Egner wrote:
> I deleted the earlier messages. Hopefully, this is appropriate:
> I wrote a startup script to fix my resolution aka `add new modes' to the 
> ones xrandr is showing you.
> ------------------------------
> 
> #!/bin/bash
> # Purpose: Setting the monitor parameters for Samsung 943nw
> # Date:       2013-03-19
> # Author:  BE
> # Source:  For the startup-script idea:
> #          http://forums.debian.net/viewtopic.php?f=16&t=78330
> #
> #
> 
> # modeline obtained manually via `gtf' call.
> 
> xrandr --newmode "1440x900_70.00"  126.98  1440 1536 1688 1936  900 901 
> 904 937  -HSync +Vsync
> xrandr --addmode VBOX0 1440x900_70.00
> xrandr --output VBOX0 --mode 1440x900_70.00
> 
> ------------------------------
> 
> 1. You have to create _your_ modelines
> 2. Replace VBOX0 with what you see when you run xrandr alone.
> 3. Hopefully shed tears of joy

As mentioned by me in two previous posts. You might need a modeline and
you can get the needed values by the command "cvt <resolution
v-frequency>, e.g.:

[rocketmouse@archlinux ~]$ cvt 1152 864 90
# 1152x864 89.80 Hz (CVT) hsync: 81.99 kHz; pclk: 127.25 MHz
Modeline "1152x864_90.00"  127.25  1152 1232 1352 1552  864 867 871 913
-hsync +vsync

Regards,
Ralf


Reply to: