hi,<br><br>I am trying to change the default screen resolution on one of the giveaway boxes at the school. The default is currently set for 1680 x 1050. I have tried going to System > Screen resolution, but when i click on change screen resolution, and choose 1024 x 768, I get the option to accept the screen resolution, but in fact, the screen resolution does not change. So I tried going into /etc/X11/xorg.conf , which has worked before, but this time, there was no entry for the screen resolution. I am copying my xorg.conf file to this email, in the hopes that someone will be able to tell me what I am doing wrong, because this screen resolution is just way too small.<br>
<br>Thanks in advance.<br><br><br clear="all"># xorg.conf (xorg X Window System server configuration file)<br>#<br># This file was generated by dexconf, the Debian X Configuration tool, using<br># values from the debconf database.<br>
#<br># Edit this file with caution, and see the xorg.conf manual page.<br># (Type "man xorg.conf" at the shell prompt.)<br>#<br># This file is automatically updated on xserver-xorg package upgrades *only*<br># if it has not been modified since the last upgrade of the xserver-xorg<br>
# package.<br>#<br># If you have edited this file but would like it to be automatically updated<br># again, run the following command:<br># sudo dpkg-reconfigure -phigh xserver-xorg<br><br>Section "Files"<br>EndSection<br>
<br>Section "InputDevice"<br> Identifier "Generic Keyboard"<br> Driver "kbd"<br> Option "CoreKeyboard"<br> Option "XkbRules" "xorg"<br>
Option "XkbModel" "pc105"<br> Option "XkbLayout" "us"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Configured Mouse"<br>
Driver "mouse"<br> Option "CorePointer"<br> Option "Device" "/dev/input/mice"<br> Option "Protocol" "ImPS/2"<br>
Option "ZAxisMapping" "4 5"<br> Option "Emulate3Buttons" "true"<br>EndSection<br><br>Section "InputDevice"<br> Driver "wacom"<br>
Identifier "stylus"<br> Option "Device" "/dev/input/wacom"<br> Option "Type" "stylus"<br> Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>
EndSection<br><br>Section "InputDevice"<br> Driver "wacom"<br> Identifier "eraser"<br> Option "Device" "/dev/input/wacom"<br> Option "Type" "eraser"<br>
Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>EndSection<br><br>Section "InputDevice"<br> Driver "wacom"<br> Identifier "cursor"<br>
Option "Device" "/dev/input/wacom"<br> Option "Type" "cursor"<br> Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>
EndSection<br><br>Section "Device"<br> Identifier "nVidia Corporation NVCrush11 [GeForce2 MX Integrated Graphics]"<br> Driver "nv"<br> BusID "PCI:2:0:0"<br>
EndSection<br><br>Section "Monitor"<br> Identifier "Generic Monitor"<br> Option "DPMS"<br> HorizSync 30-70<br> VertRefresh 50-160<br>EndSection<br><br>Section "Screen"<br>
Identifier "Default Screen"<br> Device "nVidia Corporation NVCrush11 [GeForce2 MX Integrated Graphics]"<br> Monitor "Generic Monitor"<br> DefaultDepth 24<br>EndSection<br>
<br>Section "ServerLayout"<br> Identifier "Default Layout"<br> Screen "Default Screen"<br> InputDevice "Generic Keyboard"<br> InputDevice "Configured Mouse"<br>
<br># Uncomment if you have a wacom tablet<br># InputDevice "stylus" "SendCoreEvents"<br># InputDevice "cursor" "SendCoreEvents"<br># InputDevice "eraser" "SendCoreEvents"<br>
EndSection