I'm trying to upgrade 2.6.17.13 -> 2.6.18 .  Under the new kernel X
windows starts in 640x480 rather than 1280x1024 , which is pretty
useless.  Worse, I can't Ctrl-Atl-[+-] to the resolution I want.  I
need to fix this if I'm to use 2.6.18 but I can't figure out how.

I've compared the server output from a minimal session (start X, quit
applications, quit window manager) and the results are identical apart
from the record of the time and OS version, and the startup message
from icewm appearing in a different place (which I'm putting down to
random timing variation).  The diff of the output of xdpyinfo is:

    58,59c58,59
    <   dimensions:    1280x1024 pixels (361x271 millimeters)
    <   resolution:    90x96 dots per inch
    ---
    >   dimensions:    640x480 pixels (217x163 millimeters)
    >   resolution:    75x75 dots per inch

I'm running X.org 6.8.2 on a Radeon 9250 .  I'm using DRI and the
X.org driver.  My xorg.conf (attached) is as minimal as it could be.
I upgraded the kernel .config using "make oldconfig" and choosing all
the defaults.  (I've attached the diff of the configs, after taking
out comments and sorting them.)

I'm stuck.  Any suggestions?

Regards, 

Jeremy Henty 
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbLayout" "gb"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
        #DisplaySize      360   270     # mm
        Identifier   "Monitor0"
        VendorName   "IVM"
        ModelName    "1900"
        Option      "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "BusType"                   # [<str>]
        #Option     "CPPIOMode"                 # [<bool>]
        #Option     "CPusecTimeout"             # <i>
        #Option     "AGPMode"                   # <i>
        #Option     "AGPFastWrite"              # [<bool>]
        #Option     "AGPSize"                   # <i>
        #Option     "GARTSize"                  # <i>
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnableDepthMoves"          # [<bool>]
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "NoBackBuffer"              # [<bool>]
        #Option     "PanelOff"                  # [<bool>]
        #Option     "DDCMode"                   # [<bool>]
        #Option     "MonitorLayout"             # [<str>]
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "MergedFB"                  # [<bool>]
        #Option     "CRT2HSync"                 # [<str>]
        #Option     "CRT2VRefresh"              # [<str>]
        #Option     "CRT2Position"              # [<str>]
        #Option     "MetaModes"                 # [<str>]
        #Option     "MergedDPI"                 # [<str>]
        #Option     "NoMergedXinerama"          # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"       # [<bool>]
        #Option     "DisplayPriority"           # [<str>]
        #Option     "PanelSize"                 # [<str>]
        #Option     "ForceMinDotClock"          # <freq>
        #Option     "RenderAccel"               # [<bool>]
        #Option     "SubPixelOrder"             # [<str>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "DynamicClocks"             # [<bool>]
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI Technologies Inc"
        BoardName   "Unknown Board"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
EndSection

Section "DRI"
        Mode 0666
EndSection

25a26
> CONFIG_AUDIT_GENERIC=y
44a46
> CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
54a57
> CONFIG_COMPAT_VDSO=y
59a63
> CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
76a81
> CONFIG_FIRMWARE_EDID=y
89a95
> CONFIG_GENERIC_TIME=y
109a116,117
> CONFIG_INET6_XFRM_MODE_TRANSPORT=y
> CONFIG_INET6_XFRM_MODE_TUNNEL=y
112a121,122
> CONFIG_INET_XFRM_MODE_TRANSPORT=y
> CONFIG_INET_XFRM_MODE_TUNNEL=y
115a126
> CONFIG_INOTIFY_USER=y
178a190
> CONFIG_K8_NB=y
186c198
< CONFIG_LOCALVERSION="-1"
---
> CONFIG_LOCALVERSION="-0"
188a201
> CONFIG_LOCKDEP_SUPPORT=y
219d231
< CONFIG_NETFILTER_XT_MATCH_SCTP=y
289a302
> CONFIG_PLIST=y
304a318
> CONFIG_RT_MUTEXES=y
360c374
< CONFIG_STACK_BACKTRACE_COLS=2
---
> CONFIG_STACKTRACE_SUPPORT=y
373a388
> CONFIG_TRACE_IRQFLAGS_SUPPORT=y
378a394
> CONFIG_UNUSED_SYMBOLS=y
396a413
> CONFIG_VM_EVENT_COUNTERS=y
425a443
> CONFIG_XFRM=y
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to