Screen resolution problem, Intel integrated graphics
Im running BT4 Final on a HDD install. It's a Sony Vaio laptop with Intel Core processor integrated graphics.
My problem is that i cant get a resolution higher than 800x600 when i try to change the sceen size.
Anyone encounterd this problem with this graphiccard before?
Re: Screen resolution problem, Intel integrated graphics
I have the same issue.
I run a HDD install on Sony Vaio VPC EB12FX, and with same video chip as yours.
Can't get the video to change more than 800x600...
After a long search and much tries, I got the resolution to change but the video is clearly without the appropriate driver. while you drag a window for e.g it "frames out" or something like that.
this is my xorg.conf atm, just replace yours with this one as we have the same specs.
Section "Device"
Identifier "Configured Video Device"
Option "RenderAccel" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5 - 50.0
VertRefresh 40-90
Option "UseEdidFreqs" "1"
Option "ReducedBlanking"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Re: Screen resolution problem, Intel integrated graphics
Using Sony VIAO VPCEB15FX
Here is part of my xorg - this gives me 2 1368x768s and one 1024x768
I don't get it as I only put "1152x864" in the modes section. Its the only way I could get a high resolution without installing the drivers.
# DefaultDepth 8
# DefaultDepth 16
DefaultDepth 24
# DefaultDepth 32
# "1024x768" is also a conservative usable default resolution. If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)
Subsection "Display"
Depth 8
Modes "1024x768" "1152x864" "1280x1024"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "1152x864" "1280x1024"
EndSubsection
Subsection "Display"
Depth 24
Modes "1152x864"
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubsection
Quote:
Originally Posted by
xirmoni
I have the same issue.
I run a HDD install on Sony Vaio VPC EB12FX, and with same video chip as yours.
Can't get the video to change more than 800x600...
After a long search and much tries, I got the resolution to change but the video is clearly without the appropriate driver. while you drag a window for e.g it "frames out" or something like that.
this is my xorg.conf atm, just replace yours with this one as we have the same specs.
Section "Device"
Identifier "Configured Video Device"
Option "RenderAccel" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5 - 50.0
VertRefresh 40-90
Option "UseEdidFreqs" "1"
Option "ReducedBlanking"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Re: Screen resolution problem, Intel integrated graphics
I think that the procedure is the same, on ubuntu or BT since BT4 is ubuntu based. Here it is.
Hope ll be helpful.
Best regards.