Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
taskbar streched
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
tronica
n00b
n00b


Joined: 09 Nov 2006
Posts: 37

PostPosted: Mon Mar 05, 2007 10:07 pm    Post subject: taskbar streched Reply with quote

I've been using linux for about 3 years now and have been using twinview the hole time, i figured it out on my own with just adding Option "twinview" to the device section, it worked, the monitors were located correctly, and the taskbar was on the left monitor where i like it. However now that i'm on gentoo, this method works all but the taskbar is stretched across both monitors. How can i get the taskbar to be on the left monitor. I'm using gnome. Heres my xorg.conf

Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib64/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

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

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

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
   Option       "CorePointer"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV34 [GeForce FX 5200]"
   BusID       "PCI:1:0:0"
   Option    "twinview"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Back to top
View user's profile Send private message
tronica
n00b
n00b


Joined: 09 Nov 2006
Posts: 37

PostPosted: Tue Mar 06, 2007 12:01 am    Post subject: Reply with quote

bump
Back to top
View user's profile Send private message
tronica
n00b
n00b


Joined: 09 Nov 2006
Posts: 37

PostPosted: Thu Mar 08, 2007 4:04 pm    Post subject: Reply with quote

anybody, heres a screnshot, also when i maximize a window, it maximizes across both screens.

http://itransfer.ath.cx/Screenshot.png
Back to top
View user's profile Send private message
Tlaloc
Guru
Guru


Joined: 21 Feb 2005
Posts: 451
Location: Europe - Alps - Tyrol

PostPosted: Thu Mar 08, 2007 4:23 pm    Post subject: Reply with quote

Sounds like you have compiled things without the xinerama use flag. Add "xinerama" to your make.conf and then do an "emerge --pretend --newuse world" to see what will be reemerged. If nothing strange or unwanted shows up leave away the "--pretend" and restart. --newuse is what tells emerge to look for changed use flags.
Bye, Val.
Back to top
View user's profile Send private message
tronica
n00b
n00b


Joined: 09 Nov 2006
Posts: 37

PostPosted: Thu Mar 08, 2007 4:41 pm    Post subject: Reply with quote

thanks for the reply, here's what i got running emerge --newuse world after adding xinerama to make.conf

Code:
localhost Desktop # clear

localhost Desktop # emerge --newuse world
Calculating world dependencies -
!!! Problems have been detected with your world file
!!! Please run emaint --check world


!!! Ebuilds for the following packages are either all
!!! masked or don't exist:
x11-wm/beryl

... done!

!!! Error: the sys-apps/coldplug package conflicts with another package;
!!!        the two packages cannot be installed on the same system together.
!!!        Please use 'emerge --pretend' to determine blockers.

For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked


i then ran

Code:
localhost Desktop # emaint --check world
Checking world for problems

'sys-apps/coldplugapp-admin/syslog-ngsys-process/fcronnet-misc/dhcpcdsys-boot/grub' is not a valid atom


Finished


any ideas?
Back to top
View user's profile Send private message
tronica
n00b
n00b


Joined: 09 Nov 2006
Posts: 37

PostPosted: Thu Mar 08, 2007 5:13 pm    Post subject: Reply with quote

I read somewhere that sys-apps/coldplug package is obsolete so i removed it and proceeded with emerge --newuse world, and seems to be going soomthly, i'm still compiling gcc-1-1-r3.....
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