-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrew Sackville-West wrote: > On Fri, May 04, 2007 at 09:04:31PM -0400, Frank McCormick wrote:
>>> can you cycle through the resolutions using >>> ctrl-alt-keypad-plus/minus? >> No, doesn't work.Nothing changes. > > really?! how about ctrl-alt-backspace to exit X? does that work? and > confirm, this is the plus or minus key on the number keypad to the > right... Yup, ctrl-alt-+ or - does nothing - ctrl-alt-bs kills the server..weird eh? > >>> what video card? I think some of the cards have been moved up to the >>> i9?? driver. >> On board Intel graphics 865G > > it looks like the xserver-xorg-video-i810 package is in > transition. review the available drivers and see if there is one > called 'intel' and try that maybe? the new package is called > xserver-xorg-video-intel. > >>> what about using the vesa driver, how does it do? >>> >> Won't run with Vesa for some reason. > > huh. that's weird. what errors? Dozens, far too many to show here, but the server does not like Vesa I can tell you that! > >> >> I just discovered I can switch it to 1280x960 using xrandr, but it >> insists on booting up in 1024x768. Further experiments with xrandr. Run to query available modes it spit out a list including 1280x1024. Run this way to set that mode: xrandr -s 1280x1024 and nothing happens. Run it again to query and that mode is missing. This sounds like a BUG. Never had these kind of problems before the last update. > > can you post us the xorg log? > Much too big to attach (98k!!!) Is there a public server I can UL it to ? > and your xorg.conf Attached. Cheers Frank -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGO+PRzWG7ldLG6fIRAlaQAJ0b1hbsLwUdYIXr4cRO8a9GbmUnLQCgo0rn 5MN+PMkm18lbs94PrE7nswA= =VOxT -----END PGP SIGNATURE-----
# xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "Intel Corporation 82865G Integrated Graphics Controller" Driver "i810" BusID "PCI:0:2:0" Option "UseFBDev" "true" EndSection Section "Monitor" Identifier "NEC" Option "DPMS" HorizSync 30-70 VertRefresh 55-120 EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation 82865G Integrated Graphics Controller" Monitor "NEC" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x960" "1152x768" "1024x768" EndSubSection SubSection "Display" Depth 4 Modes "1280x960" "1152x768" "1024x768" EndSubSection SubSection "Display" Depth 8 Modes "1280x960" "1152x768" "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1280x960" "1152x768" "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1280x960" "1152x768" "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1280x960" "1152x768" "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection