Parliamo un po' di Linux :-)

Discussioni su tutto ciò che non riguarda i giochi legati all'Universo-X (discussioni sulla tecnologia, altri giochi...). Si prega di leggere il regolamento prima di postare.

Moderator: Moderatori per il Forum Italiano

DannyDSC
Posts: 7070
Joined: Sun, 5. Dec 04, 20:32
x4

Post by DannyDSC »

La mia vecchia Mandriva Cooker :D

[ external image ]
The Indie Seeker - The Twitter Channel for your indiegames!

Ex Egosoft Translator/Currently writer for www.ilvideogioco.com

@IlVideogiococom is the ONLY italian website that offers full coverage to ALL #indiegames! Are you an #indiedev?
Feel free to follow and contact us on Twitter/Facebook/Instagram!
User avatar
-Dna-
Posts: 16661
Joined: Mon, 3. Jan 05, 13:11
x4

Post by -Dna- »

Voi quanto ci capite di Free BSD? L'ho voluto provare perché... boh... lo volevo provare :D , ma dopo aver capito circa niente di come installare (ho dovuto usare la guida :( ) e aver partizionato l'HDD virtuale in qualcosa come 6-7 parti è partito e...

... basta :|

Cioè è partito, riga di comando e fine. Non c'era altro!
Cosa devo fare ora? Attivare un qualche pacchetto grafico? navigare da console?
:?

Ps.: ora provo XUbuntu (sempre in virtuale)

Virtualizzerò il mondo :fg:
Remember: Good things don't come to an end: good things just stop. ~ [cit. Sean "Day[9]" Plott]

:xenon: Xenon Love! \#/ :xenon:
:split: Grill the Borons! :split:
:pirat: Real pirates (ab)use Jumpdrive (and Rum) :pirat:
User avatar
Hugoz
Posts: 2795
Joined: Wed, 5. Feb 03, 05:54
x3tc

Post by Hugoz »

-Dna- wrote:Voi quanto ci capite di Free BSD? L'ho voluto provare perché... boh... lo volevo provare :D , ma dopo aver capito circa niente di come installare (ho dovuto usare la guida :( ) e aver partizionato l'HDD virtuale in qualcosa come 6-7 parti è partito e...

... basta :|

Cioè è partito, riga di comando e fine. Non c'era altro!
Cosa devo fare ora? Attivare un qualche pacchetto grafico? navigare da console?
:?

Ps.: ora provo XUbuntu (sempre in virtuale)

Virtualizzerò il mondo :fg:
login: root
passwrd: quella che hai impostato
startx #fa partire le opzioni grafiche se le hai settate all'installazione altrimenti le devi configurare

se devi configurare x11, prova con

Xorg -configure
cp xorg.conf.new /etc/X11/xorg.conf
startx

oppure con

xorgconfig

configura il tutto e poi ancora con

startx

manuale http://www.freebsd.org/doc/en_US.ISO885 ... k/x11.html

Io ho smesso di impazzirci circa 5 anni fa' (mi sembra fosse una 5.1 o giu' di li') . Alla fine non è che va meglio o peggio di linux . Se proprio vuoi fare una configurazione nella maniera piu' ostica prova con slakware o gentoo (linux) se vuoi un free BSD facile da capire http://www.freebsdmadeeasy.com/ . Io le ho provate tutte( o quasi , dal '99 in poi , la prima distro che ho installato da solo è stata una deludente redhat che avevo in dotazione con linux for dummies , a seguire da una piu' intrigante SusE , mi sembra la 4 o la 3 non ricordo , ti serviva una giornata per configurare il tutto , ma alla fine ti facevo girare Enlightment su un 300Mh di procio con 64Mb di ram :P ).

Auguri (ne avrai bisogno)....

nota
ti ho trovato un po' di comandi da shell/bash che ti possono tornare utili, http://www.bsd.org/unixcmds.html
se ti serve capire cosa fa un dato comando (se lo hai installato nella configurazione ovviamente)basta digitare
man e il nome del comando
es man ls
DannyDSC
Posts: 7070
Joined: Sun, 5. Dec 04, 20:32
x4

Post by DannyDSC »

Hugoz wrote:
-Dna- wrote:Voi quanto ci capite di Free BSD? L'ho voluto provare perché... boh... lo volevo provare :D , ma dopo aver capito circa niente di come installare (ho dovuto usare la guida :( ) e aver partizionato l'HDD virtuale in qualcosa come 6-7 parti è partito e...

