List Info

Thread: dual head + additional single head config




dual head + additional single head config
user name
2006-11-08 17:11:25
Hi, everybody.

I've problems with my dual head configuration. I added a
second grafics 
adapter and a third monitor and now my existing dual head
configuration 
yarns. After powering up KDE I will get a behave desktop on
the 17" monitor.
The dual head config was crashed. I will get a 1280x25??
desktop over both 19" 
monitors and overlapped something lika a 1024x768 desktop in
the left upper 
corner with the kicker bar.

After comment out the line
    Screen         "RadeonScreen" RightOf
"NVidiaScreen"
I will get a working dual head config with both 19"
monitors.

Does anybody have experiences or could give me a tipp, whats
being wrong?

Thanks and best regards,
Christoph


My Setup:

First graphics adapter:		GeForce 6600/GeForce 6600 GT
Driver:						commercial NVIDIA-Linux-x86-1.0-8762-pkg1
Config:						Dual head with two 19" monitors

Second graphics adapter:		Radeon 7000 VE
Driver:						SuSE 10.1 radeon
Config:						Single 17" monitor

My xorg.conf:

Section "ServerLayout"
    Identifier     "Layout[all]"
    Screen         "NVidiaScreen" 0 0
    Screen         "RadeonScreen" RightOf
"NVidiaScreen"
    InputDevice    "Keyboard[0]"
"CoreKeyboard"
    InputDevice    "Mouse[1]"
"CorePointer"
    Option         "Clone" "off"
    Option         "Xinerama" "off"
EndSection

Section "Files"
    InputDevices      "/dev/gpmdata"
    InputDevices      "/dev/input/mice"
    FontPath       
"/usr/X11R6/lib/X11/fonts/misc:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/local"
    FontPath       
"/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/URW"
    FontPath       
"/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath        "/usr/X11R6/lib/X11/fonts/PEX"
    FontPath       
"/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath       
"/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/latin2/Type1"
    FontPath       
"/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/japanese:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/kwintv"
    FontPath       
"/usr/X11R6/lib/X11/fonts/truetype"
    FontPath       
"/usr/X11R6/lib/X11/fonts/uni:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/CID"
    FontPath       
"/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/hellas/Type1"
    FontPath       
"/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/xtest"
    FontPath        "/opt/kde3/share/fonts"
EndSection

Section "Module"
    Load           "dbe"
    Load           "type1"
    Load           "freetype"
    Load           "extmod"
    Load           "glx"
    Load           "v4l"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail"
"on"
EndSection

Section "InputDevice"
    Identifier     "Keyboard[0]"
    Driver         "kbd"
    Option         "Protocol" "Standard"
    Option         "XkbLayout" "de"
    Option         "XkbModel" "pc105"
    Option         "XkbRules" "xfree86"
    Option         "XkbVariant"
"nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Mouse[1]"
    Driver         "mouse"
    Option         "Buttons" "5"
    Option         "Device"
"/dev/input/mice"
    Option         "Name" "Logitech USB-PS/2
Optical Mouse"
    Option         "Protocol"
"explorerps/2"
    Option         "Vendor" "Sysp"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "NVidiaMonitor"
    VendorName     "SAM"
    ModelName      "SAMSUNG SYNCMASTER"
#    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "RadeonMonitor"
    VendorName     "LGP"
    ModelName      "LCD MONITOR"
#    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVidiaDevice"
    Driver         "nvidia"
    VendorName     "NVidia"
    BoardName      "GeForce 6600/GeForce 6600 GT"
    BusId          "PCI:01:00:0"
    Option         "TwinView"
    Option         "TwinViewOrientation"
"LeftOf"
    Option         "Metamodes"
"1280x1024,1280x1024"
EndSection

Section "Device"
    Identifier     "RadeonDevice"
    Driver         "radeon"
    VendorName     "Radeon"
    BoardName      "Radeon 7000 VE"
    BusId          "PCI:00:13:0"
    Option         "BusType" "PCI"
EndSection

Section "Screen"
    Identifier     "NVidiaScreen"
    Device         "NVidiaDevice"
    Monitor        "NVidiaMonitor"
    DefaultDepth    24
    Option         "HWCursor" "off"
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024"
"1280x960" "1152x864"
"1024x768" "800x600"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "RadeonScreen"
    Device         "RadeonDevice"
    Monitor        "RadeonMonitor"
    DefaultDepth   16 
    Option         "HWCursor" "off"
    Option         "NoInt10"  "off"
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "800x600"
    EndSubSection
EndSection


