<<< Coding for the future >>>
| Ubuntu stuck on 800x600 SIS graphics card - Advent 9415 laptop |
| Wednesday, 28 July 2010 22:41 |
|
I got so sick of Vista I installed ubuntu on my Advent 9415 laptop. I'd have done it a lot sooner but the better half of me and the half that controls the food was 'used' to vista and had no clue what linux, unix, ubuntu or any other those nasty terms was. Eventually I could bear it no longer. Even at the risk of having to cook for myself I wiped the harddrive clean and installed Ubuntu...only to be met with a screen resolution stuck on 800x600.
After much fiddling about and downloading drivers from the SIS site, nothing was working until I came across this forum post telling me I should insert "HorizSync 30-107 VertRefresh 50-185" into the Monitor section of my xorg.conf file.
Which sounds just dandy, right? The xorg.conf file can be found at /etc/X11/xorg.conf
To edit it type (note the capital 'X' in X11): sudo gedit /etc/X11/xorg.conf
My problem was it was a blank file. No xorg.conf file existed meaning I had no idea how where to insert the monitor refresh rate above. After much poking and installing I eventually ended up with the following xorg.conf file which I reproduce below. Hope it helps someone!
# xorg.conf (X.Org X Window System server configuration file) |
| Last Updated on Sunday, 08 August 2010 21:48 |