View previous topic :: View next topic |
Author |
Message |
Pancu l33t
Joined: 16 Feb 2005 Posts: 612 Location: Cesena
|
Posted: Mon May 30, 2005 11:42 am Post subject: [Risolto]Problema Display |
|
|
Ho una scheda video nVidia Corporation NV11 [GeForce2 MX/MX 400] e monitor Samtron 51S.
Quando avvio gentoo lo schermo mi appare spostato di qualche cm verso destra...
Questa è la mia configurazione di xorg:
Code: | Section "Monitor"
Identifier "Samtron 51S"
HorizSync 30-60
VertRefresh 56-75
# Standard VGA Device:
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
# Chipset "generic"
Driver "vga"
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
EndSection
Section "Device"
Identifier "nVidia Geforce2"
Driver "nv"
#VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "nVidia Geforce2"
Monitor "Samtron 51S"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "800x600"
ViewPort 0 0
Virtual 1600 1280
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600"
ViewPort 0 0
Virtual 1280 1024
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600"
ViewPort 0 0
Virtual 1152 900
EndSubsection
EndSection
|
Inoltre volevo chiedervi se esiste una documentazione in cui viene spiegato in cosa consiste il framebuffer??
Grazie!
Last edited by Pancu on Mon May 30, 2005 12:43 pm; edited 1 time in total |
|
Back to top |
|
|
ricci Tux's lil' helper
Joined: 12 May 2005 Posts: 78 Location: Ferrara
|
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Mon May 30, 2005 12:32 pm Post subject: |
|
|
Puoi usare:
per crearti la modeline che poi metterai nel file xorg.conf _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
Pancu l33t
Joined: 16 Feb 2005 Posts: 612 Location: Cesena
|
Posted: Mon May 30, 2005 12:42 pm Post subject: |
|
|
Grazie ho risolto usando xorgcfg.. |
|
Back to top |
|
|
ricci Tux's lil' helper
Joined: 12 May 2005 Posts: 78 Location: Ferrara
|
|
Back to top |
|
|
Pancu l33t
Joined: 16 Feb 2005 Posts: 612 Location: Cesena
|
Posted: Mon May 30, 2005 12:48 pm Post subject: |
|
|
Grazie mille Ricci..Molto gentile! |
|
Back to top |
|
|
|