Hi everybody
this is my first post here, and I wonder wether this is the right fprum, ot ‘laptop’ could be more appropriate
I have just got my new sony vaio Z and installed opensuse 12.11
After some work, thanks to all who posted useful infos, I finally have a working system … but for one thing
The resolution of the laptop screen is fixed to 1600x900 and I cannot change it from the system setting panel. Nor I found any other way to change it.
I use the laptop for work, and travel a lot making presentations. Such resolution is totally not compatible with projectors, and I’ obliged
to give presentations disabling the internal screen and … looking at the large screen in the room (which can be very unconfortable, as I
cannot face the audience)
I wonder if there exist a way to downgrade the resolution when I branch a projector, as I did with my (very old) dell laptop with suse 10.2
I should add that I am a total zero in hardware related issues. From the various posts on simlar topics, I just understood to run xrandr, and this is the output of it
Screen 0: minimum 320 x 200, current 3280 x 1050, maximum 8192 x 8192
eDP1 connected 1600x900+1680+0 (normal left inverted right x axis y axis) 291mm x 164mm
1600x900 59.9*+ 40.0
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
You xrandr output suggests lower resolutions are not available for your display (which is why no other options will exist via System Settings). However it should be possible to add the required display resolutions as necessary by manually editing a couple of Xorg config files, if you feel comfortable doing that.
Can you provide info about your graphics card and driver?
deano_ferrari: i too am having the same issue as biancag except mine is a 720p television. 1920x1080 and 720x480 are my only options for this display in system settings. i’d like to use its native resolution at 1280x720. any assistance would be greatly appreciated. here is my /usr/sbin/hwinfo --gfxcard output.
Screen 0: minimum 320 x 200, current 2820 x 1980, maximum 8192 x 8192
DVI-0 connected 900x1440+1920+0 right (normal left inverted right x axis y axis) 410mm x 256mm
1440x900 59.9*+
1280x1024 60.0
1280x960 60.0
1152x864 75.0
1024x768 85.0 75.1 70.1 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3 56.2
640x480 85.0 72.8 75.0 66.7 60.0
720x400 70.1
640x400 70.0
S-video disconnected (normal left inverted right x axis y axis)
DVI-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 16mm x 9mm
1920x1080 60.0*+
720x480 59.9
DVI-0 is a 1440x900 monitor on its side (absolute)
many thanks in advance!
You might both like to try this approach, using xrandr to add the required undetected display modes. One does have to be careful about generating compatible modelines for the particular display device concerned, but it does allow one to experiment and quickly switch dynamically (without restarting the X-sever)
Once you have a working modeline, it can be used to create a minimal xorg.conf to make it persistent, or add the relevant sections to the newer corresponding config files in the /etc/X11/xorg.conf.d/ directory.