I created an file /etc/X11/xorg.conf with a single "Device" entry specifying "fbdev" as driver. After this, things change slightly. Starting Fallout, rather than a black screen and nothing else, I get a black screen with an error window (clearly from the Fallout program as indicated by the icon in the corner of the window) stating: "Error initializing video mode 640x480". I realized then that I can not change the screen resolution in LXDE's monitor settings to anything but the default 1366x768. I then tried to manually add other resolutions in said xorg.conf: Code: Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz", ### <percent>: "<f>%" ### [arg]: arg optional #Option "ShadowFB" # [<bool>] #Option "Rotate" # <str> #Option "fbdev" # <str> #Option "debug" # [<bool>] Identifier "Card1" Driver "fbdev" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 Modes "1366x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 8 Modes "1366x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "1366x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1366x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1366x768" "1024x768" "800x600" "640x480" EndSubSection EndSection But still no dice! (After restarting the system, just in case) The same error window. And, checking, I still can't change the screen resolution. Starting Fallout from the console, I get the following messages after the program terminates: Code: err:winediag:X11DRV_WineGL_InitOpenglInfo The Mesa OpenGL driver is using software rendering, most likely your OpenGL drivers haven't been installed correctly (using GL renderer "Software Rasterizer", version "2.1 Mesa 7.11"). fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 0x4 and card vendor 0000 (using GL_RENDERER "Software Rasterizer"). fixme:win:EnumDisplayDevicesW ((null),0,0x32f07c,0x00000000), stub! err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 640x480x8 @0! (XRandR)