* [gentoo-user] xorg.conf
@ 2005-10-12 21:41 Jorge Almeida
2005-10-12 23:16 ` Brett I. Holcomb
0 siblings, 1 reply; 8+ messages in thread
From: Jorge Almeida @ 2005-10-12 21:41 UTC (permalink / raw
To: gentoo-user
I can't find out what I'm doing wrong. I have a nvidia card (GeForce FX
5200) and I managed to launch the X server with the nv driver. When I
try to use the nvidia driver, the server aborts, complaining about not
finding a usable screen section.
The following file is the one that works (with nv). To try nvidia, I
made two changes: Load "glx" (instead of dri) and nvidia (as driver)
instead of nv. Something is missing... (Didn't change identifiers and
such.)
I emerged nvidia/kernel and nvidia-glx for good measure, issued "modprobe nvidia",
modules-update, openglx-update nvidia...
Kernel is 2.6.13-gentoo-r3.
Section "Module"
Load "dbe" # Double buffer extension
Load "fbdevhw"
Load "record"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "dri"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us_intl"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 24-80
VertRefresh 49-75
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "** NVIDIA (generic) [nv]"
Driver "nv"
VideoRam 131072
EndSection
Section "Screen"
Identifier "Screen 1"
Device "** NVIDIA (generic) [nv]"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
The last lines of /var/log/Xorg.0.log :
[29] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xE0000000
(--) NVIDIA(0): MMIO registers at 0xFD000000
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
--
Jorge Almeida
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] xorg.conf
2005-10-12 21:41 Jorge Almeida
@ 2005-10-12 23:16 ` Brett I. Holcomb
2005-10-13 7:53 ` Jorge Almeida
0 siblings, 1 reply; 8+ messages in thread
From: Brett I. Holcomb @ 2005-10-12 23:16 UTC (permalink / raw
To: gentoo-user
One thing to check is do you have any /dev/nv* devices? There was a
thread in the forums on this which has a script for recreating them and
another thread on this list in which I posted it.
On Wed, 12 Oct 2005,
Jorge Almeida wrote:
> I can't find out what I'm doing wrong. I have a nvidia card (GeForce FX
> 5200) and I managed to launch the X server with the nv driver. When I
> try to use the nvidia driver, the server aborts, complaining about not
> finding a usable screen section.
>
--
Brett I. Holcomb
brettholcomb@R777bellsouth.net
Registered Linux User #188143
Remove R777 to email
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] xorg.conf
2005-10-12 23:16 ` Brett I. Holcomb
@ 2005-10-13 7:53 ` Jorge Almeida
0 siblings, 0 replies; 8+ messages in thread
From: Jorge Almeida @ 2005-10-13 7:53 UTC (permalink / raw
To: gentoo-user
On Wed, 12 Oct 2005, Brett I. Holcomb wrote:
> One thing to check is do you have any /dev/nv* devices? There was a thread in
> the forums on this which has a script for recreating them and another thread
> on this list in which I posted it.
>
That was it. I found the thread, that's why I emerged the masked
versions of the driver (see my reply to myself).
BTW: the suggestion to put the script in /etc/conf.d/local.start seems
somewhat strange: doesn't /etc/init.d/local get executed after all other
scripts in the default runlevel? Doesn't this mean that the script would
be started _after_ the X server?
Jorge
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] xorg.conf
@ 2006-03-13 21:39 Goran Maksimović
2006-03-13 21:59 ` Dave Moore
0 siblings, 1 reply; 8+ messages in thread
From: Goran Maksimović @ 2006-03-13 21:39 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 237 bytes --]
Hi!
I have laptop HP nx9105 which has screen 15.4" resolution of 1280x800 and
graphics card nVidia GeForce 4 Go 32M and I am looking for some assistance
in configuration of xorg.conf :-). So, can somebody help me?
Bye
Goran
[-- Attachment #2: Type: text/html, Size: 2647 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] xorg.conf
2006-03-13 21:39 [gentoo-user] xorg.conf Goran Maksimović
@ 2006-03-13 21:59 ` Dave Moore
2006-03-13 22:25 ` Goran Maksimović
0 siblings, 1 reply; 8+ messages in thread
From: Dave Moore @ 2006-03-13 21:59 UTC (permalink / raw
To: gentoo-user
> I have laptop HP nx9105 which has screen 15.4" resolution of 1280x800 and
> graphics card nVidia GeForce 4 Go 32M and I am looking for some assistance
> in configuration of xorg.conf J. So, can somebody help me?
Try Xorg -configure
see http://www.gentoo.org/doc/en/xorg-config.xml
Dave
--
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GAT d-(+) s+: a24 C++ UBL++ P+>+++ L++ E--- W+++$ N+ o? K? w O? M-- V?
!PS !PE Y PGP- t++ 5++ X+ R+++ tv+ b++ DI++++ D++ G e+ h-- r++ y+
------END GEEK CODE BLOCK------
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [gentoo-user] xorg.conf
2006-03-13 21:59 ` Dave Moore
@ 2006-03-13 22:25 ` Goran Maksimović
2006-03-13 22:39 ` Keats
0 siblings, 1 reply; 8+ messages in thread
From: Goran Maksimović @ 2006-03-13 22:25 UTC (permalink / raw
To: gentoo-user
Yes I tried but I am looking if someone has done it already or does know
what should I write in xorg.conf.
Bye
Goran
-----Original Message-----
From: Dave Moore [mailto:dave.j.moore@gmail.com]
Sent: Monday, March 13, 2006 11:00 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] xorg.conf
> I have laptop HP nx9105 which has screen 15.4" resolution of 1280x800 and
> graphics card nVidia GeForce 4 Go 32M and I am looking for some assistance
> in configuration of xorg.conf J. So, can somebody help me?
Try Xorg -configure
see http://www.gentoo.org/doc/en/xorg-config.xml
Dave
--
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GAT d-(+) s+: a24 C++ UBL++ P+>+++ L++ E--- W+++$ N+ o? K? w O? M-- V?
!PS !PE Y PGP- t++ 5++ X+ R+++ tv+ b++ DI++++ D++ G e+ h-- r++ y+
------END GEEK CODE BLOCK------
--
gentoo-user@gentoo.org mailing list
__________ NOD32 1.1441 (20060313) Information __________
This message was checked by NOD32 antivirus system.
http://www.eset.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] xorg.conf
2006-03-13 22:25 ` Goran Maksimović
@ 2006-03-13 22:39 ` Keats
2006-03-14 23:40 ` ellotheth rimmwen
0 siblings, 1 reply; 8+ messages in thread
From: Keats @ 2006-03-13 22:39 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1384 bytes --]
i have the same card...
my default is to use an external crt
you just have to edit it to switch to lcd by default :)
On Mon, 13 Mar 2006 23:25:04 +0100
Goran Maksimović <goran.maksimovic@ri.htnet.hr> wrote:
> Yes I tried but I am looking if someone has done it already or does know
> what should I write in xorg.conf.
>
> Bye
>
> Goran
>
> -----Original Message-----
> From: Dave Moore [mailto:dave.j.moore@gmail.com]
> Sent: Monday, March 13, 2006 11:00 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] xorg.conf
>
> > I have laptop HP nx9105 which has screen 15.4" resolution of 1280x800 and
> > graphics card nVidia GeForce 4 Go 32M and I am looking for some assistance
> > in configuration of xorg.conf J. So, can somebody help me?
>
> Try Xorg -configure
> see http://www.gentoo.org/doc/en/xorg-config.xml
>
> Dave
>
> --
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.12
> GAT d-(+) s+: a24 C++ UBL++ P+>+++ L++ E--- W+++$ N+ o? K? w O? M-- V?
> !PS !PE Y PGP- t++ 5++ X+ R+++ tv+ b++ DI++++ D++ G e+ h-- r++ y+
> ------END GEEK CODE BLOCK------
>
> --
> gentoo-user@gentoo.org mailing list
>
>
> __________ NOD32 1.1441 (20060313) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
>
> --
> gentoo-user@gentoo.org mailing list
>
>
[-- Attachment #2: xorg.conf --]
[-- Type: application/octet-stream, Size: 15015 bytes --]
##########################################################
# XF86Config-4 : Fichier de configuration de XFree 4.x #
# #
# Ce fichier est adapté à la configuration d'une carte #
# graphique Geforce 4 Go 420 avec 32 Mo. #
# #
# Il permet de gérer l'affichage en 1024x768 sur : #
# - l'écran du portable seul (startx). A noter qu'il #
# faut ABSOLUMENT qu'il n'y est AUCUN écran branché #
# sur la prise VGA
# startx -- -layout "Portable #
# - l'écran du portable + télévision (même affichage) #
# (startx -- -layout "TwinTV") #
# - l'écran du portable + écran CRT (même affichage) #
# (startx -- -layout "TwinView") #
# #
# On peut également utiliser un bureau qui s'étale sur #
# l'écran du portable (LCD) et un écran supplémentaire #
# branché sur la prise VGA (CRT). Dans ce cas l'écran #
# principal est OBLIGATOIREMENT l'écran CRT, ce qui a #
# des conséquences. Par exemple, sous Gnome, les barres #
# de menu, des taches, sont obligatoirement placées sur #
# l'écran CRT supplémentaire. #
# - LCD à droite du CRT #
# (startx -- -layout "MultiHeadR) #
# - LCD à gauche du CRT #
# (startx -- -layout "MultiHeadL) #
# #
# D'autre part, pour que la souris USB fonctionne, elle #
# doit être branchée au démarage du serveur X. C'est #
# pourquoi il est à mon avis plus pratique de lancer le #
# XFree manuellement sur un portable. #
##########################################################
##########################################################
# Section Files : #
# - répertoires des polices de caractères #
##########################################################
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
#FontPath "/usr/local/share/fonts/ttffonts"
#FontPath "/usr/local/share/fonts/ooffice/truetype"
FontPath "/usr/local/share/fonts/joined"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
##########################################################
# Section Modules : #
# - les modules à charger #
##########################################################
Section "Module"
####### Load "GLcore"
Load "bitmap"
Load "ddc"
####### Load "dri"
Load "extmod"
Load "freetype"
####### Load "glx"
Load "/usr/lib/opengl/nvidia/extensions/libglx.so"
Load "dbe"
Load "int10"
Load "record"
####### Load "speedo"
Load "type1"
Load "vbe"
EndSection
##########################################################
# Section InputDevice: #
# - le clavier #
# - le touchpad #
# - la souris USB #
##########################################################
## Le clavier
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
####### Option "XkbDisable"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" ""
EndSection
## le touchpad
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
## la souris USB
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
##########################################################
# Section Device: les différentes configuration pour #
# la carte graphique #
# - normal #
# - avec sortie TV #
# - TwinView #
# - MultiHead #
##########################################################
## la Geforce, pour l'affichage normal
Section "Device"
Identifier "Geforce 4 420 Go - Normal"
Driver "nvidia"
####### Driver "nv"
BusID "AGP:01:00:0"
# Override DDC
Option "NoDDC" "1"
Option "IgnoreEDID" "1"
# Important when using TFT
Option "GenerateRTList" "0"
Option "OverridePolarity" "1"
# Switch AGP
Option "NvAGP" "3"
# Some Pointer Eyecandy
####### Option "CursorShadow" "1"
####### Option "CursorShadowAlpha" "63"
####### Option "CursorShadowYOffset" "2"
####### Option "CursorShadowXOffset" "4"
# Picture Improvement
Option "DigitalVibrance" "0"
Option "NoLogo" "On"
EndSection
## la Geforce, pour l'affichage avec sortie TV et écran
Section "Device"
Identifier "Nvidia Geforce 4 420 TV-out"
Driver "nvidia"
####### Driver "nv"
BusID "AGP:01:00:0"
# Override DDC
Option "NoDDC" "1"
Option "IgnoreEDID" "1"
# Important when using TFT
Option "GenerateRTList" "0"
Option "OverridePolarity" "1"
# Switch AGP
Option "NvAGP" "3"
# Some Pointer Eyecandy
Option "CursorShadow" "1"
Option "CursorShadowAlpha" "63"
Option "CursorShadowYOffset" "2"
Option "CursorShadowXOffset" "4"
# Picture Improvement
Option "DigitalVibrance" "0"
# TV Twinview
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TwinViewOrientation" "Clone"
Option "TVOutFormat" "COMPOSITE"
Option "ConnectedMonitor" "DFP,TV"
Option "TVStandard" "PAL-B"
Option "MetaModes" "1024x768 @1024x768,1024x768 @1024x768; 800x600 @800x600,800x600 @800x600; 640x480 @640x480,640x480 @640x480"
EndSection
## la Geforce, pour l'affichage UNIQUEMENT sur la TV
## A MODIFIER !!
Section "Device"
Identifier "Nvidia Geforce 4 420 TV-out ONLY"
Driver "nvidia"
####### Driver "nv"
BusID "AGP:01:00:0"
# Override DDC
Option "NoDDC" "1"
Option "IgnoreEDID" "1"
# Important when using TFT
Option "GenerateRTList" "0"
Option "OverridePolarity" "1"
# Switch AGP
Option "NvAGP" "3"
# Some Pointer Eyecandy
Option "CursorShadow" "1"
Option "CursorShadowAlpha" "63"
Option "CursorShadowYOffset" "2"
Option "CursorShadowXOffset" "4"
# Picture Improvement
Option "DigitalVibrance" "0"
# TV
Option "TVOutFormat" "COMPOSITE"
Option "ConnectedMonitor" "TV"
Option "TVStandard" "PAL-B"
Option "MetaModes" "1024x768 @1024x768,1024x768 @1024x768; 800x600 @800x600,800x600 @800x600; 640x480 @640x480,640x480 @640x480"
EndSection
## la Geforce, pour l'affichage en TwinView
Section "Device"
Identifier "Geforce CRT-LCD Clone"
Driver "nvidia"
####### Driver "nv"
BusID "AGP:01:00:0"
# Override DDC
Option "NoDDC" "1"
Option "IgnoreEDID" "1"
# Important when using TFT
Option "GenerateRTList" "0"
Option "OverridePolarity" "1"
# Switch AGP
Option "NvAGP" "3"
# Some Pointer Eyecandy
Option "CursorShadow" "1"
Option "CursorShadowAlpha" "63"
Option "CursorShadowYOffset" "2"
Option "CursorShadowXOffset" "4"
# Picture Improvement
Option "DigitalVibrance" "0"
# TV Twinview
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "28-60"
Option "SecondMonitorVertRefresh" "43-72"
Option "TwinViewOrientation" "Clone"
Option "ConnectedMonitor" "CRT, DFP"
# Option "Xinerama" "on"
Option "MetaModes" "1024x768 @1024x768,1024x768 @1024x768; 800x600 @800x600,800x600 @800x600; 640x480 @640x480,640x480 @640x480"
EndSection
## la Geforce, pour l'affichage en MultiHead LCD Right Of CRT
Section "Device"
Identifier "Geforce LCD RightOf CRT"
Driver "nvidia"
####### Driver "nv"
BusID "AGP:01:00:0"
# Override DDC
Option "NoDDC" "1"
Option "IgnoreEDID" "1"
# Important when using TFT
Option "GenerateRTList" "0"
Option "OverridePolarity" "1"
# Switch AGP
Option "NvAGP" "3"
# Some Pointer Eyecandy
Option "CursorShadow" "1"
Option "CursorShadowAlpha" "63"
Option "CursorShadowYOffset" "2"
Option "CursorShadowXOffset" "4"
# Picture Improvement
Option "DigitalVibrance" "0"
# TV Twinview
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "28-60"
Option "SecondMonitorVertRefresh" "43-72"
Option "TwinViewOrientation" "RightOf"
Option "ConnectedMonitor" "CRT, DFP"
Option "Xinerama" "on"
Option "MetaModes" "1024x768 @1024x768,1024x768 @1024x768; 800x600 @800x600,800x600 @800x600; 640x480 @640x480,640x480 @640x480"
EndSection
## la Geforce, pour l'affichage en MultiHead LCD Left Of CRT
Section "Device"
Identifier "Geforce LCD LeftOf CRT"
Driver "nvidia"
####### Driver "nv"
BusID "AGP:01:00:0"
# Override DDC
Option "NoDDC" "1"
Option "IgnoreEDID" "1"
# Important when using TFT
Option "GenerateRTList" "0"
Option "OverridePolarity" "1"
# Switch AGP
Option "NvAGP" "3"
# Some Pointer Eyecandy
Option "CursorShadow" "1"
Option "CursorShadowAlpha" "63"
Option "CursorShadowYOffset" "2"
Option "CursorShadowXOffset" "4"
# Picture Improvement
Option "DigitalVibrance" "0"
# TV Twinview
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "28-60"
Option "SecondMonitorVertRefresh" "43-72"
Option "TwinViewOrientation" "LeftOf"
Option "ConnectedMonitor" "CRT, DFP"
Option "Xinerama" "on"
Option "MetaModes" "1024x768 @1024x768,1024x768 @1024x768; 800x600 @800x600,800x600 @800x600; 640x480 @640x480,640x480 @640x480"
EndSection
##########################################################
# Section Monitor: #
# - Ecran LCD #
# - Ecran CRT #
##########################################################
## l'écran du portable
Section "Monitor"
Identifier "Ecran LCD"
HorizSync 28-60
VertRefresh 43-72
Option "DPMS"
Option "NoDDC" "1"
EndSection
## un écran cathodique supportant le 1024x768 à 85 Hz
Section "Monitor"
Identifier "Ecran CRT"
#VendorName "Plug'n Play"
HorizSync 30-96
VertRefresh 50-160
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
#ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
#ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
##########################################################
# Section Screen: #
# Associations Ecran (Moniteur)/Carte graphique #
##########################################################
Section "Screen"
Identifier "Default Screen"
Device "Geforce 4 420 Go - Normal"
Monitor "Ecran CRT"
DefaultDepth 24
# Override DDC
Option "NoDDC" "1"
# Switch AGP
Option "NvAgp" "3"
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200"
EndSubSection
EndSection
## en mode normal
Section "Screen"
Identifier "Default Screen0"
Device "Geforce 4 420 Go - Normal"
Monitor "Ecran LCD"
DefaultDepth 24
# Override DDC
Option "NoDDC" "1"
# Switch AGP
Option "NvAgp" "3"
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
## en sortie TV
Section "Screen"
Identifier "TV"
Device "Nvidia Geforce 4 420 TV-out"
Monitor "Ecran LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
## en TwinView
Section "Screen"
Identifier "TwinView"
Device "Geforce CRT-LCD Clone"
Monitor "Ecran CRT"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
## en MultiHead LCD RightOf CRT
Section "Screen"
Identifier "MultiHead R"
Device "Geforce LCD RightOf CRT"
Monitor "Ecran CRT"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
## en MultiHead LCD LeftOf CRT
Section "Screen"
Identifier "MultiHead L"
Device "Geforce LCD LeftOf CRT"
Monitor "Ecran CRT"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
## en mode normal
Section "Screen"
Identifier "HL"
Device "Geforce 4 420 Go - Normal"
Monitor "Ecran LCD"
DefaultDepth 16
# Override DDC
Option "NoDDC" "1"
# Switch AGP
Option "NvAgp" "3"
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
EndSection
##########################################################
# Section ServerLayout: #
# - Default Layout : affichage uniquement sur #
# l'écran du portable #
# - TwinTV : le même affichage sur l'écran de #
# télévision et sur celui du portable #
# - TwinView : le même affichage sur un écran #
# cathodique et sur celui du portable #
# - Multihead : un bureau qui s'étale sur un #
# écran cathodique et sur celui du portable #
##########################################################
## affichage uniquement sur l'écran du crt
Section "ServerLayout"
Identifier "Defaut"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
## affichage uniquement sur l'écran du portable
Section "ServerLayout"
Identifier "Portable"
Screen "Default Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
## le même affichage sur l'écran de télévision et sur celui du portable
Section "ServerLayout"
Identifier "TwinTV"
Screen "TV"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
## un bureau qui s'étale sur un écran cathodique et sur celui du portable
Section "ServerLayout"
Identifier "TwinView"
Screen "TwinView"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
## le même affichage sur un écran cathodique et sur celui du portable
Section "ServerLayout"
Identifier "MultiHeadR"
Screen "MultiHead R"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
## le même affichage sur un écran cathodique et sur celui du portable
Section "ServerLayout"
Identifier "MultiHeadL"
Screen "MultiHead L"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
## affichage uniquement sur l'écran du portable
Section "ServerLayout"
Identifier "HL_Layout"
Screen "HL"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] xorg.conf
2006-03-13 22:39 ` Keats
@ 2006-03-14 23:40 ` ellotheth rimmwen
0 siblings, 0 replies; 8+ messages in thread
From: ellotheth rimmwen @ 2006-03-14 23:40 UTC (permalink / raw
To: gentoo-user
Did you check Linux on Laptops [http://www.linux-on-laptops.com/hp.html]?
http://www.linuxquestions.org/hcl/showproduct.php?product=1563
http://www.unicolet.org/nx9105.html
--
ellotheth rimmwen
* monjoy *
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-03-15 0:05 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-13 21:39 [gentoo-user] xorg.conf Goran Maksimović
2006-03-13 21:59 ` Dave Moore
2006-03-13 22:25 ` Goran Maksimović
2006-03-13 22:39 ` Keats
2006-03-14 23:40 ` ellotheth rimmwen
-- strict thread matches above, loose matches on Subject: below --
2005-10-12 21:41 Jorge Almeida
2005-10-12 23:16 ` Brett I. Holcomb
2005-10-13 7:53 ` Jorge Almeida
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox