From: Steve on 13 May 2010 03:09 More info: I've just tried grep openchrome /var/log/Xorg.0.log and got: (II) LoadModule: "openchrome" (II) Loading /usr/lib/xorg/modules/drivers//openchrome_drv.so (II) Module openchrome: vendor="http://openchrome.org" (!!) For support, refer to http://openchrome.org/. So the drivers are being used, yes? So why is the highest resoluton available 800x600?? FFS...
From: Lusotec on 13 May 2010 08:44 Steve wrote: > (...) > (II) CHROME(0): ViaOutputsSelect > (II) CHROME(0): ViaOutputsSelect: X Configuration: 0x00 > (II) CHROME(0): ViaOutputsSelect: BIOS Initialised register: 0x00 > (II) CHROME(0): ViaOutputsSelect: CRT. > (II) CHROME(0): ViaModesAttach > (II) CHROME(0): <default monitor>: Using default hsync range of > 31.50-37.90 kHz > (II) CHROME(0): <default monitor>: Using default vrefresh range of > 50.00-70.00 Hz > (WW) CHROME(0): Unable to estimate virtual size > (II) CHROME(0): Clock range: 20.00 to 230.00 MHz > (...) > (II) CHROME(0): ViaValidMode: Validating 1440x900 (Clock: 106500) > (II) CHROME(0): ViaFirstCRTCModeValid > (II) CHROME(0): ViaComputeDotClock 106500 : 0000 : 8477 > (II) CHROME(0): Not using default mode "1440x900" (hsync out of range) > (...) The X output shows that the OpenChrome driver is loaded and working. The problem is that the monitor is *not* configured, and X is using a "default monitor" with low capabilities. Configure your monitor and restart the X session. To configure the monitor in ubuntu, on the main menu, go to System > Preferences > Monitors (or something similar). Regards.
From: Steve on 13 May 2010 09:25 On Thu, 13 May 2010 13:44:49 +0100, Lusotec <nomail(a)nomail.not> wrote: >The X output shows that the OpenChrome driver is loaded and working. The >problem is that the monitor is *not* configured, and X is using a "default >monitor" with low capabilities. Configure your monitor and restart the X >session. > >To configure the monitor in ubuntu, on the main menu, go to System > >Preferences > Monitors (or something similar). Thanks. I tried that but the monitor is "unknown" and it won't detect it.
From: Roger Blake on 13 May 2010 11:53 On 2010-05-13, Steve <vevqvhz21(a)abfcnz.bet> wrote: > Thanks. I tried that but the monitor is "unknown" and it won't detect > it. You might need to manually configure your resolution in /etc/X11/xorg.conf. Ubuntu tries to figure everything out automatically when X11 fires up but this doesn't always work. -- Roger Blake (Change "invalid" to "com" for email. Google Groups killfiled due to spam.) "Obama dozed while people froze."
From: Trevor Hemsley on 13 May 2010 12:26 On Thu, 13 May 2010 06:40:42 UTC in comp.os.linux.hardware, Steve <vevqvhz21(a)abfcnz.bet> wrote: > (II) CHROME(0): Not using default mode "1440x900" (hsync out of range) Maybe you just need to add lines like these two to the Monitor section in /etc/X11/xorg.conf HorizSync 30.0 - 81.0 VertRefresh 56.0 - 76.0 Adapted for your own monitor's capabilities of course. -- Trevor Hemsley, Brighton, UK Trevor dot Hemsley at ntlworld dot com
|
Pages: 1 Prev: [Long] New Ubuntu 10.04 install stuck at 800x600 resolution :( Next: tv card not detected |