Results 1 to 1 of 1
On my media center, I have a Radeon 9200 which I am running a dual head setup on. One head goes to my TV, which is a standard, low-res model. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-12-2006 #1Just Joined!
- Join Date
- Mar 2005
- Location
- Kansas
- Posts
- 30
Dual-Head setup in Fluxbox
On my media center, I have a Radeon 9200 which I am running a dual head setup on. One head goes to my TV, which is a standard, low-res model. The other goes to a monitor. I have the dual head setup working, except for two things.
First, is there a way to have a higher resolution on the monitor than on the TV? I tried setting it in xorg.conf, but that resulted in making the monitor's display basically useless.
Second, when I set it to bigdesktop I'm unable to access my menu on the TV. Also, the font size on the menu gets so small that I can barely read it. How do I fix this?
Here's my xorg.conf (which, as you can see, is pretty basic)
and my .fluxbox/initCode:Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" 0 0 Screen "aticonfig Screen 1" below "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "Files" # local font server # if the local font server has problems, we can fall back on these FontPath "unix/:7100" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "evdev" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" 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" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 Option "DPMS" Gamma 0.40 0.40 0.40 EndSection Section "Monitor" Identifier "aticonfig Monitor 1" EndSection Section "Device" Identifier "ATI Technologies, Inc. RV280 [Radeon 9200]" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "ATI Graphics Adapter 1" Driver "fglrx" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies, Inc. RV280 [Radeon 9200]" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "640x480" EndSubSection SubSection "Display" Depth 4 Modes "640x480" EndSubSection SubSection "Display" Depth 8 Modes "640x480" EndSubSection SubSection "Display" Depth 15 Modes "640x480" EndSubSection SubSection "Display" Depth 16 Modes "640x480" EndSubSection SubSection "Display" Depth 24 Modes "640x480" EndSubSection EndSection Section "Screen" Identifier "aticonfig Screen 1" Device "ATI Graphics Adapter 1" Monitor "aticonfig Monitor 1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection
Code:session.screen1.overlay.lineWidth: 1 session.screen1.overlay.lineStyle: LineSolid session.screen1.overlay.joinStyle: JoinMiter session.screen1.overlay.capStyle: CapNotLast session.screen1.iconbar.mode: Workspace session.screen1.iconbar.wheelMode: Screen session.screen1.iconbar.iconTextPadding: 10l session.screen1.iconbar.iconWidth: 70 session.screen1.iconbar.deiconifyMode: Follow session.screen1.iconbar.alignment: Relative session.screen1.iconbar.usePixmap: true session.screen1.menu.alpha: 255 session.screen1.window.focus.alpha: 255 session.screen1.window.unfocus.alpha: 255 session.screen1.slit.direction: Vertical session.screen1.slit.onhead: 0 session.screen1.slit.layer: Dock session.screen1.slit.onTop: False session.screen1.slit.placement: BottomRight session.screen1.slit.autoHide: false session.screen1.slit.maxOver: false session.screen1.slit.alpha: 255 session.screen1.toolbar.visible: true session.screen1.toolbar.layer: Desktop session.screen1.toolbar.tools: workspacename, prevworkspace, nextworkspace, iconbar, systemtray, prevwindow, nextwindow, clock session.screen1.toolbar.height: 0 session.screen1.toolbar.widthPercent: 66 session.screen1.toolbar.autoHide: true session.screen1.toolbar.onhead: 0 session.screen1.toolbar.onTop: False session.screen1.toolbar.placement: BottomCenter session.screen1.toolbar.alpha: 255 session.screen1.toolbar.maxOver: false session.screen1.tab.placement: Top session.screen1.tab.width: 64 session.screen1.tab.rotatevertical: True session.screen1.tab.alignment: Left session.screen1.tab.height: 16 session.screen1.imageDither: false session.screen1.menuDelay: 0 session.screen1.menuMode: Delay session.screen1.focusNewWindows: true session.screen1.workspaces: 4 session.screen1.showwindowposition: true session.screen1.resizeMode: Bottom session.screen1.windowMenu: session.screen1.windowScrollAction: session.screen1.edgeSnapThreshold: 0 session.screen1.colPlacementDirection: TopToBottom session.screen1.focusModel: ClickFocus session.screen1.followModel: Ignore session.screen1.opaqueMove: false session.screen1.strftimeFormat: %k:%M session.screen1.sloppywindowgrouping: true session.screen1.desktopwheeling: true session.screen1.tabFocusModel: ClickToTabFocus session.screen1.windowScrollReverse: false session.screen1.rowPlacementDirection: LeftToRight session.screen1.clickRaises: true session.screen1.rootCommand: session.screen1.workspacewarping: true session.screen1.decorateTransient: false session.screen1.antialias: true session.screen1.workspaceNames: one,two,three,four, session.screen1.autoRaise: false session.screen1.menuDelayClose: 0 session.screen1.fullMaximization: false session.screen1.focusLastWindow: true session.screen1.windowPlacement: RowSmartPlacement session.screen0.overlay.lineWidth: 1 session.screen0.overlay.lineStyle: LineSolid session.screen0.overlay.joinStyle: JoinMiter session.screen0.overlay.capStyle: CapNotLast session.screen0.iconbar.mode: Workspace session.screen0.iconbar.wheelMode: Screen session.screen0.iconbar.iconTextPadding: 10l session.screen0.iconbar.iconWidth: 70 session.screen0.iconbar.deiconifyMode: Follow session.screen0.iconbar.alignment: Relative session.screen0.iconbar.usePixmap: true session.screen0.menu.alpha: 255 session.screen0.window.focus.alpha: 255 session.screen0.window.unfocus.alpha: 255 session.screen0.slit.direction: Vertical session.screen0.slit.onhead: 0 session.screen0.slit.layer: Dock session.screen0.slit.onTop: False session.screen0.slit.placement: BottomRight session.screen0.slit.autoHide: false session.screen0.slit.maxOver: false session.screen0.slit.alpha: 255 session.screen0.toolbar.visible: true session.screen0.toolbar.layer: Desktop session.screen0.toolbar.tools: workspacename, prevworkspace, nextworkspace, iconbar, systemtray, prevwindow, nextwindow, clock session.screen0.toolbar.height: 0 session.screen0.toolbar.widthPercent: 66 session.screen0.toolbar.autoHide: true session.screen0.toolbar.onhead: 0 session.screen0.toolbar.onTop: False session.screen0.toolbar.placement: BottomCenter session.screen0.toolbar.alpha: 255 session.screen0.toolbar.maxOver: false session.screen0.tab.placement: Top session.screen0.tab.width: 64 session.screen0.tab.rotatevertical: True session.screen0.tab.alignment: Left session.screen0.tab.height: 16 session.screen0.imageDither: false session.screen0.menuDelay: 0 session.screen0.menuMode: Delay session.screen0.focusNewWindows: true session.screen0.workspaces: 4 session.screen0.showwindowposition: true session.screen0.resizeMode: Bottom session.screen0.windowMenu: session.screen0.windowScrollAction: session.screen0.edgeSnapThreshold: 0 session.screen0.colPlacementDirection: TopToBottom session.screen0.focusModel: ClickFocus session.screen0.followModel: Ignore session.screen0.opaqueMove: false session.screen0.strftimeFormat: %k:%M session.screen0.sloppywindowgrouping: true session.screen0.desktopwheeling: true session.screen0.tabFocusModel: ClickToTabFocus session.screen0.windowScrollReverse: false session.screen0.rowPlacementDirection: LeftToRight session.screen0.clickRaises: true session.screen0.rootCommand: session.screen0.workspacewarping: true session.screen0.decorateTransient: false session.screen0.antialias: true session.screen0.workspaceNames: one,two,three,four, session.screen0.autoRaise: false session.screen0.menuDelayClose: 0 session.screen0.fullMaximization: false session.screen0.focusLastWindow: true session.screen0.windowPlacement: RowSmartPlacement session.titlebar.left: Stick session.titlebar.right: Minimize Maximize Close session.ignoreBorder: false session.imageDither: True session.colorsPerChannel: 4 session.keyFile: ~/.fluxbox/keys session.groupFile: ~/.fluxbox/groups session.tabs: true session.menuFile: ~/.fluxbox/menu session.iconbar: true session.doubleClickInterval: 250 session.focusTabMinWidth: 0 session.slitlistFile: ~/.fluxbox/slitlist session.opaqueMove: False session.cacheMax: 200l session.cacheLife: 5l session.tabPadding: 0 session.forcePseudoTransparency: false session.tabsAttachArea: Window session.useMod1: true session.appsFile: ~/.fluxbox/apps session.autoRaiseDelay: 250 session.numLayers: 13 session.styleFile: /home/sisk/.fluxbox/styles/Meta


Reply With Quote
