You are not logged in.

#1 2011-03-25 20:40:38

ntness
Member
From: The World
Registered: 2009-12-29
Posts: 97

[solved] fullscreen mode = no go

Update: It turns out that it was DWM, which is really kind of depressing as I had grown accustomed to it...anyway, I'm on the prowl for another tiling window manager in the same vein sad

I can't get any 2d/3d applications to work in fullscreen mode(wesnoth/zsnes/ssnes/sdlmame/etc). Everything works fine in a window but when I try to go fullscreen my display just goes black. I'm using a geforce 8800gt and a viewsonic vx1932wm with the latest nvidia/nvidia-utils drivers. Strangely enough, Torchlight runs fullscreen through wine/steam.

lspci | grep 8800

05:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 8800 GT] (rev a2)

glxinfo | grep direct

direct rendering: Yes
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access,

xorg.conf

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
        FontPath        "/usr/share/fonts/misc"
        FontPath        "/usr/share/fonts/100dpi:unscaled"
        FontPath        "/usr/share/fonts/75dpi:unscaled"
        FontPath        "/usr/share/fonts/TTF"
        FontPath        "/usr/share/fonts/local"
        FontPath        "/usr/share/fonts/Type1"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/mouse0"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "ViewSonic VX1932wm"
    HorizSync       30.0 - 82.0
    VertRefresh     60.0 - 85.0
    ModeLine       "1440x900@75" 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync
    Option         "DPMS"
    DisplaySize    408.94 254.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

I've tried various drivers, have played with an endless amount of xorg configs, but can't figure this one out hmm Is there something glaringly wrong with my configuration?

Last edited by ntness (2011-03-26 22:20:49)


transcend to the fifth abode

Offline

Board footer

Powered by FluxBB