Hi everyone.

Is there anyone using xfce 4.6 in a notebook, one card with internal LCD and
a external VGA connector or whatelse external connector, who had got desktop
and display programs in settings menu to work fine ? My desktop program only
shows me just one monitor and display shows me just one screen.

My intention is have two screens where a maximized program fits just in one
monitor and the xfce panel appears in just one monitor too. There is another
requisit, sometimes my VGA is plugged, sometimes not.

I don't have xinerama use flag enabled and have no intention to use it. I
had read a lot of dualhead configuration at gentoo wiki and other sites, but
they didn't work for me.
If you are a luck guy with a notebook as I described, please share your
xorg.conf and xrand comands with me.

Here is my xorg.conf :

Section "ServerLayout"
    Identifier     "padrao"
    Screen          0  "Screen0" 0 0
EndSection

Section "Files"
    FontPath    "/usr/share/fonts/misc:unscaled"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/corefonts"
    FontPath    "/usr/share/fonts/freefonts"
    FontPath    "/usr/share/fonts/terminus"
    FontPath    "/usr/share/fonts/ttf-bitstream-vera"
    FontPath    "/usr/share/fonts/unifont"
    FontPath    "/usr/share/fonts/75dpi:unscaled"
    FontPath    "/usr/share/fonts/100dpi:unscaled"
    FontPath    "/usr/share/fonts/artwiz-aleczapka-en"
    FontPath    "/usr/share/fonts/liberation-fonts"
    FontPath    "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
    Load  "xtrap"
EndSection

Section "Monitor"
    Identifier   "LCD"
    VendorName   "LEN"
    ModelName    "4031"
    Option        "DPMS"
EndSection

Section "Device"
    Option      "Tiling" "False"
    Option      "AccelMethod"  "UXA"
        Option      "DRI"  "true"
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
EndSection

Section "dri"
    Mode 0666
EndSection

Section "Extensions"
    Option "Composite"  "on"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "LCD"
    DefaultDepth 24
        SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes     "1280x800" "1024x768" "800x600"
        Virtual   1280 1568
    EndSubSection
EndSection

My xranrd output :
#xrandr -q
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 4096 x 4096
VGA connected 1024x768+0+0 (normal left inverted right x axis y axis) 304mm
x 228mm
   1024x768       60.0*+   75.0     70.1     60.0*
   832x624        74.6
   800x600        72.2     75.0     60.3     56.2
   640x480        75.0     72.8     75.0     66.7     59.9
   720x400        70.1
LVDS connected 1280x800+0+0 (normal left inverted right x axis y axis) 303mm
x 190mm
   1280x800       60.0*+   50.0
   1024x768       85.0     75.0     70.1     60.0
   832x624        74.6
   800x600        85.1     72.2     75.0     60.3     56.2
   640x480        85.0     72.8     75.0     59.9
   720x400        85.0
   640x400        85.1
   640x350        85.1
TMDS-1 disconnected (normal left inverted right x axis y axis)

Nowadays I'm  using this command to active the VGA monitor, but the result
is a big screen with a lot of programs doesn't work well.

xrandr --output LVDS --mode 1280x800
xrandr --output VGA --mode 1024x768 --above LVDS

and this to deactive VGA

xrandr --output LVDS --mode 1280x800
xrandr --output VGA --mode 1024x768 --same-as LVDS

Reply via email to