[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Screen Resolution



>> I am using ATI Mobility Radeon, normally I would be using the vesa
>> driver at 1280x1024. Its now at 1024x768 and GNOME doesn't offer any
>> higher while my xorg.conf has no info at all.
>>
>
> So are you using the binary driver? I think the Catalyst control centre has
> options for this. Failing that, you may well have to modify your xorg.conf.
> If you don't have one, running 'Xorg -configure' as root will save a default
> configuration file to /etc/X11/xorg.conf; you need the right metamode option
> in the 'Screen' section for the resolution you want.
> For reference, mine looks like this:

Well, mine is as below, I suspect the specs (eg. configured monitor)
are contained in another file. Thus, I am looking for the file.


-- 
Koh Choon Lin



Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
EndSection


Reply to: