> > X is starting in 1280x1024, however i want it to start in
> 1600x1200. At the
> > moment im using xrandr to set it manually after i start X.
> >
> > Here's my config; the Modeline is required.
>
> Can you show us your complete xorg.conf?
Its in the middle of getting hacked around, so there's a few inconsistancies as
I'm also trying to get 1920x1200 working. Its still always starts at 1280x1024
however.
voodoo adam # grep ^[^#] /etc/X11/xorg.conf
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "glx"
EndSection
Section "Files"
#FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
#FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi"
#FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/corefonts"
EndSection
Section "ServerFlags"
#Option "blank time" "10" # 10 minutes
#Option "standby time" "20"
#Option "suspend time" "30"
#Option "off time" "60"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
#Driver "kbd"
Driver "keyboard"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
#Identifier "hp1702byadam"
Identifier "benqg2400wd"
#HorizSync 31.5 - 82.0
HorizSync 31.0 - 94.0
#VertRefresh 40-150
VertRefresh 40-85
Modeline "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 1250
# this one says "out of range"
#Modeline "[EMAIL PROTECTED]" 292.90 1920 1952 3064 3096 1200 1223 1238 1261
# this one says "no signal detected"
Modeline "[EMAIL PROTECTED]" 210.68 1920 1952 2752 2784 1200 1224 1236 1261
# this one just extends the virtual not the real
#Modeline "1920x1200" 114.37 1920 1952 2384 2416 1200 1226 1234 1261
interlace
#Modeline "[EMAIL PROTECTED]" 114.37 1920 1952 2384 2416 1200 1226 1234
1261 interlace
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "nvbyadam"
Driver "nv"
#Driver "nvidia"
Option "IgnoreEDID" "true"
Option "UseEdidFreqs" "false"
#VideoRam 65535
Option "NoLogo" "1"
Option "RenderAccel" "true"
Option "backingstore" "true"
#Option "NvAGP" "1"
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "nvbyadam"
#Monitor "hp1702byadam"
Monitor "benqg2400wd"
DefaultDepth 24
#Subsection "Display"
# Depth 8
# Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
# ViewPort 0 0
#EndSubsection
Subsection "Display"
Depth 16
#Virtual 1920 1200
#Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
Modes "1920x1200" "1600x1200"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
#Virtual 1920 1200
#Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
Modes "[EMAIL PROTECTED]" "1600x1200"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
voodoo adam #