... basta :|

Cioè è partito, riga di comando e fine. Non c'era altro!
Cosa devo fare ora? Attivare un qualche pacchetto grafico? navigare da console?
:?

Ps.: ora provo XUbuntu (sempre in virtuale)

Virtualizzerò il mondo :fg:
login: root
passwrd: quella che hai impostato
startx #fa partire le opzioni grafiche se le hai settate all'installazione altrimenti le devi configurare

se devi configurare x11, prova con

Xorg -configure
cp xorg.conf.new /etc/X11/xorg.conf
startx

oppure con

xorgconfig
Lo xorg.conf è un file di testo, molto semplice da modificare. Se ci dai un paio di dati possiamo "fartelo" noi , ed è fondamentale sapere se monti su una scheda video ATI, una Nvidia, una Intel

Code: Select all


esempio di Xorg Nvidia

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX - nForce GPU]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "ULTRASCANP99"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18 [GeForce4 MX - nForce GPU]"
Monitor "ULTRASCANP99"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "720x350" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "720x350" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "720x350" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "720x350" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "720x350" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "720x350" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

esempio di xorg ati

Code: Select all


# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	 # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
	#Load	"synaptics"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"

	# Screen dimensions in mm; makes fonts too large for my taste:
	#DisplaySize	368 230
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

# This section allows use of a supplementary USB mouse at any time:
Section "InputDevice"
	Identifier	"USB Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	#Option		"Device"		"/dev/input/mouse2"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"false"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section	"InputDevice"
	Identifier	"Alps Glidepoint"
	Driver		"synaptics"
	#Option		"CorePointer"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	#Option		"Device"		"/dev/input/mouse1"
	Option		"Protocol"		"auto-dev"
	Option		"SHMConfig"		"on"
	Option		"LeftEdge"		"120"
	Option		"RightEdge"		"830"
	Option		"TopEdge"		"120"
	Option		"BottomEdge"		"600"
	Option		"FingerLow"		"25"
	Option		"FingerHigh"		"30"
	Option		"MaxTapTime"		"180"
	Option		"MaxTapMove"		"110"
	Option		"MaxDoubleTapTime"	"180"
	Option		"ClickTime"		"100"
	Option		"FastTaps"		"1"
	Option		"EmulateMidButtonTime"	"75"
	Option		"VertScrollDelta"	"10"
	Option		"HorizScrollDelta"	"20"
	Option		"MinSpeed"		"0.2"
	Option		"MaxSpeed"		"2.5"
	Option		"AccelFactor"		"0.06"
	Option		"EdgeMotionMinZ"	"30"
	Option		"EdgeMotionMaxZ"	"160"
	Option		"EdgeMotionMinSpeed"	"15"
	Option		"EdgeMotionMaxSpeed"	"15"
	Option		"EdgeMotionUseAlways"	"0"
	Option		"UpDownScrolling"	"1"
	Option		"LeftRightScrolling"	"1"
	Option		"TouchpadOff"		"0"
	Option		"GuestMouseOff"		"1"
	Option		"LockedDrags"		"1"
	Option		"RTCornerButton"	"0"
	Option		"RBCornerButton"	"0"
	Option		"LTCornerButton"	"2"
	Option		"LBCornerButton"	"2"
	Option		"TapButton1"		"1"
	Option		"TapButton2"		"1"
	Option		"TapButton3"		"3"
	Option		"CircularScrolling"	"0"
	Option		"CircScrollDelta"	"0.08"
	Option		"CircScrollTrigger"	"0"
	Option		"CircularPad"		"0"
	Option		"PalmDetect"		"1"
	Option		"PalmMinWidth"		"10"
	Option		"PalmMinZ"		"200"
	Option		"CoastingSpeed"		"0"
EndSection

Section "ServerFlags"
	Option		"DontZoom"	"false"
	Option		"BlankTime"	"30"
	Option		"StandbyTime"	"40"
	Option		"SuspendTime"	"50"
EndSection

Section "Device"
	Identifier	"Radeon-Cloned"
	Driver		"ati"
	BusID		"PCI:1:0:0"
	Option		"AGPMode"	"4"
	Option		"AGPFastWrite"	"true"
	Option		"BusType"	"PCIE"
	Option		"MonitorLayout"	"LVDS, CRT"
	Option		"MergedFB"	"true"
	Option		"CRT2HSync"	"31.0-80.0"
	Option		"CRT2VRefresh"	"60.0-76.0"
	Option		"CRT2Position"	"Clone"
	Option		"MetaModes"	"1920x1200 1600x1200 1400x1050 1280x1024 1024x768 640x480"
	Option		"PanelOff"	"false"
	Option		"DynamicClocks"	"true"

	## Change this to "false" if there are any problems:
	Option		"EnablePageFlip" "true"