dual head + additional single head config
user name
2006-11-08 17:42:06
On Nov 08, 06 18:11:25 +0100, Christoph Fauck wrote:
> I've problems with my dual head configuration. I added
a second grafics 
> adapter and a third monitor and now my existing dual
head configuration 
> yarns. After powering up KDE I will get a behave
desktop on the 17" monitor.
> The dual head config was crashed. I will get a
1280x25?? desktop over both 19" 
> monitors and overlapped something lika a 1024x768
desktop in the left upper 
> corner with the kicker bar.
> 
> After comment out the line
>     Screen         "RadeonScreen" RightOf
"NVidiaScreen"
> I will get a working dual head config with both
19" monitors.

Appart from that I do not understand your problem
description (e.g. what
is a "behave desktop", what does "the dual
config was crashed" mean, do
you really mean 1280x25, etc. pp), you seem to use cards
from different
vendors.  That is something (while it of course *should*
work) we cannot
support at all. Especially mixing a closed source driver
with another
driver.

If nobody from the community can give you a hint, you're
probably lost.

Sorry

Matthias

-- 
Matthias Hopf <mhopfsuse.de>       __        __   __
Maxfeldstr. 5 / 90409 Nuernberg    (_   | |  (_   |__       
 matmshopf.de
Phone +49-911-74053-715            __)  |_|  __)  |__  labs 
 www.mshopf.de

-- 
To unsubscribe check the List-Unsubscribe header
For additional commands, email: suse-xfree86-helpsuse.com

dual head + additional single head config
user name
2006-11-08 21:26:51
My setup is the opposite of yours with two monitors on
proprietary ATI (fglrx) 
driver and one on open source (nv) nVidia. Here are a few
suggestions which 
may or may not help.

Have you tried fglrx? Maybe it will play nicer with the
nVidia driver. 

Is there any way to let X manage the two monitors on the
nVidia directly? That 
is to say two "Device" sections for the nVidia.
This is how fglrx works. What 
might be happening is X is getting confused because it has 3
monitors but 
thinks there are only 2.

Have you tested with one monitor on the nVidia and one on
the ATI? What are 
the results? That might give you some hints as to the
problem.

Good luck, it took me several days to get my configuration
working.

--jorge

On Wednesday 08 November 2006 11:11, Christoph Fauck wrote:
> Hi, everybody.
> 
> I've problems with my dual head configuration. I added
a second grafics 
> adapter and a third monitor and now my existing dual
head configuration 
> yarns. After powering up KDE I will get a behave
desktop on the 17" monitor.
> The dual head config was crashed. I will get a
1280x25?? desktop over both 
19" 
> monitors and overlapped something lika a 1024x768
desktop in the left upper 
> corner with the kicker bar.
> 
> After comment out the line
>     Screen         "RadeonScreen" RightOf
"NVidiaScreen"
> I will get a working dual head config with both
19" monitors.
> 
> Does anybody have experiences or could give me a tipp,
whats being wrong?
> 
> Thanks and best regards,
> Christoph
> 
> 
> My Setup:
> 
> First graphics adapter:		GeForce 6600/GeForce 6600 GT
> Driver:						commercial NVIDIA-Linux-x86-1.0-8762-pkg1
> Config:						Dual head with two 19" monitors
> 
> Second graphics adapter:		Radeon 7000 VE
> Driver:						SuSE 10.1 radeon
> Config:						Single 17" monitor
> 
> My xorg.conf:
> 
> Section "ServerLayout"
>     Identifier     "Layout[all]"
>     Screen         "NVidiaScreen" 0 0
>     Screen         "RadeonScreen" RightOf
"NVidiaScreen"
>     InputDevice    "Keyboard[0]"
"CoreKeyboard"
>     InputDevice    "Mouse[1]"
"CorePointer"
>     Option         "Clone" "off"
>     Option         "Xinerama" "off"
> EndSection
> 
> Section "Files"
>     InputDevices      "/dev/gpmdata"
>     InputDevices      "/dev/input/mice"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/misc:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/local"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/Type1"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/URW"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/Speedo"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/PEX"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/cyrillic"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/latin2/Type1"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/japanese:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/kwintv"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/truetype"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/uni:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/CID"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/hellas/Type1"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
>     FontPath       
"/usr/X11R6/lib/X11/fonts/xtest"
>     FontPath        "/opt/kde3/share/fonts"
> EndSection
> 
> Section "Module"
>     Load           "dbe"
>     Load           "type1"
>     Load           "freetype"
>     Load           "extmod"
>     Load           "glx"
>     Load           "v4l"
> EndSection
> 
> Section "ServerFlags"
>     Option         "AllowMouseOpenFail"
"on"
> EndSection
> 
> Section "InputDevice"
>     Identifier     "Keyboard[0]"
>     Driver         "kbd"
>     Option         "Protocol"
"Standard"
>     Option         "XkbLayout" "de"
>     Option         "XkbModel"
"pc105"
>     Option         "XkbRules"
"xfree86"
>     Option         "XkbVariant"
"nodeadkeys"
> EndSection
> 
> Section "InputDevice"
>     Identifier     "Mouse[1]"
>     Driver         "mouse"
>     Option         "Buttons" "5"
>     Option         "Device"
"/dev/input/mice"
>     Option         "Name" "Logitech
USB-PS/2 Optical Mouse"
>     Option         "Protocol"
"explorerps/2"
>     Option         "Vendor" "Sysp"
>     Option         "ZAxisMapping" "4
5"
> EndSection
> 
> Section "Monitor"
>     Identifier     "NVidiaMonitor"
>     VendorName     "SAM"
>     ModelName      "SAMSUNG SYNCMASTER"
> #    Option         "DPMS"
> EndSection
> 
> Section "Monitor"
>     Identifier     "RadeonMonitor"
>     VendorName     "LGP"
>     ModelName      "LCD MONITOR"
> #    Option         "DPMS"
> EndSection
> 
> Section "Device"
>     Identifier     "NVidiaDevice"
>     Driver         "nvidia"
>     VendorName     "NVidia"
>     BoardName      "GeForce 6600/GeForce 6600
GT"
>     BusId          "PCI:01:00:0"
>     Option         "TwinView"
>     Option         "TwinViewOrientation"
"LeftOf"
>     Option         "Metamodes"
"1280x1024,1280x1024"
> EndSection
> 
> Section "Device"
>     Identifier     "RadeonDevice"
>     Driver         "radeon"
>     VendorName     "Radeon"
>     BoardName      "Radeon 7000 VE"
>     BusId          "PCI:00:13:0"
>     Option         "BusType" "PCI"
> EndSection
> 
> Section "Screen"
>     Identifier     "NVidiaScreen"
>     Device         "NVidiaDevice"
>     Monitor        "NVidiaMonitor"
>     DefaultDepth    24
>     Option         "HWCursor" "off"
>     SubSection     "Display"
>         Depth       24
>         Modes      "1280x1024"
"1280x960" "1152x864"
"1024x768" "800x600"
>     EndSubSection
> EndSection
> 
> Section "Screen"
>     Identifier     "RadeonScreen"
>     Device         "RadeonDevice"
>     Monitor        "RadeonMonitor"
>     DefaultDepth   16 
>     Option         "HWCursor" "off"
>     Option         "NoInt10"  "off"
>     SubSection     "Display"
>         Depth       16
>         Modes      "1024x768"
"800x600"
>     EndSubSection
> EndSection
> 
> 
> 

-- 
To unsubscribe check the List-Unsubscribe header
For additional commands, email: suse-xfree86-helpsuse.com

dual head + additional single head config
user name
2006-11-09 21:20:18
Hey, thank you.

I bought a third graphic adapter and now it works fine.

Christoph

Am Mittwoch, 8. November 2006 22:26 schrieb jorge:
> My setup is the opposite of yours with two monitors on
proprietary ATI
> (fglrx) driver and one on open source (nv) nVidia. Here
are a few
> suggestions which may or may not help.
>
> Have you tried fglrx? Maybe it will play nicer with the
nVidia driver.
>
> Is there any way to let X manage the two monitors on
the nVidia directly?
> That is to say two "Device" sections for the
nVidia. This is how fglrx
> works. What might be happening is X is getting confused
because it has 3
> monitors but thinks there are only 2.
>
> Have you tested with one monitor on the nVidia and one
on the ATI? What are
> the results? That might give you some hints as to the
problem.
>
> Good luck, it took me several days to get my
configuration working.
>
> --jorge
>
> On Wednesday 08 November 2006 11:11, Christoph Fauck
wrote:
> > Hi, everybody.
> >
> > I've problems with my dual head configuration. I
added a second grafics
> > adapter and a third monitor and now my existing
dual head configuration
> > yarns. After powering up KDE I will get a behave
desktop on the 17"
> > monitor. The dual head config was crashed. I will
get a 1280x25?? desktop
> > over both
>
> 19"
>
> > monitors and overlapped something lika a 1024x768
desktop in the left
> > upper corner with the kicker bar.
> >
> > After comment out the line
> >     Screen         "RadeonScreen"
RightOf "NVidiaScreen"
> > I will get a working dual head config with both
19" monitors.
> >
> > Does anybody have experiences or could give me a
tipp, whats being wrong?
> >
> > Thanks and best regards,
> > Christoph
> >
> >
> > My Setup:
> >
> > First graphics adapter:		GeForce 6600/GeForce 6600
GT
> > Driver:						commercial
NVIDIA-Linux-x86-1.0-8762-pkg1
> > Config:						Dual head with two 19" monitors
> >
> > Second graphics adapter:		Radeon 7000 VE
> > Driver:						SuSE 10.1 radeon
> > Config:						Single 17" monitor
> >
> > My xorg.conf:
> >
> > Section "ServerLayout"
> >     Identifier     "Layout[all]"
> >     Screen         "NVidiaScreen" 0 0
> >     Screen         "RadeonScreen"
RightOf "NVidiaScreen"
> >     InputDevice    "Keyboard[0]"
"CoreKeyboard"
> >     InputDevice    "Mouse[1]"
"CorePointer"
> >     Option         "Clone"
"off"
> >     Option         "Xinerama"
"off"
> > EndSection
> >
> > Section "Files"
> >     InputDevices      "/dev/gpmdata"
> >     InputDevices      "/dev/input/mice"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/misc:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/local"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/Type1"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/URW"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/Speedo"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/PEX"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/cyrillic"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/latin2/Type1"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/japanese:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/kwintv"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/truetype"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/uni:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/CID"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/hellas/Type1"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
> >     FontPath       
"/usr/X11R6/lib/X11/fonts/xtest"
> >     FontPath       
"/opt/kde3/share/fonts"
> > EndSection
> >
> > Section "Module"
> >     Load           "dbe"
> >     Load           "type1"
> >     Load           "freetype"
> >     Load           "extmod"
> >     Load           "glx"
> >     Load           "v4l"
> > EndSection
> >
> > Section "ServerFlags"
> >     Option         "AllowMouseOpenFail"
"on"
> > EndSection
> >
> > Section "InputDevice"
> >     Identifier     "Keyboard[0]"
> >     Driver         "kbd"
> >     Option         "Protocol"
"Standard"
> >     Option         "XkbLayout"
"de"
> >     Option         "XkbModel"
"pc105"
> >     Option         "XkbRules"
"xfree86"
> >     Option         "XkbVariant"
"nodeadkeys"
> > EndSection
> >
> > Section "InputDevice"
> >     Identifier     "Mouse[1]"
> >     Driver         "mouse"
> >     Option         "Buttons"
"5"
> >     Option         "Device"
"/dev/input/mice"
> >     Option         "Name" "Logitech
USB-PS/2 Optical Mouse"
> >     Option         "Protocol"
"explorerps/2"
> >     Option         "Vendor"
"Sysp"
> >     Option         "ZAxisMapping"
"4 5"
> > EndSection
> >
> > Section "Monitor"
> >     Identifier     "NVidiaMonitor"
> >     VendorName     "SAM"
> >     ModelName      "SAMSUNG SYNCMASTER"
> > #    Option         "DPMS"
> > EndSection
> >
> > Section "Monitor"
> >     Identifier     "RadeonMonitor"
> >     VendorName     "LGP"
> >     ModelName      "LCD MONITOR"
> > #    Option         "DPMS"
> > EndSection
> >
> > Section "Device"
> >     Identifier     "NVidiaDevice"
> >     Driver         "nvidia"
> >     VendorName     "NVidia"
> >     BoardName      "GeForce 6600/GeForce 6600
GT"
> >     BusId          "PCI:01:00:0"
> >     Option         "TwinView"
> >     Option         "TwinViewOrientation"
"LeftOf"
> >     Option         "Metamodes"
"1280x1024,1280x1024"
> > EndSection
> >
> > Section "Device"
> >     Identifier     "RadeonDevice"
> >     Driver         "radeon"
> >     VendorName     "Radeon"
> >     BoardName      "Radeon 7000 VE"
> >     BusId          "PCI:00:13:0"
> >     Option         "BusType"
"PCI"
> > EndSection
> >
> > Section "Screen"
> >     Identifier     "NVidiaScreen"
> >     Device         "NVidiaDevice"
> >     Monitor        "NVidiaMonitor"
> >     DefaultDepth    24
> >     Option         "HWCursor"
"off"
> >     SubSection     "Display"
> >         Depth       24
> >         Modes      "1280x1024"
"1280x960" "1152x864"
"1024x768" "800x600"
> >     EndSubSection
> > EndSection
> >
> > Section "Screen"
> >     Identifier     "RadeonScreen"
> >     Device         "RadeonDevice"
> >     Monitor        "RadeonMonitor"
> >     DefaultDepth   16
> >     Option         "HWCursor"
"off"
> >     Option         "NoInt10" 
"off"
> >     SubSection     "Display"
> >         Depth       16
> >         Modes      "1024x768"
"800x600"
> >     EndSubSection
> > EndSection

-- 
Windows is not the answer, it's the question and the answer
is NO.

Christoph Fauck
Augenriedstrasse 54
72800 Eningen unter Achalm
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )