Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Xorg i više monitora...

[es] :: Linux desktop okruženja :: Xorg i više monitora...

[ Pregleda: 2514 | Odgovora: 3 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

Astral Projection

Član broj: 36254
Poruke: 714



+4 Profil

icon Xorg i više monitora...03.01.2008. u 01:37 - pre 198 meseci

Imam priključen monitor na lapu na CRT (ili kako li se već zove onaj port za analogne monitore).. I uspio sam da ga napravim da radi ali jedino kao drugi ekran.. Ne može da radi kao da je glavni monitor produžen i da mogu normalno prozore sa prvog monitora da prebacam na drugi. E da, glavni monitor (LVDS, laptopov) ima rezoluciju 1280x800, dok priključeni TFT nije widescreen već "obični" sa 1280x1024. E sad me interesuje šta treba da ispravim u Xorg.confu da bih produžio glavni monitor na priključeni? Evo sadašnjeg xorg.conf:

Code:
goran@shiva:~$ cat /etc/X11/xorg.conf
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    Screen 1        "Screen1" rightof "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "TouchPad"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
#    Load          "dri"
#    Load          "GLcore"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
    Load           "dbe"
    Load           "synaptics"
    SubSection     "extmod"
        Option         "omit xfree86-dga"
    EndSubSection
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
    Identifier     "TouchPad"
    Driver         "synaptics"
    Option         "FastTaps" "1"
    Option         "SHMConfig" "on"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 64.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Monitor"
        Identifier "TFT"
EndSection


Section "Device"
    Identifier     "Generic Video Card"
    Driver         "nvidia"
    Option         "NoLogo" "true"
    Option         "NoAccel" "false"
    Option         "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "True"
    Option         "XaaNoOffscreenPixamps" "True"
    Option         "DamageEvents" "True"
    Option         "TripleBuffer" "True"
    Option         "UseEdidDpi" "FALSE"
    Option         "DPI" "96 x 96"
    BusID          "PCI:4:0:0"
EndSection

Section "Device"
        Identifier      "Device1"
        Driver "nvidia"
        Screen 1
        BusID   "PCI:4:0:0"
EndSection


Section "Screen"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option  "ConnectedMonitor" "LVDS"
    SubSection     "Display"
        Depth       16
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
       Identifier      "Screen1"
        Device          "Device1"
       Monitor         "TFT"
        DefaultDepth    24
       Option  "ConnectedMonitor" "CRT"
        SubSection "Display"
                Depth 24
                Modes "1280x1024"
       EndSubSection
EndSection


Section "Extensions"
    Option         "Composite" "Enable"
EndSection


:(){ :|:& };:
Peace, Love, Unity, Respect!
 
Odgovor na temu

Astral Projection

Član broj: 36254
Poruke: 714



+4 Profil

icon Re: Xorg i više monitora...24.01.2008. u 23:36 - pre 197 meseci
anyone? :)
:(){ :|:& };:
Peace, Love, Unity, Respect!
 
Odgovor na temu

malisha
Dragan Lukic
Novi Sad

Član broj: 2019
Poruke: 676
*.WLAN-BMP6.NSD.panline.net.



+7 Profil

icon Re: Xorg i više monitora...25.01.2008. u 00:14 - pre 197 meseci
e mislim stvarno..... ako nisi u stanju da za 20 dana izgooglas resenje....

meni je trebalo oko 7 minuta da nadjem ovo:

http://mandrivausers.org/index.php?showtopic=40096

a i forum si omasio..... Linux NIJE Unix.....
Registered Linux user #338733
 
Odgovor na temu

Astral Projection

Član broj: 36254
Poruke: 714



+4 Profil

icon Re: Xorg i više monitora...25.01.2008. u 02:02 - pre 197 meseci
ae bio sam zaboravio da sam postavio ovu temu i nije mi padalo na pamet 20 dana da guglam nego se sad opet sjetih...

hvala za odgovor ali nije mi pomogao. ne vidim normalno ekran na lapu vjerovatno jer je TFT siri :|

a to sto sam omasio forum... no comment...


:(){ :|:& };:
Peace, Love, Unity, Respect!
 
Odgovor na temu

[es] :: Linux desktop okruženja :: Xorg i više monitora...

[ Pregleda: 2514 | Odgovora: 3 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.