I've installed Ubuntu 8.04 onto a Toshiba laptop:
- Satellite Pro 4600
- cpu: p3, 800 mhz
- 512 mb ram
- dvd rom.
Everything works except the screen resolution maximum setting is
800x600. The xorg.conf file seems to have no specific info on the
hardware, just defaults:
...
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection
...
Version 7.04 did not have this problem. All I want is to increase the
resolution to the screens full capacity. I think it 1024x768.
Could I take a snapshot of the 7.04 xorg.conf and replicate it here?