I can't get my screens to change out of 640x480 mode. Here is a copy of my XF86Config-4 file:
Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" # Modified by mouseconfig Driver "mouse" Option "Device" "/dev/mouse" Option "Protocol" "IMPS/2" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- #Option "SWcursor" #Option "HWcursor" #Option "PciRetry" #Option "SyncOnGreen" #Option "NoAccel" #Option "ShowCache" #Option "Overlay" #Option "MGASDRAM" #Option "ShadowFB" #Option "UseFBDev" #Option "ColorKey" #Option "SetMclk" #Option "OverclockMem" #Option "VideoKey" #Option "Rotate" #Option "TexturedVideo" #Option "XAALines" #Option "Crtc2Half" #Option "Int10" #Option "AGPMode2x" #Option "AGPMode4x" #Option "DigitalScreen" #Option "TV" #Option "TVStandard" #Option "CableType" #Option "UseIrqZero" #Option "NoHal" Identifier "Card0" Driver "mga" VendorName "Matrox" BoardName "MGA 2164W" BusID "PCI:0:11:0" EndSection Section "Device" ### Available Driver options are:- #Option "SWcursor" #Option "HWcursor" #Option "PciRetry" #Option "SyncOnGreen" #Option "NoAccel" #Option "ShowCache" #Option "Overlay" #Option "MGASDRAM" #Option "ShadowFB" #Option "UseFBDev" #Option "ColorKey" #Option "SetMclk" #Option "OverclockMem" #Option "VideoKey" #Option "Rotate" #Option "TexturedVideo" #Option "XAALines" #Option "Crtc2Half" #Option "Int10" #Option "AGPMode2x" #Option "AGPMode4x" #Option "DigitalScreen" #Option "TV" #Option "TVStandard" #Option "CableType" #Option "UseIrqZero" #Option "NoHal" Identifier "Card1" Driver "mga" VendorName "Matrox" BoardName "MGA 2164W" BusID "PCI:0:13:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Depth 1 Modes "1024x768" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" SubSection "Display" Depth 1 Modes "1024x768" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "DRI" EndSection _______________________________________________ Newbie mailing list [EMAIL PROTECTED] *** To unsubscribe , or change message options, see: http://XFree86.Org/mailman/listinfo/newbie
