Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[X.org] Risoluzione ferma a 800x600
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
aristarx
n00b
n00b


Joined: 12 Oct 2005
Posts: 45
Location: Genova, Italy

PostPosted: Mon May 08, 2006 2:47 pm    Post subject: [X.org] Risoluzione ferma a 800x600 Reply with quote

Ciao a tutti,
sto installando gentoo su un vecchio Celeron 733 con 128Mb di RAM.
Con qualche problema (dovuto principalmente alla scarsa disponibilità di ram) sono riuscito a installare Xorg e a configurarlo: l'unico problema è che la risoluzione non ne vuol sapere di muoversi dall'800x600.. Ho provato varie opzioni in xorg.conf ma non c'è stato nulla da fare..
Non so esattamente che scheda grafica sia inserita, quindi ho usato un generico driver vesa.
L'output di scanpci, per quanto riguarda i device video, è il seguente:

Code:
pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x8086 device 0x7120
 Intel Corp. 82810 GMCH [Graphics Memory Controller Hub]

pci bus 0x0000 cardnum 0x01 function 0x00: vendor 0x8086 device 0x7121
 Intel Corp. 82810 CGC [Chipset Graphics Controller]


Di seguito l'ultimo xorg.conf usato:

Code:
Section "ServerLayout"
   Identifier     "X.org Default"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Keyboard1" "CoreKeyboard"
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/"
   FontPath     "/usr/share/fonts/freefont"
EndSection

Section "Module"
   Load  "dbe"
   Load  "record"
   Load  "extmod"
   Load  "dri"
   Load  "glx"
   Load  "xtrap"
   Load  "type1"
   Load  "freetype"
EndSection

Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "keyboard"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "it"
   Option       "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "Protocol" "IMPS/2"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier   "MoniOne"
   HorizSync    30.0 - 70.0
   VertRefresh  50.0 - 120.0
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "vesa"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "MoniOne"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     8
      Modes    "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
EndSection


Qualcuno ha idee x una possibile soluzione o consigli?
Grazie a tutti!
Back to top
View user's profile Send private message
Ilvalle
Guru
Guru


Joined: 07 Mar 2005
Posts: 325
Location: Gallarate - ITALY

PostPosted: Mon May 08, 2006 3:36 pm    Post subject: Reply with quote

ciao, ho avuto qualche problema simile con una scheda da 8 mega e un vecchio monitor.
Alla fine ho risolto diminuendo la frequenza del monitor... ma usavo il suo driver non vorrei
fosse anche colpa del driver vesa[/code]
Posta anche un
[/code]lspci [code]
valle
Back to top
View user's profile Send private message
aristarx
n00b
n00b


Joined: 12 Oct 2005
Posts: 45
Location: Genova, Italy

PostPosted: Mon May 08, 2006 6:44 pm    Post subject: Reply with quote

Ho provato a diminuire (anche considerevolmente) entrambe le frequenze (orizzontale e verticale), ma il problema persiste..

Questo è l'output di lspci:

Code:
00:00.0 Host bridge: Intel Corporation 82810 GMCH [Graphics Memory Controller Hub] (rev 03)
00:01.0 VGA compatible controller: Intel Corporation 82810 CGC [Chipset Graphics Controller] (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801AA PCI Bridge (rev 02)
00:1f.0 ISA bridge: Intel Corporation 82801AA ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801AA IDE (rev 02)
00:1f.2 USB Controller: Intel Corporation 82801AA USB (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio (rev 02)
01:04.0 Communication controller: Agere Systems 56k WinModem (rev 01)
01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:07.0 PCI bridge: Hint Corp HB6 Universal PCI-PCI bridge (non-transparent mode) (rev 11)
02:08.0 FireWire (IEEE 1394): NEC Corporation IEEE 1394 Host Controller (rev 01)
02:09.0 USB Controller: NEC Corporation USB (rev 41)
02:09.1 USB Controller: NEC Corporation USB (rev 41)
02:09.2 USB Controller: NEC Corporation USB 2.0 (rev 02)


Grazie mille!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum