Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
i810 xinerama and clone problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Mukka42
n00b
n00b


Joined: 13 Nov 2003
Posts: 18

PostPosted: Tue Nov 01, 2005 4:01 pm    Post subject: i810 xinerama and clone problem Reply with quote

I browsed the forum, but i didn't manage to solve my problems.
Now I use my laptop with my 19" HP CRT in xinerama mode.

1.: I want CRT be the first output device
2.: I want use it in clone mode sometimes, but with different resolution and frequeny

relevant 'lspci' line:
0000:00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)

I've xorg-x11 version 6.8.2.-r4 installed.


my xorg.conf:
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen 0 "Screen0" 0 0
   Screen 1 "Screen1" RightOf "Screen0"
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
   Option "Xinerama" "true"
   #Option "Clone" "true"
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/Type1/"
#   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/
   FontPath     "/usr/share/fonts/arphicfonts/"
   FontPath     "/usr/share/fonts/corefonts/"
   FontPath     "/usr/share/fonts/cyrillic/"
   FontPath     "/usr/share/fonts/kochi-substitute/"
   FontPath     "/usr/share/fonts/ttf-bitstream-vera/"
   FontPath     "/usr/share/fonts/ukr/"
EndSection

Section "Module"
   Load  "extmod"
   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "glx"
   Load  "type1"
   Load  "freetype"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option   "CoreKeyboard"
   Option   "XkbRules"   "xorg"
   Option   "XkbModel"   "pc105"
    Option       "XkbLayout" "hu"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option   "CorePointer"
   Option       "Protocol" "IMPS/2"
   Option       "Device" "/dev/input/mice"
   Option   "ZAxisMapping"   "4 5"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Notebook"
   ModelName    "LCD"
   HorizSync   31 - 64
   VertRefresh   60 - 60
   Option      "DPMS"
EndSection

Section "Monitor"
   Identifier   "Monitor1"
   VendorName   "External"
   ModelName    "Crt"
   HorizSync   30 - 96
   VertRefresh   60 - 150
   Option       "DPMS"
EndSection

Section "Device"
   Identifier    "Videocard0"
   Driver       "i810"
    BusID      "PCI:0:2:0"
    Option          "MonitorLayout" "CRT,LFP"
    Option          "VBERestore"    "false"
   Option          "DevicePresence" "false"
   Option          "DisplayInfo" "false"
   Screen      0
EndSection

Section "Device"
   Identifier    "Videocard1"
   Driver       "i810"
   BusID      "PCI:0:2:0"
   Option          "VBERestore"    "false"
   Option           "DevicePresence" "false"
   Screen      1
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Videocard0"
   Monitor    "Monitor0"
   DefaultDepth   24

  SubSection "Display"
      #Viewport   0 0
      Depth     24
      Modes   "1280x1024"
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen1"
   Device     "Videocard1"
   Monitor    "Monitor1"
   DefaultDepth   24
   SubSection "Display"
      #Viewport   0 0
      Depth     24
      Modes   "1024x768"
   EndSubSection
EndSection

Section "dri"
  Mode 0666
EndSection


Thx
Back to top
View user's profile Send private message
Antares
Apprentice
Apprentice


Joined: 04 Apr 2005
Posts: 184
Location: France

PostPosted: Sun Nov 06, 2005 9:37 pm    Post subject: Reply with quote

You could try one of those options un your xorg.conf :

In your device section :
Code:
Option "DesktopSetup"               "0x00000100"


Or in Section "ServerLayout"
Code:
Option "Clone" "on"
Back to top
View user's profile Send private message
Antares
Apprentice
Apprentice


Joined: 04 Apr 2005
Posts: 184
Location: France

PostPosted: Sun Nov 06, 2005 9:38 pm    Post subject: Reply with quote

And are you sure xinerama is really compulsory? To me it only enables some options when you use dual screen in big desktop mode.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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