[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian Wheezy et driver «nouveau»



On Tue, 6 Mar 2012 18:02:56 +0100
Luxpopuli Open source <luxpopuli07@gmail.com> wrote:

> driver «nouveau» qui est utilisé mais impossible de dépasser 1024x768 en
> résolution.
> 

Zarb: il considère que tu as 3 têtes graphiques!
> *Section "ServerLayout"
>     Identifier     "X.org Configured"
>     Screen      0  "Screen0" 0 0
>     Screen      1  "Screen1" RightOf "Screen0"
>     Screen      2  "Screen2" RightOf "Screen1"
>     InputDevice    "Mouse0" "CorePointer"
>     InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection

La section font est assez inutile: installe plutôt xfs. 
> Section "Files"
>     ModulePath   "/usr/lib/xorg/modules"
…

Celle-là est obsolète; le drv se débrouille comme un grand. 
> Section "Module"
>     Load  "dri"
…
 
kdb est obsolescent (V. evdev)
> Section "InputDevice"
>     Identifier  "Keyboard0"
>     Driver      "kbd"
> EndSection

etc.

Xorg a fait énormément de progrès ces dernières années et certaines
options peuvent perturber ses auto-détections - ie: sur LCD+radeon je
reste au noir si je précise les fréquences vert/hor du monitor et/ou
je laisse une section Screen; reste à tester.

Il se peut aussi que nouveau nécessite un switch spécifique à ta
carte (+rare)

Essaye avec qq chose comme suit:

###########################################################   SERVERFLAGS

Section "ServerFlags"
    # Auth to leave by CTRL-ALT-BACKSPACE
    Option          "DontZap"       	"false"
EndSection

###########################################################   SERVERLAYOUT

Section "ServerLayout"
    Identifier     "Simple Layout"
    Screen         "Screen0"       	0 0
    InputDevice    "Mouse0"      	"CorePointer"
    InputDevice    "Keyboard0"      	"CoreKeyboard"
EndSection

###########################################################   KEYBOARD

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "evdev"
    Option         "XkbRules"       	"xorg"
#    Option         "XkbModel"       	 "pc105"
    Option         "XkbModel"       	"pc104"
    Option         "XkbLayout"      	"fr"
    # COMPOSE (for some diacritics) = LEFT_W$
   Option         "XkbOptions"      	"compose:lwin"
#   Option         "XkbVariant"      	 "latin9"
   Option         "XkbVariant"      	"oss"
EndSection

###########################################################   MOUSE

Section "InputDevice"
    Identifier    "Mouse0"
    Driver        "evdev"
    Option        "Protocol"          	"auto"
    # Chge resolution
    Option        "Resolution"		"3500"
EndSection

###########################################################   MONITORS

Section "Monitor"
    Identifier    "IIYAMA24"
    # ANALOGIC
    HorizSync     24.0 - 80.0
    VertRefresh   55 - 75
    # DIGITAL
#    HorizSync    30.0 - 80.0
#    VertRefresh  55 - 75
    Option        "DPMS" 		"TRUE"
    Option        "RandR"      		"TRUE"
EndSection

###########################################################   GC

Section "Device"
    Identifier  "NVIDIA GeForce3-TI200"
    Driver      "nouveau"
    Option      "backingstore"		"True"
EndSection

###########################################################   SCREEN

Section "Screen"
    Identifier     "Screen0"
    Device         "NVIDIA GeForce3-TI200"
    Monitor        "IIYAMA24"
    DefaultDepth   24
    SubSection     "Display"
        Viewport   0 0
        Depth      24
        Modes      "1920x1080"
    EndSubSection
EndSection

###########################################################   EXTENSIONS

Section "DRI"
    Mode 0666
EndSection

########################################################### EOF

-- 
bi, n:
	When *everybody* thinks you're a pervert.


Reply to: