Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[xinerama] qui peut m aider a bien le regler
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
nuts
Veteran
Veteran


Joined: 10 Jan 2004
Posts: 1630

PostPosted: Sun Oct 17, 2004 6:04 pm    Post subject: [xinerama] qui peut m aider a bien le regler Reply with quote

voila, je suis en dual head grace a 2 cartes graphiques
tnt2 pci sur moniteur 17"
geforce 3 agp sur moniteur 19"

j ai reussi a regler mon xorg.conf afin d avoir la ffichage sur les 2 ecrans et en mode xinerama.
le probleme c est que,
mon ecran pincipal (19") et a droite du 17"
jusque la pas de probleme mais comme il ne sont pas dans la meme resolution
19= 1280x1024
17 = 1152x864

je voudrais dire a X que le 19" doit etre a 1152 pixel du 17" et a -160 pixel en vertival. et ca j y arrive pas.

ensuite ce que je voudrais c est pour tout ce qui concerne le plein ecran,: jeux video et mplayer,
ca se mette sur le 19" et qu il cherche pas a etaler sur les 2

edit, mon 17" teinte pas tout a fait comme le 19 (plus sombre) et il est deja a fond, je voudrais lui affecter un xgamma, comment le faire pour pas que le 19" change
_________________
nuts
PC: AMD Phenom 2 bi-core 555 + Asus M4A77T/USB3 + 2Go de RAM + wifi Ralink RT61 + Radeon HD 3450 - Disque dur 500Go.
SGI Octane ip30 R10000
Back to top
View user's profile Send private message
nuts
Veteran
Veteran


Joined: 10 Jan 2004
Posts: 1630

PostPosted: Sun Oct 17, 2004 6:33 pm    Post subject: Reply with quote

je me repond a une partie.
j ai reussi a avoir mon bureau bien etaler comme il faut grace a des valeur sur absolute.

par contre toujours rien sur la video et les jeux video.
_________________
nuts
PC: AMD Phenom 2 bi-core 555 + Asus M4A77T/USB3 + 2Go de RAM + wifi Ralink RT61 + Radeon HD 3450 - Disque dur 500Go.
SGI Octane ip30 R10000
Back to top
View user's profile Send private message
nuts
Veteran
Veteran


Joined: 10 Jan 2004
Posts: 1630

PostPosted: Mon Oct 18, 2004 8:46 am    Post subject: Reply with quote

up, y a personne qui sait comment on choisis quel ecran doit afficher du fullscreen dans le xorg.conf ?

voici mon xorg.conf
Code:
Section "Module"
    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"
    Load       "glx"
#    Load       "dri"
EndSection

Section "Files"
    RgbPath   "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/75dpi/:unscaled"
    FontPath   "/usr/share/fonts/100dpi/:unscaled"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/Type1/"
#    FontPath   "/usr/share/fonts/TrueType/"
#    FontPath   "/usr/share/fonts/freefont/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
#    ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
    Option "Xinerama"
    Option "DefaultServerLayout" "Simple Layout"
EndSection

Section "InputDevice"
    Identifier   "Keyboard1"
    Driver   "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"   "fr"
EndSection

Section "InputDevice"
    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier  "IIyama"
    HorizSync   30-96
    VertRefresh 50-160
EndSection

Section "Monitor"
    Identifier  "Proview"
    HorizSync   30-70
    VertRefresh   50-150
EndSection

Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection

# Device configured by xorgconfig:

Section "Device"
    Identifier  "Geforce 3"
    BusID   "2:0:0"
    Driver      "nvidia"
    Option "NvAGP"   "1"
    Option "HWCursor"       "true"
    Option "CursorShadow"      "true"
    Option "CursorShadowAlpha"   "75"
    Option "CursorShadowXOffset"   "8"
    Option "CursorShadowYOffset"   "4"
    Option "RenderAccel"       "true"
    Option "NoLogo" "true"
    Option "DPMS"
    #VideoRam    131072
EndSection

Section "Device"
    Identifier   "TnT2"
    Driver   "nvidia"
    BusID   "1:9:0"
    Option "HWCursor"       "true"
    Option "CursorShadow"      "true"
    Option "CursorShadowAlpha"   "75"
    Option "CursorShadowXOffset"   "8"
    Option "CursorShadowYOffset"   "4"
    Option "RenderAccel"       "true"
    Option "NoLogo" "true"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "Geforce 3"
    Monitor     "IIyama"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier   "Screen 2"
    Device   "Tnt2"
    Monitor   "Proview"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection   
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1" Absolute 1152 0
    Screen "Screen 2" Absolute 0 160
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option "Xinerama" "On"
EndSection
[/quote]
_________________
nuts
PC: AMD Phenom 2 bi-core 555 + Asus M4A77T/USB3 + 2Go de RAM + wifi Ralink RT61 + Radeon HD 3450 - Disque dur 500Go.
SGI Octane ip30 R10000
Back to top
View user's profile Send private message
nuts
Veteran
Veteran


Joined: 10 Jan 2004
Posts: 1630

PostPosted: Tue Oct 19, 2004 10:26 am    Post subject: Reply with quote

up, en recompillant kde et tous les toutim avec l option xinerama, j ai un affichage plus intelligent.
par contre je trouve rien sur le fullscreen. je demande votre help :(
_________________
nuts
PC: AMD Phenom 2 bi-core 555 + Asus M4A77T/USB3 + 2Go de RAM + wifi Ralink RT61 + Radeon HD 3450 - Disque dur 500Go.
SGI Octane ip30 R10000
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum