Ok, with the first command, you don't need a colon : there so, assuming you are aware of the sudo pwd, simply type:
sudo cat /etc/X11/xorg.conf
OK, it seems as though the graphics card drivers have been limited to 1280x1024, but there should be a way to boost that up.
Without seeing the xorg.conf file, it's a bit difficult, but maybe take a look at these links and see if they help out.
Once we have the output of your xorg.conf file, we can ascertain whether you're using vesa, nvidia, nv or some other drivers and go from there.
I would suggest, though I may not be 100%, that your best bet is to:
1)Ensure you're using the 'appropriate' driver - nv, nvidia, vesa, this requires some experimentation
2)Try adding a custom modeline to the xorg.conf file (But always make a backup of this file first!) Custom modelines are generated in the terminal by, for eg
cvt 1680x1050 60.0
which outputs
[FONT="Courier New"]
1680x60 50.22 Hz (CVT) hsync: 3.82 kHz; pclk: 8.00 MHz
Modeline "1680x60_60.00" 8.00 1680 1728 1888 2096 60 63 73 76 -hsync +vsync [/FONT]
*Note that the line that starts with the hash is a comment, eg, you could put anything here, it's just information*
3)Try adding a custom modeline using xrandr, you'll have to use the commands --newmode & --addmode I believe, but I'm no expert. If you type
xrandr -h | more
into a terminal and have a read through, this might help out.
Sorry I can't be more helpful, but also check out these links and see if they provide any food for thought.
Changing Resolution in xorg.conf http://ubuntuforums.org/archive/index.php/t-83973.html
That's about as much as I can help out, but please post your xorg.conf file and that might explain some things and hopefully some other users can offer their suggestions too, as I'm by no means an expert. Please be patient though, things like this can be frustrating, but once they're sorted, it's well worth it :)