Intel g45 + Acer 1080p monitor Xorg setting

I have recently bought a new PC. The graphic card is Intel G45/G35. I had a long day trying to configure my Acer 1080p monitor with the graphic card. The problem that I had was that I could not increase the resolution to more than 800×600. I had the problem both in the login screen and when I logged in to my account. Finally I managed to do fix the problem! I am currently using a combination of the settings I found on the web and its working perfectly fine. I’m using the default Intel driver that Ubuntu installs. Intel’s graphic drivers in general seem to be having some bugs in Linux, so If you see any updates for the graphics driver I strongly suggest that you use it. Overall, if you are having problems with your graphics under Linux first I suggest to look into the xorg settings, mainly because you might end up changing what you should not change.

here is the content of my Xorg file:
Make sure to keep a backup of your original xorg file before applying the following setting:

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Intel Corporation 965 G1 Integrated Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
Option "monitor-TMDS-1" "VIZIO GV47L"
Option "monitor-VGA" "VIZIO GV47L"
EndSection

Section "Monitor"
Identifier "VIZIO GV47L"
Option "DPMS"
HorizSync 31-70
VertRefresh 50-85
ModeLine "1920x1080" 148.35 1920 2008 2052 2200 1080 1085 1090 1125 +HSync +VSync
# ModeLine "1920x1080" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +VSync
Option "PreferredMode" "1920x1080"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 965 G1 Integrated Graphics Controller"
Monitor "VIZIO GV47L"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080" "1280x720" "640x480"
Virtual 2048 2048
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection

5 Comments

  1. Thanks for posting this!
    I was able to see the issue with my xorg.conf and fix it, I did not have the correct monitor option in my device section. Now I can boot to HD res instead of having to switch over to it after boot. Nice!!

  2. Great! :-) It took me a long time to get it working, thats why I posted it on the web…

  3. Olympia Dicey |

    It?s a very good website you have here,

  4. I use search function in site for search Acer but not found information. Can you recommend,What should I do?

  5. i am new in the website.i love this website

Leave a Reply

Anti-Spam Protection by WP-SpamFree