Mine is set for 1024x768 but you can add your resolutions in place of mine.Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/MS-Fonts"
EndSection
Section "Module"
Load "glx"
#Load "GLcore"
Load "record"
Load "extmod"
Load "dri"
Load "dbe"
Load "xtrap"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5 - 87
VertRefresh 40-90
Option "DPMS" "off"
EndSection
Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # []
#Option "SWcursor" # []
#Option "Dac6Bit" # []
#Option "Dac8Bit" # []
#Option "BusType" # []
#Option "CPPIOMode" # []
#Option "CPusecTimeout" #
Option "AGPMode" "8" #
#Option "AGPFastWrite" "1" # []
#Option "AGPSize" #
Option "GARTSize" "64" #
#Option "RingSize" #
#Option "BufferSize" #
#Option "EnableDepthMoves" # []
Option "EnablePageFlip" "1" # []
#Option "NoBackBuffer" # []
Option "DMAForXv" "1" # []
#Option "FBTexPercent" #
#Option "DepthBits" #
#Option "PCIAPERSize" #
Option "AccelDFS" "1" # []
#Option "DDCMode" # []
#Option "MonitorLayout" # []
#Option "IgnoreEDID" # []
#Option "UseFBDev" "true" # []
#Option "MergedFB" "true" # []
#Option "CRT2HSync" # []
#Option "CRT2VRefresh" # []
#Option "CRT2Position" # []
#Option "MetaModes" # []
#Option "MergedDPI" # []
#Option "MergedXinerama" # []
#Option "MergedXineramaCRT2IsScreen0" # []
#Option "MergedNonRectangular" # []
#Option "MergedMouseRestriction" # []
#Option "DisplayPriority" # []
#Option "PanelSize" # []
#Option "ForceMinDotClock" #
Option "ColorTiling" "on" # []
#Option "VideoKey" #
#Option "RageTheatreCrystal" #
#Option "RageTheatreTunerPort" #
#Option "RageTheatreCompositePort" #
#Option "RageTheatreSVideoPort" #
#Option "TunerType" #
#Option "RageTheatreMicrocPath" #
#Option "RageTheatreMicrocType" #
#Option "ScalerWidth" #
Option "RenderAccel" "1" # []
#Option "SubPixelOrder" # []
#Option "ShowCache" # []
#Option "DynamicClocks" # []
#Option "VGAAccess" # []
#Option "ReverseDDC" # []
#Option "LVDSProbePLL" # []
Option "AccelMethod" "XAA" #
#Option "ConstantDPI" # []
#Option "ReverseDisplay" # []
Option "DRI" "1" # []
Option "TrippleBuffer" "true"
#Option "XAANoOffscreenPixmaps" "true"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV350 AR [Radeon 9600]"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Option "RenderAccel" "true"
#Option "AllowGLXWithComposite" "true"
#Option "AddARGBGLXVisuals" "true"
#Option "DisableGLXRootClipping" "True"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
#Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
#Section "Extensions"
# Option "Composite" "Enable"
#EndSection
Did you finally move that xorg.conf file over to /etc/X11 (making sure you backed up the original by renaming it just in case)? If that file is still sitting in /root, there's no way that the user will be able to access it. You will either have to copy that file into the user's home directory (so Xorg is configured for that user only) or copy it over into /etc/X11 (which would make it accessible to every user on that system).
Results:Note in my xorg.conf file where I commented out the ViewPort on the screen section, as well as where I added what I wanted the default depth to be. Also note in the top of my file in the ServerLayout section that I took off that "0" in between the word "Screen" and "Screen0". Compare those sections from my file with yours and make the necessary changes.
Same error as what you were getting before when running startx?Same error…
Yes. I removed the DefaultDepth thing, and it fixed it. (The error was the screen one mentioned earlier.)Same error as what you were getting before when running startx?Same error…
Oh, the video card. That's the resolution I use in Mac OS X on my G4 that has a GeForce 6200. Still, 1024x768 doesn't work when I enter it either, and that's what I use at the command prompt. I'll get the file and the path for you now.Are you sure that the video card can handle that high a resolution? Post your newly-updated xorg.conf file and tell me the path where the file is located.
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi/:unscaled"
EndSection
Section "Module"
Load "GLcore"
Load "xtrap"
Load "dbe"
Load "dri"
Load "extmod"
Load "record"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # []
#Option "SWcursor" # []
#Option "Dac6Bit" # []
#Option "Dac8Bit" # []
#Option "DMAForXv" # []
#Option "ForcePCIMode" # []
#Option "CCEPIOMode" # []
#Option "CCENoSecurity" # []
#Option "CCEusecTimeout" #
#Option "AGPMode" #
#Option "AGPSize" #
#Option "RingSize" #
#Option "BufferSize" #
#Option "EnablePageFlip" # []
#Option "Display" #
#Option "PanelWidth" #
#Option "PanelHeight" #
#Option "ProgramFPRegs" # []
#Option "UseFBDev" # []
#Option "VideoKey" #
#Option "ShowCache" # []
#Option "VGAAccess" # []
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "Rage 128 RE/SG"
BusID "PCI:0:16:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
#Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
#Viewport 0 0
Depth 24
Modes "2048x1536"
EndSubSection
EndSection