WarraWarra wrote:Edit /etc/X11/xorg.conf and add the 1280x720 to it as highest resolution should look like this below , note below replaced 1024x768 as default and would be too big for your screen.
"1280x720" " 1024x600" "800x600"
1216x684 might end up being the closest to 1280x720 just check in windows for the resized size that fits properly.
I did but nothing changed unfortunately.
Almost did not answer when I saw Ubuntu.
Sorry for that. I just want to show I looked for and tried several possible solutions but couldn't find anything.
Re: HDMI out screen size problem
by Fitzcarraldo on Sat May 09, 2009 20:23
You could use the gtf command to find a Modeline:
Code: Select all
acertm8215 fitzcarraldo # gtf 1280 720 60
# 1280x720 @ 60.00 Hz (GTF) hsync: 44.76 kHz; pclk: 74.48 MHz
Modeline "1280x720_60.00" 74.48 1280 1336 1472 1664 720 721 724 746 -HSync +Vsync
acertm8215 fitzcarraldo #
and then edit /etc/X11/xorg.conf to add the Modeline. The following thread gives a good explanation of what to do, and would be worth trying: how to get widescreen (1280x768) working on linux?
I did but nothing changed. I read that link but something strange with my xorg.conf file. There is only one "monitor" and "screen" part nothimg more. I mean at least there must be two (hdmi+laptop's screen)
so you could install that and try it out:
Code: Select all
acertm8215 fitzcarraldo # equo install xvidtune
or, if you're a Portage user:
Code: Select all
acertm8215 fitzcarraldo # emerge xvidtune
I also installed that program. It has lots of Wanings about its danger. So I didn't do much with it.
Here is my xorg.conf file. Maybe you can look at this. And if possible someone can post his or her xorg.conf file.
- Code: Select all
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "i2c"
Load "ddc"
Load "vbe"
Load "dri"
Load "glx"
Load "synaptics"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
VertRefresh 43 - 60
HorizSync 28 - 80
EndSection
Section "Device"
Identifier "SabayonVga0"
Driver "intel"
#BusID "PCI:00:02"
#Option "RenderAccel" "on"
#Option "XAANoOffscreenPixmaps"
#Option "BusType" "PCI"
#Option "ColorTiling" "on"
#Option "EnablePageFlip" "on"
Option "UseEvents" "True"
EndSection
Section "Screen"
Identifier "Screen 0"
Device "SabayonVga0"
Monitor "Generic Monitor"
#Option "AddARGBGLXVisuals" "true"
DefaultDepth 24
SubSection "Display"
Depth 8
ViewPort 0 0
#Modes "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 16
ViewPort 0 0
#Modes "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 24
ViewPort 0 0
#Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "ServerLayout"
Identifier "Main Layout"
Screen 0 "Screen 0"
EndSection
Section "Extensions"
#Option "Composite" "Enable"
EndSection
Thanks in advance. I want to solve this new laptop's problem before its becoming an old one.

Everything is your fault. Yes, I advised you but you did.