You are not logged in.
When I change the display resolution on my EeePC to say 800x600, instead of dithering the display and using the whole screen, X just shrinks the entire display, leaving me with big black rectangles on either side. How can I change this behavior?
Offline
I'm pretty sure this is to do with the EeePC hardware and not KMS, as it works fine on my MSI Wind U100. Don't quote me on that though :S
Is there a hotkey on your keyboard to change how it outputs your current display? I know my sister's EeePC has one that lets you squash 1024x768 down to fit the 1024x600 screen.
Offline
Hmm. As far as I can tell, my Eee does not have any such button.
Offline
Offline
Returns an error.
$ xrandr --output LVDS1 --set "scaling mode" full
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 149 (RANDR)
Minor opcode of failed request: 13 (RRChangeOutputProperty)
Value in failed request: 0x41
Serial number of failed request: 29
Current serial number in output stream: 30
Offline
Check uppercase/lowercase, maybe the option is "Scaling mode" or the setting is "Full". It's important to get it correct. To see the option names, do
xrandr --props
.
Offline
Thank you, it was "Full".
Offline