EndSection
Section "Screen"
	Identifier	"Cloned-Screen"
	Device		"Radeon-Cloned"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth	24
		Modes	"1920x1200" "1600x1200" "1400x1050" "1280x1024" "1024x768" "640x480"
	EndSubSection
EndSection

Section "Device"
	Identifier	"Radeon-MultiHead"
	Driver		"ati"
	BusID		"PCI:1:0:0"
	Option		"AGPMode"	"4"
	Option		"AGPFastWrite"	"true"
	Option		"BusType"	"PCIE"
	Option		"MonitorLayout"	"LVDS, CRT"
	Option		"MergedFB"	"true"
	Option		"CRT2HSync"	"31.0-80.0"
	Option		"CRT2VRefresh"	"60.0-76.0"
	Option		"CRT2Position"	"RightOf"
	Option		"MetaModes"	"1920x1200-1600x1200"
	Option		"PanelOff"	"false"
	Option		"DynamicClocks"	"true"

	## Change this to "false" if there are any problems:
	Option		"EnablePageFlip" "true"
EndSection
Section "Screen"
	Identifier	"Dual-Screen"
	Device		"Radeon-MultiHead"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth	24
		Modes	"1920x1200" "1600x1200" "1400x1050" "1280x1024" "1024x768" "640x480"
	EndSubSection
EndSection

Section "Device"
	Identifier	"Radeon-Single"
	Driver		"ati"
	BusID		"PCI:1:0:0"
	Option		"AGPMode"	"4"
	Option		"AGPFastWrite"	"true"
	Option		"BusType"	"PCIE"
	Option		"MonitorLayout"	"LVDS"
	Option		"MergedFB"	"false"
	Option		"PanelOff"	"false"
	Option		"DynamicClocks"	"true"

	## Change this to "false" if there are any problems:
	Option		"EnablePageFlip" "true"
EndSection
Section "Screen"
	Identifier	"Single-Screen"
	Device		"Radeon-Single"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth	24
		Modes	"1920x1200" "1600x1200" "1400x1050" "1280x1024" "1024x768" "640x480"
	EndSubSection
EndSection

Section	"ServerLayout"
	Identifier	"Default Layout"

	#
	# Uncomment ONE of these three entries, depending on your external montior setup:
	#
	#Screen		"Single-Screen"
	Screen		"Cloned-Screen"
	#Screen		"Dual-Screen"

	InputDevice	"Generic Keyboard"
	InputDevice	"Alps Glidepoint"
	InputDevice	"USB Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

esempio di Xorg Intel

Code: Select all


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

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

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

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:swapcaps"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "la"
EndSection

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Q71-9"
	DisplaySize  320	240
	HorizSync    30.0 - 70.0
	VertRefresh  50.0 - 160.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "i810"
	VendorName  "Videocard vendor"
	BoardName   "Intel 845"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection

manuale http://www.freebsd.org/doc/en_US.ISO885 ... k/x11.html

Io ho smesso di impazzirci circa 5 anni fa' (mi sembra fosse una 5.1 o giu' di li') . Alla fine non è che va meglio o peggio di linux . Se proprio vuoi fare una configurazione nella maniera piu' ostica prova con slakware o gentoo (linux) se vuoi un free BSD facile da capire http://www.freebsdmadeeasy.com/ . Io le ho provate tutte( o quasi , dal '99 in poi , la prima distro che ho installato da solo è stata una deludente redhat che avevo in dotazione con linux for dummies , a seguire da una piu' intrigante SusE , mi sembra la 4 o la 3 non ricordo , ti serviva una giornata per configurare il tutto , ma alla fine ti facevo girare Enlightment su un 300Mh di procio con 64Mb di ram :P ).

Auguri (ne avrai bisogno)....

nota
ti ho trovato un po' di comandi da shell/bash che ti possono tornare utili, http://www.bsd.org/unixcmds.html
se ti serve capire cosa fa un dato comando (se lo hai installato nella configurazione ovviamente)basta digitare
man e il nome del comando
es man ls
Francamente BSD non mi è mai piaciuto, oltre ad essere ostico non ha molta roba da poter usare :)
Last edited by DannyDSC on Fri, 12. Mar 10, 10:19, edited 2 times in total.
The Indie Seeker - The Twitter Channel for your indiegames!

