View previous topic :: View next topic |
Author |
Message |
lkkzed n00b
Joined: 03 Feb 2005 Posts: 43 Location: UE - Italy
|
Posted: Fri Feb 17, 2006 7:45 pm Post subject: nvidia + xorg.conf + img sgranate con xfce4 |
|
|
Salve a tutti,
Dopo aver seguito alcune discussioni qui sul forum, sono riuscito ad installare i drivere masked nvdia con il nuovo kernel 2.6.15-gentoo-r1.
Il mio prog è il seguente:
xorg sembra funzionare correttamete, ed ho installato il windows manager xfce4
la risoluzione è alta ma le img si vedono sgranate, cosa dovrei fare?
come posso aumentare il numero di colori? ho fatto una ricerca su internet ma non ho trovato nulla in merito.
grazie mille! |
|
Back to top |
|
|
Cazzantonio Bodhisattva
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Sat Feb 18, 2006 11:01 am Post subject: |
|
|
Moved from Forum di discussione italiano to Forum italiano (Italian).
in xorg.conf c'è questa sezione che è autoesplicativa (depth si riferisce alla profondità di colore)
Code: | Section "Screen"
Identifier "Screen 1"
Device "ATI Graphics Adapter"
Monitor "monitor"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection |
_________________ Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne |
|
Back to top |
|
|
|