First, yes I did read http://www.salixos.org/forum/viewtopic. ... 26&p=10590, but id did not help. I cold not run any "gtk 1360 768 60" to get a new screen mode, command not found.
Anyway, what I want to do is to get a resolution of 1440x900 on an Acer AL1916W on SalixXFCE13.37. The video adapter is a Geforce G72/7500LE and the driver loaded is noveau.
Just running Xorg -config and editing xorg.conf did not help much (I added vertical and horizontal refresh to the monitor section).
The problem is that I do not do things the right way. So, what do I edit and what do I put in there?
How to make X change to a widescreen resolution?
Re: How to make X change to a widescreen resolution?
I found out, but I still can not make it work...(setting 1440x900 as standard resolution, that is).Oops. That should be gtf, not gtk.
Should I make some extra files for xorg.d, and if yes, what should I call them?
Re: How to make X change to a widescreen resolution?
If it doesn't work the way it's described, then it simply means that your graphics card/drivers do not support that resolution in any way.
Re: How to make X change to a widescreen resolution?
You are probably right. I got the computer yesterday, and have not really checked what is inside...If it doesn't work the way it's described, then it simply means that your graphics card/drivers do not support that resolution in any way.
Re: How to make X change to a widescreen resolution?
Code: Select all
root[pelle]# gtf 1440 900 60
# 1440x900 @ 60.00 Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
Modeline "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
root[pelle]# xrandr --newmode "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
root[pelle]# xrandr --addmode default "1440x900_60.00"
xrandr: cannot find output "default"
root[pelle]# xrandr --output default --mode "1440x900_60.00"
warning: output default not found; ignoring
I think the computer has been originally delivered with a wide monitor (that is, that I am using the monitor it was delivered with), so the graphics card should support at least some wide screen resolutions. I tried 1920x1200 too. It is hard to find any specifications for the card (yes, I tried nvidia, google etc)
Re: How to make X change to a widescreen resolution?
Code: Select all
root[pelle]# xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
VGA-1 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
TV-1 disconnected (normal left inverted right x axis y axis)
1280x1024_60.00 (0x192) 108.9MHz
h: width 1280 start 1360 end 1496 total 1712 skew 0 clock 63.6KHz
v: height 1024 start 1025 end 1028 total 1060 clock 60.0Hz
1440x900_60.00 (0x193) 106.5MHz
h: width 1440 start 1520 end 1672 total 1904 skew 0 clock 55.9KHz
v: height 900 start 901 end 904 total 932 clock 60.0Hz
Re: How to make X change to a widescreen resolution?
Your output name is not "default", it's "DVI-I-1".