Ex Egosoft Translator/Currently writer for www.ilvideogioco.com

@IlVideogiococom is the ONLY italian website that offers full coverage to ALL #indiegames! Are you an #indiedev?
Feel free to follow and contact us on Twitter/Facebook/Instagram!
BlackRazor
Posts: 4708
Joined: Tue, 20. Apr 04, 17:39
x4

Post by BlackRazor »

Usate i tag "code" e non i tag "spoiler" per postare codice e file di testo :wink:
"For the love of the Fish-Queen!"
DannyDSC
Posts: 7070
Joined: Sun, 5. Dec 04, 20:32
x4

Post by DannyDSC »

BlackRazor wrote:Usate i tag "code" e non i tag "spoiler" per postare codice e file di testo :wink:
scusami ale correggo subito :)
The Indie Seeker - The Twitter Channel for your indiegames!

Ex Egosoft Translator/Currently writer for www.ilvideogioco.com

@IlVideogiococom is the ONLY italian website that offers full coverage to ALL #indiegames! Are you an #indiedev?
Feel free to follow and contact us on Twitter/Facebook/Instagram!
User avatar
-Dna-
Posts: 16661
Joined: Mon, 3. Jan 05, 13:11
x4

Post by -Dna- »

Lo sospettavo che c'era da ravanarci dietro :lol:

@ Danny: purtroppo ho una ATI, e dico purtroppo perché ho notato (però devo dire parecchio tempo fa) che la ATI non supportano molto bene gli open source con i loro driver :doh:
Spero sia cambiato da allora ;)
Remember: Good things don't come to an end: good things just stop. ~ [cit. Sean "Day[9]" Plott]

:xenon: Xenon Love! \#/ :xenon:
:split: Grill the Borons! :split:
:pirat: Real pirates (ab)use Jumpdrive (and Rum) :pirat:
DannyDSC
Posts: 7070
Joined: Sun, 5. Dec 04, 20:32
x4

Post by DannyDSC »

-Dna- wrote:Lo sospettavo che c'era da ravanarci dietro :lol:

@ Danny: purtroppo ho una ATI, e dico purtroppo perché ho notato (però devo dire parecchio tempo fa) che la ATI non supportano molto bene gli open source con i loro driver :doh:
Spero sia cambiato da allora ;)
infatti era per quello che volevo saperlo. Configurare le ATI non è facile devo sapere con precisione il modello
The Indie Seeker - The Twitter Channel for your indiegames!

Ex Egosoft Translator/Currently writer for www.ilvideogioco.com

@IlVideogiococom is the ONLY italian website that offers full coverage to ALL #indiegames! Are you an #indiedev?
Feel free to follow and contact us on Twitter/Facebook/Instagram!
User avatar
-Dna-
Posts: 16661
Joined: Mon, 3. Jan 05, 13:11
x4

Post by -Dna- »

DannyD wrote:
-Dna- wrote:Lo sospettavo che c'era da ravanarci dietro :lol:

@ Danny: purtroppo ho una ATI, e dico purtroppo perché ho notato (però devo dire parecchio tempo fa) che la ATI non supportano molto bene gli open source con i loro driver :doh:
Spero sia cambiato da allora ;)
infatti era per quello che volevo saperlo. Configurare le ATI non è facile devo sapere con precisione il modello
Non è cambiato eh? :|
Comunque è una ATI Mobility Radeon HD 3450, se ti serve il numero di serie... non ti apro il portatile per tirar fuori una etichetta :roll:
:lol:

Però devo ancora capire se e come la macchina virtuale mi condivida la scheda video. Il processore ha la virtualizzazione hardware (che spero venga usata), ma la scheda video sinceramente non lo so.
Remember: Good things don't come to an end: good things just stop. ~ [cit. Sean "Day[9]" Plott]

:xenon: Xenon Love! \#/ :xenon:
:split: Grill the Borons! :split:
:pirat: Real pirates (ab)use Jumpdrive (and Rum) :pirat:
User avatar
Hugoz
Posts: 2795
Joined: Wed, 5. Feb 03, 05:54
x3tc

Post by Hugoz »

