My screen is offset slightly down. Part of my lower toolbar appears cutoff. This doesn't happen in windows or from any sort of command line, which leads me to believe it has something to do with Xorg. Here is a picture: [img]http://farm4.static.flickr.com/3299/3328720630_581d56e1c7.jpg[/img] [img]http://farm4.static.flickr.com/3356/3327884079_ff11ea2029.jpg[/img] you can see in the first one there is a good 1/8" of blank area, the second photo you can see its run off the bottom. I'm running Ubuntu 8.10 and here is my xorg.conf: [code] Section "Monitor" Identifier "Configured Monitor" DisplaySize 195 113 EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x600" EndSubSection EndSection Section "Device" Identifier "Configured Video Device" Option "NoDDC" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SHMConfig" "true" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizEdgeScroll" "0" Option "VertTwoFingerScroll" "1" Option "EmulateTwoFingerMinW" "7" EndSection Section "ServerLayout" Identifier "Default Server Layout" Screen "Default Screen" InputDevice "Keyboard" "Core Keyboard" InputDevice "Synaptics Touchpad" "Core Pointer" EndSection [/code] I've added a bunch of stuff in there and it hasn't helped. Any suggestions?