OK, I now have Ubuntu 7.04 installed and working, network connection up, pretty OK in fact.
However it will still only allow me a best resolution of 800x600 even though there are higher resolutions in the xorg.conf file. What else limits the resolution and how do I change it?
On Tue, Jun 05, 2007 at 09:13:10PM +0100, Chris G wrote:
However it will still only allow me a best resolution of 800x600 even though there are higher resolutions in the xorg.conf file. What else limits the resolution and how do I change it?
What gfx card? what monitor? have you got a copy of the xorg.conf and /var/log/Xorg.0.log somewhere on the net for us to take a look at?
Adam
On Tue, Jun 05, 2007 at 09:21:20PM +0100, Adam Bower wrote:
On Tue, Jun 05, 2007 at 09:13:10PM +0100, Chris G wrote:
However it will still only allow me a best resolution of 800x600 even though there are higher resolutions in the xorg.conf file. What else limits the resolution and how do I change it?
What gfx card? what monitor? have you got a copy of the xorg.conf and /var/log/Xorg.0.log somewhere on the net for us to take a look at?
This could get messy! :-)
I'll see what I can see across the network here.....
OK, after a bit of scp'ing about you can see them:-
http://home.isbd.net/xorg.conf http://home.isbd.net/Xorg.0.log
I suspect that what I need is to tell X that my monitor can cope with higher resolutions but what's a 'safe' way of doing that?
While I'm about modifying xorg.conf what incantation is needed to tell it to use a serial Mouse Systems mouse?
On Tuesday 05 June 2007 21:48, Chris G wrote:
This could get messy! :-)
http://home.isbd.net/xorg.conf I suspect that what I need is to tell X that my monitor can cope with higher resolutions but what's a 'safe' way of doing that?
Section "Monitor" Identifier "My Monitor" HorizSync 30 - 70 VertRefresh 50 - 160 Option "dpms" DisplaySize 320 240 EndSection
Google around for your H & V rates, and plug them in..
While I'm about modifying xorg.conf what incantation is needed to tell it to use a serial Mouse Systems mouse?
Setting Device to point to /dev/ttyS[0|1|2|3] should do it. Protocol "auto" normally senses if it is a two button or scroll mouse.
Regards, Paul.
On Tue, Jun 05, 2007 at 10:28:48PM +0100, Paul wrote:
On Tuesday 05 June 2007 21:48, Chris G wrote:
This could get messy! :-)
http://home.isbd.net/xorg.conf I suspect that what I need is to tell X that my monitor can cope with higher resolutions but what's a 'safe' way of doing that?
Section "Monitor" Identifier "My Monitor" HorizSync 30 - 70 VertRefresh 50 - 160 Option "dpms" DisplaySize 320 240 EndSection
Google around for your H & V rates, and plug them in..
While I'm about modifying xorg.conf what incantation is needed to tell it to use a serial Mouse Systems mouse?
Setting Device to point to /dev/ttyS[0|1|2|3] should do it. Protocol "auto" normally senses if it is a two button or scroll mouse.
Thank you! With additions like the above I am now working at 1024x768 and above and I have ye olde Mouse Systems mouse working.