se usi wmware , controlla i settaggi , dovrebbe darti generic video card , installando i drivers nell'emulazione dell' OS e, se hai voglia di pistolarci sopra la puoi configurare manualmente .
Per quanto riguarda l'ati , non credo che l'org di BSD si sia mai fatta in 4 per avere il 3d compatibile (BSD è piu' per server e computer per uso studio ecc.. che per home user/giochi ), in ogni caso dai setting di wmware dovrebbe darti anche quell'opzione ed aumentarti la ram per poter utilizzare il 3d anche in virtuale.

http://www.pcbsd.org/ ieri cercavo questo , ma non mi ricordavo il nome della distro , è una BSD facile da installare gia' configurata con desktop e tutto il resto .

ti ho trovato anche questo se vuoi continuare con il freeBSD http://rhyous.com/2009/12/18/how-to-ins ... g-and-kde/
DannyDSC
Posts: 7070
Joined: Sun, 5. Dec 04, 20:32
x4

Post by DannyDSC »

Hugoz wrote:se usi wmware , controlla i settaggi , dovrebbe darti generic video card , installando i drivers nell'emulazione dell' OS e, se hai voglia di pistolarci sopra la puoi configurare manualmente .
Per quanto riguarda l'ati , non credo che l'org di BSD si sia mai fatta in 4 per avere il 3d compatibile (BSD è piu' per server e computer per uso studio ecc.. che per home user/giochi ), in ogni caso dai setting di wmware dovrebbe darti anche quell'opzione ed aumentarti la ram per poter utilizzare il 3d anche in virtuale.

http://www.pcbsd.org/ ieri cercavo questo , ma non mi ricordavo il nome della distro , è una BSD facile da installare gia' configurata con desktop e tutto il resto .

ti ho trovato anche questo se vuoi continuare con il freeBSD http://rhyous.com/2009/12/18/how-to-ins ... g-and-kde/
Ecco il BSD con il KDE è stata una sfida per gli sviluppatori che seguii per diverso tempo. Devo direche l'idea e l'implementazione non sono davvero niente male, però KDE da il meglio conuna distro linux , che ne pensi Hugoz?

A proposito! e TC per linux? so che è andare un pò OT ma già che stiamo parlando del pinguino...
The Indie Seeker - The Twitter Channel for your indiegames!

Ex Egosoft Translator/Currently writer for www.ilvideogioco.com

@IlVideogiococom is the ONLY italian website that offers full coverage to ALL #indiegames! Are you an #indiedev?
Feel free to follow and contact us on Twitter/Facebook/Instagram!
User avatar
AmuroRei
Posts: 1822
Joined: Mon, 1. May 06, 17:12
x4

Post by AmuroRei »

Caspita sto provando Ubuntu 9.10 sul pc di un amico dove devo installargli
Linux e devo dire che apparte un po di lentezza riconosce bene tutto
l'hardwere, miseria ho un po di antipatia verso Ubuntu ma è il piu' usabile
da chi non conosce linux, e ha una comunita molto ampia dove trovare
aiuto!! :(
Image
User avatar
-Dna-
Posts: 16661
Joined: Mon, 3. Jan 05, 13:11
x4

Post by -Dna- »

Guarda che secondo me Ubuntu e Kubuntu sono esattamente la stessa piattaforma solo che la prima usa Gnome che, come dire, ehm... è brutto da vedere :oops: , mentre Kubuntu ha il fantastico KDE che è a dir poco meraviglioso e delizioso per gli occhi 8)

E come detto, i due sistemi sono molto simili :)

(quasi quasi virtualizzo anche Ubuntu... in fondo l'ho fatto anche con chrome os :lol: )
Remember: Good things don't come to an end: good things just stop. ~ [cit. Sean "Day[9]" Plott]

:xenon: Xenon Love! \#/ :xenon:
:split: Grill the Borons! :split:
:pirat: Real pirates (ab)use Jumpdrive (and Rum) :pirat:
User avatar
AmuroRei
Posts: 1822
Joined: Mon, 1. May 06, 17:12
x4

Post by AmuroRei »

Oddio hai ragione che Kde e piu bello però cerco qualcosa di bello e veloce,
comunque adesso lo sto provando e sembra abbastanza leggero per la
macchina dove devo installarlo:

Amd Athlon 64 3700
Nvidia 6200SE TurboCache
1 giga di Ram
160 giga HD
Motherboard non lo so "devo controllare" :P

:)
Image
DannyDSC
Posts: 7070
Joined: Sun, 5. Dec 04, 20:32
x4

Post by DannyDSC »

AmuroRei wrote:Oddio hai ragione che Kde e piu bello però cerco qualcosa di bello e veloce,
comunque adesso lo sto provando e sembra abbastanza leggero per la
macchina dove devo installarlo:

Amd Athlon 64 3700
Nvidia 6200SE TurboCache
1 giga di Ram
160 giga HD
Motherboard non lo so "devo controllare" :P

:)
c'è Xfce per esempio. Carino e molto leggero. Per KDE e GNome su Ubuntu/Kubuntu è in parte così. In realtà le modifiche interne sono molte di più di quelle che si vedono ad occhio nudo.
The Indie Seeker - The Twitter Channel for your indiegames!

