Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Dual screen] screen stay's black or preinitdal failed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
profox
n00b
n00b


Joined: 05 Apr 2007
Posts: 18
Location: Netherlands

PostPosted: Mon Jun 30, 2008 8:38 pm    Post subject: [Dual screen] screen stay's black or preinitdal failed Reply with quote

Hi, I am trying to setup my X to use dual screen. I have a ATI mobility x1400 graphic card inside my notebook. I followed the guide on the gentoo wiki about dual monitors, but with no luck. I have a docking station for my notebook and when I connect the external screen to this connector X tells my its fails because of preinitdal. When I use the connector on my notebook the external screen just stays black (and also I want my screen to work with the connector on my docking station).

When I read the gentoo wiki they talk about Xinerama, but that project seems to be dead since September 2007. Another possibility is that my external screen is not showing any picture because I am using compiz-fusion. Is this a possibility? And is it possible to use dual screen in combination with compiz-fusion?

My xorg.conf:

Code:

Section "ServerLayout"
   Identifier   "X.Org Configured"
   Screen      "aticonfig-Screen[0]"   0 0
   InputDevice   "Keyboard0" "CoreKeyboard"
   InputDevice   "Mouse"
   Option      "AIGLX"   "true"
EndSection

Section "Files"
   FontPath   "/usr/share/fonts/misc"
   FontPath   "/usr/share/fonts/100dpi"
   FontPath   "/usr/share/fonts/75dpi"
   FontPath   "/usr/share/fonts/default/ghostscript"
EndSection

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

Section "InputDevice"
   Identifier   "Keyboard0"
   Driver   "kbd"
   Option   "CoreKeyboard"
EndSection

Section "InputDevice"
   Identifier   "Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents" "true"
   Option      "Device" "/dev/psaux"
   Option      "Protocol" "auto-dev"
EndSection

Section "InputDevice"
   Identifier   "Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device" "/dev/input/mice"
   Option      "Protocol" "Auto"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   HorizSync    28.0 - 96.0
   VertRefresh  50.0 - 75.0
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[1]"
   HorizSync    28.0 - 96.0
   VertRefresh  50.0 - 75.0
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
   Option      "DRI"   "true"
   #Option      "XAANoOffscreenPixmaps"   "true"
   Option      "DesktopSetup" "horizontal"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[1]"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
   Option      "DRI"   "true"
   Option      "XAANoOffscreenPixmaps"   "true"
EndSection

Section "Screen"
   Identifier         "aticonfig-Screen[0]"
   Device            "aticonfig-Device[0]"
   Monitor            "aticonfig-Monitor[0]"
   DefaultColorDepth   24
   SubSection "Display"
      Depth   24
      Modes   "1400x1050"
   EndSubSection
EndSection

Section "Screen"
   Identifier         "aticonfig-Screen[1]"
   Device            "aticonfig-Device[1]"
   Monitor            "aticonfig-Monitor[1]"
   DefaultColorDepth   24
   SubSection "Display"
      Depth   24
      Modes   "1280x1024"
   EndSubSection
EndSection

Section "DRI"
   Group 0
   Mode 0666
EndSection

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


Currently I am using the ~amd64 proprietary drivers (version 8.501), for AIGLX support.

Is there a way to get my external screen working with compiz-fusion and using the VGA connector on my docking station instead of the VGA connector on my notebook?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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