I've been looking for a fix, but no luck. my Asus 101mt has a maximum resolution of 1024x768, but I cannot select this in "Displays" since it is not an option.
I have added this resolution before, but now I can't seem to find the same information. I just did a clean install with 12.04. I am also dual booting with Win 7.
I have been trying to get this working for a while and now I switched to 12.10. I tried using xrandr, but this is as far as I get.
barzyk@barzyk-T101MT:~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 600, maximum 4096 x 4096
LVDS1 connected 1024x600+0+0 (normal left inverted right x axis y axis) 220mm x 129mm
1024x600 60.0*+
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
barzyk@barzyk-T101MT:~$ cvt 1024 768
# 1024x768 59.92 Hz (CVT 0.79M3) hsync: 47.82 kHz; pclk: 63.50 MHz
Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
barzyk@barzyk-T101MT:~$ xrandr --newmode "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
barzyk@barzyk-T101MT:~$ xrandr --addmode LVDS1 1024x768_60.00
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 25
Current serial number in output stream: 26
Any Thoughts?
Try the following and let me know how this works or you:
Create a rudimentary xorg.conf using the following commands:
Use PAGE-DOWN to scroll the text until you see the line reading
Section “Device”
. Using the DOWN arrow, move the cursor to the indented line that starts with the word“Driver”
. It may look like the following:Move the cursor to the first letter inside the quotation marks and type “cw” – must be lowercase letters – and the word inside the quotation marks will disappear but the quotation marks will remain. Notice that “-- INSERT --” will appear on the bottom line of the screen.
Type vesa within the quotation marks still on the screen.
Press ESC.
Move the cursor down until you see the line reading
Indented are several lines. Move the cursor to the line below the line reading
Type the letter
“O”
– that is, a capital-O – and a blank line opens between the two lines. The cursor appears at the beginning of this blank line.Press TAB to align the cursor with the word
“Monitor”
on the line above and then typeDefaultDepth 24
.Notice that both words are capitalized, but there is no space between
“Default”
and“Depth”
although there is at least one space between“Depth”
and the number 24.Press ESC.
file. You should see a subsection for “Display” having a depth of 24. If you do not see that and, in case you passed it, using PAGE-UP or the UP arrow to scroll back does not reveal it, you can add one as follows:
a. Put the cursor on the unindented “EndSection” up against the left margin.
b. Type an “O” – must be capital-O – to open a blank line above the unindented “EndSection” line.
c. Using TAB to indent each line as follows, type the following text:
Press ESC.
Type “ZZ” – must be two capital-Z letters – to save and quit the editor.
Run the command
startx
to begin the X Window System as the root user. Eventually, root’s desktop should appear.Check the resolution that X selected by default using System -> Preferences -> Hardware -> Screen Resolution and change it to the appropriate setting as needed.
Open a terminal using Applications -> System Tools -> Terminal.
Run the program glxgears to see an approximation of your graphics frame updating speed.
Quit X using the logout option in the System menu or using CTRL-ALT-BACKSPACE.
Source