Ex Egosoft Translator/Currently writer for www.ilvideogioco.com

@IlVideogiococom is the ONLY italian website that offers full coverage to ALL #indiegames! Are you an #indiedev?
Feel free to follow and contact us on Twitter/Facebook/Instagram!
User avatar
AmuroRei
Posts: 1822
Joined: Mon, 1. May 06, 17:12
x4

Post by AmuroRei »

Già, hai ragione DannyD, ma questa persona non sa propio niente di linux
apparte che esiste ed è un'alternativa a Windows e poco altro, quindi devo
usare una distro piu' semplice possibile "Ubuntu/Kubuntu=XP" se mi fate
passare la smilitudine!!! :)
Image
DannyDSC
Posts: 7070
Joined: Sun, 5. Dec 04, 20:32
x4

Post by DannyDSC »

AmuroRei wrote:Già, hai ragione DannyD, ma questa persona non sa propio niente di linux
apparte che esiste ed è un'alternativa a Windows e poco altro, quindi devo
usare una distro piu' semplice possibile "Ubuntu/Kubuntu=XP" se mi fate
passare la smilitudine!!! :)
ma scusa Mandriva ha anche il desktop Xfce ed è semplicissimo da usare, e comunque anche Gnome per iniziare va benissimo
The Indie Seeker - The Twitter Channel for your indiegames!

Ex Egosoft Translator/Currently writer for www.ilvideogioco.com

@IlVideogiococom is the ONLY italian website that offers full coverage to ALL #indiegames! Are you an #indiedev?
Feel free to follow and contact us on Twitter/Facebook/Instagram!
User avatar
AmuroRei
Posts: 1822
Joined: Mon, 1. May 06, 17:12
x4

Post by AmuroRei »

SI, la sto scaricando adesso, versione KDE! :)

Tempo addietro quando provai Mandriva "sul mio portatile" mi dava dei
problemi e allora non pensavo di provarla sul pc del mio amico ma forse era
colpa sol del mio notebook e della mia inesperienza con linux!! :(

:)
Image
DannyDSC
Posts: 7070
Joined: Sun, 5. Dec 04, 20:32
x4

Post by DannyDSC »

AmuroRei wrote:SI, la sto scaricando adesso, versione KDE! :)

Tempo addietro quando provai Mandriva "sul mio portatile" mi dava dei
problemi e allora non pensavo di provarla sul pc del mio amico ma forse era
colpa sol del mio notebook e della mia inesperienza con linux!! :(

:)
PIù CHE della tua inesperienza direi il netboook e la politica di costruzione e dei driver delle periferiche. Comunque su hardware discretamente recente Mandriva è una delle migliori con buona pace di Ubuntu
The Indie Seeker - The Twitter Channel for your indiegames!

Ex Egosoft Translator/Currently writer for www.ilvideogioco.com

@IlVideogiococom is the ONLY italian website that offers full coverage to ALL #indiegames! Are you an #indiedev?
Feel free to follow and contact us on Twitter/Facebook/Instagram!
User avatar
AmuroRei
Posts: 1822
Joined: Mon, 1. May 06, 17:12
x4

Post by AmuroRei »

Prime impressioni di Mandriva 2010 con Kde 4.3.2 "se non sbaglio", impressionante :o
leggiero, bello da vedere "meglio di Kubuntu" e con anche gli effetti 3d funzionanti
al massimo! :D

Che dire come prima impressione su questo Pc direi che è al primo posto come
funzionalita e bellezza "nel ordine del desktop!!". :)

Ha anche delle piccole pecche, ma sto vedendo di risolverle "qualche programma
che ho installato e non parte", 1 per la verita!! :gruebel:

A presto qualche screen!! :wink:

P.S. Dna provalo che non te ne pentirai. :)
Image

Return to “Off Topic Italiano”