Xorg on Thinkpad W500 and Jaunty
Michael Hirsch
mdhirsch at gmail.com
Sun May 17 18:08:45 UTC 2009
On Sun, May 17, 2009 at 4:11 AM, Myriam Schweingruber <myriam at ubuntu.com> wrote:
> Hi Mark and Michael,
>
> On Sun, May 17, 2009 at 11:46, Mark Greenwood <fatgerman at ntlworld.com> wrote:
>> On Sunday 17 May 2009 08:33:11 Michael Hirsch wrote:
>>> I upgraded my w500 from Intrepid to Jaunty today. The W500 has an
>>> ATI Technologies Inc Mobility Radeon HD 3650 graphics card.
>>>
>>> (II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so
>>> (II) GLX: Initialized DRI GL provider for screen 0
>>> (II) fglrx(0): Enable the clock gating!
>>> (II) fglrx(0): Restoring recent mode: 1024x768 at 75Hz
>>>
>>> I think that is where my mode is getting set, and I can't find a way
>>> to make another mode be used by default.
>>
>> I had similar problems - different machine but the symptoms look the same.
>>
>> Try editing /etc/X11/xorg.conf and adding:
>>
>> Option "PreferredMode" "1680x1050"
>>
>> into the "Monitor" section.
>
> Wow, and you can actually run X with the current fglrx driver?
Oh great. And here I thought that I was behind and I'm actually ahead
of the curve? Uh oh.
> I have exactly the same laptop and fglrx never worked here in Jaunty.
> Every time I tried to start X it froze the whole machine ( and really
> frozen, only hard booting possible after it) if I wasn't fast enough
> to switch to tty1 on start.
I wonder what the difference is? Do you have the 1920x1200 display,
or the 1680x1050? I have the 1680x1050 screen.
> I chose to use the free radeon driver instead, which of course also
> means a limited set of desktop effects with XRender, as OpenGL simply
> refuses to work without freezing the X session. Reproducible every
> time.
I may have to try that. Strangely, fglrx works fine for me except
that I have to manually convert screen resolutions after logging in.
glxgears reports 1229 FPS.
> I have found very few reports of people actually running OpenGL with
> this card, but far too poor information is available on how to
> actually tweak the system to make it work again as in Intrepid... so
> some detailed information on which exact xorg.conf settings needed
> would be very welcome!
There isn't much in my xorg.conf, but you are welcome to it. Maybe
together we can get full resolution
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "PreferredMode" "1680x1050"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Michael
More information about the kubuntu-users
mailing list